From: Eli Zaretskii Date: Sat, 15 Jan 2005 14:31:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~2738 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=43805352f135435165b5c1ee2b589e1aac9ae121;p=emacs.git *** empty log message *** --- diff --git a/etc/ChangeLog b/etc/ChangeLog index c5521f5a053..b9e9fa20a6e 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -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 --git a/lisp/ChangeLog b/lisp/ChangeLog index ff71b8a1734..ab130e2c09b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/man/ChangeLog b/man/ChangeLog index f0c5307a52b..0f4646e0d73 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -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.