1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00

Bump version to 23.3.90.

Regenerate ldefs-boot.el and AUTHORS.
This commit is contained in:
Chong Yidong 2012-01-15 11:12:31 +08:00
parent eb74c659d5
commit 309f169fc3
20 changed files with 799 additions and 781 deletions

2
README
View File

@ -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.3.50 of GNU Emacs, the extensible,
This directory tree holds version 23.3.90 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

18
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.67 for emacs 23.3.50.
# Generated by GNU Autoconf 2.67 for emacs 23.3.90.
#
#
# 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.3.50'
PACKAGE_STRING='emacs 23.3.50'
PACKAGE_VERSION='23.3.90'
PACKAGE_STRING='emacs 23.3.90'
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.3.50 to adapt to many kinds of systems.
\`configure' configures emacs 23.3.90 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.3.50:";;
short | recursive ) echo "Configuration of emacs 23.3.90:";;
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.3.50
emacs configure 23.3.90
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.3.50, which was
It was created by emacs $as_me 23.3.90, which was
generated by GNU Autoconf 2.67. Invocation command line was
$ $0 $@
@ -14151,7 +14151,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.3.50, which was
This file was extended by emacs $as_me 23.3.90, which was
generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -14217,7 +14217,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.3.50
emacs config.status 23.3.90
configured by $0, generated by GNU Autoconf 2.67,
with options \\"\$ac_cs_config\\"

View File

@ -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.3.50)
AC_INIT(emacs, 23.3.90)
AC_CONFIG_HEADER(src/config.h:src/config.in)
AC_CONFIG_SRCDIR(src/lisp.h)

View File

@ -5,7 +5,7 @@
@c The edition number appears in several places in this file
@set EDITION Sixteenth
@set EMACSVER 23.3.50
@set EMACSVER 23.3.90
@copying
This is the @value{EDITION} edition of the @cite{GNU Emacs Manual},@*

View File

@ -11,7 +11,7 @@
@center @titlefont{GNU Emacs Lisp Reference Manual}
@sp 5
@center GNU
@center Emacs Version 23.3.50
@center Emacs Version 23.3.90
@center for Unix Users
@sp 5

View File

@ -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.3.50
@set EMACSVER 23.3.90
@set DATE July 2009
@c in general, keep the following line commented out, unless doing a

View File

@ -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.3.50
@set EMACSVER 23.3.90
@set DATE July 2009
@dircategory Emacs

View File

@ -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.3.50
@set EMACSVER 23.3.90
@set DATE July 2009
@dircategory Emacs

View File

@ -1,5 +1,5 @@
.\" See section COPYING for copyright and redistribution information.
.TH EMACS 1 "2007 April 13" "GNU Emacs 23.3.50"
.TH EMACS 1 "2007 April 13" "GNU Emacs 23.3.90"
.
.
.SH NAME

View File

@ -5,7 +5,7 @@
@c %**end of header
@c This is used in many places
@set VER 23.3.50
@set VER 23.3.90
@c This file is maintained by Romain Francoise <rfrancoise@gnu.org>.
@c Feel free to install changes without prior permission (but I'd

View File

@ -168,8 +168,8 @@ Andreas Luik: changed xfns.c xterm.c
Andreas Politz: changed editfns.c elp.el ido.el term.el
Andreas Schwab: changed Makefile.in configure.in lisp.h xdisp.c files.el
coding.c alloc.c process.c fileio.c print.c editfns.c fns.c dired.el
keyboard.c xterm.c eval.c simple.el info.el buffer.c sysdep.c window.c
coding.c alloc.c process.c fileio.c print.c editfns.c fns.c keyboard.c
dired.el xterm.c eval.c simple.el info.el buffer.c sysdep.c window.c
and 490 other files
Andreas Seltenreich: changed nnweb.el gnus.texi message.el gnus.el
@ -439,10 +439,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 files.texi
frames.texi emacs.texi xterm.c keyboard.c cus-edit.el faces.el
Makefile.in font.c xfaces.c image.c misc.texi xfns.c startup.el
text.texi compile.el configure.in and 665 other files
and changed xdisp.c simple.el files.el display.texi frames.texi
files.texi emacs.texi xterm.c keyboard.c cus-edit.el faces.el
Makefile.in font.c misc.texi xfaces.c image.c text.texi xfns.c
startup.el compile.el configure.in and 666 other files
Chris Chase: co-wrote idlw-shell.el idlwave.el
@ -490,7 +490,7 @@ Christoph Bauer: changed configure.in
Christoph Conrad: changed gnus-agent.el gnus-score.el makefile.w32-in
qp.el
Christoph Scholtes: changed minibuf.c python.el window.c
Christoph Scholtes: changed minibuf.c process.c python.el window.c
Christoph Wedler: wrote antlr-mode.el
and changed format.el gnus-art.el gnus-picon.el message.el register.el
@ -567,16 +567,19 @@ and changed org-exp-blocks.el org-exp.el
Dan Nicolaescu: wrote iris-ansi.el romanian.el vc-dir.el
and co-wrote hideshow.el
and changed vc.el vc-hg.el vc-git.el vc-bzr.el Makefile.in vc-cvs.el
vc-hooks.el configure.in vc-svn.el xterm.el sysdep.c term.el lisp.h
emacs.c files.el term.c process.c vc-rcs.el bindings.el diff-mode.el
vc-hooks.el configure.in vc-svn.el xterm.el sysdep.c term.el emacs.c
lisp.h files.el term.c process.c vc-rcs.el bindings.el diff-mode.el
lisp-mode.el and 840 other files
Dan Rosenberg: changed movemail.c
Dani Moncayo: changed lists.texi
Daniel Brockman: changed cus-start.el format-spec.el ibuffer.el rcirc.el
Daniel Colascione: co-wrote js.el
and changed imenu.el nxml-mode.el nxml-rap.el nxml-util.el which-func.el
and changed cc-engine.el imenu.el nxml-mode.el nxml-rap.el nxml-util.el
which-func.el
Daniel Elliott: changed octave-mod.el
@ -731,9 +734,9 @@ David Mosberger-Tang: changed alpha.h unexelf.c cm.h config.in
David O'Toole: wrote org-publish.el
David Ponce: wrote cedet.el comp.el grammar-wy.el grammar.el java-tags.el
java.el mode-local.el recentf.el ruler-mode.el senator.el
tree-widget.el wisent.el
David Ponce: wrote bovine-grammar.el cedet.el comp.el grammar-wy.el
grammar.el java-tags.el java.el mode-local.el recentf.el ruler-mode.el
senator.el tree-widget.el wisent-grammar.el wisent.el
and co-wrote util-modes.el
and changed w32menu.c w32term.c close.png close.xpm empty.png empty.xpm
end-guide.png end-guide.xpm files.el guide.png guide.xpm handle.png
@ -774,7 +777,7 @@ and changed complete.el
Denis Stünkel: changed ibuf-ext.el
Deniz Dogan: changed rcirc.el window.el
Deniz Dogan: changed iswitchb.el rcirc.el window.el
Dennis Gilmore: changed sparc.h
@ -831,10 +834,10 @@ Doug Maxey: changed mouse.el
Drake Wilson: changed files.el
Drew Adams: changed cus-edit.el mouse.el bindings.el bookmark.el
Drew Adams: changed cus-edit.el bookmark.el mouse.el bindings.el
custom.el dired.el dired.texi etags.el faces.el files.el finder.el
frame.el help-fns.el help.el info.el isearch.el menu-bar.el msdog.texi
pp.el ring.el speedbar.el
frame.el help-fns.el help.el info.el isearch.el menu-bar.el modes.texi
msdog.texi pp.el ring.el and 3 other files
E. Jay Berkenbilt: changed b2m.c flyspell.el ispell.el unrmail.el
whitespace.el window.h
@ -881,9 +884,9 @@ 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 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 files.texi
internal.el and 642 other files
rmail.el mainmake.v2 pc-win.el simple.el startup.el config.bat w32.c
msdos.h dired.c frame.c menu-bar.el process.c xdisp.c INSTALL
files.texi and 644 other files
Elias Oltmanns: changed tls.el gnus-agent.el gnus-int.el gnus-srvr.el
gnus.el
@ -1333,6 +1336,8 @@ Jacques Duthen: co-wrote ps-print.el ps-samp.el
Jaeyoun Chung: changed hangul3.el hanja3.el gnus-mule.el hangul.el
Jambunathan K: changed tar-mode.el
James Clark: wrote nxml-enc.el nxml-glyph.el nxml-maint.el nxml-mode.el
nxml-ns.el nxml-outln.el nxml-parse.el nxml-rap.el nxml-uchnm.el
nxml-util.el rng-cmpct.el rng-dt.el rng-loc.el rng-maint.el
@ -1543,7 +1548,7 @@ Johan Bockgård: changed erc.el cl-macs.el erc-backend.el erc-button.el
erc-match.el browse-url.el bytecomp.el custom.el display.texi
erc-compat.el erc-nickserv.el erc-ring.el erc-speak.el erc-track.el
help-fns.el simple.el subr.el xterm.el advice.el align.el basic.texi
and 42 other files
and 43 other files
Johan Euphrosine: changed ibuf-ext.el
@ -1659,10 +1664,10 @@ João Cachopo: changed spam.el
Juan León Lahoz García: wrote wdired.el
and changed files.el perl-mode.el
Juanma Barranquero: changed makefile.w32-in subr.el files.el faces.el
w32fns.c bs.el help-fns.el server.el org.el simple.el emacsclient.c
Juanma Barranquero: changed makefile.w32-in subr.el files.el help-fns.el
faces.el w32fns.c bs.el server.el org.el simple.el emacsclient.c
buffer.c desktop.el mule-cmds.el ido.el window.c xdisp.c allout.el
keyboard.c replace.el eval.c and 942 other files
keyboard.c replace.el xfaces.c and 952 other files
Juergen Kreileder: changed imap.el nnimap.el
@ -2095,6 +2100,8 @@ Markus Armbruster: changed avoid.el
Markus Gritsch: changed ebrowse.el
Markus Heiser: changed gud.el
Markus Heritsch: co-wrote ada-mode.el ada-stmt.el ada-xref.el
Markus Holmberg: changed thingatpt.el
@ -2505,9 +2512,9 @@ and changed imenu.el make-mode.el
Paul Eggert: wrote rcs2log vcdiff
and co-wrote cal-dst.el
and changed editfns.c vc.el Makefile.in configure.in vc-hooks.el data.c
emacs.c gnus.el calendar.el config.in floatfns.c process.c sysdep.c
dired.el xterm.c callproc.c fileio.c filelock.c lread.c print.c
rmail.el and 291 other files
emacs.c gnus.el calendar.el process.c config.in floatfns.c sysdep.c
dired.el lisp.h lread.c xterm.c callproc.c fileio.c filelock.c print.c
and 299 other files
Paul Fisher: changed fns.c
@ -2675,7 +2682,8 @@ and changed w32fns.c gnus-art.el reftex-toc.el reftex.el tex-mode.el
Ralf Fassel: changed dabbrev.el files.el fill.el iso-acc.el tar-mode.el
Ralph Schleicher: wrote battery.el info-look.el
and changed libc.el fileio.c mm-decode.el nnultimate.el
and changed libc.el fileio.c info.el mm-decode.el nnultimate.el
which-func.el
Ramakrishnan M: changed mlm-util.el
@ -2708,6 +2716,8 @@ René Kyllingstad: changed pcomplete.el
Reto Zimmermann: wrote vera-mode.el
and co-wrote vhdl-mode.el
Reuben Thomas: changed flymake.el
Riccardo Murri: changed vc-bzr.el tls.el
Richard Dawe: changed Makefile.in config.in
@ -2859,6 +2869,8 @@ and changed cl-indent.el compile.el vc-cvs.el vc.el font-lock.el mouse.el
Samuel Tardieu: changed smime.el
Samuel Thibault: changed sysdep.c term.c
Sanghyuk Suh: changed mac-win.el macterm.c
Sascha Lüdecke: co-wrote mml1991.el
@ -2889,7 +2901,7 @@ Scott Draves: wrote tq.el
Scott M. Meyers: changed cmacexp.el
Sean Neakums: changed gnus-msg.el gnus-uu.el
Sean Neakums: changed gnus-msg.el gnus-uu.el supercite.el
Sean O'Rourke: changed complete.el comint.el dabbrev.el find-func.el
ibuf-ext.el pcomplete.el register.el tramp.el
@ -2997,7 +3009,7 @@ and co-wrote font-lock.el
and changed vc.el subr.el lisp.h keyboard.c simple.el files.el pcvs.el
keymap.c xdisp.c Makefile.in vc-hooks.el alloc.c newcomment.el
tex-mode.el bytecomp.el compile.el buffer.c info.el fill.el fileio.c
window.c and 910 other files
window.c and 915 other files
Stefan Reichör: changed gnus-agent.el
@ -3022,8 +3034,8 @@ Stephan Stahl: changed which-func.el buff-menu.el buffer.c dired-x.texi
Stephen A. Wood: changed fortran.el
Stephen Berman: changed diary-lib.el todo-mode.el allout.el dired.el
files.el find-dired.el gtkutil.c info.el newcomment.el recentf.el
rfc822.el
files.el find-dired.el gtkutil.c info.el newcomment.el page.el
recentf.el rfc822.el
Stephen C. Gilardi: changed configure.in
@ -3094,8 +3106,8 @@ Sundar Narasimhan: changed rnews.el rnewspost.el
Sven Joachim: changed files.el de-refcard.tex dired-aux.el arc-mode.el
dired-x.el em-cmpl.el em-hist.el em-ls.el emacs.1 esh-cmd.el esh-ext.el
esh-io.el files.texi gnus-news.texi gnus-sum.el gnus.texi help.el
make-dist movemail.c mule.texi sed3v2.inp and 6 other files
esh-io.el files.texi gnu-linux.h gnus-news.texi gnus-sum.el gnus.texi
help.el make-dist movemail.c mule.texi and 7 other files
Svend Tollak Munkejord: changed deuglify.el
@ -3415,8 +3427,8 @@ Yagi Tatsuya: changed gnus-art.el gnus-start.el
Yamamoto Mitsuharu: changed macterm.c macfns.c mac-win.el mac.c macterm.h
macmenu.c macgui.h image.c xdisp.c macselect.c keyboard.c xterm.c
Makefile.in emacs.c darwin.h w32term.c alloc.c dispextern.h macos.texi
process.c unexmacosx.c and 84 other files
Makefile.in darwin.h emacs.c dispnew.c unexmacosx.c w32term.c
dispextern.h alloc.c macos.texi and 84 other files
Yann Dirson: changed imenu.el

View File

@ -22,7 +22,7 @@ ALL = make-docfile hexl ctags etags movemail ebrowse sorted-doc digest-doc emacs
.PHONY: $(ALL)
VERSION = 23.3.50
VERSION = 23.3.90
LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \
-DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \

File diff suppressed because it is too large Load Diff

View File

@ -32,7 +32,7 @@
(defconst emacs-copyright "Copyright (C) 2012 Free Software Foundation, Inc." "\
Short copyright string for this version of Emacs.")
(defconst emacs-version "23.3.50" "\
(defconst emacs-version "23.3.90" "\
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))) "\

View File

@ -553,7 +553,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
<key>CFBundleExecutable</key>
<string>Emacs</string>
<key>CFBundleGetInfoString</key>
<string>Emacs 23.3.50 Copyright (C) 2012 Free Software Foundation, Inc.</string>
<string>Emacs 23.3.90 Copyright (C) 2012 Free Software Foundation, Inc.</string>
<key>CFBundleIconFile</key>
<string>Emacs.icns</string>
<key>CFBundleIdentifier</key>
@ -566,7 +566,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
<string>APPL</string>
<!-- This should be the emacs version number. -->
<key>CFBundleShortVersionString</key>
<string>23.3.50</string>
<string>23.3.90</string>
<key>CFBundleSignature</key>
<string>EMAx</string>
<!-- This SHOULD be a build number. -->

View File

@ -1,6 +1,6 @@
/* Localized versions of Info.plist keys */
CFBundleName = "Emacs";
CFBundleShortVersionString = "Version 23.3.50";
CFBundleGetInfoString = "Emacs version 23.3.50, NS Windowing";
CFBundleShortVersionString = "Version 23.3.90";
CFBundleGetInfoString = "Emacs version 23.3.90, NS Windowing";
NSHumanReadableCopyright = "Copyright (C) 2012 Free Software Foundation, Inc.";

View File

@ -1,7 +1,7 @@
[Desktop Entry]
Encoding=UTF-8
Type=Application
Version=23.3.50
Version=23.3.90
Categories=GNUstep
Name=Emacs
Comment=GNU Emacs for NeXT/Open/GNUstep and OS X

View File

@ -2,7 +2,7 @@
ApplicationDescription = "GNU Emacs for GNUstep / OS X";
ApplicationIcon = emacs.tiff;
ApplicationName = Emacs;
ApplicationRelease = "23.3.50";
ApplicationRelease = "23.3.90";
Authors = (
"Adrian Robert (GNUstep)",
"Christophe de Dinechin (MacOS X)",
@ -13,7 +13,7 @@
);
Copyright = "Copyright (C) 2012 Free Software Foundation, Inc.";
CopyrightDescription = "Released under the GNU General Public License Version 3 or later";
FullVersionID = "Emacs 23.3.50, NS Windowing";
FullVersionID = "Emacs 23.3.90, NS Windowing";
NSExecutable = Emacs;
NSIcon = emacs.tiff;
NSPrincipalClass = NSApplication;

View File

@ -7,8 +7,8 @@ Emacs ICON icons\emacs.ico
#endif
VS_VERSION_INFO VERSIONINFO
FILEVERSION 23,3,50,0
PRODUCTVERSION 23,3,50,0
FILEVERSION 23,3,90,0
PRODUCTVERSION 23,3,90,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, 3, 50, 0\0"
VALUE "FileVersion", "23, 3, 90, 0\0"
VALUE "InternalName", "Emacs\0"
VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012\0"
VALUE "OriginalFilename", "emacs.exe"
VALUE "ProductName", "Emacs\0"
VALUE "ProductVersion", "23, 3, 50, 0\0"
VALUE "ProductVersion", "23, 3, 90, 0\0"
VALUE "OLESelfRegister", "\0"
END
END

View File

@ -5,8 +5,8 @@ Emacs ICON icons\emacs.ico
#endif
VS_VERSION_INFO VERSIONINFO
FILEVERSION 23,3,50,0
PRODUCTVERSION 23,3,50,0
FILEVERSION 23,3,90,0
PRODUCTVERSION 23,3,90,0
FILEFLAGSMASK 0x3FL
#ifdef EMACSDEBUG
FILEFLAGS 0x1L
@ -23,12 +23,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Free Software Foundation\0"
VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0"
VALUE "FileVersion", "23, 3, 50, 0\0"
VALUE "FileVersion", "23, 3, 90, 0\0"
VALUE "InternalName", "EmacsClient\0"
VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012\0"
VALUE "OriginalFilename", "emacsclientw.exe"
VALUE "ProductName", "EmacsClient\0"
VALUE "ProductVersion", "23, 3, 50, 0\0"
VALUE "ProductVersion", "23, 3, 90, 0\0"
VALUE "OLESelfRegister", "\0"
END
END