aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2008-01-19 15:24:59 +0000
committerJuanma Barranquero2008-01-19 15:24:59 +0000
commitc041e2d1a31cd24b54651d1b9a993d26a0c4a021 (patch)
tree29919454af15a0daaa2bccfad20abcbef6c4dda4 /src
parent3df7f6458d0ad30331f8e3f00ccf818e6424da1c (diff)
downloademacs-c041e2d1a31cd24b54651d1b9a993d26a0c4a021.tar.gz
emacs-c041e2d1a31cd24b54651d1b9a993d26a0c4a021.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 034315cf7cc..1ec2ad7aa85 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,12 +1,10 @@
12008-01-19 Kenichi Handa <handa@m17n.org> 12008-01-19 Kenichi Handa <handa@m17n.org>
2 2
3 * coding.c (detect_coding_iso2022): New arg 3 * coding.c (detect_coding_iso2022): New arg latin_extra_code_state.
4 latin_extra_code_state. Allow Latin extra codes only 4 Allow Latin extra codes only when *latin_extra_code_state is nonzero.
5 when *latin_extra_code_state is nonzero.
6 (detect_coding_mask): If there is a NULL byte, detect the encoding 5 (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 6 as UTF-16 or binary. If Latin extra codes exist, detect the encoding
8 encoding as ISO-2022 only when there's no other proper encoding is 7 as ISO-2022 only when no other proper encoding is found.
9 found.
10 8
112008-01-17 Jason Rumney <jasonr@gnu.org> 92008-01-17 Jason Rumney <jasonr@gnu.org>
12 10
@@ -14,7 +12,7 @@
14 12
15 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside 13 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
16 the unicode range available in MULE by locale-coding-system. 14 the unicode range available in MULE by locale-coding-system.
17 Improve dbcs lead byte detection. Set event timestamp and modifiers 15 Improve dbcs lead byte detection. Set event timestamp and modifiers
18 earlier. 16 earlier.
19 17
202008-01-17 Glenn Morris <rgm@gnu.org> 182008-01-17 Glenn Morris <rgm@gnu.org>