(nnimap-retrieve-headers-progress): Don't use nnimap-demule
[gnus] / lisp / ChangeLog
index 4a5e55b..5430fbd 100644 (file)
-2008-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
+2008-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
 
-       * nnml.el (nnml-request-expire-articles): Expand nnmail-expiry-target
-       to an actual expiry target first if it is a function.  Suggested by
-       Phillip Lord <phillip.lord@newcastle.ac.uk>.
+       * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
+       since the result is inserted in a unibyte buffer anyway.
+       (nnimap-demule-use-string-to-multibyte): Remove.
+       (nnimap-demule): Alias it to mm-string-to-multibyte.
+
+2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-idna-to-ascii-rhs-1): Protect against local
+       users' addresses that don't have domain parts.
+       (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
+       rather than message-narrow-to-head since there will be the message
+       header separator.
+
+2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
+       variable for debugging bug#464 and bug#1174.
+       (nnimap-demule): Use it.
+
+2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-score.el (gnus-score-find-trace): Handle default score in total
+       score calculation correctly.
+
+2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * nnrss.el (nnrss-make-hash-index): Debug message of full item.
+
+2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
+
+2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * starttls.el (starttls-any-program-available): Rewritten so it doesn't
+       require itself and to remove `with-no-warnings'.
+
+2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * starttls.el (starttls-any-program-available): Get the name of the
+       available TLS layer program.
+       (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
+       well as the host name in the "opening" message.
+
+       * auth-source.el (auth-source-cache, auth-source-do-cache)
+       (auth-source-user-or-password): Cache passwords and logins by default,
+       allow override with `auth-source-do-cache'.
+       (auth-source-forget-user-or-password): Allow users to remove cache
+       entries if needed.
+
+2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * ietf-drums.el (ietf-drums-remove-comments): Localize second
+       condition-case to only the forward-sexp call.
+
+2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
+       quotes contained.  Make it more robust regardless by an extra
+       condition-case wrapper.
+
+2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lpath.el: No need to fbind codepage-setup for Emacs 23.
+
+2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nnml.el (nnml-request-expire-articles): Check if the function set to
+       `nnmail-expiry-target' returns the symbol `delete'.
 
        * nnfolder.el (nnfolder-request-expire-articles): Ditto.
 
+       * nnmail.el (nnmail-expiry-target): Fix custom type.
+
+2008-10-02  Glenn Morris  <rgm@gnu.org>
+
+       * mm-util.el (mm-codepage-setup): Tweak codepage error.
+       Silence compiler warning.
+
+2008-10-01  Magnus Henoch  <mange@freemail.hu>
+
+       * tls.el (open-tls-stream): Show the actual command being
+       executed, instead of the format string.
+
 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * lpath.el: Fbind codepage-setup for Emacs 23.
 
+2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
+
+       * mml.el (mml-menu): Don't assume mml2015 is bound.
+
 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
        exists.
 
+2008-09-27  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-util.el (mail-header-remove-comments): Autoload it.
+
+2008-09-27  Andreas Schwab  <schwab@suse.de>
+
+       * gnus-util.el (gnus-split-references): Strip comments.
+       (gnus-parent-id): Likewise.
+
 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * message.el (message-confirm-send): Fix version.
        summary line gnus-number property and ignore them (with a warning
        message).
 
+2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
+       macro caddr in the interactive form since it won't be expanded.
+
+2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
+       `charset'; fix name of function called recursively.
+       (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
+
+2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
+       (gnus-mime-set-charset-parameters): New function.
+       (gnus-mime-view-part-as-charset): Use it to correctly display part
+       specifying wrong charset.
+
 2008-09-08  David Engster  <dengste@eml.cc>
 
        * nnmairix.el (nnmairix-create-server-and-default-group): Require match
        * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
 
        * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
-       * message.el, mm-view.el, sieve-manage, smime.el:
+       * message.el, mm-view.el, sieve-manage.el, smime.el:
        Add declare-function compatibility definition.
 
        * gnus-art.el (w3-region, w3m-region, Info-menu):
        message-send-mail-function.  Adjust doc string.
        (message-send-mail-with-mailclient): New function.
 
-2007-11-17  Richard Stallman  <rms@gnu.org>
-
-       * assistant.el: Remove file.
-
 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * smime.el (from):
        * gnus-art.el (gnus-mime-inline-part): Decode parts according to
        the coding cookies; decompress compressed parts.
 
-       * mml.el (mml-generate-mime-1): Add the charaset parameter according
+       * mml.el (mml-generate-mime-1): Add the charset parameter according
        to the value which a user specified manually or the coding cookie.
 
        * mm-util.el (mm-string-to-multibyte): New function.