Skip to content

Commit

Permalink
No Gnus v0.17 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Magne Ingebrigtsen committed May 1, 2011
1 parent 57e696f commit 423b14b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions lisp/ChangeLog
@@ -1,3 +1,7 @@
2011-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>

* gnus.el: No Gnus v0.17 is released.

2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>

* gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
Expand Down
2 changes: 1 addition & 1 deletion lisp/gnus.el
Expand Up @@ -293,7 +293,7 @@ is restarted, and sometimes reloaded."
:link '(custom-manual "(gnus)Exiting Gnus")
:group 'gnus)

(defconst gnus-version-number "0.16"
(defconst gnus-version-number "0.17"
"Version number for this version of Gnus.")

(defconst gnus-version (format "No Gnus v%s" gnus-version-number)
Expand Down
8 changes: 4 additions & 4 deletions texi/gnus.texi
Expand Up @@ -47,7 +47,7 @@ developing GNU and promoting software freedom.''
\begin{document}

% Adjust ../Makefile.in if you change the following line:
\newcommand{\gnusversionname}{No Gnus v0.16}
\newcommand{\gnusversionname}{No Gnus v0.17}
\newcommand{\gnuschaptername}{}
\newcommand{\gnussectionname}{}

Expand Down Expand Up @@ -358,7 +358,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.16
This manual corresponds to No Gnus v0.17

@ifnottex
@insertcopying
Expand Down Expand Up @@ -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.16
This manual corresponds to No Gnus v0.17

@heading Other related manuals
@itemize
Expand Down Expand Up @@ -28905,7 +28905,7 @@ Gnus will work.
@item
Try doing an @kbd{M-x gnus-version}. If you get something that looks
like @c
@samp{No Gnus v0.16} @c Adjust ../Makefile.in if you change this line!
@samp{No Gnus v0.17} @c Adjust ../Makefile.in if you change this line!
@c
you have the right files loaded. Otherwise you have some old @file{.el}
files lying around. Delete these.
Expand Down
2 changes: 1 addition & 1 deletion texi/message.texi
Expand Up @@ -77,7 +77,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.16
corresponding to this manual is No Gnus v0.17


@node Interface
Expand Down

0 comments on commit 423b14b

Please sign in to comment.