aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2008-01-19 05:55:50 +0000
committerKenichi Handa2008-01-19 05:55:50 +0000
commit5a7a1dde2c0cc502c3db47bb867b14534f741867 (patch)
tree7196c1c2fc59402b7ba2063794d2308e30aabacb /src/ChangeLog
parent69c43ff730922b9a55920ac1c0601e057eac9766 (diff)
downloademacs-5a7a1dde2c0cc502c3db47bb867b14534f741867.tar.gz
emacs-5a7a1dde2c0cc502c3db47bb867b14534f741867.zip
(detect_coding_iso2022): New arg
latin_extra_code_state. Allow Latin extra codes only when *latin_extra_code_state is nonzero. (detect_coding_mask): If there is a NULL byte, detect the encoding as UTF-16 or binary. If Latin extra codes exist, detect the encoding as ISO-2022 only when there's no other proper encoding is found.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
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 @@
12008-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
12008-01-17 Jason Rumney <jasonr@gnu.org> 112008-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.