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
9f19b8dd
Commit
9f19b8dd
authored
Jan 14, 2011
by
Chong Yidong
Browse files
Bump version to 23.2.92.
Regenerate AUTHORS, configure, and ldefs-boot.el.
parent
bb033b5f
Changes
21
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
757 additions
and
751 deletions
+757
-751
README
README
+1
-1
configure
configure
+9
-9
configure.in
configure.in
+1
-1
doc/emacs/emacs.texi
doc/emacs/emacs.texi
+1
-1
doc/lispref/book-spine.texinfo
doc/lispref/book-spine.texinfo
+1
-1
doc/lispref/elisp.texi
doc/lispref/elisp.texi
+1
-1
doc/lispref/vol1.texi
doc/lispref/vol1.texi
+1
-1
doc/lispref/vol2.texi
doc/lispref/vol2.texi
+1
-1
doc/man/emacs.1
doc/man/emacs.1
+1
-1
doc/misc/faq.texi
doc/misc/faq.texi
+1
-1
etc/AUTHORS
etc/AUTHORS
+23
-19
lib-src/makefile.w32-in
lib-src/makefile.w32-in
+1
-1
lisp/ldefs-boot.el
lisp/ldefs-boot.el
+702
-700
lisp/mail/rmail.el
lisp/mail/rmail.el
+1
-1
lisp/version.el
lisp/version.el
+1
-1
nextstep/Cocoa/Emacs.base/Contents/Info.plist
nextstep/Cocoa/Emacs.base/Contents/Info.plist
+2
-2
nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings
...s.base/Contents/Resources/English.lproj/InfoPlist.strings
+2
-2
nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop
nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop
+1
-1
nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
+2
-2
nt/emacs.rc
nt/emacs.rc
+4
-4
No files found.
README
View file @
9f19b8dd
...
...
@@ -3,7 +3,7 @@ Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
See the end of the file for license conditions.
This directory tree holds version 23.2.9
1
of GNU Emacs, the extensible,
This directory tree holds version 23.2.9
2
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
...
...
configure
View file @
9f19b8dd
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.67 for emacs 23.2.9
1
.
# Generated by GNU Autoconf 2.67 for emacs 23.2.9
2
.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
...
...
@@ -549,8 +549,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='emacs'
PACKAGE_TARNAME='emacs'
PACKAGE_VERSION='23.2.9
1
'
PACKAGE_STRING='emacs 23.2.9
1
'
PACKAGE_VERSION='23.2.9
2
'
PACKAGE_STRING='emacs 23.2.9
2
'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
...
...
@@ -1320,7 +1320,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures emacs 23.2.9
1
to adapt to many kinds of systems.
\`configure' configures emacs 23.2.9
2
to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
...
...
@@ -1394,7 +1394,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of emacs 23.2.9
1
:";;
short | recursive ) echo "Configuration of emacs 23.2.9
2
:";;
esac
cat <<\_ACEOF
...
...
@@ -1540,7 +1540,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
emacs configure 23.2.9
1
emacs configure 23.2.9
2
generated by GNU Autoconf 2.67
Copyright (C) 2010 Free Software Foundation, Inc.
...
...
@@ -2091,7 +2091,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by emacs $as_me 23.2.9
1
, which was
It was created by emacs $as_me 23.2.9
2
, which was
generated by GNU Autoconf 2.67. Invocation command line was
$ $0 $@
...
...
@@ -14011,7 +14011,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by emacs $as_me 23.2.9
1
, which was
This file was extended by emacs $as_me 23.2.9
2
, which was
generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
...
...
@@ -14077,7 +14077,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
emacs config.status 23.2.9
1
emacs config.status 23.2.9
2
configured by $0, generated by GNU Autoconf 2.67,
with options \\"\$ac_cs_config\\"
...
...
configure.in
View file @
9f19b8dd
...
...
@@ -22,7 +22,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.62)
AC_INIT(emacs, 23.2.9
1
)
AC_INIT(emacs, 23.2.9
2
)
AC_CONFIG_HEADER(src/config.h:src/config.in)
AC_CONFIG_SRCDIR(src/lisp.h)
...
...
doc/emacs/emacs.texi
View file @
9f19b8dd
...
...
@@ -5,7 +5,7 @@
@c The edition number appears in several places in this file
@set EDITION Sixteenth
@set EMACSVER 23.2.9
1
@set EMACSVER 23.2.9
2
@copying
This is the @value
{
EDITION
}
edition of the @cite
{
GNU Emacs Manual
}
,@*
...
...
doc/lispref/book-spine.texinfo
View file @
9f19b8dd
...
...
@@ -11,7 +11,7 @@
@center @titlefont
{
GNU Emacs Lisp Reference Manual
}
@sp 5
@center GNU
@center Emacs Version 23.2.9
1
@center Emacs Version 23.2.9
2
@center for Unix Users
@sp 5
...
...
doc/lispref/elisp.texi
View file @
9f19b8dd
...
...
@@ -8,7 +8,7 @@
@c Please remember to update the edition number in README as well.
@c And also the copies in vol1.texi and vol2.texi.
@set VERSION 3.0
@set EMACSVER 23.2.9
1
@set EMACSVER 23.2.9
2
@set DATE July 2009
@c in general, keep the following line commented out, unless doing a
...
...
doc/lispref/vol1.texi
View file @
9f19b8dd
...
...
@@ -27,7 +27,7 @@
@c Version of the manual and of Emacs.
@c Please remember to update the edition number in README as well.
@set VERSION 3.0
@set EMACSVER 23.2.9
1
@set EMACSVER 23.2.9
2
@set DATE July 2009
@dircategory Emacs
...
...
doc/lispref/vol2.texi
View file @
9f19b8dd
...
...
@@ -27,7 +27,7 @@
@c Version of the manual and of Emacs.
@c Please remember to update the edition number in README as well.
@set VERSION 3.0
@set EMACSVER 23.2.9
1
@set EMACSVER 23.2.9
2
@set DATE July 2009
@dircategory Emacs
...
...
doc/man/emacs.1
View file @
9f19b8dd
.\" See section COPYING for copyright and redistribution information.
.TH EMACS 1 "2007 April 13" "GNU Emacs 23.2.9
1
"
.TH EMACS 1 "2007 April 13" "GNU Emacs 23.2.9
2
"
.
.
.SH NAME
...
...
doc/misc/faq.texi
View file @
9f19b8dd
...
...
@@ -5,7 +5,7 @@
@
c
%**
end
of
header
@
c
This
is
used
in
many
places
@
set
VER
23.2.9
1
@
set
VER
23.2.9
2
@
c
This
file
is
maintained
by
Romain
Francoise
<
rfrancoise
@
gnu
.
org
>.
@
c
Feel
free
to
install
changes
without
prior
permission
(
but
I
'd
...
...
etc/AUTHORS
View file @
9f19b8dd
...
...
@@ -354,6 +354,8 @@ Brad Howes: changed gnus-demon.el
Brendan Kehoe: changed hpux9.h
Brent Goodrick: changed abbrev.el
Brian Cully: changed ns-emacs.texi
Brian D. Carlstrom: changed gud.el smtpmail.el
...
...
@@ -435,10 +437,10 @@ Chip Coldwell: changed font.c
Chong Yidong: wrote redisplay-testsuite.el
and co-wrote longlines.el
and changed xdisp.c simple.el files.el display.texi f
ram
es.texi
f
il
es.texi emacs.texi xterm.c keyboard.c cus-edit.el faces.el
and changed xdisp.c simple.el files.el display.texi f
il
es.texi
f
ram
es.texi emacs.texi xterm.c keyboard.c cus-edit.el faces.el
Makefile.in xfaces.c misc.texi xfns.c font.c image.c startup.el
text.texi compile.el c
ustom.texi
and 65
3
other files
text.texi compile.el c
onfigure.in
and 65
5
other files
Chris Chase: co-wrote idlw-shell.el idlwave.el
...
...
@@ -840,8 +842,8 @@ Ed L. Cashin: changed gnus-sum.el imap.el
Ed Swarthout: changed hexl.el table.el
Eduard Wiebe: changed browse-url.el dired.el flymake.texi footnote.el
javascript.el korean.el locate.el mule-conf.el
objects.texi ps-print.el
vc-rcs.el
javascript.el korean.el locate.el mule-conf.el
nxml-mode.texi
objects.texi ps-print.el
vc-rcs.el
Eduardo Muñoz: changed dired.el ls-lisp.el
...
...
@@ -876,10 +878,10 @@ Eli Barzilay: wrote calculator.el
Eli Tziperman: wrote rmail-spam-filter.el
Eli Zaretskii: wrote rxvt.el tty-colors.el
and changed msdos.c makefile.w32-in Makefile.in files.el info.el
rmail.el
fileio.c
mainmake.v2 pc-win.el startup.el config.bat
simple.el
msdos.h
w32.c dired.c frame.c menu-bar.el process.c internal.el
INSTALL
xfaces.c
and 60
4
other files
and changed msdos.c makefile.w32-in Makefile.in files.el info.el
fileio.c
rmail.el
mainmake.v2 pc-win.el
simple.el
startup.el config.bat msdos.h
w32.c dired.c frame.c menu-bar.el process.c
INSTALL
internal.el
files.texi
and 60
5
other files
Elias Oltmanns: changed tls.el gnus-agent.el gnus-int.el gnus-srvr.el
gnus.el
...
...
@@ -912,7 +914,7 @@ Eric Eide: changed gnus-xmas.el
Eric Hanchrow: changed vc-git.el TUTORIAL.es abbrev.el autorevert.el
cperl-mode.el delphi.el dired.el emacsclient.c env.el erc.el
ibuf-ext.el ispell.el make-dist
ibuf-ext.el ispell.el
ldap.el
make-dist
Éric Jacoboni: changed fr-refcard.tex
...
...
@@ -1362,7 +1364,7 @@ Jan Djärv: wrote dnd.el font-setting.el x-dnd.el
and changed gtkutil.c xterm.c xfns.c xterm.h configure.in xmenu.c
x-win.el Makefile.in gtkutil.h keyboard.c frame.c frames.texi config.in
emacs.c xselect.c xresources.texi cus-start.el startup.el alloc.c
process.c xlwmenu.c and 20
7
other files
process.c xlwmenu.c and 20
8
other files
Jan Moringen: co-wrote cpp.el
and changed eieio.el log-edit.el zeroconf.el
...
...
@@ -1385,7 +1387,7 @@ Jared Finder: changed compile.el
Jari Aalto: changed add-log.el filecache.el grep.el gnus-art.el
gnus-sum.el gnus.texi ispell.el lisp-mnt.el man.el nnmail.el apropos.el
autorevert.el comint.el compile.el cperl-mode.el debug.el desktop.el
executable.el files.el find-dired.el
finder.el
and 1
4
other files
emacsclient.1
executable.el files.el find-dired.el and 1
5
other files
Jason Baker: changed gnus-art.el
...
...
@@ -1720,7 +1722,7 @@ Kanematsu Daiji: changed nnimap.el
Karel Klic: changed ftfont.c
Karel Klíč: changed tramp.el
Karel Klíč: changed
text.texi
tramp.el
Karl Berry: changed emacs.texi info.texi elisp.texi text.texi anti.texi
display.texi .cvsignore emacs-xtra.texi faq.texi filelock.c gnu.texi
...
...
@@ -1801,7 +1803,7 @@ and co-wrote ps-def.el ps-mule.el ps-print.el ps-samp.el quail.el
and changed coding.c mule-cmds.el mule.el fontset.c charset.c fontset.el
xdisp.c xterm.c font.c fileio.c Makefile.in mule-conf.el characters.el
fns.c mule-diag.el charset.h ftfont.c ccl.c coding.h xfaces.c
japanese.el and 3
79
other files
japanese.el and 3
80
other files
Kenichi Okada: co-wrote sasl-cram.el sasl-digest.el
...
...
@@ -1958,10 +1960,10 @@ and changed fortran.el ispell.el sendmail.el cmuscheme.el comint.el
Leigh Stoller: changed emacsclient.c server.el
Lennart Borgman: wrote org-freemind.el
and changed nxml-mode.el tutorial.el window.el ada-xref.el
debug
.el
emacsclient.c filesets.el flymake.el help-fns.el isearch.el
linum.el
lisp-mode.el mouse.el recentf.el remember.el replace.el
shell.el
texinfmt.el w32term.c w32term.h
and changed nxml-mode.el tutorial.el window.el ada-xref.el
buff-menu
.el
debug.el
emacsclient.c filesets.el flymake.el help-fns.el isearch.el
linum.el
lisp-mode.el mouse.el recentf.el remember.el replace.el
shell.el
texinfmt.el w32term.c w32term.h
Lennart Staflin: changed dired.el diary-ins.el diary-lib.el tq.el xdisp.c
...
...
@@ -2059,7 +2061,7 @@ Mark D. Baushke: changed mh-e.el mh-utils.el mh-mime.el mh-comp.el
Mark Davies: changed Makefile.in amdx86-64.h configure configure.in
hp800.h netbsd.h ralloc.c sh3el.h sort.el
Mark Diekhans: changed compile.el
Mark Diekhans: changed compile.el
files.el subr.el
Mark H. Weaver: changed comint.el
...
...
@@ -2067,6 +2069,8 @@ Mark Hood: changed gnus-uu.el
Mark Lambert: changed process.c process.h
Mark Lillibridge: changed mail-utils.el
Mark Mitchell: changed font-lock.el
Mark Neale: changed fortran.el
...
...
lib-src/makefile.w32-in
View file @
9f19b8dd
...
...
@@ -22,7 +22,7 @@ ALL = make-docfile hexl ctags etags movemail ebrowse sorted-doc digest-doc emacs
.PHONY
:
$(ALL)
VERSION
=
23.2.9
1
VERSION
=
23.2.9
2
LOCAL_FLAGS
=
-DWINDOWSNT
-DDOS_NT
-DSTDC_HEADERS
=
1
-DNO_LDAV
=
1
\
-DNO_ARCHIVES
=
1
-DHAVE_CONFIG_H
=
1
-I
../nt/inc
\
...
...
lisp/ldefs-boot.el
View file @
9f19b8dd
This diff is collapsed.
Click to expand it.
lisp/mail/rmail.el
View file @
9f19b8dd
...
...
@@ -4287,7 +4287,7 @@ With prefix argument N moves forward N messages with these labels.
;;;***
;;;### (autoloads (rmail-mime) "
rmailmm
" "
rmailmm.el
" "
420a9c4619672f1f60f675126fbc9c08
")
;;;### (autoloads (rmail-mime) "
rmailmm
" "
rmailmm.el
" "
7f6ad821b4543a18139fee9250beea5c
")
;;; Generated autoloads from rmailmm.el
(autoload 'rmail-mime "
rmailmm
" "
\
...
...
lisp/version.el
View file @
9f19b8dd
...
...
@@ -32,7 +32,7 @@
(
defconst
emacs-copyright
"Copyright (C) 2011 Free Software Foundation, Inc."
"\
Short
copyright
string
for
this
version
of
Emacs.
")
(defconst emacs-version "
23.2.9
1
" "
\
(defconst emacs-version "
23.2.9
2
" "
\
Version
numbers
of
this
version
of
Emacs.
")
(defconst emacs-major-version (progn (string-match "
^[0-9]+
" emacs-version) (string-to-number (match-string 0 emacs-version))) "
\
...
...
nextstep/Cocoa/Emacs.base/Contents/Info.plist
View file @
9f19b8dd
...
...
@@ -553,7 +553,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
<
k
e
y
>
CFBundleExecutable
<
/k
e
y
>
<
string
>
Emacs
<
/string
>
<
k
e
y
>
CFBundleGetInfoString
<
/k
e
y
>
<
string
>
Emacs
23.2.9
1
Copyright
(
C
)
2011
Free
Software
Foundation
,
Inc.
<
/string
>
<
string
>
Emacs
23.2.9
2
Copyright
(
C
)
2011
Free
Software
Foundation
,
Inc.
<
/string
>
<
k
e
y
>
CFBundleIconFile
<
/k
e
y
>
<
string
>
Emacs.icns
<
/string
>
<
k
e
y
>
CFBundleIdentifier
<
/k
e
y
>
...
...
@@ -566,7 +566,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
<
string
>
APPL
<
/string
>
<
!--
This
shoul
d be
th
e e
m
ac
s
v
e
rsion
num
be
r.
--
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
23.2.9
1
<
/string
>
<
string
>
23.2.9
2
<
/string
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
string
>
EMAx
<
/string
>
<
!--
This
SHOUL
D be a b
uil
d
num
be
r.
--
>
...
...
nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings
View file @
9f19b8dd
/* Localized versions of Info.plist keys */
CFBundleName = "Emacs";
CFBundleShortVersionString = "Version 23.2.9
1
";
CFBundleGetInfoString = "Emacs version 23.2.9
1
, NS Windowing";
CFBundleShortVersionString = "Version 23.2.9
2
";
CFBundleGetInfoString = "Emacs version 23.2.9
2
, NS Windowing";
NSHumanReadableCopyright = "Copyright (C) 2011 Free Software Foundation, Inc.";
nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop
View file @
9f19b8dd
[Desktop Entry]
Encoding=UTF-8
Type=Application
Version=23.2.9
1
Version=23.2.9
2
Categories=GNUstep
Name=Emacs
Comment=GNU Emacs for NeXT/Open/GNUstep and OS X
...
...
nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
View file @
9f19b8dd
...
...
@@ -2,7 +2,7 @@
ApplicationDescription
=
"GNU Emacs for GNUstep / OS X"
;
ApplicationIcon
=
emacs.tiff
;
ApplicationName
=
Emacs
;
ApplicationRelease
=
"23.2.9
1
"
;
ApplicationRelease
=
"23.2.9
2
"
;
Authors
=
(
"Adrian Robert (GNUstep)"
,
"Christophe de Dinechin (MacOS X)"
,
...
...
@@ -13,7 +13,7 @@
);
Copyright
=
"Copyright (C) 2011 Free Software Foundation, Inc."
;
CopyrightDescription
=
"Released under the GNU General Public License Version 3 or later"
;
FullVersionID
=
"Emacs 23.2.9
1
, NS Windowing"
;
FullVersionID
=
"Emacs 23.2.9
2
, NS Windowing"
;
NSExecutable
=
Emacs
;
NSIcon
=
emacs.tiff
;
NSPrincipalClass
=
NSApplication
;
...
...
nt/emacs.rc
View file @
9f19b8dd
...
...
@@ -7,8 +7,8 @@ Emacs ICON icons\emacs.ico
#endif
VS_VERSION_INFO VERSIONINFO
FILEVERSION 23,2,9
1
,0
PRODUCTVERSION 23,2,9
1
,0
FILEVERSION 23,2,9
2
,0
PRODUCTVERSION 23,2,9
2
,0
FILEFLAGSMASK 0x3FL
#ifdef EMACSDEBUG
FILEFLAGS 0x1L
...
...
@@ -25,12 +25,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Free Software Foundation\0"
VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0"
VALUE "FileVersion", "23, 2, 9
1
, 0\0"
VALUE "FileVersion", "23, 2, 9
2
, 0\0"
VALUE "InternalName", "Emacs\0"
VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011\0"
VALUE "OriginalFilename", "emacs.exe"
VALUE "ProductName", "Emacs\0"
VALUE "ProductVersion", "23, 2, 9
1
, 0\0"
VALUE "ProductVersion", "23, 2, 9
2
, 0\0"
VALUE "OLESelfRegister", "\0"
END
END
...
...
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