Bump version to 22.2.
This commit is contained in:
parent
f5bdb33663
commit
03a864d5b3
21 changed files with 74 additions and 14 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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.";
|
||||
|
|
|
@ -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 */
|
||||
};
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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},@*
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue