Mercurial > emacs
changeset 93746:074f3abdee88
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 05 Apr 2008 21:08:50 +0000 |
parents | e8f312e6ec32 |
children | 63ab93d290d1 |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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 <jasonr@gnu.org> - * 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 <jasonr@gnu.org> @@ -4391,7 +4391,7 @@ <wordbound, notwordbound, wordbeg, wordend, syntaxspec, notsyntaxspec, categoryspec, notcategoryspec> 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) <exactn>: 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. <charset, charset_not>: 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. <begline>: Declare the local variable C as `unsigned'. (bcmp_translate): Change the last arg name to target_multibyte.