* nntp.el: Autoload `auth-source-user-or-password'.
[gnus] / lisp / ChangeLog
index 8570ab6..effbde8 100644 (file)
@@ -1,3 +1,71 @@
+2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * nntp.el: Autoload `auth-source-user-or-password'.
+       (nntp-send-authinfo): Use it.
+
+       * nnimap.el: Autoload `auth-source-user-or-password'.
+       (nnimap-open-connection): Use it.
+
+       * auth-source.el: Added docs on using with url-auth.  Import gnus-util
+       for the gnus-message function.
+       (auth-source-user-or-password): Use it.
+
+2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-registry.el: Adjusted copyright dates and added a keyword.
+
+       * gnus-util.el (gnus-extract-address-component-name)
+       (gnus-extract-address-component-email): Convenience functions around
+       `gnus-extract-address-components'.
+
+       * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
+       `gnus-extract-address-component-email' to fix bug of comparing full
+       sender name to `user-mail-address'.
+
+2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
+       catch/throw to optimize.
+       (gnus-registry-find-keywords): Just use member to find a keyword.
+
+2008-05-04  Juri Linkov  <juri@jurta.org>
+
+       * mailcap.el (mailcap-replace-in-string): New compatibility alias.
+       (mailcap-file-default-commands): Use mailcap-replace-in-string
+       instead of replace-regexp-in-string, and mailcap-delete-duplicates
+       instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
+
+2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
+
+       * gnus-sum.el (gnus-propagate-marks): Fix custom version.
+
+2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
+
+       * gnus.el: Bump version to 0.11
+
+2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
+
+       * gnus.el: No Gnus v0.10 is released.
+
+2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
+       hooks.
+       (gnus-update-read-articles): Speed up non-marks-using users.
+       (gnus-use-marks): Define gnus-use-marks.
+       (gnus-propagate-marks): Rename variable to something more sensible.
+
+2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
+       (gmm-image-load-path-for-library): Fix typos in docstrings.
+       (gmm-message): Reflow docstring.
+
+2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * mail-source.el (mail-source-set-1, mail-source-bind): Moved
+       auth-source code out of the macro to clean it up and fix bugs.
+
 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
        (auth-source-user-or-password-sftp)
        (auth-source-user-or-password-smtp): Remove server parameter.
 
+2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
+
+       * smime.el (smime-sign-region, smime-encrypt-region)
+       (smime-decrypt-region):
+       Remove redundant calls to `generate-new-buffer-name'.
+
 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
 
        * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
        Don't use QP for message/rfc822.
        (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
 
+2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * sieve-manage.el (sieve-string-bytes): Remove.
+       (sieve-manage-putscript): Use length instead: `string-bytes' gives the
+       correct byte-length only if the process's coding-system is the same as
+       the one used internally by Emacs to represent strings.
+
 2008-04-22  Juri Linkov  <juri@jurta.org>
 
        * mailcap.el (mailcap-file-default-commands): New function.
 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * auth-source.el: Added docs.
-       (auth-sources): Modified format to support server.
+       (auth-sources): Modify format to support server.
        (auth-source-pick, auth-source-user-or-password)
        (auth-source-user-or-password-imap)
        (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
        * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
        (gnus-treat-body-boundary): Don't test window-system.
 
-2007-10-28  Leo <sdl.web@gmail.com>  (tiny change)
+2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
 
        * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
 
        (spam-stat-buffer-words-with-scores): Don't narrow and change
        syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
 
-2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
+2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
 
        * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
        (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
 
 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
 
-       * message.el (message-expand-name): Use EUDC if the user uses
-       that.
+       * message.el (message-expand-name): Use EUDC if the user uses that.
 
 2004-01-12  Jesper Harder  <harder@ifa.au.dk>