aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2013-12-31 10:48:54 +0100
committerMartin Rudalics2013-12-31 10:48:54 +0100
commit9b3c0a162e7876bab09c299ff4d803b632bf3ac8 (patch)
tree99d5899a5f57df9c1c1ba33cdb66cddafa4ae499 /src/ChangeLog
parentb29daf07584497968831af6687bf0fde2d216418 (diff)
downloademacs-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/ChangeLog21
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 @@
12013-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
12013-12-30 Juanma Barranquero <lekktu@gmail.com> 202013-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 @@
102013-12-30 Martin Rudalics <rudalics@gmx.at> 292013-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
152013-12-29 Paul Eggert <eggert@cs.ucla.edu> 342013-12-29 Paul Eggert <eggert@cs.ucla.edu>
16 35