Synch to No Gnus 200506060511.
[elisp/gnus.git-] / lisp / ChangeLog
index 937cff3..5e58a07 100644 (file)
@@ -1,9 +1,35 @@
+2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
+
+2005-06-04  Lute Kamstra  <lute@gnu.org>
+
+       * nnfolder.el (nnfolder-read-folder): Make sure that undo
+       information is never recorded.
+
+2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
+
+2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * pop3.el (pop3-apop): Run md5 in the binary mode.
+
+       * starttls.el (starttls-set-process-query-on-exit-flag):
+       Use eval-and-compile.
+
+2005-05-31  Simon Josefsson  <jas@extundo.com>
+
+       * smime.el (smime-replace-in-string): Define.
+       (smime-cert-by-ldap-1): Use it.
+
 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el (article-display-x-face): Replace
        process-kill-without-query by gnus-set-process-query-on-exit-flag.
 
-       * gnus-util.el (gnus-set-process-query-on-exit-flag): New function.
+       * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
+       set-process-query-on-exit-flag or process-kill-without-query.
 
        * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
        loop instead of replace-regexp.
@@ -11,6 +37,8 @@
        * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
        instead of process-kill-without-query if it is available.
 
+       * lpath.el: Fbind ldap-search-entries.
+
        * mm-util.el (mm-insert-file-contents): Bind find-file-hook
        instead of find-file-hooks if it is available.
 
@@ -18,8 +46,8 @@
 
        * mml2015.el: Bind pgg-default-user-id when compiling.
 
-       * nndraft.el (nndraft-request-associate-buffer): Use
-       write-contents-functions instead of write-contents-hooks if it is
+       * nndraft.el (nndraft-request-associate-buffer):
+       Use write-contents-functions instead of write-contents-hooks if it is
        available.
 
        * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
@@ -30,8 +58,8 @@
        (nntp-open-ssl-stream): Ditto.
        (nntp-open-tls-stream): Ditto.
 
-       * starttls.el (starttls-set-process-query-on-exit-flag): New
-       function.
+       * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
+       set-process-query-on-exit-flag or process-kill-without-query.
        (starttls-open-stream-gnutls): Use it instead of
        process-kill-without-query.
        (starttls-open-stream): Ditto.
        (gnus-summary-high-unread-face): Ditto.
        (gnus-summary-low-unread-face): Ditto.
        (gnus-summary-normal-unread-face): Ditto.
-       (gnus-summary-high-read-face, gnus-summary-low-read-face): Diito
+       (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
        (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
 
        * hashcash.el (hashcash): New custom group.
        (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
        (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
        (sieve-manage-authenticators): Ditto.
-       (sieve-manage-authenticator-alist): Ditto
+       (sieve-manage-authenticator-alist): Ditto.
        (sieve-manage-default-port): Ditto.
 
        * sieve-mode.el (sieve-control-commands-face): Add :group.
        * nnimap.el (nnimap-date-days-ago): Add defvars in order to
        silence the byte compiler inside the defun
 
-       * gnus-demon.el (parse-time-string): Added autoload.
+       * gnus-demon.el (parse-time-string): Add autoload.
 
-       * gnus-delay.el (parse-time-string): Added autoload.
+       * gnus-delay.el (parse-time-string): Add autoload.
 
-       * gnus-art.el (parse-time-string): Added autoload.
+       * gnus-art.el (parse-time-string): Add autoload.
 
        * nnultimate.el (parse-time): Require for `parse-time-string'.