# HG changeset patch # User Kenichi Handa # Date 958782232 0 # Node ID 274999e444499f268f400246c0aafcf39a5732f2 # Parent 03d05a02d1ba9a67f85e70925a70560389b9d284 *** empty log message *** diff -r 03d05a02d1ba -r 274999e44449 lisp/ChangeLog --- a/lisp/ChangeLog Sat May 20 00:11:06 2000 +0000 +++ b/lisp/ChangeLog Sat May 20 00:23:52 2000 +0000 @@ -1,3 +1,17 @@ +2000-05-20 Kenichi HANDA + + * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region + and insert, not subst-char-in-region. + + * international/mule-diag.el (list-character-sets-1): Handle + charsets eight-bit-control and eight-bit-graphic. + (list-iso-charset-chars): Likewise. + (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit + charactes as is. Use indent-to to align characters. + + * international/mule-cmds.el (find-multibyte-characters): Never + exclude charsets eight-bit-control and eight-bit-graphic. + 2000-05-19 Stefan Monnier * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): diff -r 03d05a02d1ba -r 274999e44449 src/ChangeLog Binary file src/ChangeLog has changed