aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-07-24 09:49:14 +0400
committerDmitry Antipov2014-07-24 09:49:14 +0400
commitd6a393dd19e89519e96025168c4bf06a2d93f23d (patch)
tree6bb51a7193550f759cca1e0f6330ad39dff07029 /src/ChangeLog
parent5fc3a9f5162ca6d8cd70586802e83e1a2c3cfdb0 (diff)
downloademacs-d6a393dd19e89519e96025168c4bf06a2d93f23d.tar.gz
emacs-d6a393dd19e89519e96025168c4bf06a2d93f23d.zip
Fix error reported by Angelo Graziosi <angelo.graziosi@alice.it> in
<http://lists.gnu.org/archive/html/emacs-devel/2014-07/msg00274.html> and complete previous change. * frame.c (adjust_frame_height): New function. (Fset_frame_height, Fset_frame_size): Use it. (x_set_frame_parameters): Take frame top margin into account.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 51d77283ffd..f5ef9cedf28 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12014-07-24 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Fix error reported by Angelo Graziosi <angelo.graziosi@alice.it> in
4 <http://lists.gnu.org/archive/html/emacs-devel/2014-07/msg00274.html>
5 and complete previous change.
6 * frame.c (adjust_frame_height): New function.
7 (Fset_frame_height, Fset_frame_size): Use it.
8 (x_set_frame_parameters): Take frame top margin into account.
9
12014-07-23 Dmitry Antipov <dmantipov@yandex.ru> 102014-07-23 Dmitry Antipov <dmantipov@yandex.ru>
2 11
3 * frame.c (Fset_frame_height): Take frame top margin into account. 12 * frame.c (Fset_frame_height): Take frame top margin into account.