(nnweb-gmane-create-mapping): Use the article number from
[gnus] / lisp / ChangeLog
index 0237307..f4dbd86 100644 (file)
@@ -1,3 +1,29 @@
+2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
+       the headers when creating the mapping to avoid mismappings. 
+       (nnweb-gmane-create-mapping): Always nix out old mapping.
+
+2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
+       and mm-verify-option to never.
+
+2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-signed-or-encrypted-p): New function.
+       (message-forward-make-body): Use it.
+
+       * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
+       Replace encode-coding-string with mm-encode-coding-string.
+
+2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nneething.el (nneething-decode-file-name): Replace
+       decode-coding-string with mm-decode-coding-string.
+
+       * gnus-int.el (gnus-open-server): Say failed server's name.
+
 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-sum.el (gnus-summary-limit-to-headers): New command and
-       keystroke. 
+       keystroke.
        (gnus-summary-limit-to-bodies): Implement headersp.
 
 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * dns.el (query-dns): Protect against "Process dns deleted" strings. 
+       * dns.el (query-dns): Protect against "Process dns deleted" strings.
 
 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>