# HG changeset patch # User Juanma Barranquero # Date 1207429730 0 # Node ID 074f3abdee882e7978b8bde9b09151fb5e333083 # Parent e8f312e6ec32ee45bf1b6061e36164a503e2de93 *** empty log message *** diff -r e8f312e6ec32 -r 074f3abdee88 src/ChangeLog --- a/src/ChangeLog Sat Apr 05 21:03:47 2008 +0000 +++ b/src/ChangeLog Sat Apr 05 21:08:50 2008 +0000 @@ -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.