From: Kenichi Handa Date: Mon, 5 Mar 2001 06:39:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.99~15 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b86644f28fd7c2c81b3657ae111e5346667992d9;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8ddb6668581..e15d8eafd3a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-03-05 Kenichi Handa + + * international/mule-conf.el (emacs-mule, raw-text): Docstring + modified. + 2001-03-04 Eli Zaretskii * term/internal.el: Update copyright notice. diff --git a/src/ChangeLog b/src/ChangeLog index 1171a23ec48..c1f10e1abf1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2001-03-05 Kenichi Handa + + * coding.c (syms_of_coding): Docstring modified. + +2001-02-28 Kenichi Handa + + * charset.c (char_to_string): If a single byte char has modifier + bits that can't be reflected to the character code, ignore them + instead of signalling an error. + 2001-03-04 Eli Zaretskii * s/msdos.h: Update copyright notice.