comparison src/ChangeLog @ 100302:5cf588d5a3a6

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 10 Dec 2008 00:53:33 +0000
parents abeff3bb00ab
children 3e044fa54e4f
comparison
equal deleted inserted replaced
100301:5c8b389c391a 100302:5cf588d5a3a6
1 2008-12-09 Chong Yidong <cyd@stupidchicken.com> 1 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
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
8 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu> 7 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
9 8
10 * emacs.c (main): Close daemon_pipe on exec. 9 * emacs.c (main): Close daemon_pipe on exec.
11 10
13 12
14 * termchar.h (struct tty): New members termcap_term_buffer and 13 * termchar.h (struct tty): New members termcap_term_buffer and
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
28 2008-12-07 Seiji Zenitani <zenitani@mac.com> 25 2008-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
33 2008-12-06 Chong Yidong <cyd@stupidchicken.com> 30 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
34 31
35 * coding.c (make_conversion_work_buffer): Disable buffer 32 * coding.c (make_conversion_work_buffer): Disable buffer
36 modification hooks in the work buffer. 33 modification hooks in the work buffer.
74 71
75 * coding.c (decode_coding_charset): Check type of an element of 72 * coding.c (decode_coding_charset): Check type of an element of
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
83 2008-12-03 Chong Yidong <cyd@stupidchicken.com> 79 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
84 80
85 * font.c (Fopen_font): Compute pixel size correctly. 81 * font.c (Fopen_font): Compute pixel size correctly.
101 97
102 * character.c (c_string_width): Specify the type for LEN. 98 * character.c (c_string_width): Specify the type for LEN.
103 99
104 2008-12-03 Kenichi Handa <handa@m17n.org> 100 2008-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
113 2008-12-02 Chong Yidong <cyd@stupidchicken.com> 107 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
114 108
115 * keyboard.c (make_lispy_position): Only use PT if the selected 109 * keyboard.c (make_lispy_position): Only use PT if the selected
265 259
266 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com> 260 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
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
270 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change) 264 2008-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.
274 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants. 268 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
275 Fixes bug #1048,1357,1414. 269 Fixes bug #1048,1357,1414.