0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-12 08:39:56 +00:00
org-mode/lisp
Carsten Dominik 293d3311d6 Check for horizontally-split windows when shrinking a window.
So far, Org used either `fit-window-to-buffer' or
`shrink-window-if-larger-than-buffer' without any further checks when
displaying one of its many help and selection buffers.  This can cause
problems if the user has set up Emacs to split windows horizontally
rather than vertically, because the window being shrunken then may be
side-by-side with another window, and shrinking the height of one will
also change the other.

With this patch, shrinking a window always goes through the new
function `org-fit-window-to-buffer' which only acts if the current
window spans the whole width of the frame.

Furthermore, this function also helps with compatibility, because it
falls back to `shrink-window-if-larger-than-buffer' if
`fit-window-to-buffer' does not exist, as is the case on older version
of Emacs and XEmacs.
2008-11-03 13:38:25 +01:00
..
ChangeLog Check for horizontally-split windows when shrinking a window. 2008-11-03 13:38:25 +01:00
ChangeLog.01 Split ChangeLog file into parts. 2008-05-08 08:16:38 +02:00
org-agenda.el Check for horizontally-split windows when shrinking a window. 2008-11-03 13:38:25 +01:00
org-archive.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-attach.el Check for horizontally-split windows when shrinking a window. 2008-11-03 13:38:25 +01:00
org-bbdb.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-bibtex.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-clock.el Check for horizontally-split windows when shrinking a window. 2008-11-03 13:38:25 +01:00
org-colview-xemacs.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-colview.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-compat.el Check for horizontally-split windows when shrinking a window. 2008-11-03 13:38:25 +01:00
org-exp.el Check for horizontally-split windows when shrinking a window. 2008-11-03 13:38:25 +01:00
org-export-latex.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-faces.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-gnus.el Make gnus links use message-id. 2008-10-29 09:54:15 +01:00
org-id.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-info.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-irc.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-jsinfo.el Remove language attribute from script tag. 2008-11-01 13:55:59 +01:00
org-list.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-mac-message.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-macs.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-mew.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-mhe.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-mouse.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-plot.el org-plot and timestamps 2008-11-02 08:01:13 +01:00
org-publish.el Don't keep buffers visited during index publishing. 2008-11-02 17:13:25 +01:00
org-remember.el Merge branch 'for-carsten' of git://git.norang.ca/org-mode 2008-10-28 20:10:00 +01:00
org-rmail.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-table.el Check for horizontally-split windows when shrinking a window. 2008-11-03 13:38:25 +01:00
org-vm.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-wl.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org.el Check for horizontally-split windows when shrinking a window. 2008-11-03 13:38:25 +01:00