diff options
| author | Martin Rudalics | 2013-12-31 10:48:54 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2013-12-31 10:48:54 +0100 |
| commit | 9b3c0a162e7876bab09c299ff4d803b632bf3ac8 (patch) | |
| tree | 99d5899a5f57df9c1c1ba33cdb66cddafa4ae499 /src/ChangeLog | |
| parent | b29daf07584497968831af6687bf0fde2d216418 (diff) | |
| download | emacs-9b3c0a162e7876bab09c299ff4d803b632bf3ac8.tar.gz emacs-9b3c0a162e7876bab09c299ff4d803b632bf3ac8.zip | |
Some more fixes following pixelwise resize changes including one for Bug#16306.
* gtkutil.c (x_wm_set_size_hint): Have size hints respect value
of frame_resize_pixelwise.
* widget.c (pixel_to_text_size): New function.
(update_wm_hints): Have size hints respect value of
frame_resize_pixelwise.
(EmacsFrameResize): Alway process resize requests pixelwise.
* window.c (grow_mini_window): Make sure mini window is at least
one line tall.
* xdisp.c (display_menu_bar): Make sure menubar extends till
right end of frame.
* xfns.c (x_set_menu_bar_lines): Resize frame windows pixelwise.
(x_set_tool_bar_lines): Calculate pixelwise.
* xterm.c (x_wm_set_size_hint): Have size hints respect value of
frame_resize_pixelwise.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bfc4ac548c9..d7c772df2dd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2013-12-31 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | Some more fixes following pixelwise resize changes including one | ||
| 4 | for Bug#16306. | ||
| 5 | * gtkutil.c (x_wm_set_size_hint): Have size hints respect value | ||
| 6 | of frame_resize_pixelwise. | ||
| 7 | * widget.c (pixel_to_text_size): New function. | ||
| 8 | (update_wm_hints): Have size hints respect value of | ||
| 9 | frame_resize_pixelwise. | ||
| 10 | (EmacsFrameResize): Alway process resize requests pixelwise. | ||
| 11 | * window.c (grow_mini_window): Make sure mini window is at least | ||
| 12 | one line tall. | ||
| 13 | * xdisp.c (display_menu_bar): Make sure menubar extends till | ||
| 14 | right end of frame. | ||
| 15 | * xfns.c (x_set_menu_bar_lines): Resize frame windows pixelwise. | ||
| 16 | (x_set_tool_bar_lines): Calculate pixelwise. | ||
| 17 | * xterm.c (x_wm_set_size_hint): Have size hints respect value of | ||
| 18 | frame_resize_pixelwise. | ||
| 19 | |||
| 1 | 2013-12-30 Juanma Barranquero <lekktu@gmail.com> | 20 | 2013-12-30 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 21 | ||
| 3 | * fileio.c (Fcopy_file) [!WINDOWSNT]: Don't declare on Windows | 22 | * fileio.c (Fcopy_file) [!WINDOWSNT]: Don't declare on Windows |
| @@ -10,7 +29,7 @@ | |||
| 10 | 2013-12-30 Martin Rudalics <rudalics@gmx.at> | 29 | 2013-12-30 Martin Rudalics <rudalics@gmx.at> |
| 11 | 30 | ||
| 12 | * dispnew.c (change_frame_size_1): Take old width of root window | 31 | * dispnew.c (change_frame_size_1): Take old width of root window |
| 13 | from that window's pixel width. Bug#16284. | 32 | from that window's pixel width. (Bug#16284) |
| 14 | 33 | ||
| 15 | 2013-12-29 Paul Eggert <eggert@cs.ucla.edu> | 34 | 2013-12-29 Paul Eggert <eggert@cs.ucla.edu> |
| 16 | 35 | ||