Mercurial > emacs
comparison lisp/ChangeLog @ 29028:274999e44449
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sat, 20 May 2000 00:23:52 +0000 |
parents | ec2827214bf3 |
children | 99c561e74d0d |
comparison
equal
deleted
inserted
replaced
29027:03d05a02d1ba | 29028:274999e44449 |
---|---|
1 2000-05-20 Kenichi HANDA <handa@etl.go.jp> | |
2 | |
3 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
4 and insert, not subst-char-in-region. | |
5 | |
6 * international/mule-diag.el (list-character-sets-1): Handle | |
7 charsets eight-bit-control and eight-bit-graphic. | |
8 (list-iso-charset-chars): Likewise. | |
9 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
10 charactes as is. Use indent-to to align characters. | |
11 | |
12 * international/mule-cmds.el (find-multibyte-characters): Never | |
13 exclude charsets eight-bit-control and eight-bit-graphic. | |
14 | |
1 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> | 15 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
2 | 16 |
3 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): | 17 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
4 Don't quote lambdas. | 18 Don't quote lambdas. |
5 | 19 |