Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
03a864d5
Commit
03a864d5
authored
Mar 26, 2008
by
Chong Yidong
Browse files
Bump version to 22.2.
parent
f5bdb336
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
70 additions
and
14 deletions
+70
-14
ChangeLog
ChangeLog
+4
-0
admin/ChangeLog
admin/ChangeLog
+4
-0
etc/ChangeLog
etc/ChangeLog
+4
-0
leim/ChangeLog
leim/ChangeLog
+4
-0
lib-src/ChangeLog
lib-src/ChangeLog
+4
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/version.el
lisp/version.el
+1
-1
lispintro/ChangeLog
lispintro/ChangeLog
+4
-0
lispref/ChangeLog
lispref/ChangeLog
+4
-0
lispref/elisp.texi
lispref/elisp.texi
+1
-1
lwlib/ChangeLog
lwlib/ChangeLog
+4
-0
mac/ChangeLog
mac/ChangeLog
+4
-0
mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
...cs.app/Contents/Resources/English.lproj/InfoPlist.strings
+2
-2
mac/src/Emacs.r
mac/src/Emacs.r
+5
-5
man/ChangeLog
man/ChangeLog
+4
-0
man/emacs.texi
man/emacs.texi
+1
-1
msdos/ChangeLog
msdos/ChangeLog
+4
-0
nt/ChangeLog
nt/ChangeLog
+4
-0
nt/emacs.rc
nt/emacs.rc
+4
-4
oldXMenu/ChangeLog
oldXMenu/ChangeLog
+4
-0
No files found.
ChangeLog
View file @
03a864d5
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
...
...
admin/ChangeLog
View file @
03a864d5
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.
...
...
etc/ChangeLog
View file @
03a864d5
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.
...
...
leim/ChangeLog
View file @
03a864d5
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
...
...
lib-src/ChangeLog
View file @
03a864d5
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.
...
...
lisp/ChangeLog
View file @
03a864d5
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.
lisp/version.el
View file @
03a864d5
...
...
@@ -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.9
2"
"\
(
defconst
emacs-version
"22.2"
"\
Version
numbers
of
this
version
of
Emacs.
")
(defconst emacs-major-version
...
...
lispintro/ChangeLog
View file @
03a864d5
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.
...
...
lispref/ChangeLog
View file @
03a864d5
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
...
...
lispref/elisp.texi
View file @
03a864d5
...
...
@@ -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.9
2
@set EMACSVER 22.2
@dircategory Emacs
@direntry
...
...
lwlib/ChangeLog
View file @
03a864d5
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.
...
...
mac/ChangeLog
View file @
03a864d5
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:
...
...
mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
View file @
03a864d5
/* Localized versions of Info.plist keys */
CFBundleName = "Emacs";
CFBundleShortVersionString = "22.
1.9
2";
CFBundleGetInfoString = "22.
1.9
2, Copyright (C) 2008 Free Software Foundation, Inc.";
CFBundleShortVersionString = "22.2";
CFBundleGetInfoString = "22.2, Copyright (C) 2008 Free Software Foundation, Inc.";
mac/src/Emacs.r
View file @
03a864d5
...
...
@@ -219,12 +219,12 @@ resource 'FREF' (129) {
resource
'vers'
(
1
)
{
0x22
,
/*
Major
revision
in
BCD
*/
0x
1
,
/*
Minor
revision
in
BCD
*/
alpha
,
/*
development
,
alpha
,
beta
,
or
final
(
release
)
*/
92
,
/*
Non
-
final
release
# */
0x
2
,
/*
Minor
revision
in
BCD
*/
final
,
/*
development
,
alpha
,
beta
,
or
final
(
release
)
*/
0
,
/*
Non
-
final
release
# */
0
,
/*
Region
code
*/
"22.
1.9
2"
,
/*
Short
version
number
*/
"22.
1.9
2, Copyright \0xa9 2008 "
"22.2"
,
/*
Short
version
number
*/
"22.2, Copyright \0xa9 2008 "
"Free Software Foundation, Inc."
/*
Long
version
number
*/
};
...
...
man/ChangeLog
View file @
03a864d5
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
...
...
man/emacs.texi
View file @
03a864d5
...
...
@@ -5,7 +5,7 @@
@c The edition number appears in several places in this file
@set EDITION Sixteenth
@set EMACSVER 22.
1.9
2
@set EMACSVER 22.2
@copying
This is the @value
{
EDITION
}
edition of the @cite
{
GNU Emacs Manual
}
,@*
...
...
msdos/ChangeLog
View file @
03a864d5
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.
...
...
nt/ChangeLog
View file @
03a864d5
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.
...
...
nt/emacs.rc
View file @
03a864d5
...
...
@@ -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
...
...
oldXMenu/ChangeLog
View file @
03a864d5
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.
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment