aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2002-10-10 22:36:24 +0000
committerDave Love2002-10-10 22:36:24 +0000
commit102ae470d859029130def36022336aafc0f88c85 (patch)
tree2bb788f4d86fbfdecc9902847b88ff20bc46e443 /src
parent8958be0377e861901eb5392b8106e97e61e006b1 (diff)
downloademacs-102ae470d859029130def36022336aafc0f88c85.tar.gz
emacs-102ae470d859029130def36022336aafc0f88c85.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9951266c9fe..1f1d5d40105 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12002-10-10 Dave Love <fx@gnu.org>
2
3 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
4
12002-10-10 Kenichi Handa <handa@m17n.org> 52002-10-10 Kenichi Handa <handa@m17n.org>
2 6
3 * coding.c (detect_coding_utf_8): Check incomplete byte sequence. 7 * coding.c (detect_coding_utf_8): Check incomplete byte sequence.
@@ -29,6 +33,10 @@
29 (STRING_CHAR_AND_LENGTH): Likewise. 33 (STRING_CHAR_AND_LENGTH): Likewise.
30 (STRING_CHAR_ADVANCE): Likewise. 34 (STRING_CHAR_ADVANCE): Likewise.
31 35
362002-10-09 Dave Love <fx@gnu.org>
37
38 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
39
322002-10-07 Kenichi Handa <handa@m17n.org> 402002-10-07 Kenichi Handa <handa@m17n.org>
33 41
34 * keymap.c (push_key_description): Pay attention to 42 * keymap.c (push_key_description): Pay attention to