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
309f169f
Commit
309f169f
authored
Jan 15, 2012
by
Chong Yidong
Browse files
Bump version to 23.3.90.
Regenerate ldefs-boot.el and AUTHORS.
parent
eb74c659
Changes
20
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
799 additions
and
781 deletions
+799
-781
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
+48
-36
lib-src/makefile.w32-in
lib-src/makefile.w32-in
+1
-1
lisp/ldefs-boot.el
lisp/ldefs-boot.el
+716
-710
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
nt/emacsclient.rc
nt/emacsclient.rc
+4
-4
No files found.
README
View file @
309f169f
...
...
@@ -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.
5
0 of GNU Emacs, the extensible,
This directory tree holds version 23.3.
9
0 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 @
309f169f
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.67 for emacs 23.3.
5
0.
# Generated by GNU Autoconf 2.67 for emacs 23.3.
9
0.
#
#
# 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.
5
0'
PACKAGE_STRING='emacs 23.3.
5
0'
PACKAGE_VERSION='23.3.
9
0'
PACKAGE_STRING='emacs 23.3.
9
0'
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.
5
0 to adapt to many kinds of systems.
\`configure' configures emacs 23.3.
9
0 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.
5
0:";;
short | recursive ) echo "Configuration of emacs 23.3.
9
0:";;
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.
5
0
emacs configure 23.3.
9
0
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.
5
0, which was
It was created by emacs $as_me 23.3.
9
0, 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.
5
0, which was
This file was extended by emacs $as_me 23.3.
9
0, 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.
5
0
emacs config.status 23.3.
9
0
configured by $0, generated by GNU Autoconf 2.67,
with options \\"\$ac_cs_config\\"
...
...
configure.in
View file @
309f169f
...
...
@@ -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.
5
0)
AC_INIT(emacs, 23.3.
9
0)
AC_CONFIG_HEADER(src/config.h:src/config.in)
AC_CONFIG_SRCDIR(src/lisp.h)
...
...
doc/emacs/emacs.texi
View file @
309f169f
...
...
@@ -5,7 +5,7 @@
@c The edition number appears in several places in this file
@set EDITION Sixteenth
@set EMACSVER 23.3.
5
0
@set EMACSVER 23.3.
9
0
@copying
This is the @value
{
EDITION
}
edition of the @cite
{
GNU Emacs Manual
}
,@*
...
...
doc/lispref/book-spine.texinfo
View file @
309f169f
...
...
@@ -11,7 +11,7 @@
@center @titlefont
{
GNU Emacs Lisp Reference Manual
}
@sp 5
@center GNU
@center Emacs Version 23.3.
5
0
@center Emacs Version 23.3.
9
0
@center for Unix Users
@sp 5
...
...
doc/lispref/elisp.texi
View file @
309f169f
...
...
@@ -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.
5
0
@set EMACSVER 23.3.
9
0
@set DATE July 2009
@c in general, keep the following line commented out, unless doing a
...
...
doc/lispref/vol1.texi
View file @
309f169f
...
...
@@ -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.
5
0
@set EMACSVER 23.3.
9
0
@set DATE July 2009
@dircategory Emacs
...
...
doc/lispref/vol2.texi
View file @
309f169f
...
...
@@ -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.
5
0
@set EMACSVER 23.3.
9
0
@set DATE July 2009
@dircategory Emacs
...
...
doc/man/emacs.1
View file @
309f169f
.\" See section COPYING for copyright and redistribution information.
.TH EMACS 1 "2007 April 13" "GNU Emacs 23.3.
5
0"
.TH EMACS 1 "2007 April 13" "GNU Emacs 23.3.
9
0"
.
.
.SH NAME
...
...
doc/misc/faq.texi
View file @
309f169f
...
...
@@ -5,7 +5,7 @@
@
c
%**
end
of
header
@
c
This
is
used
in
many
places
@
set
VER
23.3.
5
0
@
set
VER
23.3.
9
0
@
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 @
309f169f
...
...
@@ -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 f
il
es.texi
f
ram
es.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 66
5
other files
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
Makefile.in font.c
misc.texi
xfaces.c image.c
text
.texi xfns.c
startup.el
compile.el configure.in and 66
6
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 m
sdog
.texi
pp.el ring.el
speedbar.el
frame.el help-fns.el help.el info.el isearch.el menu-bar.el m
odes
.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 64
2
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 64
4
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 4
2
other files
and 4
3
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
face
s.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-fn
s.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 9
4
2 other files
keyboard.c replace.el
xfaces
.c and 9
5
2 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 29
1
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 29
9
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 91
0
other files
window.c and 91
5
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
...
...
lib-src/makefile.w32-in
View file @
309f169f
...
...
@@ -22,7 +22,7 @@ ALL = make-docfile hexl ctags etags movemail ebrowse sorted-doc digest-doc emacs
.PHONY
:
$(ALL)
VERSION
=
23.3.
5
0
VERSION
=
23.3.
9
0
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 @
309f169f
This diff is collapsed.
Click to expand it.
lisp/version.el
View file @
309f169f
...
...
@@ -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.
5
0
" "
\
(defconst emacs-version "
23.3.
9
0
" "
\
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 @
309f169f
...
...
@@ -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.3.
5
0
Copyright
(
C
)
2012
Free
Software
Foundation
,
Inc.
<
/string
>
<
string
>
Emacs
23.3.
9
0
Copyright
(
C
)
2012
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.3.
5
0
<
/string
>
<
string
>
23.3.
9
0
<
/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 @
309f169f
/* Localized versions of Info.plist keys */
CFBundleName = "Emacs";
CFBundleShortVersionString = "Version 23.3.
5
0";
CFBundleGetInfoString = "Emacs version 23.3.
5
0, NS Windowing";
CFBundleShortVersionString = "Version 23.3.
9
0";
CFBundleGetInfoString = "Emacs version 23.3.
9
0, NS Windowing";
NSHumanReadableCopyright = "Copyright (C) 2012 Free Software Foundation, Inc.";
nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop
View file @
309f169f
[Desktop Entry]
Encoding=UTF-8
Type=Application
Version=23.3.
5
0
Version=23.3.
9
0
Categories=GNUstep
Name=Emacs
Comment=GNU Emacs for NeXT/Open/GNUstep and OS X
...
...
nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
View file @
309f169f
...
...
@@ -2,7 +2,7 @@
ApplicationDescription
=
"GNU Emacs for GNUstep / OS X"
;
ApplicationIcon
=
emacs.tiff
;
ApplicationName
=
Emacs
;
ApplicationRelease
=
"23.3.
5
0"
;
ApplicationRelease
=
"23.3.
9
0"
;
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.
5
0, NS Windowing"
;
FullVersionID
=
"Emacs 23.3.
9
0, NS Windowing"
;
NSExecutable
=
Emacs
;
NSIcon
=
emacs.tiff
;
NSPrincipalClass
=
NSApplication
;
...
...
nt/emacs.rc
View file @
309f169f
...
...
@@ -7,8 +7,8 @@ Emacs ICON icons\emacs.ico
#endif
VS_VERSION_INFO VERSIONINFO
FILEVERSION 23,3,
5
0,0
PRODUCTVERSION 23,3,
5
0,0
FILEVERSION 23,3,
9
0,0
PRODUCTVERSION 23,3,
9
0,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,
5
0, 0\0"
VALUE "FileVersion", "23, 3,
9
0, 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,
5
0, 0\0"
VALUE "ProductVersion", "23, 3,
9
0, 0\0"
VALUE "OLESelfRegister", "\0"
END
END
...
...
nt/emacsclient.rc
View file @
309f169f
...
...
@@ -5,8 +5,8 @@ Emacs ICON icons\emacs.ico
#endif
VS_VERSION_INFO VERSIONINFO
FILEVERSION 23,3,
5
0,0
PRODUCTVERSION 23,3,
5
0,0
FILEVERSION 23,3,
9
0,0
PRODUCTVERSION 23,3,
9
0,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,
5
0, 0\0"
VALUE "FileVersion", "23, 3,
9
0, 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,
5
0, 0\0"
VALUE "ProductVersion", "23, 3,
9
0, 0\0"
VALUE "OLESelfRegister", "\0"
END
END
...
...
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