Bump version number.
authorReiner Steib <Reiner.Steib@gmx.de>
Wed, 2 May 2007 21:19:26 +0000 (21:19 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Wed, 2 May 2007 21:19:26 +0000 (21:19 +0000)
ChangeLog
README
lisp/ChangeLog
texi/ChangeLog
texi/gnus.texi
texi/message.texi

index bf1d5f6..19e3913 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * README: Bump version number.
+
 2007-04-11  Didier Verna  <didier@xemacs.org>
 
        * GNUS-NEWS: Generated.
diff --git a/README b/README
index 9513459..a2be6e2 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.6/lisp") load-path))
+   (setq load-path (cons (expand-file-name "~/ngnus-0.7/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.6/texi/")
-    (add-to-list 'Info-default-directory-list "~/ngnus-0.6/texi/"))
+      (add-to-list 'Info-directory-list "~/ngnus-0.7/texi/")
+    (add-to-list 'Info-default-directory-list "~/ngnus-0.7/texi/"))
 
 No Gnus does absolutely not work with anything older than Emacs 21.1 or
 XEmacs 21.4.
index 573d05c..09c6290 100644 (file)
@@ -1,3 +1,7 @@
+2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus.el: Bump version number.
+
 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus.el (gnus-version-number): Bump version.
index e986fe3..02aa05e 100644 (file)
@@ -1,5 +1,7 @@
 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
 
+       * gnus.texi, message.texi: Bump version number.
+
        * doclicense.texi: Update to version 1.2 from Emacs CVS.
 
 2007-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
index 3751e47..911627a 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.5}
+\newcommand{\gnusversionname}{No Gnus v0.7}
 \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.5.
+This manual corresponds to No Gnus v0.7.
 
 @end ifinfo
 
index 73fca47..fb90fcb 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.6.
+corresponding to this manual is No Gnus v0.7.
 
 
 @node Interface