aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2010-05-07 23:28:26 -0400
committerChong Yidong <[email protected]>2010-05-07 23:28:26 -0400
commit61a808e8197bb47dad1a78d7b032268482c45a9c (patch)
tree9c98131154139dd228ad264d71806033060732b3 /doc
parent3b180a24db6877b62fd11b6e82b0a4946e9322f6 (diff)
Bump version to 23.2.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/emacs.texi2
-rw-r--r--doc/lispintro/ChangeLog4
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/book-spine.texinfo2
-rw-r--r--doc/lispref/elisp.texi2
-rw-r--r--doc/lispref/vol1.texi2
-rw-r--r--doc/lispref/vol2.texi2
-rw-r--r--doc/man/ChangeLog4
-rw-r--r--doc/man/emacs.12
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/faq.texi2
12 files changed, 27 insertions, 7 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 2b8482cf53..5551cc4a5e 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,5 +1,9 @@
2010-05-07 Chong Yidong <[email protected]>
+ * Version 23.2 released.
+
+2010-05-07 Chong Yidong <[email protected]>
+
* building.texi (GDB Graphical Interface): Remove misleading comparison
to an IDE (Bug#6128).
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi
index f19c45c740..7d82c08a01 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.97
+@set EMACSVER 23.2
@copying
This is the @value{EDITION} edition of the @cite{GNU Emacs Manual},@*
diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog
index e683cc1054..e5b31e5264 100644
--- a/doc/lispintro/ChangeLog
+++ b/doc/lispintro/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-07 Chong Yidong <[email protected]>
+
+ * Version 23.2 released.
+
2010-02-16 Glenn Morris <[email protected]>
* emacs-lisp-intro.texi: Fix typo in name of `find-tag' command.
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index e331a3d5df..93e958c074 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-07 Chong Yidong <[email protected]>
+
+ * Version 23.2 released.
+
2010-05-03 Štěpán Němec <[email protected]> (tiny change)
* windows.texi (Textual Scrolling):
diff --git a/doc/lispref/book-spine.texinfo b/doc/lispref/book-spine.texinfo
index d8717350e4..54e0a5e717 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.97
+@center Emacs Version 23.2
@center for Unix Users
@sp 5
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index 8b6f540c46..8117e45607 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.97
+@set EMACSVER 23.2
@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 5a2719ded0..d2e4fbe9b9 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.97
+@set EMACSVER 23.2
@set DATE July 2009
@dircategory Emacs
diff --git a/doc/lispref/vol2.texi b/doc/lispref/vol2.texi
index 74cca078cd..df31d03157 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.97
+@set EMACSVER 23.2
@set DATE July 2009
@dircategory Emacs
diff --git a/doc/man/ChangeLog b/doc/man/ChangeLog
index 84ce0044ce..290482b6cd 100644
--- a/doc/man/ChangeLog
+++ b/doc/man/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-07 Chong Yidong <[email protected]>
+
+ * Version 23.2 released.
+
2010-01-09 Chong Yidong <[email protected]>
* emacs.1: Copyedits. Update options -Q, -mm and --daemon. Remove
diff --git a/doc/man/emacs.1 b/doc/man/emacs.1
index 87f366cb0d..a42c07ec33 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.97"
+.TH EMACS 1 "2007 April 13" "GNU Emacs 23.2"
.
.
.SH NAME
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index eac91977f3..2294dc3a07 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-07 Chong Yidong <[email protected]>
+
+ * Version 23.2 released.
+
2010-05-03 Štěpán Němec <[email protected]> (tiny change)
* url.texi (HTTP language/coding, Customization):
diff --git a/doc/misc/faq.texi b/doc/misc/faq.texi
index 782d6e1dce..fd1b7d335d 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.97
+@set VER 23.2
@c This file is maintained by Romain Francoise <[email protected]>.
@c Feel free to install changes without prior permission (but I'd