aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2008-12-10 00:53:33 +0000
committerJuanma Barranquero2008-12-10 00:53:33 +0000
commit4ccfa1c0d10cda7d672756ae98f31af0c75c3914 (patch)
treecc92b1349e1556e68add936ddca7913b3a8ee464 /src
parent9743ac48ddb1b5026ac05e5ab0f883fb74da55fb (diff)
downloademacs-4ccfa1c0d10cda7d672756ae98f31af0c75c3914.tar.gz
emacs-4ccfa1c0d10cda7d672756ae98f31af0c75c3914.zip
Fix typos.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog22
1 files changed, 8 insertions, 14 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 95966562d5e..57f3abfe491 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,8 +2,7 @@
2 2
3 * xftfont.c (syms_of_xftfont): Fix typo. 3 * xftfont.c (syms_of_xftfont): Fix typo.
4 4
5 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead 5 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
6 buffer.
7 6
82008-12-08 Dan Nicolaescu <dann@ics.uci.edu> 72008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
9 8
@@ -15,20 +14,18 @@
15 termcap_strings_buffer. 14 termcap_strings_buffer.
16 15
17 * term.c (encode_terminal_code): Free any previous memory blocks 16 * term.c (encode_terminal_code): Free any previous memory blocks
18 before calling xmalloc for encode_terminal_src or 17 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
19 encode_terminal_dst.
20 (maybe_fatal): Buffer argument deleted. Don't free buffer here. 18 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
21 All callers changed. 19 All callers changed.
22 (init_tty): Store termcap data and string buffers in new struct 20 (init_tty): Store termcap data and string buffers in new struct
23 tty members termcap_term_buffer and termcap_strings_buffer. 21 tty members termcap_term_buffer and termcap_strings_buffer.
24 (delete_tty): Free them. 22 (delete_tty): Free them.
25 (syms_of_term): Initialize encode_terminal_src and 23 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
26 encode_terminal_dst.
27 24
282008-12-07 Seiji Zenitani <zenitani@mac.com> 252008-12-07 Seiji Zenitani <zenitani@mac.com>
29 26
30 * nsfns.m (ns_set_background_color): Remove code duplication. 27 * nsfns.m (ns_set_background_color): Remove code duplication.
31 It was a substite for face-transparency on OS X 10.3. 28 It was a substitute for face-transparency on OS X 10.3.
32 29
332008-12-06 Chong Yidong <cyd@stupidchicken.com> 302008-12-06 Chong Yidong <cyd@stupidchicken.com>
34 31
@@ -76,8 +73,7 @@
76 vector VALIDS. 73 vector VALIDS.
77 (encode_coding_emacs_mule): Be sure to set `code'. 74 (encode_coding_emacs_mule): Be sure to set `code'.
78 75
79 * fontset.c (face_for_char): Handle invalid charset property 76 * fontset.c (face_for_char): Handle invalid charset property correctly.
80 correctly.
81 (font_for_char): Likewise. 77 (font_for_char): Likewise.
82 78
832008-12-03 Chong Yidong <cyd@stupidchicken.com> 792008-12-03 Chong Yidong <cyd@stupidchicken.com>
@@ -103,11 +99,9 @@
103 99
1042008-12-03 Kenichi Handa <handa@m17n.org> 1002008-12-03 Kenichi Handa <handa@m17n.org>
105 101
106 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base 102 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
107 to 0.
108 (decode_coding_utf_8): Likewise. 103 (decode_coding_utf_8): Likewise.
109 (detect_coding_system): Initialize utf_16_le_eol to -1, val to 104 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
110 Qnil.
111 (produce_chars): Initialize consumed_chars to 0. 105 (produce_chars): Initialize consumed_chars to 0.
112 106
1132008-12-02 Chong Yidong <cyd@stupidchicken.com> 1072008-12-02 Chong Yidong <cyd@stupidchicken.com>
@@ -267,7 +261,7 @@
267 261
268 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044). 262 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
269 263
2702008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change) 2642008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
271 265
272 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged): 266 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
273 New EmacsView methods. 267 New EmacsView methods.