aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2001-03-08 02:17:30 +0000
committerKenichi Handa2001-03-08 02:17:30 +0000
commita1b12fe90edda957f36a50e6a8274ea9f1b2f4b4 (patch)
treebc2d6fc57efd62c819ae4d8ae9ae5ecf43d2254b /src
parent682169fe7f80e9c3b69e7ca35c88f1eb1c8a9d55 (diff)
downloademacs-a1b12fe90edda957f36a50e6a8274ea9f1b2f4b4.tar.gz
emacs-a1b12fe90edda957f36a50e6a8274ea9f1b2f4b4.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c7a4ffcdee9..e080d520a0f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,6 +5,8 @@
5 (decode_coding_sjis_big5): Likewise. 5 (decode_coding_sjis_big5): Likewise.
6 (Fdetect_coding_region): Call detect_coding_system with tailing 6 (Fdetect_coding_region): Call detect_coding_system with tailing
7 anchor byte `\0' for more rigid detection. 7 anchor byte `\0' for more rigid detection.
8 (detect_coding_mask): Fix the incorrect handling of arg
9 MULTIBYTEP.
8 (Fdetect_coding_string): Likewise. 10 (Fdetect_coding_string): Likewise.
9 11
102001-03-07 Stefan Monnier <monnier@cs.yale.edu> 122001-03-07 Stefan Monnier <monnier@cs.yale.edu>