aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-06-30 19:45:38 +0300
committerEli Zaretskii2014-06-30 19:45:38 +0300
commit1e23f9f308be761ca3b1bb992c7983a4585d9174 (patch)
treee05ae6ff8a1c6e8858c97babe8806cf31393e6f9 /src/ChangeLog
parentbecc9e3c3f8b6df40f159eb01a89d5c7374fa23d (diff)
downloademacs-1e23f9f308be761ca3b1bb992c7983a4585d9174.tar.gz
emacs-1e23f9f308be761ca3b1bb992c7983a4585d9174.zip
Fix bug #17875 with changing TTY frame size, then selecting new frame.
src/frame.c (do_switch_frame): When switching to another TTY frame, make sure FrameCols and FrameRows are in sync with the new frame's data.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index eac62eef7a7..6d1e23b40fd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12014-06-30 Eli Zaretskii <eliz@gnu.org>
2
3 * frame.c (do_switch_frame): When switching to another TTY frame,
4 make sure FrameCols and FrameRows are in sync with the new frame's
5 data. (Bug#17875)
6
12014-06-28 Andreas Schwab <schwab@linux-m68k.org> 72014-06-28 Andreas Schwab <schwab@linux-m68k.org>
2 8
3 * coding.c (encode_coding_utf_8): Correctly count produced_chars 9 * coding.c (encode_coding_utf_8): Correctly count produced_chars