From ddb62f318d8e94844d3ca58ee3321d3f6e599257 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Thu, 1 May 2008 21:57:24 +0000 Subject: [PATCH] Bump version to 0.11 --- ChangeLog | 4 ++++ README | 6 +++--- etc/ChangeLog | 4 ++++ lisp/ChangeLog | 8 ++++++++ lisp/gnus.el | 2 +- texi/ChangeLog | 4 ++++ texi/gnus.texi | 6 +++--- texi/message.texi | 2 +- 8 files changed, 28 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index ca4561e37..d2fd7038b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-05-01 Lars Magne Ingebrigtsen + + * README: Bump version to 0.11 + 2008-04-12 Reiner Steib * Makefile.in (release-check-settings): Clarify codename. diff --git a/README b/README index f8bdbacb2..883a69fea 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.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. diff --git a/etc/ChangeLog b/etc/ChangeLog index dbb5ec70c..583b7edf7 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2008-05-01 Lars Magne Ingebrigtsen + + * ChangeLog: Bump version to 0.11 + 2008-04-11 Reiner Steib * ChangeLog: Bump version to 0.9. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 64869ecbc..9b37af9d4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2008-05-01 Lars Magne Ingebrigtsen + + * gnus.el: Bump version to 0.11 + +2008-05-01 Lars Magne Ingebrigtsen + + * gnus.el: No Gnus v0.9 is released. + 2008-05-01 Lars Magne Ingebrigtsen * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment diff --git a/lisp/gnus.el b/lisp/gnus.el index 9daaa0076..267d86aaa 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.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) diff --git a/texi/ChangeLog b/texi/ChangeLog index 860d81aa2..477b66f15 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2008-05-01 Lars Magne Ingebrigtsen + + * gnus.texi, gnus-faq.texi, message.texi: Bump version to 0.11 + 2008-05-01 Lars Magne Ingebrigtsen * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks. diff --git a/texi/gnus.texi b/texi/gnus.texi index 875396f7e..ea0ed2fd3 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.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 diff --git a/texi/message.texi b/texi/message.texi index 5c7228a62..f3118b5fa 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.9. +corresponding to this manual is No Gnus v0.11. @node Interface -- 2.34.1