(nnimap-fetch-inbox): Rewrite slightly last patch.
[gnus] / lisp / ChangeLog
index ee21234..9c1b883 100644 (file)
@@ -1,3 +1,122 @@
+2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
+
+2011-03-17  Bjørn Mork  <bjorn@mork.no>
+
+       * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
+       servers.
+
+2011-03-16  Julien Danjou  <julien@danjou.info>
+
+       * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
+       inline.
+
+       * gnus-art.el (article-hide-list-identifiers): Use
+       gnus-group-get-list-identifiers.
+
+       * gnus-sum.el (gnus-group-get-list-identifiers): New function.
+       (gnus-summary-remove-list-identifiers): Use
+       gnus-group-get-list-identifiers to get regexp.
+       (gnus-select-newsgroup, gnus-summary-insert-subject)
+       (gnus-summary-insert-articles): Call
+       gnus-summary-remove-list-identifiers unconditionally.
+
+2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
+       we're selecting a group with unread articles.
+
+       * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
+
+       * gssapi.el: New file separated out from imap.el to provide a general
+       Kerberos 5 connection facility for Emacs.
+
+       * message.el (message-elide-ellipsis): Document the format spec
+       ellipsis.
+
+2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * message.el (message-elide-region): Allow the ellipsis to say how many
+       lines were removed.
+
+2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-win.el (gnus-configure-frame): Protect against trying to restore
+       window configurations containing buffers that are now dead.
+
+       * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
+       parsing to avoid integer overflows.
+       (nnimap-parse-flags): Simplify the last change.
+       (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
+       too large for 32-bit Emacsen.
+
+2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * auth-source.el (auth-source-netrc-create):
+       * message.el (message-yank-original): Fix use of `case'.
+
+2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
+
+       * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
+       XEmacs, which was one character too wide.
+
+2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
+
+       * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
+       default number of articles to display.
+       (gnus-articles-to-read): Use pretty names for prompt.
+
+2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-int.el (gnus-open-server): Ditto.
+
+       * gnus-start.el (gnus-activate-group): Give a backtrace if
+       debug-on-quit is set and the user hits `C-g'.
+       (gnus-read-active-file): Ditto.
+
+       * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
+
+2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * message.el (message-yank-original): Use cond instead of CL case.
+
+2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * auth-source.el (auth-source-netrc-create): Use usual format for the
+       default in prompts.
+
+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
 
 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
 
-       * message.el (message-cite-reply-position, message-cite-style): New
-       variables.
+       * 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>
 
 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-start.el (gnus-dribble-read-file): Set
-       buffer-save-without-query, since we always want to save the dribble
+       * gnus-start.el (gnus-dribble-read-file):
+       Set buffer-save-without-query, since we always want to save the dribble
        file, probably.
 
        * nnmail.el (nnmail-article-group): Allow a final "" split to work on
        nnimap.
 
-       * gnus-sum.el (gnus-user-date-format-alist): Renamed back again from
+       * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
        -summary- since it's a user-visible variable.
 
        * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
-       `plist-get' to accept non-list parameters (XEmacs issue).  Fix
-       docstring.
+       `plist-get' to accept non-list parameters (XEmacs issue).
+       Fix docstring.
        (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
        `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
        (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
 
 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
 
-       * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
-       Gcc processing on imap.
+       * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
+       Fix Gcc processing on imap.
 
 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
 
 
 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
 
-       * auth-source.el (top): Require 'eieio unconditionally.  Autoload
-       `secrets-get-attributes' instead of `secrets-get-attribute'.
+       * auth-source.el (top): Require 'eieio unconditionally.
+       Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
        (auth-source-secrets-search): Limit search when `max' is greater than
        number of results.
 
        (auth-source-protocol-defaults, auth-source-user-or-password-imap)
        (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
        (auth-source-user-or-password-sftp)
-       (auth-source-user-or-password-smtp): Removed.
+       (auth-source-user-or-password-smtp): Remove.
        (auth-source-user-or-password): Deprecated and modified to be a wrapper
        around `auth-source-search'.  Not tested thoroughly.
 
        * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
        that Gnus doesn't know exists again.
 
-       * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
+       * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
        (gnus-treat-date-ut): Ditto.
-       (gnus-article-update-date-header): Renamed.
-       (gnus-treat-date-local): Removed.
-       (gnus-treat-date-english): Removed.
-       (gnus-treat-date-lapsed): Removed.
-       (gnus-treat-date-combined-lapsed): Removed.
-       (gnus-treat-date-original): Removed.
-       (gnus-treat-date-iso8601): Removed.
-       (gnus-treat-date-user-defined): Removed.
+       (gnus-article-update-date-header): Rename.
+       (gnus-treat-date-local): Remove.
+       (gnus-treat-date-english): Remove.
+       (gnus-treat-date-lapsed): Remove.
+       (gnus-treat-date-combined-lapsed): Remove.
+       (gnus-treat-date-original): Remove.
+       (gnus-treat-date-iso8601): Remove.
+       (gnus-treat-date-user-defined): Remove.
        (gnus-article-date-headers): New variable to control all the date
        header options.
        (article-date-ut): Rewrite to allow using the new way to format date
 
        * shr.el: Revert change that made headings use different-sized faces.
        The Emacs display engine isn't advanced enough that, for instance,
-       tables can comfortably use differntly-sized faces.
+       tables can comfortably use differently-sized faces.
 
 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
 
 
 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * shr.el (shr-color-check): Protect against non-existant colour names.
+       * shr.el (shr-color-check): Protect against non-existent colour names.
 
 2010-11-24  Julien Danjou  <julien@danjou.info>
 
        This makes nnimap work properly on Courier again.
 
        * gnus.el (gnus-carpal): The carpal mode has been removed, but define
-       the variable for backwards compatability.
+       the variable for backwards compatibility.
 
        * mm-decode.el (mm-save-part): If given a non-directory result, expand
        the file name before using to avoid setting mm-default-directory to