*** empty log message ***
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 15 Jun 1999 04:13:26 +0000 (04:13 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 15 Jun 1999 04:13:26 +0000 (04:13 +0000)
lisp/ChangeLog
lisp/gnus-sum.el
lisp/gnus.el
lisp/nnmail.el
texi/gnus.texi
texi/message.texi

index 218520e..d27d230 100644 (file)
@@ -1,3 +1,14 @@
+Tue Jun 15 04:13:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+
+       * gnus.el: Pterodactyl Gnus v0.88 is released.
+
+1999-06-15 04:13:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-sum.el (gnus-summary-save-parts): Destroy handles after
+       usage. 
+
+       * nnmail.el (nnmail-get-new-mail): Save info.
+
 Mon Jun 14 01:15:59 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
 
        * gnus.el: Pterodactyl Gnus v0.87 is released.
index 16eb139..8c85fb3 100644 (file)
@@ -8898,7 +8898,8 @@ If REVERSE, save parts that do not match TYPE."
       (set-buffer gnus-article-buffer)
       (let ((handles (or (mm-dissect-buffer) (mm-uu-dissect))))
        (when handles
-         (gnus-summary-save-parts-1 type dir handles reverse))))))
+         (gnus-summary-save-parts-1 type dir handles reverse)
+         (mm-destroy-parts handles))))))
 
 (defun gnus-summary-save-parts-1 (type dir handle reverse)
   (if (stringp (car handle))
index 8a85814..2f5c730 100644 (file)
@@ -260,7 +260,7 @@ is restarted, and sometimes reloaded."
   :link '(custom-manual "(gnus)Exiting Gnus")
   :group 'gnus)
 
-(defconst gnus-version-number "0.87"
+(defconst gnus-version-number "0.88"
   "Version number for this version of Gnus.")
 
 (defconst gnus-version (format "Pterodactyl Gnus v%s" gnus-version-number)
index 9877077..da30814 100644 (file)
@@ -1413,7 +1413,7 @@ See the documentation for the variable `nnmail-split-fancy' for documentation."
            (incf total new)
            (incf i))))
       ;; If we did indeed read any incoming spools, we save all info.
-      (unless (zerop new)
+      (unless (zerop total)
        (nnmail-save-active
         (nnmail-get-value "%s-group-alist" method)
         (nnmail-get-value "%s-active-file" method))
index 7101c0c..b326521 100644 (file)
@@ -1,7 +1,7 @@
 @c \input texinfo                  @c -*-texinfo-*-
 
 @setfilename gnus
-@settitle Pterodactyl Gnus 0.87 Manual
+@settitle Pterodactyl Gnus 0.88 Manual
 @synindex fn cp
 @synindex vr cp
 @synindex pg cp
@@ -319,7 +319,7 @@ into another language, under the above conditions for modified versions.
 @tex
 
 @titlepage
-@title Pterodactyl Gnus 0.87 Manual
+@title Pterodactyl Gnus 0.88 Manual
 
 @author by Lars Magne Ingebrigtsen
 @page
@@ -355,7 +355,7 @@ can be gotten by any nefarious means you can think of---@sc{nntp}, local
 spool or your mbox file.  All at the same time, if you want to push your
 luck.
 
-This manual corresponds to Pterodactyl Gnus 0.87.
+This manual corresponds to Pterodactyl Gnus 0.88.
 
 @end ifinfo
 
index 60168a8..21b04df 100644 (file)
@@ -1,7 +1,7 @@
 \input texinfo                  @c -*-texinfo-*-
 
 @setfilename message
-@settitle Pterodactyl Message 0.87 Manual
+@settitle Pterodactyl Message 0.88 Manual
 @synindex fn cp
 @synindex vr cp
 @synindex pg cp
@@ -42,7 +42,7 @@ into another language, under the above conditions for modified versions.
 @tex
 
 @titlepage
-@title Pterodactyl Message 0.87 Manual
+@title Pterodactyl Message 0.88 Manual
 
 @author by Lars Magne Ingebrigtsen
 @page
@@ -83,7 +83,7 @@ Message mode buffers.
 * Key Index::         List of Message mode keys.
 @end menu
 
-This manual corresponds to Pterodactyl Message 0.87.  Message is
+This manual corresponds to Pterodactyl Message 0.88.  Message is
 distributed with the Gnus distribution bearing the same version number
 as this manual.