Bump version to 0.9.
authorReiner Steib <Reiner.Steib@gmx.de>
Fri, 11 Apr 2008 06:39:28 +0000 (06:39 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Fri, 11 Apr 2008 06:39:28 +0000 (06:39 +0000)
ChangeLog
README
etc/ChangeLog
lisp/ChangeLog
lisp/gnus.el
texi/ChangeLog
texi/gnus.texi
texi/message.texi

index 728f148..1d80152 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * README: Bump version to 0.9.
+
 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * README: No Gnus v0.8 is released.
 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * README: No Gnus v0.8 is released.
diff --git a/README b/README
index 265a514..f8bdbac 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
 
 Then you have to tell Emacs where Gnus is.  You might put something
 like
 
-   (setq load-path (cons (expand-file-name "~/ngnus-0.8/lisp") load-path))
+   (setq load-path (cons (expand-file-name "~/ngnus-0.9/lisp") load-path))
    (require 'gnus-load)
 
 in your .emacs file, or wherever you keep such things.  
    (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)
 
   (require 'info)
   (if (featurep 'xemacs)
-      (add-to-list 'Info-directory-list "~/ngnus-0.8/texi/")
-    (add-to-list 'Info-default-directory-list "~/ngnus-0.8/texi/"))
+      (add-to-list 'Info-directory-list "~/ngnus-0.9/texi/")
+    (add-to-list 'Info-default-directory-list "~/ngnus-0.9/texi/"))
 
 No Gnus does absolutely not work with anything older than Emacs 21.1 or
 XEmacs 21.4.
 
 No Gnus does absolutely not work with anything older than Emacs 21.1 or
 XEmacs 21.4.
index f5f96fe..dbb5ec7 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * ChangeLog: Bump version to 0.9.
+
 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * ChangeLog: No Gnus v0.8 is released.
 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * ChangeLog: No Gnus v0.8 is released.
index 99bc0b0..9aed2c1 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus.el: Bump version to 0.9.
+
 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus.el: No Gnus v0.8 is released.
 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus.el: No Gnus v0.8 is released.
index 0dbe87e..a61af6e 100644 (file)
@@ -295,7 +295,7 @@ is restarted, and sometimes reloaded."
   :link '(custom-manual "(gnus)Exiting Gnus")
   :group 'gnus)
 
   :link '(custom-manual "(gnus)Exiting Gnus")
   :group 'gnus)
 
-(defconst gnus-version-number "0.8"
+(defconst gnus-version-number "0.9"
   "Version number for this version of Gnus.")
 
 (defconst gnus-version (format "No Gnus v%s" gnus-version-number)
   "Version number for this version of Gnus.")
 
 (defconst gnus-version (format "No Gnus v%s" gnus-version-number)
index 1e96b47..75b8f63 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus.texi, gnus-faq.texi, message.texi: Bump version to 0.9.
+
 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, gnus-faq.texi, message.texi: No Gnus v0.8 is released.
index fc97895..7818a2b 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:
 \begin{document}
 
 % Adjust ../Makefile.in if you change the following line:
-\newcommand{\gnusversionname}{No Gnus v0.8}
+\newcommand{\gnusversionname}{No Gnus v0.9}
 \newcommand{\gnuschaptername}{}
 \newcommand{\gnussectionname}{}
 
 \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:
 luck.
 
 @c Adjust ../Makefile.in if you change the following line:
-This manual corresponds to No Gnus v0.8.
+This manual corresponds to No Gnus v0.9.
 
 @end ifinfo
 
 
 @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:
 the program.
 
 @c Adjust ../Makefile.in if you change the following line:
-This manual corresponds to No Gnus v0.8.
+This manual corresponds to No Gnus v0.9.
 
 @heading Other related manuals
 @itemize
 
 @heading Other related manuals
 @itemize
index a6f56dd..5c7228a 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
 @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.8.
+corresponding to this manual is No Gnus v0.9.
 
 
 @node Interface
 
 
 @node Interface