summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-09-05 16:23:46 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-09-05 16:23:46 +0000
commit47b362841534635fc92d9d8dc46e2ba7228d5a0d (patch)
tree14327ef9e8067a1288097fd775087aab2c818971
parentb85fc99682e52a5c0077107984af450dec690fb2 (diff)
downloademacs-EMACS_22_3.tar.gz
Version 22.3 released.EMACS_22_3
-rw-r--r--ChangeLog4
-rw-r--r--README2
-rw-r--r--admin/ChangeLog4
-rw-r--r--etc/ChangeLog4
-rw-r--r--leim/ChangeLog4
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lib-src/makefile.w32-in2
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/erc/ChangeLog4
-rw-r--r--lisp/mh-e/ChangeLog4
-rw-r--r--lisp/url/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--nt/emacsclient.rc8
-rw-r--r--oldXMenu/ChangeLog4
-rw-r--r--src/ChangeLog4
27 files changed, 92 insertions, 20 deletions
diff --git a/ChangeLog b/ChangeLog
index c08e1790545..c419241c9e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-05 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.3 released.
+
2008-08-16 Chong Yidong <cyd@stupidchicken.com>
* make-dist: Omit info/.arch-inventory.
diff --git a/README b/README
index 151fdfecee1..42ac8044b4b 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
See the end of the file for license conditions.
-This directory tree holds version 22.2.92 of GNU Emacs, the extensible,
+This directory tree holds version 22.3 of GNU Emacs, the extensible,
customizable, self-documenting real-time display editor.
The file INSTALL in this directory says how to build and install GNU
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 4320cba4294..df74b4c9f13 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-05 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.3 released.
+
2008-08-16 Jason Rumney <jasonr@gnu.org>
* admin.el (set-version): Set version in nt/emacsclient.rc
diff --git a/etc/ChangeLog b/etc/ChangeLog
index ddc212dcab6..4e21e7fabf4 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-05 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.3 released.
+
2008-05-04 Glenn Morris <rgm@gnu.org>
* NEWS: Document removal of duplicated "alt-" input methods.
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 4080cde6fc9..7a7f76986dd 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-05 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.3 released.
+
2008-03-26 Chong Yidong <cyd@stupidchicken.com>
* Version 22.2 released.
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 8fe27192b49..d25e220a220 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-05 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.3 released.
+
2008-08-05 Ulrich Mueller <ulm@gentoo.org>
* pop.c (socket_connection): Add conditionals for
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 4b3cf080964..b34a94eced4 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -24,7 +24,7 @@ ALL = make-docfile hexl ctags etags movemail ebrowse sorted-doc digest-doc emacs
.PHONY: $(ALL)
-VERSION = 22.2.92
+VERSION = 22.3
LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \
-DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2659b943af2..6f741414ac1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-05 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.3 released.
+
2008-09-03 Alan Mackenzie <acm@muc.de>
* progmodes/cc-defs.el (c-version): Increment to 5.31.6.
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog
index 061bfc55444..9c53fec5453 100644
--- a/lisp/erc/ChangeLog
+++ b/lisp/erc/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-05 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.3 released.
+
2008-02-05 Juanma Barranquero <lekktu@gmail.com>
* erc.el (erc-valid-nick-regexp):
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index 79e44c96256..1921f8d2778 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-05 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.3 released.
+
2008-02-06 Richard Stallman <rms@gnu.org>
* mh-seq.el (mh-make-seq, mh-seq-name): Use defsubst.
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index ae12c685dcc..abc321d09bf 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-05 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.3 released.
+
2008-08-30 Glenn Morris <rgm@gnu.org>
* url-http.el (url-https-expand-file-name): Resolve directly to
diff --git a/lisp/version.el b/lisp/version.el
index 3706d006bd7..2c15217c9ce 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.2.92" "\
+(defconst emacs-version "22.3" "\
Version numbers of this version of Emacs.")
(defconst emacs-major-version
diff --git a/lispintro/ChangeLog b/lispintro/ChangeLog
index 969eeba88a6..405da1de805 100644
--- a/lispintro/ChangeLog
+++ b/lispintro/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-05 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.3 released.
+
2008-03-26 Chong Yidong <cyd@stupidchicken.com>
* Version 22.2 released.
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index cd6c580258a..92fd64dac95 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-05 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.3 released.
+
2008-08-05 Chong Yidong <cyd@stupidchicken.com>
* symbols.texi (Other Plists): Fix incorrect example.
diff --git a/lispref/elisp.texi b/lispref/elisp.texi
index e671b39b2ba..62a7fd93015 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.2.92
+@set EMACSVER 22.3
@dircategory Emacs
@direntry
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index 0e61302020e..f3f3769e035 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-05 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.3 released.
+
2008-03-26 Chong Yidong <cyd@stupidchicken.com>
* Version 22.2 released.
diff --git a/mac/ChangeLog b/mac/ChangeLog
index e9f832f1fd3..f946abc8af4 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-05 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.3 released.
+
2008-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* makefile.MPW (MacObjects): Add mactoolbox.c.x.
diff --git a/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings b/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
index a104fb09216..942a22ec0a1 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.2.92";
-CFBundleGetInfoString = "22.2.92, Copyright (C) 2008 Free Software Foundation, Inc.";
+CFBundleShortVersionString = "22.3";
+CFBundleGetInfoString = "22.3, Copyright (C) 2008 Free Software Foundation, Inc.";
diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r
index 2b7360d429b..ff91fb49762 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 */
- 0x2, /* Minor revision in BCD */
- alpha, /* development, alpha, beta, or final (release) */
- 92, /* Non-final release # */
+ 0x3, /* Minor revision in BCD */
+ final, /* development, alpha, beta, or final (release) */
+ 0, /* Non-final release # */
0, /* Region code */
- "22.2.92", /* Short version number */
- "22.2.92, Copyright \0xa9 2008 "
+ "22.3", /* Short version number */
+ "22.3, Copyright \0xa9 2008 "
"Free Software Foundation, Inc." /* Long version number */
};
diff --git a/man/ChangeLog b/man/ChangeLog
index 7abe749ab32..120fac56b43 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-05 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.3 released.
+
2008-08-23 Glenn Morris <rgm@gnu.org>
* dired-x.texi (Shell Command Guessing):
diff --git a/man/emacs.texi b/man/emacs.texi
index 3e16427da0a..0d7addc3911 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.2.92
+@set EMACSVER 22.3
@copying
This is the @value{EDITION} edition of the @cite{GNU Emacs Manual},@*
diff --git a/msdos/ChangeLog b/msdos/ChangeLog
index 21965e9e7e7..24e279b4993 100644
--- a/msdos/ChangeLog
+++ b/msdos/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-05 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.3 released.
+
2008-03-26 Chong Yidong <cyd@stupidchicken.com>
* Version 22.2 released.
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 303fd71fde4..809c25a9180 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-05 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.3 released.
+
2008-04-11 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in (ALL): Move $(CLIENTRES) from here...
diff --git a/nt/emacs.rc b/nt/emacs.rc
index b87fb05cd18..848c54c359b 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,2,92,0
- PRODUCTVERSION 22,2,92,0
+ FILEVERSION 22,3,0,0
+ PRODUCTVERSION 22,3,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, 2, 92, 0\0"
+ VALUE "FileVersion", "22, 3, 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, 2, 92, 0\0"
+ VALUE "ProductVersion", "22, 3, 0, 0\0"
VALUE "OLESelfRegister", "\0"
END
END
diff --git a/nt/emacsclient.rc b/nt/emacsclient.rc
index 606f357e63d..c44417c2885 100644
--- a/nt/emacsclient.rc
+++ b/nt/emacsclient.rc
@@ -5,8 +5,8 @@ Emacs ICON icons\emacs.ico
#endif
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 22,2,92,0
- PRODUCTVERSION 22,2,92,0
+ FILEVERSION 22,3,0,0
+ PRODUCTVERSION 22,3,0,0
FILEFLAGSMASK 0x3FL
#ifdef EMACSDEBUG
FILEFLAGS 0x1L
@@ -23,12 +23,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Free Software Foundation\0"
VALUE "FileDescription", "GNU EmacsClient for Windows NT/95/98/2000/ME/XP\0"
- VALUE "FileVersion", "22, 2, 92, 0\0"
+ VALUE "FileVersion", "22, 3, 0, 0\0"
VALUE "InternalName", "EmacsClient\0"
VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008\0"
VALUE "OriginalFilename", "emacsclientw.exe"
VALUE "ProductName", "EmacsClient: Client for the extensible self-documenting text editor\0"
- VALUE "ProductVersion", "22, 2, 92, 0\0"
+ VALUE "ProductVersion", "22, 3, 0, 0\0"
VALUE "OLESelfRegister", "\0"
END
END
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog
index 6bd3317c6ba..39e937b5d75 100644
--- a/oldXMenu/ChangeLog
+++ b/oldXMenu/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-05 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.3 released.
+
2008-03-26 Chong Yidong <cyd@stupidchicken.com>
* Version 22.2 released.
diff --git a/src/ChangeLog b/src/ChangeLog
index f1fc613d04e..171d578a35b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-05 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.3 released.
+
2008-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* macterm.c (mac_draw_rectangle) [USE_CG_DRAWING]: