diff options
| author | Kenichi Handa | 2007-11-12 04:07:16 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2007-11-12 04:07:16 +0000 |
| commit | 8f46ce9a7c6a0ed7667eaafbe2a96b93202ae781 (patch) | |
| tree | d95395313d4d3b66c832d3ff57351dab71e3bc8c /src/ChangeLog.unicode | |
| parent | 67bb7826df3aa38bb3876148e36d46b447a43d8a (diff) | |
| download | emacs-8f46ce9a7c6a0ed7667eaafbe2a96b93202ae781.tar.gz emacs-8f46ce9a7c6a0ed7667eaafbe2a96b93202ae781.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog.unicode')
| -rw-r--r-- | src/ChangeLog.unicode | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index 83a82b9d636..13cab5335d8 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1639,7 +1639,7 @@ | |||
| 1639 | 1639 | ||
| 1640 | 2005-07-29 Kenichi Handa <handa@m17n.org> | 1640 | 2005-07-29 Kenichi Handa <handa@m17n.org> |
| 1641 | 1641 | ||
| 1642 | * coding.c (QCascii_compatible_p): New variable. | 1642 | * coding.c (QCascii_compatible_p): New variable. |
| 1643 | (syms_of_coding): Initialize it. | 1643 | (syms_of_coding): Initialize it. |
| 1644 | (ONE_MORE_BYTE): Decrement `src' before calling string_char. | 1644 | (ONE_MORE_BYTE): Decrement `src' before calling string_char. |
| 1645 | (ONE_MORE_BYTE_NO_CHECK): Likewise. | 1645 | (ONE_MORE_BYTE_NO_CHECK): Likewise. |
| @@ -2739,7 +2739,7 @@ | |||
| 2739 | * keyboard.c (adjust_point_for_property): Make beg and end | 2739 | * keyboard.c (adjust_point_for_property): Make beg and end |
| 2740 | EMACS_INT. | 2740 | EMACS_INT. |
| 2741 | 2741 | ||
| 2742 | * intervals.c (get_property_and_range) | 2742 | * intervals.c (get_property_and_range): |
| 2743 | * intervals.h (get_property_and_range): Make start and end EMACS_INT. | 2743 | * intervals.h (get_property_and_range): Make start and end EMACS_INT. |
| 2744 | 2744 | ||
| 2745 | * unexalpha.c: Don't include varargs.h. | 2745 | * unexalpha.c: Don't include varargs.h. |
| @@ -3277,8 +3277,8 @@ | |||
| 3277 | * coding.c (detect_coding): Fix previous change. | 3277 | * coding.c (detect_coding): Fix previous change. |
| 3278 | (detect_coding_charset): If only ASCII bytes are found, return 0. | 3278 | (detect_coding_charset): If only ASCII bytes are found, return 0. |
| 3279 | (detect_coding_system): Fix previous change. | 3279 | (detect_coding_system): Fix previous change. |
| 3280 | (Fdefine_coding_system_internal): Setup CODING_ATTR_ASCII_COMPAT | 3280 | (Fdefine_coding_system_internal): Setup |
| 3281 | (attrs) correctly. | 3281 | CODING_ATTR_ASCII_COMPAT (attrs) correctly. |
| 3282 | 3282 | ||
| 3283 | 2002-10-15 Dave Love <fx@gnu.org> | 3283 | 2002-10-15 Dave Love <fx@gnu.org> |
| 3284 | 3284 | ||
| @@ -3505,7 +3505,7 @@ | |||
| 3505 | here. | 3505 | here. |
| 3506 | (re_compile_fastmap) [emacs]: Call analyse_first with the arg | 3506 | (re_compile_fastmap) [emacs]: Call analyse_first with the arg |
| 3507 | multibyte always 1. | 3507 | multibyte always 1. |
| 3508 | (re_search_2) In emacs, set the locale variable multibyte to 1, | 3508 | (re_search_2): In emacs, set the locale variable multibyte to 1, |
| 3509 | otherwise to 0. New local variable target_multibyte. Check it | 3509 | otherwise to 0. New local variable target_multibyte. Check it |
| 3510 | to decide the multibyteness of STR1 and STR2. If | 3510 | to decide the multibyteness of STR1 and STR2. If |
| 3511 | target_multibyte is zero, convert unibyte chars to multibyte | 3511 | target_multibyte is zero, convert unibyte chars to multibyte |