2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
[gnus] / lisp / ChangeLog
index 12adf72..2a30c63 100644 (file)
@@ -1,3 +1,67 @@
+2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
+
+       (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
+       gnus-article-button-face to MIME and security buttons.
+
+2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-art.el (gnus-button-url-regexp): Try to make the value more
+       readable.
+
+2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * dgnushack.el: Autoload browse-url-of-file for XEmacs.
+
+2006-09-20  Steve Youngs  <steve@sxemacs.org>
+
+       * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
+       `browse-url-of-file' instead of `browse-url'.
+
+2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * nnslashdot.el (nnslashdot-request-article): Update end-of-article
+       regexp.  Articles containing quotation were cut prematurely.
+
+2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-cite-original-1): Use nobody by default for the
+       value of From header.
+       (message-reply): Ditto.
+
+2006-09-11  Daiki Ueno  <ueno@unixuser.org>
+
+       * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
+       to the gnus-info.  This fixes a bug of inline-PGP message verification.
+       Reported by Michael Piotrowski <mxp@dynalabs.de>.
+
+2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
+       mails in the doc string.  Add some URLs in comment.
+       (pop3-movemail): Warn about pop3-leave-mail-on-server.
+
+2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
+       backslashes handling and the way to find boundaries of quoted strings.
+
+2006-09-07  Daiki Ueno  <ueno@unixuser.org>
+
+       * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
+       mml1991-encrypt-to-self is set and mml1991-signers is not set.
+       * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
+       mml2015-encrypt-to-self is set and mml2015-signers is not set.
+
+2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
+       doc string.
+       (gnus-button-regexp, gnus-button-last): Remove unused variables.
+
+2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lpath.el: Fbind epg-check-configuration.
+
 2006-09-06  Simon Josefsson  <jas@extundo.com>
 
        * mml2015.el (mml2015-use): Doc fix, mention epg.
@@ -8,7 +72,7 @@
 
 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
 
-       * mml1991.el (mml1991-epg-sign): Don't lookup a private kye by
+       * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
        message-sender.
        (mml1991-epg-encrypt): Ditto.
        * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
        letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
        andreas@altroot.de (Andreas V\e,Av\e(Bgele)
 
+       FIXME: Use `tiny change'?
+
 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
 
        * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
 
        * gnus.el (gnus-group-startup-message): Search for gnus images in
        etc/images/gnus.
-       * mm-util.el (mm-find-charset-region): Likewise.
+       * mm-util.el (mm-image-load-path): Likewise.
        * smiley.el (smiley-data-directory): Search for smilies in
        etc/images/smilies.
 
 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
 
        * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
-       docstrings.
+       doc string.  Improve doc string.
 
 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>