When respooling to the same method, this would bug out.
[gnus] / lisp / ChangeLog
index 6897c39..9975f91 100644 (file)
@@ -1,3 +1,17 @@
+2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-sum.el (gnus-summary-move-article): When respooling to the same
+       method, this would bug out.
+
+       * gnus-group.el (gnus-group-expunge-group): Renamed from
+       gnus-group-nnimap-expunge, and implemented as a normal interface
+       function.
+
+       * gnus-int.el (gnus-request-expunge-group): New function.
+
+       * nnimap.el (nnimap-request-create-group): Implement.
+       (nnimap-request-expunge-group): New function.
+
 2010-09-21  Julien Danjou  <julien@danjou.info>
 
        * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
@@ -20,6 +34,7 @@
        push into a temporary list.
        (gnus-html-prefetch-images): Only fetch image if they have expired.
        (gnus-html-browse-image): Fix, use 'gnus-image-url.
+       (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
 
 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
 
@@ -27,6 +42,9 @@
 
 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
+       spec inser "*" if the group isn't active instead of 0.
+
        * nnimap.el (nnimap-request-group): Don't select the imap buffer before
        opening the server.
        (nnimap-request-delete-group): Implement group deletion.