(rfc2047-encoded-word-regexp): Support RFC 2231
[gnus] / lisp / ChangeLog
index ce5c1c6..1cec34c 100644 (file)
@@ -1,7 +1,116 @@
+2004-03-04  Jesper Harder  <harder@ifa.au.dk>
+
+       * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
+       language tags.
+
+2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
+       Don't bind "obarray".
+
+       * gnus-sum.el (gnus-thread-sort-functions): Added
+       `gnus-thread-sort-by-most-recent-number' and
+       `gnus-thread-sort-by-most-recent-date'.
+       Reported by Kai Grossjohann <kai@emptydomain.de>.
+
+2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
+
+2004-03-02  Kevin Greiner <kgreiner@xpediantsolutions.com>
+
+       * gnus-cus.el (gnus-agent-customize-category): Removed
+       ignore-errors macro reference that required cl to be loaded at
+       run-time.
+
+       * gnus-range.el (gnus-sorted-range-intersection): Now accepts
+       single-interval range of the form (min . max).  Previously the
+       range had to look like ((min . max)).  Likewise, return
+       (min . max) rather than ((min . max)).
+       (gnus-range-map): Use gnus-range-normalize to accept
+       single-interval range.
+
+       * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
+       the cache, but not the agent, now appear with their usual face.
+
+       * dgnushack.el (loaddir): New variable that is bound to the
+       directory containing the dgnushack.el file. Use loaddir, rather
+       than srcdir, to update load-path. Change lets dgnushack compile
+       code in directories other than GNUS/lisp.
+
+2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lpath.el: Don't bind w3m-safe-url-regexp.
+
+       * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
+       w3m-safe-url-regexp variable buffer-local.
+
+       * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
+
+2004-02-27  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
+       gnus-group-real-prefix.
+       (gnus-summary-move-article): Use it, instead of
+       gnus-group-real-prefix.
+
+2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lpath.el: Bind w3m-safe-url-regexp.
+
+       * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
+       w3m-safe-url-regexp variable buffer-local and set it as the value
+       of mm-w3m-safe-url-regexp.
+
+       * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
+
+       * gnus-msg.el (gnus-setup-message): Ignore an article copy while
+       parsing gnus-posting-styles when the message is not for replying.
+
+       * dgnushack.el: Autoload sgml-mode for XEmacs.
+
+       * nnrss.el (nnrss-opml-export): Use
+       mm-set-buffer-file-coding-system instead of
+       set-buffer-file-coding-system.
+
+2004-02-27  Jesper Harder  <harder@ifa.au.dk>
+
+       * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
+       of checkdoc.el).
+       * nnrss.el: do.
+       * gnus-mlspl.el: do.
+       * gnus-ml.el: do.
+       * gnus-srvr.el: do.
+
+       * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
+
+2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
+
+       * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
+       Corrections to custom-manual links.
+
+       * gnus-art.el (gnus-article): Ditto.
+
+       * mm-decode.el (mime-display, mime-security): Ditto.
+
+2004-02-26  Jesper Harder  <harder@ifa.au.dk>
+
+       * flow-fill.el: Typo.
+
+2004-02-26  Andrew Cohen <cohen@andy.bu.edu>
+
+       * spam-wash.el: New file.
+
+2004-02-26  Mark A. Hershberger <mah@everybody.org> 
+
+       * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
+
 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
        to be run with new-articles as LIST1, not LIST2
+       (spam-registration-functions): add spam-use-ham-copy as a nil
+       registration backend
 
 2004-02-26  Jesper Harder  <harder@ifa.au.dk>