lpath.el: Fbind read-char-choice for XEmacs.
[gnus] / lisp / ChangeLog
index 1632895..d993730 100644 (file)
@@ -1,3 +1,142 @@
+2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       lpath.el: Fbind read-char-choice for XEmacs.
+
+2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * auth-source.el (auth-source-netrc-create): Show the default in the
+       prompt when prompting for token creation.
+
+2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * auth-source.el (auth-source-format-prompt): Always convert the value
+       to a string to avoid evaluating non-string arguments.
+       (auth-source-netrc-create): Offer default properly, not as initial
+       content in `read-string'.
+       (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
+       of line to determine if we've been run before.  If so, don't run again,
+       but print a trivial message to indicate the cache was hit instead.
+
+2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook): Don't
+       install `gnus-sync-read' to any hooks by default.  It's buggy.  The
+       user will have to run `gnus-sync-read' manually and wait for Cloudy
+       Gnus.
+
+2011-03-11  Julien Danjou  <julien@danjou.info>
+
+       * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
+       modified file".
+
+2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * auth-source.el (auth-source-read-char-choice): New function to read a
+       character choice using `dropdown-list', `read-char-choice', or
+       `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
+       '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
+       `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
+       (auth-source-netrc-saver): Use it.
+       (auth-source-pick-first-password): New convenience function.
+
+2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * nnimap.el (nnimap-credentials): Keep the :save-function as the third
+       parameter in the credentials.
+       (nnimap-open-connection-1): Use it after a successful login.
+       (nnimap-credentials): Add IMAP-specific user and password prompt.
+
+       * auth-source.el (auth-source-search): Add :require parameter, taking a
+       list.  Document it and the :save-function return token.  Pass :require
+       down.  Change the CREATED message from a warning to a debug statement.
+       (auth-source-search-backends): Pass :require down.
+       (auth-source-netrc-search): Pass :require down.
+       (auth-source-netrc-parse): Use :require, if it's given, as a filter.
+       Change save prompt to indicate all modifications saved here are
+       deletions.
+       (auth-source-netrc-create): Take user login name as default in user
+       prompt.  Move all the save functionality to a lexically bound function
+       under the :save-function token in the returned list.  Set up clearer
+       default prompts for user, host, port, and secret.
+       (auth-source-netrc-saver): New function, intended to be wrapped for
+       :save-function.
+
+2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * shr.el (shr-table-horizontal-line): Change the defaults for the table
+       lines to be spaces instead.
+
+2011-03-07  Julien Danjou  <julien@danjou.info>
+
+       * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
+       (sieve-sasl-auth): Check that auth-source-search did return something,
+       or just return an empty string.
+
+2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
+
+       * gnus.el (gnus-interactive): Use read-directory-name.
+
+       * gnus-uu.el (gnus-uu-decode-uu-and-save)
+       (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
+       (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
+       (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
+       Likewise.
+
+       * gnus-group.el (gnus-group-make-directory-group): Likewise.
+
+2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
+       onto the list of killed groups, too.  This makes killed nnimap groups,
+       for instance, more reliably not reappear.
+
+       * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
+       the parent.
+
+       * gnus-sum.el (gnus-update-read-articles): Fix typo.
+
+       * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
+       really have server-side marks.
+
+       * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
+       since most backends do not usefully have server-side marks.
+       (gnus-update-read-articles): Propagate marks to all backends that
+       really have server-side marks.
+
+2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
+
+       * message.el (message-cite-reply-position, message-cite-style): New
+       variables.
+       (message-yank-original): Use the new citation styles.
+
+2011-03-04  Daiki Ueno  <ueno@unixuser.org>
+
+       * message.el (message-options): Revert 22da67af (workaround for XEmacs
+       buffer-local issue); don't mark it buffer-local when running under
+       XEmacs.
+
+2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
+
+       * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
+       numbers too big to be `read'.
+
+2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * password-cache.el (password-in-cache-p): Add autoload.
+
+       * message.el (message-options): Make buffer-local two ways to attempt
+       to fix a XEmacs bug.
+
+2011-03-02  Julien Danjou  <julien@danjou.info>
+
+       * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
+
+2011-03-01  Julien Danjou  <julien@danjou.info>
+
+       * gnus-art.el (list-identifier): Add list-identifier as a parameter
+       group.
+       (article-hide-list-identifiers): Use list-identifier group parameter.
+
 2011-02-28  Julien Danjou  <julien@danjou.info>
 
        * sieve.el (sieve-buffer-script-name): New local variable to store