*** empty log message ***
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 4 Mar 1997 21:17:58 +0000 (21:17 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 4 Mar 1997 21:17:58 +0000 (21:17 +0000)
lisp/ChangeLog
lisp/gnus-dup.el
lisp/gnus.el
texi/gnus.texi

index ac7960f..6a99f95 100644 (file)
@@ -1,3 +1,7 @@
+Sat Aug 10 07:00:34 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.9 is released.
+
 Sat Aug 10 06:03:07 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
        * gnus-soup.el (gnus-soup-write-prefixes): Protect against
index c6d566a..c2cc879 100644 (file)
@@ -131,7 +131,7 @@ seen in the same session.")
   "Stop suppression of ARTICLE."
   (let ((id (mail-header-id (gnus-data-header (gnus-data-find article)))))
     (when id
-      (setq gnus-duplicate-list (delete id gnus-dup-list))
+      (setq gnus-dup-list (delete id gnus-dup-list))
       (unintern id gnus-dup-hashtb))))
 
 (provide 'gnus-dup)
index 48b1179..c79e4ed 100644 (file)
@@ -28,7 +28,7 @@
 
 (eval '(run-hooks 'gnus-load-hook))
 
-(defconst gnus-version-number "0.9"
+(defconst gnus-version-number "0.10"
   "Version number for this version of Gnus.")
 
 (defconst gnus-version (format "Red Gnus v%s" gnus-version-number)
index bffdb8e..915f586 100644 (file)
@@ -11045,7 +11045,7 @@ Cut off the specified number of characters from the right.
 Return an empty string if the field is equal to the specified value. 
 
 @item form
-Use the specified form as the field value when the @samp{@} spec is
+Use the specified form as the field value when the @samp{@@} spec is
 used. 
 @end table
 
@@ -11063,7 +11063,7 @@ last operation, padding.
 If you use lots of these advanced thingies, you'll find that Gnus gets
 quite slow.  This can be helped enourmously by running @kbd{M-x
 gnus-compile} when you are setisfied with the look of your lines.
-@xref{Compiling}. 
+@xref{Compilation}. 
 
 
 @node User-Defined Specs