Kill the process before deleting the buffer to avoid warnings.
[gnus] / lisp / ChangeLog
index ab9a1ab..b02bc03 100644 (file)
@@ -1,3 +1,18 @@
+2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * nntp.el (nntp-kill-buffer): Kill the process before killing the
+       buffer to avoid warnings.
+
+2011-08-20  Simon Josefsson  <simon@josefsson.org>
+
+       * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
+       specified to reduce precision.
+
+2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
+       bodystructures (bug#9314).
+
 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
        `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
        available anymore.
 
+2011-08-12  Simon Josefsson  <simon@josefsson.org>
+
+       * starttls.el (starttls-any-program-available): Define as obsolete
+       function.
+
 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
+       versions which Gnus use when appropriate.
+
        * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
        a pretty destructive command.