From: Juanma Barranquero Date: Sat, 5 Apr 2008 21:08:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~6512 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c5ad7a3d92c4190110d402f22b981ca7c9273597;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 3a90d5d7423..cfe243cbe0b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -814,7 +814,7 @@ 2008-02-24 Jason Rumney - * w32term.c: (x_draw_glyph_string_background): Clear the background + * w32term.c (x_draw_glyph_string_background): Clear the background manually when cleartype is in use. (x_draw_glyph_string_foreground): Draw text transparently when cleartype is in use. @@ -2038,7 +2038,7 @@ * chartab.c (map_sub_char_table): Make it work for the top-level char-table. Fix handling of parent char-table. - (map_char_table): Adjust for the above change. + (map_char_table): Adjust for the above change. 2008-02-01 Jason Rumney @@ -4391,7 +4391,7 @@ Fetch a character by GET_CHAR_AFTER. - (bcmp_translate): Likewise. + (bcmp_translate): Likewise. * search.c (compile_pattern): Check the member target_multibyte, not the member multibyte of buf. @@ -5000,7 +5000,7 @@ (regex_compile): Setup the compiled pattern for multibyte chars even if the given regex string is unibyte. Use PATFETCH_RAW instead of PATFETCH in many places. To handle `charset' - specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap + specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap only for ASCII chars. (analyse_first) : Simplify because the compiled pattern is multibyte. @@ -5020,7 +5020,7 @@ it to decide the multibyteness of STR1 and STR2. Use TARGET_CHAR_AND_LENGTH to fetch a character from D. : If multibyte is nonzero, check fastmap - only for ASCII chars. Call bcmp_translate with + only for ASCII chars. Call bcmp_translate with target_multibyte, not with multibyte. : Declare the local variable C as `unsigned'. (bcmp_translate): Change the last arg name to target_multibyte.