mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-28 19:42:02 +00:00
Version 22.3 released.
This commit is contained in:
parent
25cdc3d63a
commit
0bf85f4681
@ -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.
|
||||
|
2
README
2
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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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.
|
||||
|
@ -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):
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.";
|
||||
|
@ -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 */
|
||||
};
|
||||
|
||||
|
@ -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):
|
||||
|
@ -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},@*
|
||||
|
@ -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.
|
||||
|
@ -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...
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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]:
|
||||
|
Loading…
Reference in New Issue
Block a user