From c7c4b8c10141b15a31a395c666d77160d5f918e4 Mon Sep 17 00:00:00 2001 From: Reiner Steib Date: Fri, 11 Apr 2008 06:39:28 +0000 Subject: [PATCH] Bump version to 0.9. --- ChangeLog | 4 ++++ README | 6 +++--- etc/ChangeLog | 4 ++++ lisp/ChangeLog | 4 ++++ lisp/gnus.el | 2 +- texi/ChangeLog | 4 ++++ texi/gnus.texi | 6 +++--- texi/message.texi | 2 +- 8 files changed, 24 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 728f1484e..1d8015267 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-04-11 Reiner Steib + + * README: Bump version to 0.9. + 2008-04-10 Reiner Steib * README: No Gnus v0.8 is released. diff --git a/README b/README index 265a514d1..f8bdbacb2 100644 --- 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.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. @@ -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.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. diff --git a/etc/ChangeLog b/etc/ChangeLog index f5f96fea7..dbb5ec70c 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2008-04-11 Reiner Steib + + * ChangeLog: Bump version to 0.9. + 2008-04-10 Reiner Steib * ChangeLog: No Gnus v0.8 is released. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 99bc0b0be..9aed2c136 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-04-11 Reiner Steib + + * gnus.el: Bump version to 0.9. + 2008-04-10 Reiner Steib * gnus.el: No Gnus v0.8 is released. diff --git a/lisp/gnus.el b/lisp/gnus.el index 0dbe87e20..a61af6e66 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -295,7 +295,7 @@ is restarted, and sometimes reloaded." :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) diff --git a/texi/ChangeLog b/texi/ChangeLog index 1e96b470d..75b8f6372 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2008-04-11 Reiner Steib + + * gnus.texi, gnus-faq.texi, message.texi: Bump version to 0.9. + 2008-04-10 Reiner Steib * gnus.texi, gnus-faq.texi, message.texi: No Gnus v0.8 is released. diff --git a/texi/gnus.texi b/texi/gnus.texi index fc978955d..7818a2bef 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -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.8} +\newcommand{\gnusversionname}{No Gnus v0.9} \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.8. +This manual corresponds to No Gnus v0.9. @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.8. +This manual corresponds to No Gnus v0.9. @heading Other related manuals @itemize diff --git a/texi/message.texi b/texi/message.texi index a6f56ddf5..5c7228a62 100644 --- a/texi/message.texi +++ b/texi/message.texi @@ -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.8. +corresponding to this manual is No Gnus v0.9. @node Interface -- 2.25.1