1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-04 06:31:13 -08:00
emacs/doc
Eli Zaretskii 3ca44a1ad4 Call 'window-size-change-functions' for mini-windows
* src/window.c (grow_mini_window, shrink_mini_window): Set the
frame's 'window_sizes_changed' flag.
* src/xdisp.c (redisplay_internal): Call the hooks on
'window-size-change-functions' if the call to 'echo_area_display'
sets the frame's 'window_sizes_changed' flag.
(syms_of_xdisp) <window-size-change-functions>:
Update doc string to indicate the mini-window resizes trigger a
call to the hooks, and don't promise that will happen "before
redisplay".  (Bug#19576, Bug#21333)

* doc/lispref/windows.texi (Window Hooks): Update the description
of 'window-size-change-functions'.
2015-11-21 13:30:30 +02:00
..
emacs Document 'describe-symbol' 2015-11-14 22:02:26 +02:00
lispintro ; Add some comments 2015-10-04 14:42:45 +08:00
lispref Call 'window-size-change-functions' for mini-windows 2015-11-21 13:30:30 +02:00
man Fix tagging of class members in C-like OO languages 2015-05-25 18:02:21 +03:00
misc Adapt Tramp version, do not merge with master 2015-11-13 17:41:55 +01:00