Mercurial > emacs
changeset 59563:be010c149573
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 15 Jan 2005 14:31:22 +0000 |
parents | 17c9e16e0207 |
children | cc895ba38d57 |
files | etc/ChangeLog lisp/ChangeLog man/ChangeLog |
diffstat | 3 files changed, 32 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/ChangeLog Sat Jan 15 14:30:48 2005 +0000 +++ b/etc/ChangeLog Sat Jan 15 14:31:22 2005 +0000 @@ -1,3 +1,8 @@ +2005-01-15 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> + + * TUTORIAL.nl: Correct translation and the Dutch text (typos). + More consistent use of terminology. + 2005-01-13 Cheng Gao <chenggao@gmail.com> * MORE.STUFF: Add entries of some well known and widely used packages.
--- a/lisp/ChangeLog Sat Jan 15 14:30:48 2005 +0000 +++ b/lisp/ChangeLog Sat Jan 15 14:31:22 2005 +0000 @@ -1,3 +1,26 @@ +2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net> + + * mail/rmail.el: Updated to work with movemail from GNU Mailutils + (rmail-pop-password, rmail-pop-password-required): Moved to + rmail-obsolete group. + (rmail-set-pop-password): Renamed to rmail-set-remote-password. + All callers updated. + (rmail-get-pop-password): Renamed to rmail-get-remote-password. + Take an argument specifying whether it is POP or IMAP mailbox we + are using. All callers updated. + (rmail-pop-password-error): Renamed to + rmail-remote-password-error. Added mailutils-specific error + message. + (rmail-movemail-search-path) + (rmail-movemail-variant-in-use): New variables. + (rmail-remote-password, rmail-remote-password-required): New + customization variables. + (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New + functions. + (rmail-parse-url): New function. + (rmail-get-new-mail, rmail-insert-inbox-text): Updated for use + with GNU mailutils movemail. + 2005-01-15 Kevin Ryde <user42@zip.com.au> * info-look.el (c-mode/symbol): Add ^` to prefix, and change
--- a/man/ChangeLog Sat Jan 15 14:30:48 2005 +0000 +++ b/man/ChangeLog Sat Jan 15 14:31:22 2005 +0000 @@ -1,3 +1,7 @@ +2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net> + + * man/rmail.texi: Document support for GNU mailutils in rmail.el. + 2005-01-13 Richard M. Stallman <rms@gnu.org> * commands.texi (Commands): Clarification.