# HG changeset patch # User Chong Yidong # Date 1175449082 0 # Node ID f5f9a75d17e8c46f55adf496d864fb79deef1b2d # Parent 480efa3468553e00b43146a55380ae866f973878 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table when downcasing. diff -r 480efa346855 -r f5f9a75d17e8 lisp/ChangeLog --- a/lisp/ChangeLog Sun Apr 01 17:13:46 2007 +0000 +++ b/lisp/ChangeLog Sun Apr 01 17:38:02 2007 +0000 @@ -1,5 +1,8 @@ 2007-04-01 Chong Yidong + * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table + when downcasing. + * button.el (previous-button): Rewrite to account for adjacent buttons.