diff options
| author | Kenichi Handa | 2009-01-14 12:19:44 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2009-01-14 12:19:44 +0000 |
| commit | f56a4450912fa06401b13e6631313fe17bed006f (patch) | |
| tree | 00e36c6a98a8b740184d7535844f9eda51eb1d29 /src/ChangeLog | |
| parent | 97d42150b4f0233e98f516e69f4978b2e6eebe59 (diff) | |
| download | emacs-f56a4450912fa06401b13e6631313fe17bed006f.tar.gz emacs-f56a4450912fa06401b13e6631313fe17bed006f.zip | |
(TWO_MORE_BYTES): New macro.
(detect_coding_utf_16): Use TWO_MORE_BYTES instead of
ONE_MORE_BYTE.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5d048f7413b..4f11a1269cc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2009-01-14 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * coding.c (TWO_MORE_BYTES): New macro. | ||
| 4 | (detect_coding_utf_16): Use TWO_MORE_BYTES instead of | ||
| 5 | ONE_MORE_BYTE. | ||
| 6 | |||
| 1 | 2009-01-13 Chong Yidong <cyd@stupidchicken.com> | 7 | 2009-01-13 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 8 | ||
| 3 | * font.c (font_clear_prop): If clearing the family, clear the font | 9 | * font.c (font_clear_prop): If clearing the family, clear the font |
| @@ -90,7 +96,7 @@ | |||
| 90 | 2009-01-07 Kenichi Handa <handa@m17n.org> | 96 | 2009-01-07 Kenichi Handa <handa@m17n.org> |
| 91 | 97 | ||
| 92 | * fileio.c (Finsert_file_contents): In the case of replace, | 98 | * fileio.c (Finsert_file_contents): In the case of replace, |
| 93 | remeber the coding system used for decoding in | 99 | remember the coding system used for decoding in |
| 94 | coding_system (Bug#1039). | 100 | coding_system (Bug#1039). |
| 95 | 101 | ||
| 96 | * coding.c (decode_coding_utf_8): Check byte_after_cr before | 102 | * coding.c (decode_coding_utf_8): Check byte_after_cr before |