diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-03-10 10:17:13 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-03-10 10:17:13 -0500 |
commit | 288f9fc069a4a49839556064e89759bb23c658cb (patch) | |
tree | fbf0e377587bfcb2cb2d1b014c205fad347f81b3 /doc | |
parent | d48cd3f48fdd0d67f906311b632fb58ae4765b5e (diff) | |
download | emacs-288f9fc069a4a49839556064e89759bb23c658cb.tar.gz |
Bump version to 24.0.50.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
-rw-r--r-- | doc/emacs/emacs.texi | 2 | ||||
-rw-r--r-- | doc/lispintro/ChangeLog | 4 | ||||
-rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
-rw-r--r-- | doc/lispref/book-spine.texinfo | 2 | ||||
-rw-r--r-- | doc/lispref/elisp.texi | 2 | ||||
-rw-r--r-- | doc/lispref/vol1.texi | 2 | ||||
-rw-r--r-- | doc/lispref/vol2.texi | 2 | ||||
-rw-r--r-- | doc/man/ChangeLog | 4 | ||||
-rw-r--r-- | doc/man/emacs.1 | 2 | ||||
-rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/misc/faq.texi | 2 |
12 files changed, 27 insertions, 7 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 55ae0882882..78dc33a6e59 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2010-03-10 Chong Yidong <cyd@stupidchicken.com> + + * Branch for 23.2. + 2010-03-06 Chong Yidong <cyd@stupidchicken.com> * custom.texi (Init Examples): Add xref to Locals. diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index ff152fdf6df..846359a3168 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi @@ -5,7 +5,7 @@ @c The edition number appears in several places in this file @set EDITION Sixteenth -@set EMACSVER 23.1.93 +@set EMACSVER 24.0.50 @copying This is the @value{EDITION} edition of the @cite{GNU Emacs Manual},@* diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index e683cc1054f..23e5a6976b7 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog @@ -1,3 +1,7 @@ +2010-03-10 Chong Yidong <cyd@stupidchicken.com> + + * Branch for 23.2. + 2010-02-16 Glenn Morris <rgm@gnu.org> * emacs-lisp-intro.texi: Fix typo in name of `find-tag' command. diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 1b9e028e598..c78a7eec77d 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2010-03-10 Chong Yidong <cyd@stupidchicken.com> + + * Branch for 23.2. + 2010-03-06 Chong Yidong <cyd@stupidchicken.com> * objects.texi (Integer Type): Take note of the read syntax diff --git a/doc/lispref/book-spine.texinfo b/doc/lispref/book-spine.texinfo index 9291d998473..732df503ec0 100644 --- a/doc/lispref/book-spine.texinfo +++ b/doc/lispref/book-spine.texinfo @@ -11,7 +11,7 @@ @center @titlefont{GNU Emacs Lisp Reference Manual} @sp 5 @center GNU -@center Emacs Version 23.1.93 +@center Emacs Version 24.0.50 @center for Unix Users @sp 5 diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 576737edc5a..8d20ed6a970 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi @@ -8,7 +8,7 @@ @c Please remember to update the edition number in README as well. @c And also the copies in vol1.texi and vol2.texi. @set VERSION 3.0 -@set EMACSVER 23.1.93 +@set EMACSVER 24.0.50 @set DATE July 2009 @c in general, keep the following line commented out, unless doing a diff --git a/doc/lispref/vol1.texi b/doc/lispref/vol1.texi index 9144adf18b9..a0590c3d282 100644 --- a/doc/lispref/vol1.texi +++ b/doc/lispref/vol1.texi @@ -27,7 +27,7 @@ @c Version of the manual and of Emacs. @c Please remember to update the edition number in README as well. @set VERSION 3.0 -@set EMACSVER 23.1.93 +@set EMACSVER 24.0.50 @set DATE July 2009 @dircategory Emacs diff --git a/doc/lispref/vol2.texi b/doc/lispref/vol2.texi index 64a4113a3c7..ad4c74611a8 100644 --- a/doc/lispref/vol2.texi +++ b/doc/lispref/vol2.texi @@ -27,7 +27,7 @@ @c Version of the manual and of Emacs. @c Please remember to update the edition number in README as well. @set VERSION 3.0 -@set EMACSVER 23.1.93 +@set EMACSVER 24.0.50 @set DATE July 2009 @dircategory Emacs diff --git a/doc/man/ChangeLog b/doc/man/ChangeLog index 84ce0044cea..e9313979d95 100644 --- a/doc/man/ChangeLog +++ b/doc/man/ChangeLog @@ -1,3 +1,7 @@ +2010-03-10 Chong Yidong <cyd@stupidchicken.com> + + * Branch for 23.2. + 2010-01-09 Chong Yidong <cyd@stupidchicken.com> * emacs.1: Copyedits. Update options -Q, -mm and --daemon. Remove diff --git a/doc/man/emacs.1 b/doc/man/emacs.1 index 1c93f9e7648..15b7a73259b 100644 --- a/doc/man/emacs.1 +++ b/doc/man/emacs.1 @@ -1,5 +1,5 @@ .\" See section COPYING for copyright and redistribution information. -.TH EMACS 1 "2007 April 13" "GNU Emacs 23.1.93" +.TH EMACS 1 "2007 April 13" "GNU Emacs 24.0.50" . . .SH NAME diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 3e491c42de9..136a1eea0fb 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2010-03-10 Chong Yidong <cyd@stupidchicken.com> + + * Branch for 23.2. + 2010-03-03 Chong Yidong <cyd@stupidchicken.com> * faq.texi (Escape sequences in shell output): Note that ansi-color is diff --git a/doc/misc/faq.texi b/doc/misc/faq.texi index d4c0addf43a..924240aeb53 100644 --- a/doc/misc/faq.texi +++ b/doc/misc/faq.texi @@ -5,7 +5,7 @@ @c %**end of header @c This is used in many places -@set VER 23.1.93 +@set VER 24.0.50 @c This file is maintained by Romain Francoise <rfrancoise@gnu.org>. @c Feel free to install changes without prior permission (but I'd |