Silence compiler warnings by renaming function arguments from `this'
[gnus] / lisp / ChangeLog
index fcf79f3..c4eb8d3 100644 (file)
@@ -1,5 +1,49 @@
+2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * plstore.el (plstore--get-buffer): Silence compiler warnings by
+       renaming function arguments from `this'.
+
+       * gnus-sum.el (gnus-newsgroup-recent): Removed.
+
+       * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
+       has been renamed.
+       (gnus-lrm-string-p): Include RLM and PDF, too.
+
+       * gnus-int.el (gnus-open-server): Make the "denied" message clearer
+       (bug#9225).
+
+2011-09-10  Eli Zaretskii  <eliz@gnu.org>
+
+       Add autoload cookies for functions used by sendmail.el.
+       * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
+
+       * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
+
+2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (article-date-ut): Work properly even when there are
+       things like Date header in the body; work for forwarded parts.
+
+2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
+
+       * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
+       original-article-buffer.
+
+2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
+
+       * nnir.el (nnir-compose-result): Fix matching of server type.
+       (nnir-run-swish++): Ditto.
+       (nnir-run-namazu): Ditto.
+       (nnir-run-notmuch): Ditto.
+
 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
+       (bug#9405).
+
+       * gnus-score.el (gnus-summary-increase-score): Doc clarification
+       (bug#9421).
+
        * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
        (bug#9425).
 
@@ -18,7 +62,7 @@
 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
 
        * gnus-sum.el: When adding article headers to a summary buffer also
-       update gnus-newsgroup-articles. This fixes bug 9386.
+       update gnus-newsgroup-articles (bug#9386).
 
 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>