diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b28c1d9ac05..034315cf7cc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2008-01-19 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * coding.c (detect_coding_iso2022): New arg | ||
| 4 | latin_extra_code_state. Allow Latin extra codes only | ||
| 5 | when *latin_extra_code_state is nonzero. | ||
| 6 | (detect_coding_mask): If there is a NULL byte, detect the encoding | ||
| 7 | as UTF-16 or binary. If Latin extra codes exist, detect the | ||
| 8 | encoding as ISO-2022 only when there's no other proper encoding is | ||
| 9 | found. | ||
| 10 | |||
| 1 | 2008-01-17 Jason Rumney <jasonr@gnu.org> | 11 | 2008-01-17 Jason Rumney <jasonr@gnu.org> |
| 2 | 12 | ||
| 3 | * xterm.c (handle_one_xevent): Revert to counting chars not bytes. | 13 | * xterm.c (handle_one_xevent): Revert to counting chars not bytes. |