From: Juanma Barranquero Date: Wed, 10 Dec 2008 00:53:33 +0000 (+0000) Subject: Fix typos. X-Git-Tag: emacs-pretest-23.0.90~1200 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4ccfa1c0d10cda7d672756ae98f31af0c75c3914;p=emacs.git Fix typos. --- diff --git a/src/ChangeLog b/src/ChangeLog index 95966562d5e..57f3abfe491 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -2,8 +2,7 @@ * xftfont.c (syms_of_xftfont): Fix typo. - * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead - buffer. + * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer. 2008-12-08 Dan Nicolaescu @@ -15,20 +14,18 @@ termcap_strings_buffer. * term.c (encode_terminal_code): Free any previous memory blocks - before calling xmalloc for encode_terminal_src or - encode_terminal_dst. + 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. + (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst. 2008-12-07 Seiji Zenitani * nsfns.m (ns_set_background_color): Remove code duplication. - It was a substite for face-transparency on OS X 10.3. + It was a substitute for face-transparency on OS X 10.3. 2008-12-06 Chong Yidong @@ -76,8 +73,7 @@ vector VALIDS. (encode_coding_emacs_mule): Be sure to set `code'. - * fontset.c (face_for_char): Handle invalid charset property - correctly. + * fontset.c (face_for_char): Handle invalid charset property correctly. (font_for_char): Likewise. 2008-12-03 Chong Yidong @@ -103,11 +99,9 @@ 2008-12-03 Kenichi Handa - * coding.c (decode_coding_utf_16): Initialize consumed_chars_base - to 0. + * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0. (decode_coding_utf_8): Likewise. - (detect_coding_system): Initialize utf_16_le_eol to -1, val to - Qnil. + (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil. (produce_chars): Initialize consumed_chars to 0. 2008-12-02 Chong Yidong @@ -267,7 +261,7 @@ * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044). -2008-11-24 Wolfgang Lux (tiny change) +2008-11-24 Wolfgang Lux (tiny change) * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged): New EmacsView methods.