aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-09-11 10:37:10 +0200
committerJoakim Verona2013-09-11 10:37:10 +0200
commit9bdba396e40b4461b78d3fbf8620d6b61004bf39 (patch)
tree36b2aa3e3224767fa9932ef946764e5022e489e9 /src/ChangeLog
parentfb14d1d90742d51047a2c51b57a87e976a106aa6 (diff)
parent73f82c7e8eb6a009248f4ea6360b2182d06f55e2 (diff)
downloademacs-9bdba396e40b4461b78d3fbf8620d6b61004bf39.tar.gz
emacs-9bdba396e40b4461b78d3fbf8620d6b61004bf39.zip
merge from trunk
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.