Mercurial > emacs
comparison lisp/ChangeLog @ 76941:aa6be935808e
* mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
downcasing.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 04 Apr 2007 15:37:35 +0000 |
parents | c43eb2a211a9 |
children | 52d3fb07a84a |
comparison
equal
deleted
inserted
replaced
76940:c4ac2750f7e4 | 76941:aa6be935808e |
---|---|
1 2007-04-04 Chong Yidong <cyd@stupidchicken.com> | 1 2007-04-04 Chong Yidong <cyd@stupidchicken.com> |
2 | 2 |
3 * subr.el (with-case-table): New macro. | 3 * subr.el (with-case-table): New macro. |
4 | 4 |
5 * international/mule.el (ascii-case-table): New var. | 5 * international/mule.el (ascii-case-table): New var. |
6 | |
7 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when | |
8 downcasing. | |
6 | 9 |
7 2007-04-03 Nick Roberts <nickrob@snap.net.nz> | 10 2007-04-03 Nick Roberts <nickrob@snap.net.nz> |
8 | 11 |
9 * progmodes/gud.el (gud-minor-mode-map): Simplify. | 12 * progmodes/gud.el (gud-minor-mode-map): Simplify. |
10 | 13 |