summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-03-26 13:47:40 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-03-26 13:47:40 +0000
commit03a864d5b325ea84eed3bffbe2ed633463784584 (patch)
treed2d3e2a9c3c0d2fe907835b2d079efe6097739df
parentf5bdb3366345633910d5aa94c977bb2846b9a9c4 (diff)
downloademacs-03a864d5b325ea84eed3bffbe2ed633463784584.tar.gz
Bump version to 22.2.
-rw-r--r--ChangeLog4
-rw-r--r--admin/ChangeLog4
-rw-r--r--etc/ChangeLog4
-rw-r--r--leim/ChangeLog4
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/version.el2
-rw-r--r--lispintro/ChangeLog4
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/elisp.texi2
-rw-r--r--lwlib/ChangeLog4
-rw-r--r--mac/ChangeLog4
-rw-r--r--mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings4
-rw-r--r--mac/src/Emacs.r10
-rw-r--r--man/ChangeLog4
-rw-r--r--man/emacs.texi2
-rw-r--r--msdos/ChangeLog4
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/emacs.rc8
-rw-r--r--oldXMenu/ChangeLog4
-rw-r--r--src/ChangeLog4
21 files changed, 74 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index 742929e4cf2..2881e87bfc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-26 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.2 released.
+
2008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
* configure.in: Print an error for systems that we think are
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 66c43b77f8a..62bb05056e5 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-26 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.2 released.
+
2008-03-09 Reiner Steib <Reiner.Steib@gmx.de>
* FOR-RELEASE (WINDOWS SUPPORT BUGS): Add two issues.
diff --git a/etc/ChangeLog b/etc/ChangeLog
index f82f9ad7064..bc98b78091a 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-26 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.2 released.
+
2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
* GNUS-NEWS (incoming mail files): Add version.
diff --git a/leim/ChangeLog b/leim/ChangeLog
index e098945cdd9..4080cde6fc9 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-26 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.2 released.
+
2008-01-14 Aidan Kehoe <kehoea@parhasard.net> (tiny change)
* quail/latin-ltx.el ("TeX"): Correct the mappings for \v{k} and
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 089d979381b..c27691a7597 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-26 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.2 released.
+
2008-02-27 Yuri Shtil <yuris@juniper.net> (tiny change)
* etags.c (Perl_functions): Fix call to skip_spaces.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 55f70e2b43e..d256882bf27 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-26 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.2 released.
+
2008-03-25 Johan Bockg,Ae(Brd <bojohan@gnu.org>
* info.el (Info-isearch-search): Always return point.
diff --git a/lisp/version.el b/lisp/version.el
index 178fce6ca50..2a72c6e16b7 100644
--- a/lisp/version.el
+++ b/lisp/version.el
@@ -30,7 +30,7 @@
(defconst emacs-copyright "Copyright (C) 2008 Free Software Foundation, Inc."
"Short copyright string for this version of Emacs.")
-(defconst emacs-version "22.1.92" "\
+(defconst emacs-version "22.2" "\
Version numbers of this version of Emacs.")
(defconst emacs-major-version
diff --git a/lispintro/ChangeLog b/lispintro/ChangeLog
index 7f1a50ebe59..969eeba88a6 100644
--- a/lispintro/ChangeLog
+++ b/lispintro/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-26 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.2 released.
+
2007-07-25 Glenn Morris <rgm@gnu.org>
* Relicense all FSF files to GPLv3 or later.
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 33e6ee35933..c1213b3f9c7 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-26 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.2 released.
+
2008-02-26 Chong Yidong <cyd@stupidchicken.com>
* strings.texi (Formatting Strings): Treat - and 0 as flag
diff --git a/lispref/elisp.texi b/lispref/elisp.texi
index ee1a5b6d6d2..e41f5a9786b 100644
--- a/lispref/elisp.texi
+++ b/lispref/elisp.texi
@@ -7,7 +7,7 @@
@c Version of the manual and of Emacs.
@c Please remember to update the edition number in README as well.
@set VERSION 2.9
-@set EMACSVER 22.1.92
+@set EMACSVER 22.2
@dircategory Emacs
@direntry
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index 72d07ead221..0e61302020e 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-26 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.2 released.
+
2007-07-25 Glenn Morris <rgm@gnu.org>
* Relicense all FSF files to GPLv3 or later.
diff --git a/mac/ChangeLog b/mac/ChangeLog
index 103500d7830..94f2afe3ae5 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-26 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.2 released.
+
2008-01-04 Glenn Morris <rgm@gnu.org>
* Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings:
diff --git a/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings b/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
index dd85e1558f4..638f127a8a7 100644
--- a/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
+++ b/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
@@ -1,5 +1,5 @@
/* Localized versions of Info.plist keys */
CFBundleName = "Emacs";
-CFBundleShortVersionString = "22.1.92";
-CFBundleGetInfoString = "22.1.92, Copyright (C) 2008 Free Software Foundation, Inc.";
+CFBundleShortVersionString = "22.2";
+CFBundleGetInfoString = "22.2, Copyright (C) 2008 Free Software Foundation, Inc.";
diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r
index 651eb9fdca1..d7b4b5a34e1 100644
--- a/mac/src/Emacs.r
+++ b/mac/src/Emacs.r
@@ -219,12 +219,12 @@ resource 'FREF' (129) {
resource 'vers' (1) {
0x22, /* Major revision in BCD */
- 0x1, /* Minor revision in BCD */
- alpha, /* development, alpha, beta, or final (release) */
- 92, /* Non-final release # */
+ 0x2, /* Minor revision in BCD */
+ final, /* development, alpha, beta, or final (release) */
+ 0, /* Non-final release # */
0, /* Region code */
- "22.1.92", /* Short version number */
- "22.1.92, Copyright \0xa9 2008 "
+ "22.2", /* Short version number */
+ "22.2, Copyright \0xa9 2008 "
"Free Software Foundation, Inc." /* Long version number */
};
diff --git a/man/ChangeLog b/man/ChangeLog
index 943ee7e59fb..7864bc0d307 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-26 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.2 released.
+
2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Gnus Development): Clarify difference between ding and
diff --git a/man/emacs.texi b/man/emacs.texi
index 836143b05d1..d2638528eef 100644
--- a/man/emacs.texi
+++ b/man/emacs.texi
@@ -5,7 +5,7 @@
@c The edition number appears in several places in this file
@set EDITION Sixteenth
-@set EMACSVER 22.1.92
+@set EMACSVER 22.2
@copying
This is the @value{EDITION} edition of the @cite{GNU Emacs Manual},@*
diff --git a/msdos/ChangeLog b/msdos/ChangeLog
index b1ed5fb7cf8..21965e9e7e7 100644
--- a/msdos/ChangeLog
+++ b/msdos/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-26 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.2 released.
+
2007-07-25 Glenn Morris <rgm@gnu.org>
* Relicense all FSF files to GPLv3 or later.
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 497fbec0008..a7267ce86a4 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-26 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.2 released.
+
2008-03-20 Juanma Barranquero <lekktu@gmail.com>
* addpm.c: Include malloc.h.
diff --git a/nt/emacs.rc b/nt/emacs.rc
index dc700ca3c44..d474b32cadc 100644
--- a/nt/emacs.rc
+++ b/nt/emacs.rc
@@ -7,8 +7,8 @@ Emacs ICON icons\emacs.ico
#endif
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 22,1,92,0
- PRODUCTVERSION 22,1,92,0
+ FILEVERSION 22,2,0,0
+ PRODUCTVERSION 22,2,0,0
FILEFLAGSMASK 0x3FL
#ifdef EMACSDEBUG
FILEFLAGS 0x1L
@@ -25,12 +25,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Free Software Foundation\0"
VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0"
- VALUE "FileVersion", "22, 1, 92, 0\0"
+ VALUE "FileVersion", "22, 2, 0, 0\0"
VALUE "InternalName", "Emacs\0"
VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008\0"
VALUE "OriginalFilename", "emacs.exe"
VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0"
- VALUE "ProductVersion", "22, 1, 92, 0\0"
+ VALUE "ProductVersion", "22, 2, 0, 0\0"
VALUE "OLESelfRegister", "\0"
END
END
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog
index 5a08172644f..6bd3317c6ba 100644
--- a/oldXMenu/ChangeLog
+++ b/oldXMenu/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-26 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.2 released.
+
2007-07-25 Glenn Morris <rgm@gnu.org>
* Relicense all FSF files to GPLv3 or later.
diff --git a/src/ChangeLog b/src/ChangeLog
index 2a9fec1ef2c..675fcaaaa54 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-26 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.2 released.
+
2008-03-10 Kenichi Handa <handa@ni.aist.go.jp>
* fileio.c (Finsert_file_contents): Don't make CCL program to