diff options
| author | Juanma Barranquero | 2008-04-05 21:08:50 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-04-05 21:08:50 +0000 |
| commit | c5ad7a3d92c4190110d402f22b981ca7c9273597 (patch) | |
| tree | 082bdf69212605e9de2ece4f91e7e182e57088a1 | |
| parent | c6a82c186659bc6e89fdacd1a1297967731505b5 (diff) | |
| download | emacs-c5ad7a3d92c4190110d402f22b981ca7c9273597.tar.gz emacs-c5ad7a3d92c4190110d402f22b981ca7c9273597.zip | |
*** empty log message ***
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3a90d5d7423..cfe243cbe0b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -814,7 +814,7 @@ | |||
| 814 | 814 | ||
| 815 | 2008-02-24 Jason Rumney <jasonr@gnu.org> | 815 | 2008-02-24 Jason Rumney <jasonr@gnu.org> |
| 816 | 816 | ||
| 817 | * w32term.c: (x_draw_glyph_string_background): Clear the background | 817 | * w32term.c (x_draw_glyph_string_background): Clear the background |
| 818 | manually when cleartype is in use. | 818 | manually when cleartype is in use. |
| 819 | (x_draw_glyph_string_foreground): Draw text transparently when | 819 | (x_draw_glyph_string_foreground): Draw text transparently when |
| 820 | cleartype is in use. | 820 | cleartype is in use. |
| @@ -2038,7 +2038,7 @@ | |||
| 2038 | 2038 | ||
| 2039 | * chartab.c (map_sub_char_table): Make it work for the top-level | 2039 | * chartab.c (map_sub_char_table): Make it work for the top-level |
| 2040 | char-table. Fix handling of parent char-table. | 2040 | char-table. Fix handling of parent char-table. |
| 2041 | (map_char_table): Adjust for the above change. | 2041 | (map_char_table): Adjust for the above change. |
| 2042 | 2042 | ||
| 2043 | 2008-02-01 Jason Rumney <jasonr@gnu.org> | 2043 | 2008-02-01 Jason Rumney <jasonr@gnu.org> |
| 2044 | 2044 | ||
| @@ -4391,7 +4391,7 @@ | |||
| 4391 | <wordbound, notwordbound, wordbeg, wordend, syntaxspec, | 4391 | <wordbound, notwordbound, wordbeg, wordend, syntaxspec, |
| 4392 | notsyntaxspec, categoryspec, notcategoryspec> Fetch a character | 4392 | notsyntaxspec, categoryspec, notcategoryspec> Fetch a character |
| 4393 | by GET_CHAR_AFTER. | 4393 | by GET_CHAR_AFTER. |
| 4394 | (bcmp_translate): Likewise. | 4394 | (bcmp_translate): Likewise. |
| 4395 | 4395 | ||
| 4396 | * search.c (compile_pattern): Check the member target_multibyte, | 4396 | * search.c (compile_pattern): Check the member target_multibyte, |
| 4397 | not the member multibyte of buf. | 4397 | not the member multibyte of buf. |
| @@ -5000,7 +5000,7 @@ | |||
| 5000 | (regex_compile): Setup the compiled pattern for multibyte chars | 5000 | (regex_compile): Setup the compiled pattern for multibyte chars |
| 5001 | even if the given regex string is unibyte. Use PATFETCH_RAW | 5001 | even if the given regex string is unibyte. Use PATFETCH_RAW |
| 5002 | instead of PATFETCH in many places. To handle `charset' | 5002 | instead of PATFETCH in many places. To handle `charset' |
| 5003 | specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap | 5003 | specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap |
| 5004 | only for ASCII chars. | 5004 | only for ASCII chars. |
| 5005 | (analyse_first) <exactn>: Simplify because the compiled pattern | 5005 | (analyse_first) <exactn>: Simplify because the compiled pattern |
| 5006 | is multibyte. | 5006 | is multibyte. |
| @@ -5020,7 +5020,7 @@ | |||
| 5020 | it to decide the multibyteness of STR1 and STR2. Use | 5020 | it to decide the multibyteness of STR1 and STR2. Use |
| 5021 | TARGET_CHAR_AND_LENGTH to fetch a character from D. | 5021 | TARGET_CHAR_AND_LENGTH to fetch a character from D. |
| 5022 | <charset, charset_not>: If multibyte is nonzero, check fastmap | 5022 | <charset, charset_not>: If multibyte is nonzero, check fastmap |
| 5023 | only for ASCII chars. Call bcmp_translate with | 5023 | only for ASCII chars. Call bcmp_translate with |
| 5024 | target_multibyte, not with multibyte. | 5024 | target_multibyte, not with multibyte. |
| 5025 | <begline>: Declare the local variable C as `unsigned'. | 5025 | <begline>: Declare the local variable C as `unsigned'. |
| 5026 | (bcmp_translate): Change the last arg name to target_multibyte. | 5026 | (bcmp_translate): Change the last arg name to target_multibyte. |