Bump version to 23.1.91. Regenerate AUTHORS and ldefs-boot.el.
This commit is contained in:
parent
7ee6c59b15
commit
829f35a5bb
20 changed files with 929 additions and 1045 deletions
2
README
2
README
|
@ -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.1.90 of GNU Emacs, the extensible,
|
||||
This directory tree holds version 23.1.91 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
18
configure
vendored
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.62 for emacs 23.1.90.
|
||||
# Generated by GNU Autoconf 2.62 for emacs 23.1.91.
|
||||
#
|
||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
||||
# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||
|
@ -594,8 +594,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='emacs'
|
||||
PACKAGE_TARNAME='emacs'
|
||||
PACKAGE_VERSION='23.1.90'
|
||||
PACKAGE_STRING='emacs 23.1.90'
|
||||
PACKAGE_VERSION='23.1.91'
|
||||
PACKAGE_STRING='emacs 23.1.91'
|
||||
PACKAGE_BUGREPORT=''
|
||||
|
||||
ac_unique_file="src/lisp.h"
|
||||
|
@ -1371,7 +1371,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.1.90 to adapt to many kinds of systems.
|
||||
\`configure' configures emacs 23.1.91 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
@ -1445,7 +1445,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of emacs 23.1.90:";;
|
||||
short | recursive ) echo "Configuration of emacs 23.1.91:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
@ -1588,7 +1588,7 @@ fi
|
|||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
emacs configure 23.1.90
|
||||
emacs configure 23.1.91
|
||||
generated by GNU Autoconf 2.62
|
||||
|
||||
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
||||
|
@ -1602,7 +1602,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.1.90, which was
|
||||
It was created by emacs $as_me 23.1.91, which was
|
||||
generated by GNU Autoconf 2.62. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
@ -26185,7 +26185,7 @@ exec 6>&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.1.90, which was
|
||||
This file was extended by emacs $as_me 23.1.91, which was
|
||||
generated by GNU Autoconf 2.62. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -26238,7 +26238,7 @@ Report bugs to <bug-autoconf@gnu.org>."
|
|||
_ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_version="\\
|
||||
emacs config.status 23.1.90
|
||||
emacs config.status 23.1.91
|
||||
configured by $0, generated by GNU Autoconf 2.62,
|
||||
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
|
|
@ -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.1.90)
|
||||
AC_INIT(emacs, 23.1.91)
|
||||
AC_CONFIG_HEADER(src/config.h:src/config.in)
|
||||
AC_CONFIG_SRCDIR(src/lisp.h)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
@c The edition number appears in several places in this file
|
||||
@set EDITION Sixteenth
|
||||
@set EMACSVER 23.1.90
|
||||
@set EMACSVER 23.1.91
|
||||
|
||||
@copying
|
||||
This is the @value{EDITION} edition of the @cite{GNU Emacs Manual},@*
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
@center @titlefont{GNU Emacs Lisp Reference Manual}
|
||||
@sp 5
|
||||
@center GNU
|
||||
@center Emacs Version 23.1.90
|
||||
@center Emacs Version 23.1.91
|
||||
@center for Unix Users
|
||||
@sp 5
|
||||
|
||||
|
|
|
@ -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.1.90
|
||||
@set EMACSVER 23.1.91
|
||||
@set DATE July 2009
|
||||
|
||||
@c in general, keep the following line commented out, unless doing a
|
||||
|
|
|
@ -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.1.90
|
||||
@set EMACSVER 23.1.91
|
||||
@set DATE July 2009
|
||||
|
||||
@dircategory Emacs
|
||||
|
|
|
@ -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.1.90
|
||||
@set EMACSVER 23.1.91
|
||||
@set DATE July 2009
|
||||
|
||||
@dircategory Emacs
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.\" See section COPYING for copyright and redistribution information.
|
||||
.TH EMACS 1 "2007 April 13" "GNU Emacs 23.1.90"
|
||||
.TH EMACS 1 "2007 April 13" "GNU Emacs 23.1.91"
|
||||
.
|
||||
.
|
||||
.SH NAME
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
@c %**end of header
|
||||
|
||||
@c This is used in many places
|
||||
@set VER 23.1.90
|
||||
@set VER 23.1.91
|
||||
|
||||
@c This file is maintained by Romain Francoise <rfrancoise@gnu.org>.
|
||||
@c Feel free to install changes without prior permission (but I'd
|
||||
|
|
60
etc/AUTHORS
60
etc/AUTHORS
|
@ -169,7 +169,7 @@ Andreas Politz: changed 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 print.c editfns.c fileio.c fns.c dired.el
|
||||
xterm.c keyboard.c simple.el eval.c info.el buffer.c sysdep.c emacs.c
|
||||
and 479 other files
|
||||
and 480 other files
|
||||
|
||||
Andreas Seltenreich: changed nnweb.el gnus.texi message.el gnus.el
|
||||
nnslashdot.el gnus-util.el mm-url.el mm-uu.el url-http.el xterm.c
|
||||
|
@ -434,9 +434,9 @@ 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 faces.el keyboard.c cus-edit.el xterm.c emacs.texi xfaces.c
|
||||
Makefile.in font.c xfns.c image.c misc.texi startup.el compile.el
|
||||
image-mode.el menu-bar.el and 583 other files
|
||||
frames.texi faces.el keyboard.c cus-edit.el xterm.c emacs.texi
|
||||
Makefile.in xfaces.c font.c xfns.c image.c misc.texi startup.el
|
||||
compile.el custom.texi image-mode.el and 586 other files
|
||||
|
||||
Chris Chase: co-wrote idlw-shell.el idlwave.el
|
||||
|
||||
|
@ -552,9 +552,9 @@ 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 Makefile.in vc-cvs.el vc-bzr.el
|
||||
and changed vc.el vc-hg.el vc-git.el Makefile.in vc-bzr.el vc-cvs.el
|
||||
configure.in vc-hooks.el vc-svn.el xterm.el sysdep.c term.el lisp.h
|
||||
emacs.c files.el term.c process.c bindings.el diff-mode.el vc-rcs.el
|
||||
emacs.c files.el term.c process.c vc-rcs.el bindings.el diff-mode.el
|
||||
lisp-mode.el and 840 other files
|
||||
|
||||
Daniel Brockman: changed cus-start.el format-spec.el ibuffer.el rcirc.el
|
||||
|
@ -676,7 +676,7 @@ David J. MacKenzie: changed configure.in etags.c Makefile.in fakemail.c
|
|||
David Kastrup: changed greek.el replace.el faq.texi search.c ange-ftp.el
|
||||
calc.el help.el keymaps.texi mouse.el subr.el woman.el Makefile.in
|
||||
desktop.el gnus-art.el keymap.c keymap.h lisp-mnt.el meta-mode.el
|
||||
mpuz.el process.c search.texi and 78 other files
|
||||
mpuz.el process.c search.texi and 79 other files
|
||||
|
||||
David Kågedal: wrote tempo.el
|
||||
and changed sendmail.el xmenu.c
|
||||
|
@ -726,7 +726,7 @@ and changed nsterm.m nsfns.m ns-win.el Makefile.in cus-start.el
|
|||
emacsbug.el emacsclient.c faces.el flyspell.el info.el keyboard.c
|
||||
keymap.c macterm.c menu.c minibuf.c and 11 other files
|
||||
|
||||
David Robinow: changed w32inevt.c
|
||||
David Robinow: changed makefile.w32-in w32inevt.c
|
||||
|
||||
David Robinson: changed menu-bar.el x-win.el
|
||||
|
||||
|
@ -1116,7 +1116,7 @@ and changed Makefile.in calendar.el diary-lib.el rmail.el f90.el
|
|||
cal-menu.el cal-hebrew.el fortran.el holidays.el configure.in
|
||||
cal-islam.el bytecomp.el calendar.texi cal-bahai.el files.el appt.el
|
||||
cal-china.el emacs.texi rmailsum.el startup.el cal-tex.el
|
||||
and 960 other files
|
||||
and 963 other files
|
||||
|
||||
Glynn Clements: wrote gamegrid.el snake.el tetris.el
|
||||
|
||||
|
@ -1616,7 +1616,7 @@ and changed files.el perl-mode.el
|
|||
Juanma Barranquero: changed makefile.w32-in subr.el files.el bs.el
|
||||
faces.el help-fns.el w32fns.c server.el org.el simple.el emacsclient.c
|
||||
desktop.el buffer.c mule-cmds.el ido.el window.c xdisp.c allout.el
|
||||
keyboard.c replace.el eval.c and 887 other files
|
||||
keyboard.c replace.el eval.c and 889 other files
|
||||
|
||||
Juergen Hoetzel: changed url-handlers.el
|
||||
|
||||
|
@ -1635,10 +1635,10 @@ Junio Hamano: changed window.el
|
|||
Jure Cuhalev: changed ispell.el
|
||||
|
||||
Juri Linkov: wrote files-x.el misearch.el
|
||||
and changed info.el isearch.el simple.el replace.el startup.el
|
||||
dired-aux.el compile.el grep.el dired.el files.el faces.el display.texi
|
||||
and changed info.el isearch.el simple.el replace.el dired-aux.el
|
||||
startup.el compile.el grep.el dired.el files.el faces.el display.texi
|
||||
menu-bar.el descr-text.el cus-edit.el bindings.el man.el text.texi
|
||||
dired-x.el edebug.el fill.el and 277 other files
|
||||
dired-x.el edebug.el fill.el and 279 other files
|
||||
|
||||
Justin Bogner: changed fortune.el
|
||||
|
||||
|
@ -1688,9 +1688,9 @@ Karl Eichwalder: changed Makefile.in add-log.el bookmark.el dired-aux.el
|
|||
dired.el info.el menu-bar.el midnight.el po.el
|
||||
|
||||
Karl Fogel: wrote bookmark.el mail-hist.el saveplace.el
|
||||
and changed files.el doc-view.el image-mode.el info.el isearch.el
|
||||
menu-bar.el simple.el thingatpt.el autogen.sh editfns.c
|
||||
gnus-bookmark.el nnmail.el vc-svn.el window.c
|
||||
and changed files.el INSTALL autogen.sh doc-view.el image-mode.el info.el
|
||||
isearch.el menu-bar.el simple.el thingatpt.el INSTALL.BZR configure
|
||||
configure.in editfns.c gnus-bookmark.el nnmail.el vc-svn.el window.c
|
||||
|
||||
Karl Heuer: changed keyboard.c lisp.h xdisp.c buffer.c xfns.c xterm.c
|
||||
alloc.c files.el frame.c window.c configure.in Makefile.in data.c
|
||||
|
@ -1750,7 +1750,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
|
||||
xterm.c xdisp.c font.c fileio.c Makefile.in mule-conf.el characters.el
|
||||
fns.c mule-diag.el charset.h ccl.c ftfont.c xfaces.c coding.h
|
||||
japanese.el and 375 other files
|
||||
japanese.el and 376 other files
|
||||
|
||||
Kenichi Okada: co-wrote sasl-cram.el sasl-digest.el
|
||||
|
||||
|
@ -1767,9 +1767,8 @@ Kevin Broadey: wrote foldout.el
|
|||
|
||||
Kevin Christian: changed gnus-score.el
|
||||
|
||||
Kevin Gallagher: wrote edt-lk201.el edt-mapper.el edt-pc.el edt-vt100.el
|
||||
edt.el flow-ctrl.el
|
||||
and changed edt-user.doc
|
||||
Kevin Gallagher: wrote edt-lk201.el edt-mapper.el edt-pc.el edt-user.el
|
||||
edt-vt100.el edt.el flow-ctrl.el
|
||||
|
||||
Kevin Gallo: wrote w32-win.el
|
||||
and changed makefile.nt dispnew.c addpm.c config.nt config.w95
|
||||
|
@ -1795,9 +1794,8 @@ Kevin Rodgers: changed compile.el mailabbrev.el dired-x.el files.el
|
|||
Kevin Ryde: wrote info-xref.el
|
||||
and changed info-look.el info.el checkdoc.el arc-mode.el cl.texi
|
||||
compilation.txt ffap.el gnus-art.el mule.el os.texi MORE.STUFF
|
||||
browse-url.el dig.el gnus-sum.el mailcap.el newst-backend.el
|
||||
nroff-mode.el simple.el text.texi widget.texi INSTALL
|
||||
and 70 other files
|
||||
browse-url.el dig.el gnus-sum.el mailcap.el man.el newst-backend.el
|
||||
nroff-mode.el simple.el text.texi widget.texi and 70 other files
|
||||
|
||||
Kim F. Storm: wrote bindat.el cua-base.el cua-gmrk.el cua-rect.el ido.el
|
||||
keypad.el kmacro.el
|
||||
|
@ -2150,7 +2148,7 @@ and co-wrote tramp-cache.el tramp.el
|
|||
and changed tramp.texi dbusbind.c dbus.texi trampver.el trampver.texi
|
||||
ange-ftp.el files.el files.texi tramp-vc.el Makefile.in tramp-util.el
|
||||
tramp-uu.el dired-aux.el compile.el em-unix.el grep.el simple.el vc.el
|
||||
configure.in fileio.c processes.texi and 48 other files
|
||||
configure.in fileio.c processes.texi and 49 other files
|
||||
|
||||
Michael Ben-Gershon: changed acorn.h configure.in riscix1-1.h riscix1-2.h
|
||||
unexec.c
|
||||
|
@ -2335,11 +2333,11 @@ Nicholas Maniscalco: changed term.el
|
|||
|
||||
Nick Dokos: changed mh-search.el
|
||||
|
||||
Nick Roberts: wrote gdb-mi.el t-mouse.el
|
||||
and changed gdb-ui.el gud.el building.texi tooltip.el speedbar.el
|
||||
Nick Roberts: wrote gdb-ui.el t-mouse.el
|
||||
and changed gud.el building.texi gdb-mi.el tooltip.el speedbar.el
|
||||
bindings.el thumbs.el xt-mouse.el .gdbinit DEBUG cc-mode.el comint.el
|
||||
keyboard.c subr.el compile.el frames.texi help-mode.el xdisp.c
|
||||
Makefile.in display.texi term.c and 145 other files
|
||||
Makefile.in display.texi term.c and 146 other files
|
||||
|
||||
Nico Francois: changed w32fns.c w32inevt.c w32menu.c
|
||||
|
||||
|
@ -2415,6 +2413,8 @@ Pascal Dupuis: changed octave-inf.el
|
|||
|
||||
Pascal Rigaux: changed rfc2231.el
|
||||
|
||||
Pat Thoyts: changed xfns.c
|
||||
|
||||
Patric Mueller: changed gnus-sum.el
|
||||
|
||||
Patrick Mahan: changed macfns.c
|
||||
|
@ -2616,7 +2616,7 @@ Reiner Steib: wrote gmm-utils.el gnus-news.el
|
|||
and changed message.el gnus.texi gnus-art.el gnus-sum.el gnus-group.el
|
||||
gnus.el mml.el gnus-faq.texi mm-util.el gnus-score.el message.texi
|
||||
gnus-msg.el gnus-start.el gnus-util.el spam-report.el mm-uu.el spam.el
|
||||
mm-decode.el files.el gnus-agent.el nnmail.el and 180 other files
|
||||
mm-decode.el files.el gnus-agent.el nnmail.el and 181 other files
|
||||
|
||||
Remek Trzaska: changed gnus-ems.el
|
||||
|
||||
|
@ -3033,8 +3033,8 @@ Tassilo Horn: wrote doc-view.el
|
|||
and co-wrote org-gnus.el
|
||||
and changed subword.el image-mode.el cc-cmds.el gnus-art.el Makefile.in
|
||||
gnus-sum.el info.el ack.texi bindings.el bookmark.el cc-mode.el
|
||||
cc-subword.el dired.texi emacs.texi files.el files.texi fortune.el
|
||||
gnus.texi hmac-def.el makefile.w32-in md4.el and 3 other files
|
||||
cc-subword.el dired.texi emacs.texi files.el files.texi font-lock.el
|
||||
fortune.el gnus.texi hmac-def.el makefile.w32-in and 4 other files
|
||||
|
||||
Tatsuya Ichikawa: changed gnus-agent.el gnus-cache.el
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ ALL = make-docfile hexl ctags etags movemail ebrowse sorted-doc digest-doc emacs
|
|||
|
||||
.PHONY: $(ALL)
|
||||
|
||||
VERSION = 23.1.90
|
||||
VERSION = 23.1.91
|
||||
|
||||
LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \
|
||||
-DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \
|
||||
|
|
1844
lisp/ldefs-boot.el
1844
lisp/ldefs-boot.el
File diff suppressed because one or more lines are too long
|
@ -32,7 +32,7 @@
|
|||
(defconst emacs-copyright "Copyright (C) 2009 Free Software Foundation, Inc." "\
|
||||
Short copyright string for this version of Emacs.")
|
||||
|
||||
(defconst emacs-version "23.1.90" "\
|
||||
(defconst emacs-version "23.1.91" "\
|
||||
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))) "\
|
||||
|
|
|
@ -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.1.90 Copyright (C) 2009 Free Software Foundation, Inc.</string>
|
||||
<string>Emacs 23.1.91 Copyright (C) 2009 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.1.90</string>
|
||||
<string>23.1.91</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>EMAx</string>
|
||||
<!-- This SHOULD be a build number. -->
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
CFBundleName = "Emacs";
|
||||
CFBundleShortVersionString = "Version 23.1.90";
|
||||
CFBundleGetInfoString = "Emacs version 23.1.90, NS Windowing";
|
||||
CFBundleShortVersionString = "Version 23.1.91";
|
||||
CFBundleGetInfoString = "Emacs version 23.1.91, NS Windowing";
|
||||
NSHumanReadableCopyright = "Copyright (C) 2009 Free Software Foundation, Inc.";
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Application
|
||||
Version=23.1.90
|
||||
Version=23.1.91
|
||||
Categories=GNUstep
|
||||
Name=Emacs
|
||||
Comment=GNU Emacs for NeXT/Open/GNUstep and OS X
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ApplicationDescription = "GNU Emacs for GNUstep / OS X";
|
||||
ApplicationIcon = emacs.tiff;
|
||||
ApplicationName = Emacs;
|
||||
ApplicationRelease = "23.1.90";
|
||||
ApplicationRelease = "23.1.91";
|
||||
Authors = (
|
||||
"Adrian Robert (GNUstep)",
|
||||
"Christophe de Dinechin (MacOS X)",
|
||||
|
@ -13,7 +13,7 @@
|
|||
);
|
||||
Copyright = "Copyright (C) 2009 Free Software Foundation, Inc.";
|
||||
CopyrightDescription = "Released under the GNU General Public License Version 3 or later";
|
||||
FullVersionID = "Emacs 23.1.90, NS Windowing";
|
||||
FullVersionID = "Emacs 23.1.91, NS Windowing";
|
||||
NSExecutable = Emacs;
|
||||
NSIcon = emacs.tiff;
|
||||
NSPrincipalClass = NSApplication;
|
||||
|
|
|
@ -7,8 +7,8 @@ Emacs ICON icons\emacs.ico
|
|||
#endif
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 23,1,90,0
|
||||
PRODUCTVERSION 23,1,90,0
|
||||
FILEVERSION 23,1,91,0
|
||||
PRODUCTVERSION 23,1,91,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, 1, 90, 0\0"
|
||||
VALUE "FileVersion", "23, 1, 91, 0\0"
|
||||
VALUE "InternalName", "Emacs\0"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009\0"
|
||||
VALUE "OriginalFilename", "emacs.exe"
|
||||
VALUE "ProductName", "Emacs\0"
|
||||
VALUE "ProductVersion", "23, 1, 90, 0\0"
|
||||
VALUE "ProductVersion", "23, 1, 91, 0\0"
|
||||
VALUE "OLESelfRegister", "\0"
|
||||
END
|
||||
END
|
||||
|
|
|
@ -5,8 +5,8 @@ Emacs ICON icons\emacs.ico
|
|||
#endif
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 23,1,90,0
|
||||
PRODUCTVERSION 23,1,90,0
|
||||
FILEVERSION 23,1,91,0
|
||||
PRODUCTVERSION 23,1,91,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, 1, 90, 0\0"
|
||||
VALUE "FileVersion", "23, 1, 91, 0\0"
|
||||
VALUE "InternalName", "EmacsClient\0"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009\0"
|
||||
VALUE "OriginalFilename", "emacsclientw.exe"
|
||||
VALUE "ProductName", "EmacsClient\0"
|
||||
VALUE "ProductVersion", "23, 1, 90, 0\0"
|
||||
VALUE "ProductVersion", "23, 1, 91, 0\0"
|
||||
VALUE "OLESelfRegister", "\0"
|
||||
END
|
||||
END
|
||||
|
|
Loading…
Add table
Reference in a new issue