]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Sun, 13 Jun 2004 00:25:18 +0000 (00:25 +0000)
committerKenichi Handa <handa@m17n.org>
Sun, 13 Jun 2004 00:25:18 +0000 (00:25 +0000)
lisp/ChangeLog
src/ChangeLog

index 46f80e302e54567914c420c4ecfd017c45f1b2f2..6aaffb2c225b0cf30e4d1af3774404adaa4ceefd 100644 (file)
@@ -1,3 +1,9 @@
+2004-06-13  Kenichi Handa  <handa@m17n.org>
+
+       * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous
+       change.
+       (ccl-untranslated-to-ucs): Fix typo.
+
 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
 
        * progmodes/python.el (python-open-block-statement-p): Fix
index f5e72cb3844335bb76494fbdb44e894fe1b67d66..1a2fc38f37c11d8490c5e2794b0bf55435a03940 100644 (file)
@@ -1,3 +1,7 @@
+2004-06-13  Kenichi Handa  <handa@m17n.org>
+
+       * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
+
 2004-06-12  Matthew Mundell  <matt@mundell.ukfsn.org>
 
        * eval.c (Fdefun): Signal an error if NAME is not a symbol.