aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f51e6a147bf..21cb47eeeaa 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12013-09-11 Paul Eggert <eggert@cs.ucla.edu>
2
3 Fix corruption with multiple emacsclient -t instances (Bug#15222).
4 This bug was introduced by my 2013-08-26 patch, which incorrectly
5 assumed that the terminfo implementation doesn't use termcap buffers.
6 * term.c (init_tty) [TERMINFO]: Remove optimization, as
7 these buffers apparently are used after all.
8 * termchar.h (TERMCAP_BUFFER_SIZE) [TERMINFO]: Define here too.
9 (struct tty_display_info): Define members termcap_term_buffer and
10 termcap_strings_buffer even if TERMINFO.
11
12013-09-11 Dmitry Antipov <dmantipov@yandex.ru> 122013-09-11 Dmitry Antipov <dmantipov@yandex.ru>
2 13
3 Fix last change. 14 Fix last change.