diff options
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 |