Mercurial > emacs
comparison lisp/ChangeLog @ 59563:be010c149573
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 15 Jan 2005 14:31:22 +0000 |
parents | 4d60cf28a8fc |
children | 208685234719 |
comparison
equal
deleted
inserted
replaced
59562:17c9e16e0207 | 59563:be010c149573 |
---|---|
1 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net> | |
2 | |
3 * mail/rmail.el: Updated to work with movemail from GNU Mailutils | |
4 (rmail-pop-password, rmail-pop-password-required): Moved to | |
5 rmail-obsolete group. | |
6 (rmail-set-pop-password): Renamed to rmail-set-remote-password. | |
7 All callers updated. | |
8 (rmail-get-pop-password): Renamed to rmail-get-remote-password. | |
9 Take an argument specifying whether it is POP or IMAP mailbox we | |
10 are using. All callers updated. | |
11 (rmail-pop-password-error): Renamed to | |
12 rmail-remote-password-error. Added mailutils-specific error | |
13 message. | |
14 (rmail-movemail-search-path) | |
15 (rmail-movemail-variant-in-use): New variables. | |
16 (rmail-remote-password, rmail-remote-password-required): New | |
17 customization variables. | |
18 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New | |
19 functions. | |
20 (rmail-parse-url): New function. | |
21 (rmail-get-new-mail, rmail-insert-inbox-text): Updated for use | |
22 with GNU mailutils movemail. | |
23 | |
1 2005-01-15 Kevin Ryde <user42@zip.com.au> | 24 2005-01-15 Kevin Ryde <user42@zip.com.au> |
2 | 25 |
3 * info-look.el (c-mode/symbol): Add ^` to prefix, and change | 26 * info-look.el (c-mode/symbol): Add ^` to prefix, and change |
4 suffix to space, $ or '$, to correctly position point when going | 27 suffix to space, $ or '$, to correctly position point when going |
5 to @table style constants like DBL_MAX. | 28 to @table style constants like DBL_MAX. |