bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#19048: Frame height decreases at Emacs start


From: Angelo Graziosi
Subject: bug#19048: Frame height decreases at Emacs start
Date: Mon, 17 Nov 2014 13:51:03 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0



Il 17/11/2014 11:56, Angelo Graziosi ha scritto:


Il 16/11/2014 16:14, martin rudalics ha scritto:
 >> So IIUC the problem doesn't happen without the tool bar.  Right?
 >
 > Confirmed!

Since this issue is recent, I wonder if it caused by this change:

Bingo!

I have build this commit

author  Tassilo Horn 2014-11-07 10:48:25 (GMT)

download        emacs-a067ef9a5ddc9812e35734e8c027684e01d684ef.tar.gz

doc/misc/{gnus.texi,gnus-faq.texi}: Add link to EWW manual


...and the frame is restored with the same size..


And this commit (just one minute lather the previous):

author  Martin Rudalics 2014-11-07 10:49:22 (GMT)
download        emacs-1c50b3adb636addc4244942e8f0e33b1e557ec07.tar.gz

Improve inhibiting of implied frame resizes.


..and the frame decreases in height each time one starts Emacs...


Ciao,
Angelo.


src/ChangeLog:

2014-11-07  Martin Rudalics  <rudalics@gmx.at>

     * dispnew.c (change_frame_size_1): Fix call of
     adjust_frame_size.

[...]

     * window.c (Fset_window_configuration): Adjust adjust_frame_size call.
     * xfns.c (x_set_menu_bar_lines, x_set_internal_border_width)
     (Fx_create_frame): Adjust adjust_frame_size calls.
     (x_set_tool_bar_lines, x_change_tool_bar_height): Make sure that
     frame can get resized when tool-bar-lines parameter changes from
     or to zero.
     (Fx_frame_geometry): New function.
     * xmenu.c (update_frame_menubar): On Lucid call
     adjust_frame_size with one pixel less height to avoid that
     repeatedly adding/removing the menu bar grows the frame.
     (free_frame_menubar): On Motif arrange to optionally preserve
     the old frame height when removing the menu bar.
     * xterm.c (x_new_font): Adjust adjust_frame_size call.


  Angelo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]