1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-15 15:50:57 -08:00
emacs/doc
Martin Rudalics 06f00d39ff Fix frame height calculations with added menu bar on Windows (Bug#22105)
* doc/lispref/frames.texi (Parameter Access): Mention pitfalls
when simultaneously specifying multiple parameters for
`modify-frame-parameters' that all may change the frame's size.
* src/w32fns.c (x_set_menu_bar_lines): Don't set
windows_or_buffers_changed here.
(my_create_tip_window, Fx_show_tip): Call AdjustWindowRect
with third argument false.
* src/w32menu.c (set_frame_menubar): Set
windows_or_buffers_changed here.
* src/w32term.c (x_set_window_size): Determine third argument of
AdjustWindowRect from whether the frame has a menu bar and not
from whether it wants one.
2015-12-12 14:38:11 +01:00
..
emacs Document the change in interactive shell mode 2015-12-12 15:26:53 +02:00
lispintro ; Add some comments 2015-10-04 14:42:45 +08:00
lispref Fix frame height calculations with added menu bar on Windows (Bug#22105) 2015-12-12 14:38:11 +01:00
man Improve and document Ruby support in 'etags' 2015-12-11 11:17:31 +02:00
misc Spelling fixes 2015-12-07 08:38:05 -08:00