diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 58495874b2b..d8bbe5a97be 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2013-12-11 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * window.c (resize_frame_windows): Don't return immediately when | ||
| 4 | the root window's size doesn't change - the minibuffer window | ||
| 5 | may still have to be repositioned/resized. | ||
| 6 | * xfns.c (Fx_create_frame): Always change the frame size after | ||
| 7 | initializing the frame's faces. | ||
| 8 | * xterm.c (handle_one_xevent): Don't set pixel sizes here, | ||
| 9 | change_frame_size should already have done it. | ||
| 10 | (x_new_font): Assign new tool- and menu-bar heights. | ||
| 11 | (x_set_window_size_1): Account for tool- and menu-bar heights | ||
| 12 | (Bug#16013). Don't set pixel sizes since change_frame_size | ||
| 13 | should already have done it. | ||
| 14 | |||
| 1 | 2013-12-11 Paul Eggert <eggert@cs.ucla.edu> | 15 | 2013-12-11 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 16 | ||
| 3 | Remove the option of using libcrypto. | 17 | Remove the option of using libcrypto. |