# HG changeset patch # User Eli Zaretskii # Date 1105799482 0 # Node ID be010c149573aeec4c34fe5850bbd46e64aada3d # Parent 17c9e16e02070f824b30a34781884b0e5eba1225 *** empty log message *** diff -r 17c9e16e0207 -r be010c149573 etc/ChangeLog --- 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 + + * TUTORIAL.nl: Correct translation and the Dutch text (typos). + More consistent use of terminology. + 2005-01-13 Cheng Gao * MORE.STUFF: Add entries of some well known and widely used packages. diff -r 17c9e16e0207 -r be010c149573 lisp/ChangeLog --- 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 + + * 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 * info-look.el (c-mode/symbol): Add ^` to prefix, and change diff -r 17c9e16e0207 -r be010c149573 man/ChangeLog --- 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 + + * man/rmail.texi: Document support for GNU mailutils in rmail.el. + 2005-01-13 Richard M. Stallman * commands.texi (Commands): Clarification.