Bump version to 0.11
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 1 May 2008 21:57:24 +0000 (21:57 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 1 May 2008 21:57:24 +0000 (21:57 +0000)
ChangeLog
README
etc/ChangeLog
lisp/ChangeLog
lisp/gnus.el
texi/ChangeLog
texi/gnus.texi
texi/message.texi

index ca4561e..d2fd703 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
+
+       * README: Bump version to 0.11
+
 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * Makefile.in (release-check-settings): Clarify codename.
diff --git a/README b/README
index f8bdbac..883a69f 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.9/lisp") load-path))
+   (setq load-path (cons (expand-file-name "~/ngnus-0.11/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.9/texi/")
-    (add-to-list 'Info-default-directory-list "~/ngnus-0.9/texi/"))
+      (add-to-list 'Info-directory-list "~/ngnus-0.11/texi/")
+    (add-to-list 'Info-default-directory-list "~/ngnus-0.11/texi/"))
 
 No Gnus does absolutely not work with anything older than Emacs 21.1 or
 XEmacs 21.4.
index dbb5ec7..583b7ed 100644 (file)
@@ -1,3 +1,7 @@
+2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
+
+       * ChangeLog: Bump version to 0.11
+
 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * ChangeLog: Bump version to 0.9.
index 64869ec..9b37af9 100644 (file)
@@ -1,3 +1,11 @@
+2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
+
+       * gnus.el: Bump version to 0.11
+
+2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
+
+       * gnus.el: No Gnus v0.9 is released.
+
 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
index 9daaa00..267d86a 100644 (file)
@@ -295,7 +295,7 @@ is restarted, and sometimes reloaded."
   :link '(custom-manual "(gnus)Exiting Gnus")
   :group 'gnus)
 
-(defconst gnus-version-number "0.9"
+(defconst gnus-version-number "0.11"
   "Version number for this version of Gnus.")
 
 (defconst gnus-version (format "No Gnus v%s" gnus-version-number)
index 860d81a..477b66f 100644 (file)
@@ -1,3 +1,7 @@
+2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
+
+       * gnus.texi, gnus-faq.texi, message.texi: Bump version to 0.11
+
 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
index 875396f..ea0ed2f 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.10}
+\newcommand{\gnusversionname}{No Gnus v0.11}
 \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.10.
+This manual corresponds to No Gnus v0.11.
 
 @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.10.
+This manual corresponds to No Gnus v0.11.
 
 @heading Other related manuals
 @itemize
index 5c7228a..f3118b5 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.9.
+corresponding to this manual is No Gnus v0.11.
 
 
 @node Interface