aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2003-03-19 23:36:15 +0000
committerKenichi Handa2003-03-19 23:36:15 +0000
commit76b7fded09728852167e48f9f0c00a46567856a5 (patch)
tree5329bfe40cc470fead7738435caa50341d0e3f85 /lisp/ChangeLog
parent0b51ba8a5a0a2b46a433bfd06161af5cf2e31145 (diff)
downloademacs-76b7fded09728852167e48f9f0c00a46567856a5.tar.gz
emacs-76b7fded09728852167e48f9f0c00a46567856a5.zip
(ccl-decode-mule-utf-8): Fix a bug of
invalid 5 to 6 bytes sequence.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 47fbc67b565..e8be3fdcb80 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12003-03-20 Kenichi Handa <handa@m17n.org>
2
3 * international/utf-8.el (ccl-decode-mule-utf-8): Fix a bug in
4 handling invalid 5 to 6 bytes sequence.
5
12003-03-19 Simon Marshall <simon@gnu.org> 62003-03-19 Simon Marshall <simon@gnu.org>
2 7
3 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords): 8 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):