diff options
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 | ||