aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2014-07-28 19:03:23 +0200
committerMartin Rudalics2014-07-28 19:03:23 +0200
commit5dc4b8ca3d925213465ae5440ff48fcd999ccc3a (patch)
tree5e6779d0c02dbf5ead175217473dff0f890d8814 /src/ChangeLog
parent2daa203c3eb983433b86b841bf31d3e91bb51ab4 (diff)
downloademacs-5dc4b8ca3d925213465ae5440ff48fcd999ccc3a.tar.gz
emacs-5dc4b8ca3d925213465ae5440ff48fcd999ccc3a.zip
Fix some issues with setting the frame height.
* frame.c (x_set_frame_parameters): Revert part of 2014-07-24 change that added the top margin height to the requested height and revert (undocumented) part of 2014-07-28 change that changed the logic of whether a size change occurred.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0c79309609f..6f864d23332 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12014-07-28 Martin Rudalics <rudalics@gmx.at>
2
3 * frame.c (x_set_frame_parameters): Revert part of 2014-07-24
4 change that added the top margin height to the requested height
5 and revert (undocumented) part of 2014-07-28 change that changed
6 the logic of whether a size change occurred.
7
12014-07-28 Eli Zaretskii <eliz@gnu.org> 82014-07-28 Eli Zaretskii <eliz@gnu.org>
2 9
3 * .gdbinit (xwindow): The members total_cols, total_lines, 10 * .gdbinit (xwindow): The members total_cols, total_lines,