diff options
| author | Kenichi Handa | 2003-03-19 23:36:15 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-03-19 23:36:15 +0000 |
| commit | 76b7fded09728852167e48f9f0c00a46567856a5 (patch) | |
| tree | 5329bfe40cc470fead7738435caa50341d0e3f85 /lisp/ChangeLog | |
| parent | 0b51ba8a5a0a2b46a433bfd06161af5cf2e31145 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2003-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 | |||
| 1 | 2003-03-19 Simon Marshall <simon@gnu.org> | 6 | 2003-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): |