aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2008-12-08 14:43:45 +0000
committerChong Yidong2008-12-08 14:43:45 +0000
commit567826bbb2315961b72cc5d586d08b336f5cdea1 (patch)
tree3172f212e1443af192e8df6d7548be3e65923140 /src/ChangeLog
parent59bd58600e13bc17d2ce6cfce81746ed507c3b24 (diff)
downloademacs-567826bbb2315961b72cc5d586d08b336f5cdea1.tar.gz
emacs-567826bbb2315961b72cc5d586d08b336f5cdea1.zip
* termchar.h (struct tty): New members termcap_term_buffer and
termcap_strings_buffer. * term.c (encode_terminal_code): Free any previous memory blocks before calling xmalloc for encode_terminal_src or encode_terminal_dst. (maybe_fatal): Buffer argument deleted. Don't free buffer here. All callers changed. (init_tty): Store termcap data and string buffers in new struct tty members termcap_term_buffer and termcap_strings_buffer. (delete_tty): Free them. (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8672bb2b240..2fe9652070b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12008-12-08 Chong Yidong <cyd@stupidchicken.com>
2
3 * termchar.h (struct tty): New members termcap_term_buffer and
4 termcap_strings_buffer.
5
6 * term.c (encode_terminal_code): Free any previous memory blocks
7 before calling xmalloc for encode_terminal_src or
8 encode_terminal_dst.
9 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
10 All callers changed.
11 (init_tty): Store termcap data and string buffers in new struct
12 tty members termcap_term_buffer and termcap_strings_buffer.
13 (delete_tty): Free them.
14 (syms_of_term): Initialize encode_terminal_src and
15 encode_terminal_dst.
16
12008-12-07 Seiji Zenitani <zenitani@mac.com> 172008-12-07 Seiji Zenitani <zenitani@mac.com>
2 18
3 * nsfns.m (ns_set_background_color): Remove code duplication. 19 * nsfns.m (ns_set_background_color): Remove code duplication.