aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2015-01-03 17:40:40 +0100
committerMartin Rudalics2015-01-03 17:40:40 +0100
commit8c38c2b77a5f0b256948bda0d3f9b6272483a42d (patch)
treed87f6a0ee14c08b66b8f2f2aaa85c34fae256dcb /src/ChangeLog
parent11ee7d8bf16b8ee4fcb3659e4b09686ed8b10590 (diff)
downloademacs-8c38c2b77a5f0b256948bda0d3f9b6272483a42d.tar.gz
emacs-8c38c2b77a5f0b256948bda0d3f9b6272483a42d.zip
Two fixes for setting up sizes of a new frame (Bug#19428).
* frame.c (x_set_frame_parameters): Call Fset_frame_size only if f->can_x_set_window_size is true. * xterm.c (x_set_window_size_1): Call change_frame_size with text sizes instead of pixel sizes (Bug#19428).
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 d204ccf822d..6d25fc21f3b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12015-01-03 Martin Rudalics <rudalics@gmx.at>
2
3 * frame.c (x_set_frame_parameters): Call Fset_frame_size only if
4 f->can_x_set_window_size is true.
5 * xterm.c (x_set_window_size_1): Call change_frame_size with
6 text sizes instead of pixel sizes (Bug#19428).
7
12015-01-01 Eli Zaretskii <eliz@gnu.org> 82015-01-01 Eli Zaretskii <eliz@gnu.org>
2 9
3 * xdisp.c (pos_visible_p): Fix up the X coordinate for 10 * xdisp.c (pos_visible_p): Fix up the X coordinate for