Merge from gnus--rel--5.10
[gnus] / lisp / ChangeLog
index 306df10..9b28e76 100644 (file)
@@ -1,3 +1,99 @@
+2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * nnweb.el (nnweb-google-parse-1): Update parser.
+
+2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
+
+       * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
+
+2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * nnslashdot.el (nnslashdot-request-article): Update end-of-article
+       regexp.
+
+2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * uudecode.el (uudecode-string-to-multibyte): New function emulating
+       string-to-multibyte.
+       (uudecode-decode-region-internal): Use it.
+
+       * lpath.el: Fbind string-as-multibyte for XEmacs.
+
+2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
+       custom choice.
+
+       * gnus-art.el (gnus-signature-limit): Fix custom choice.
+
+2007-01-22  Daiki Ueno  <ueno@unixuser.org>
+
+       * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
+
+       * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
+       `write-region' to respect `mm-inhibit-file-name-handlers'.
+
+2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
+       Use gnus-home-directory instead of "~/" or "$HOME".
+
+2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * encrypt.el (encrypt-insert-file-contents): Add better prompt
+       to mention filename.
+       Add comments at beginning regarding usage.
+       (encrypt-write-file-contents): Change interactive so a string is
+       acceptable.  If the file has no associated model, show an error instead
+       of a nonsense prompt.
+
+2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
+
+       * spam.el (spam-bsfilter-ham-switch): Fix typo.
+       Thanks to Yoshihiko Yamada for kind notification of this typo.
+
+2007-01-12  Kenichi Handa  <handa@m17n.org>
+
+       * uudecode.el (uudecode-decode-region-internal): Make it work in a
+       multibyte buffer.
+
+2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-score.el (gnus-score-fast-scoring): New variable.
+       (gnus-score-headers): Use it.
+
+       * gnus-sum.el (gnus-auto-select-first): Improve doc string.
+
+       * message.el (message-cite-original-1): Call
+       gnus-article-highlight-citation if requested.
+
+       * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
+
+       * gnus-art.el (gnus-article-browse-html-article): Add warning about web
+       bugs to doc string.
+       (gnus-button-alist): Add mid\\|message-id.
+       (gnus-button-fetch-group): Extend for use in
+       `browse-url-browser-function'.
+       (gnus-button-url-regexp): Try to catch URL with parentheses as in
+       WikiPedia URL.
+
+       * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
+       Suggested by Simon Krahnke <overlord@gmx.li>.
+
+2007-01-13  Romain Francoise  <romain@orebokech.com>
+
+       * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
+       Update copyright.
+
+2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
+
+       * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
+
+2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-registry.el (gnus-registry-unfollowed-groups)
+       (gnus-registry-split-fancy-with-parent): Fix documentation.
+
 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
 
 See ChangeLog.2 for earlier changes.
 
-    Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
+    Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
   Copying and distribution of this file, with or without modification,
   are permitted provided the copyright notice and this notice are preserved.