No Gnus v0.8 is released.
authorReiner Steib <Reiner.Steib@gmx.de>
Thu, 10 Apr 2008 18:55:45 +0000 (18:55 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Thu, 10 Apr 2008 18:55:45 +0000 (18:55 +0000)
ChangeLog
README
etc/ChangeLog
lisp/ChangeLog
lisp/gnus.el
texi/ChangeLog
texi/gnus.texi
texi/message.texi

index 26e05a9..728f148 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * README: No Gnus v0.8 is released.
+
 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * Update copyright years.
diff --git a/README b/README
index a2be6e2..265a514 100644 (file)
--- a/README
+++ b/README
@@ -19,7 +19,7 @@ If you are using XEmacs, you *must* say "./configure && make EMACS=xemacs".
 Then you have to tell Emacs where Gnus is.  You might put something
 like
 
-   (setq load-path (cons (expand-file-name "~/ngnus-0.7/lisp") load-path))
+   (setq load-path (cons (expand-file-name "~/ngnus-0.8/lisp") load-path))
    (require 'gnus-load)
 
 in your .emacs file, or wherever you keep such things.  
@@ -28,8 +28,8 @@ To enable reading the Gnus manual, you could say something like:
 
   (require 'info)
   (if (featurep 'xemacs)
-      (add-to-list 'Info-directory-list "~/ngnus-0.7/texi/")
-    (add-to-list 'Info-default-directory-list "~/ngnus-0.7/texi/"))
+      (add-to-list 'Info-directory-list "~/ngnus-0.8/texi/")
+    (add-to-list 'Info-default-directory-list "~/ngnus-0.8/texi/"))
 
 No Gnus does absolutely not work with anything older than Emacs 21.1 or
 XEmacs 21.4.
index ab70f37..f5f96fe 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * ChangeLog: No Gnus v0.8 is released.
+
 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * Makefile.in (datarootdir): Define.
index f4a4715..99bc0b0 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus.el: No Gnus v0.8 is released.
+
 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * mail-source.el (mail-source-value):
index 83aa4d0..0dbe87e 100644 (file)
@@ -295,7 +295,7 @@ is restarted, and sometimes reloaded."
   :link '(custom-manual "(gnus)Exiting Gnus")
   :group 'gnus)
 
-(defconst gnus-version-number "0.7"
+(defconst gnus-version-number "0.8"
   "Version number for this version of Gnus.")
 
 (defconst gnus-version (format "No Gnus v%s" gnus-version-number)
index 79bc532..1e96b47 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus.texi, gnus-faq.texi, message.texi: No Gnus v0.8 is released.
+
 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus.texi (Emacsen): Addition.
index ffb9ac5..fc97895 100644 (file)
@@ -52,7 +52,7 @@ license to the document, as described in section 6 of the license.
 \begin{document}
 
 % Adjust ../Makefile.in if you change the following line:
-\newcommand{\gnusversionname}{No Gnus v0.7}
+\newcommand{\gnusversionname}{No Gnus v0.8}
 \newcommand{\gnuschaptername}{}
 \newcommand{\gnussectionname}{}
 
@@ -362,7 +362,7 @@ spool or your mbox file.  All at the same time, if you want to push your
 luck.
 
 @c Adjust ../Makefile.in if you change the following line:
-This manual corresponds to No Gnus v0.7.
+This manual corresponds to No Gnus v0.8.
 
 @end ifinfo
 
@@ -392,7 +392,7 @@ people should be empowered to do what they want by using (or abusing)
 the program.
 
 @c Adjust ../Makefile.in if you change the following line:
-This manual corresponds to No Gnus v0.7.
+This manual corresponds to No Gnus v0.8.
 
 @heading Other related manuals
 @itemize
index 5cbdb73..a6f56dd 100644 (file)
@@ -71,7 +71,7 @@ Message mode buffers.
 @c Adjust ../Makefile.in if you change the following lines:
 Message is distributed with Gnus.  The Gnus distribution
 @c
-corresponding to this manual is No Gnus v0.7.
+corresponding to this manual is No Gnus v0.8.
 
 
 @node Interface