Mercurial > emacs
changeset 29028:274999e44449
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sat, 20 May 2000 00:23:52 +0000 |
parents | 03d05a02d1ba |
children | 99c561e74d0d |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <handa@etl.go.jp> + + * 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 <monnier@cs.yale.edu> * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):