From 0bf85f46815d5adf7524843d53aa47172045c714 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 5 Sep 2008 16:23:46 +0000 Subject: Version 22.3 released. --- ChangeLog | 4 ++++ README | 2 +- admin/ChangeLog | 4 ++++ etc/ChangeLog | 4 ++++ leim/ChangeLog | 4 ++++ lib-src/ChangeLog | 4 ++++ lib-src/makefile.w32-in | 2 +- lisp/ChangeLog | 4 ++++ lisp/erc/ChangeLog | 4 ++++ lisp/mh-e/ChangeLog | 4 ++++ lisp/url/ChangeLog | 4 ++++ lisp/version.el | 2 +- lispintro/ChangeLog | 4 ++++ lispref/ChangeLog | 4 ++++ lispref/elisp.texi | 2 +- lwlib/ChangeLog | 4 ++++ mac/ChangeLog | 4 ++++ .../Contents/Resources/English.lproj/InfoPlist.strings | 4 ++-- mac/src/Emacs.r | 10 +++++----- man/ChangeLog | 4 ++++ man/emacs.texi | 2 +- msdos/ChangeLog | 4 ++++ nt/ChangeLog | 4 ++++ nt/emacs.rc | 8 ++++---- nt/emacsclient.rc | 8 ++++---- oldXMenu/ChangeLog | 4 ++++ src/ChangeLog | 4 ++++ 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 + + * Version 22.3 released. + 2008-08-16 Chong Yidong * 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 + + * Version 22.3 released. + 2008-08-16 Jason Rumney * admin.el (set-version): Set version in nt/emacsclient.rc diff --git a/etc/ChangeLog b/etc/ChangeLog index 6b68066ff0e..570c75ae823 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2008-09-05 Chong Yidong + + * Version 22.3 released. + 2008-05-04 Glenn Morris * 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 + + * Version 22.3 released. + 2008-03-26 Chong Yidong * 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 + + * Version 22.3 released. + 2008-08-05 Ulrich Mueller * 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 6097042d75e..f513925b4f6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-09-05 Chong Yidong + + * Version 22.3 released. + 2008-09-03 Alan Mackenzie * 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 + + * Version 22.3 released. + 2008-02-05 Juanma Barranquero * 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 + + * Version 22.3 released. + 2008-02-06 Richard Stallman * 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 + + * Version 22.3 released. + 2008-08-30 Glenn Morris * 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 + + * Version 22.3 released. + 2008-03-26 Chong Yidong * 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 + + * Version 22.3 released. + 2008-08-05 Chong Yidong * 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 + + * Version 22.3 released. + 2008-03-26 Chong Yidong * 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 + + * Version 22.3 released. + 2008-04-06 YAMAMOTO Mitsuharu * 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 + + * Version 22.3 released. + 2008-08-23 Glenn Morris * 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 + + * Version 22.3 released. + 2008-03-26 Chong Yidong * Version 22.2 released. diff --git a/nt/ChangeLog b/nt/ChangeLog index b2c31b303c1..d8308659910 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2008-09-05 Chong Yidong + + * Version 22.3 released. + 2008-04-11 Eli Zaretskii * 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 + + * Version 22.3 released. + 2008-03-26 Chong Yidong * Version 22.2 released. diff --git a/src/ChangeLog b/src/ChangeLog index f19310aafbb..bdac5b99227 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-09-05 Chong Yidong + + * Version 22.3 released. + 2008-09-02 YAMAMOTO Mitsuharu * macterm.c (mac_draw_rectangle) [USE_CG_DRAWING]: -- cgit v1.2.3