diff options
| author | Kenichi Handa | 2005-07-29 11:44:50 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2005-07-29 11:44:50 +0000 |
| commit | 07bd7822113da5ae28d0db471453622a2ed5d6cd (patch) | |
| tree | 7e5d1e7a62039173366bcf03e6d8fe0e32955d0b /src | |
| parent | 38d035de172e41ad1e7d71586473236e9a25c79c (diff) | |
| download | emacs-07bd7822113da5ae28d0db471453622a2ed5d6cd.tar.gz emacs-07bd7822113da5ae28d0db471453622a2ed5d6cd.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.unicode | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index 7bd3398db4a..e382c85f93b 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2005-07-29 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * coding.c (QCascii_compatible_p): New variable. | ||
| 4 | (syms_of_coding): Initialize it. | ||
| 5 | (ONE_MORE_BYTE): Decrement `src' before calling string_char. | ||
| 6 | (ONE_MORE_BYTE_NO_CHECK): Likewise. | ||
| 7 | (record_conversion_result): Add `default:' case. | ||
| 8 | (coding_charset_list): Delete unused variable `coding_type'. | ||
| 9 | (Fdefine_coding_system_internal): Add `ascii-compatible-p' | ||
| 10 | property in the plist of the coding system. | ||
| 11 | (Fcoding_system_put): Check QCascii_compatible_p. | ||
| 12 | |||
| 1 | 2005-06-09 Kenichi Handa <handa@m17n.org> | 13 | 2005-06-09 Kenichi Handa <handa@m17n.org> |
| 2 | 14 | ||
| 3 | * xdisp.c (get_next_display_element): Sync with the change in | 15 | * xdisp.c (get_next_display_element): Sync with the change in |