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
1f10e750
Commit
1f10e750
authored
Dec 10, 2010
by
Chong Yidong
Browse files
Bump version to 23.2.91.
Regenerate configure and ldefs-boot.el.
parent
158d5945
Changes
22
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
361 additions
and
333 deletions
+361
-333
README
README
+1
-1
configure
configure
+243
-226
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
+34
-27
lib-src/makefile.w32-in
lib-src/makefile.w32-in
+1
-1
lisp/dired.el
lisp/dired.el
+1
-1
lisp/ldefs-boot.el
lisp/ldefs-boot.el
+60
-61
lisp/simple.el
lisp/simple.el
+5
-0
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
No files found.
README
View file @
1f10e750
...
@@ -3,7 +3,7 @@ Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
...
@@ -3,7 +3,7 @@ Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
See the end of the file for license conditions.
See the end of the file for license conditions.
This directory tree holds version 23.2.9
0
of GNU Emacs, the extensible,
This directory tree holds version 23.2.9
1
of GNU Emacs, the extensible,
customizable, self-documenting real-time display editor.
customizable, self-documenting real-time display editor.
The file INSTALL in this directory says how to build and install GNU
The file INSTALL in this directory says how to build and install GNU
...
...
configure
View file @
1f10e750
This diff is collapsed.
Click to expand it.
configure.in
View file @
1f10e750
...
@@ -22,7 +22,7 @@ dnl You should have received a copy of the GNU General Public License
...
@@ -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/>.
dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.62)
AC_PREREQ(2.62)
AC_INIT(emacs, 23.2.9
0
)
AC_INIT(emacs, 23.2.9
1
)
AC_CONFIG_HEADER(src/config.h:src/config.in)
AC_CONFIG_HEADER(src/config.h:src/config.in)
AC_CONFIG_SRCDIR(src/lisp.h)
AC_CONFIG_SRCDIR(src/lisp.h)
...
...
doc/emacs/emacs.texi
View file @
1f10e750
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
@c The edition number appears in several places in this file
@c The edition number appears in several places in this file
@set EDITION Sixteenth
@set EDITION Sixteenth
@set EMACSVER 23.2.9
0
@set EMACSVER 23.2.9
1
@copying
@copying
This is the @value
{
EDITION
}
edition of the @cite
{
GNU Emacs Manual
}
,@*
This is the @value
{
EDITION
}
edition of the @cite
{
GNU Emacs Manual
}
,@*
...
...
doc/lispref/book-spine.texinfo
View file @
1f10e750
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
@center @titlefont
{
GNU Emacs Lisp Reference Manual
}
@center @titlefont
{
GNU Emacs Lisp Reference Manual
}
@sp 5
@sp 5
@center GNU
@center GNU
@center Emacs Version 23.2.9
0
@center Emacs Version 23.2.9
1
@center for Unix Users
@center for Unix Users
@sp 5
@sp 5
...
...
doc/lispref/elisp.texi
View file @
1f10e750
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
@c Please remember to update the edition number in README as well.
@c Please remember to update the edition number in README as well.
@c And also the copies in vol1.texi and vol2.texi.
@c And also the copies in vol1.texi and vol2.texi.
@set VERSION 3.0
@set VERSION 3.0
@set EMACSVER 23.2.9
0
@set EMACSVER 23.2.9
1
@set DATE July 2009
@set DATE July 2009
@c in general, keep the following line commented out, unless doing a
@c in general, keep the following line commented out, unless doing a
...
...
doc/lispref/vol1.texi
View file @
1f10e750
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
@c Version of the manual and of Emacs.
@c Version of the manual and of Emacs.
@c Please remember to update the edition number in README as well.
@c Please remember to update the edition number in README as well.
@set VERSION 3.0
@set VERSION 3.0
@set EMACSVER 23.2.9
0
@set EMACSVER 23.2.9
1
@set DATE July 2009
@set DATE July 2009
@dircategory Emacs
@dircategory Emacs
...
...
doc/lispref/vol2.texi
View file @
1f10e750
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
@c Version of the manual and of Emacs.
@c Version of the manual and of Emacs.
@c Please remember to update the edition number in README as well.
@c Please remember to update the edition number in README as well.
@set VERSION 3.0
@set VERSION 3.0
@set EMACSVER 23.2.9
0
@set EMACSVER 23.2.9
1
@set DATE July 2009
@set DATE July 2009
@dircategory Emacs
@dircategory Emacs
...
...
doc/man/emacs.1
View file @
1f10e750
.\" See section COPYING for copyright and redistribution information.
.\" See section COPYING for copyright and redistribution information.
.TH EMACS 1 "2007 April 13" "GNU Emacs 23.2.9
0
"
.TH EMACS 1 "2007 April 13" "GNU Emacs 23.2.9
1
"
.
.
.
.
.SH NAME
.SH NAME
...
...
doc/misc/faq.texi
View file @
1f10e750
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
@c %**end of header
@c %**end of header
@c This is used in many places
@c This is used in many places
@
set
VER
23.2.9
0
@set VER 23.2.9
1
@c This file is maintained by Romain Francoise <rfrancoise@gnu.org>.
@c This file is maintained by Romain Francoise <rfrancoise@gnu.org>.
@c Feel free to install changes without prior permission (but I'd
@c Feel free to install changes without prior permission (but I'd
...
...
etc/AUTHORS
View file @
1f10e750
...
@@ -334,7 +334,8 @@ Bob Halley: changed ccl.c esh-io.el
...
@@ -334,7 +334,8 @@ Bob Halley: changed ccl.c esh-io.el
Bob Olson: co-wrote cperl-mode.el
Bob Olson: co-wrote cperl-mode.el
Bob Rogers: changed vc-svn.el cperl-mode.el ffap.el thingatpt.el
Bob Rogers: changed vc-svn.el cperl-mode.el ffap.el maintaining.texi
thingatpt.el vc-dir.el vc1-xtra.texi
Bob Weiner: changed info.el quail.el
Bob Weiner: changed info.el quail.el
...
@@ -437,7 +438,7 @@ and co-wrote longlines.el
...
@@ -437,7 +438,7 @@ and co-wrote longlines.el
and changed xdisp.c simple.el files.el display.texi frames.texi
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
files.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
Makefile.in xfaces.c misc.texi xfns.c font.c image.c startup.el
compile.el custom.texi
text.texi
and 65
0
other files
text.texi
compile.el custom.texi and 65
3
other files
Chris Chase: co-wrote idlw-shell.el idlwave.el
Chris Chase: co-wrote idlw-shell.el idlwave.el
...
@@ -838,8 +839,9 @@ Ed L. Cashin: changed gnus-sum.el imap.el
...
@@ -838,8 +839,9 @@ Ed L. Cashin: changed gnus-sum.el imap.el
Ed Swarthout: changed hexl.el table.el
Ed Swarthout: changed hexl.el table.el
Eduard Wiebe: changed browse-url.el flymake.texi footnote.el
Eduard Wiebe: changed browse-url.el dired.el flymake.texi footnote.el
javascript.el korean.el mule-conf.el objects.texi ps-print.el vc-rcs.el
javascript.el korean.el locate.el mule-conf.el objects.texi ps-print.el
vc-rcs.el
Eduardo Muñoz: changed dired.el ls-lisp.el
Eduardo Muñoz: changed dired.el ls-lisp.el
...
@@ -876,7 +878,7 @@ Eli Tziperman: wrote rmail-spam-filter.el
...
@@ -876,7 +878,7 @@ Eli Tziperman: wrote rmail-spam-filter.el
Eli Zaretskii: wrote rxvt.el tty-colors.el
Eli Zaretskii: wrote rxvt.el tty-colors.el
and changed msdos.c makefile.w32-in Makefile.in files.el info.el rmail.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
fileio.c mainmake.v2 pc-win.el startup.el config.bat simple.el msdos.h
dired.c
w32.c
frame.c
internal.el
menu-bar.el process.c INSTALL
w32.c
dired.c frame.c menu-bar.el process.c
internal.el
INSTALL
xfaces.c and 604 other files
xfaces.c and 604 other files
Elias Oltmanns: changed tls.el gnus-agent.el gnus-int.el gnus-srvr.el
Elias Oltmanns: changed tls.el gnus-agent.el gnus-int.el gnus-srvr.el
...
@@ -1145,7 +1147,7 @@ and changed Makefile.in calendar.el diary-lib.el rmail.el f90.el
...
@@ -1145,7 +1147,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-menu.el cal-hebrew.el fortran.el holidays.el configure.in
calendar.texi cal-islam.el bytecomp.el cal-bahai.el appt.el emacs.texi
calendar.texi cal-islam.el bytecomp.el cal-bahai.el appt.el emacs.texi
files.el cal-china.el rmailsum.el cal-tex.el simple.el
files.el cal-china.el rmailsum.el cal-tex.el simple.el
and 101
0
other files
and 101
1
other files
Glynn Clements: wrote gamegrid.el snake.el tetris.el
Glynn Clements: wrote gamegrid.el snake.el tetris.el
...
@@ -1333,7 +1335,7 @@ James Clark: wrote nxml-enc.el nxml-glyph.el nxml-maint.el nxml-mode.el
...
@@ -1333,7 +1335,7 @@ James Clark: wrote nxml-enc.el nxml-glyph.el nxml-maint.el nxml-mode.el
rng-match.el rng-nxml.el rng-parse.el rng-pttrn.el rng-uri.el
rng-match.el rng-nxml.el rng-parse.el rng-pttrn.el rng-uri.el
rng-util.el rng-valid.el rng-xsd.el sgml-mode.el xmltok.el
rng-util.el rng-valid.el rng-xsd.el sgml-mode.el xmltok.el
xsd-regexp.el
xsd-regexp.el
and changed fns.c window.c xselect.c
and changed
fns.c
nxml-mode.texi
window.c xselect.c
James Cloos: wrote arabic.el
James Cloos: wrote arabic.el
and changed url-history.el
and changed url-history.el
...
@@ -1360,10 +1362,10 @@ Jan Djärv: wrote dnd.el font-setting.el x-dnd.el
...
@@ -1360,10 +1362,10 @@ 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
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
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
emacs.c xselect.c xresources.texi cus-start.el startup.el alloc.c
process.c xlwmenu.c and 20
5
other files
process.c xlwmenu.c and 20
7
other files
Jan Moringen: co-wrote cpp.el
Jan Moringen: co-wrote cpp.el
and changed eieio.el zeroconf.el
and changed eieio.el
log-edit.el
zeroconf.el
Jan Nieuwenhuizen: changed info.el TUTORIAL.nl add-log.el emacs.c
Jan Nieuwenhuizen: changed info.el TUTORIAL.nl add-log.el emacs.c
emacsclient.c gnus-start.el gud.el nnmh.el server.el startup.el
emacsclient.c gnus-start.el gud.el nnmh.el server.el startup.el
...
@@ -1517,6 +1519,8 @@ Joe Edmonds: changed lisp-mode.el
...
@@ -1517,6 +1519,8 @@ Joe Edmonds: changed lisp-mode.el
Joe Hildebrand: co-wrote nndb.el
Joe Hildebrand: co-wrote nndb.el
Joe Matarazzo: changed ebrowse.c
Joe Ramey: changed filelock.c rmailsum.el
Joe Ramey: changed filelock.c rmailsum.el
Joe Reiss: changed gnus-art.el
Joe Reiss: changed gnus-art.el
...
@@ -1796,8 +1800,8 @@ Kenichi Handa: wrote composite.el cyrillic.el isearch-x.el ps-bdf.el
...
@@ -1796,8 +1800,8 @@ Kenichi Handa: wrote composite.el cyrillic.el isearch-x.el ps-bdf.el
and co-wrote ps-def.el ps-mule.el ps-print.el ps-samp.el quail.el
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
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
xdisp.c xterm.c font.c fileio.c Makefile.in mule-conf.el characters.el
fns.c mule-diag.el ftfont.c ccl.c
charset.h
coding.h xfaces.c
fns.c mule-diag.el
charset.h
ftfont.c ccl.c coding.h xfaces.c
japanese.el and 37
8
other files
japanese.el and 37
9
other files
Kenichi Okada: co-wrote sasl-cram.el sasl-digest.el
Kenichi Okada: co-wrote sasl-cram.el sasl-digest.el
...
@@ -1942,8 +1946,8 @@ Lawrence Mitchell: wrote erc-backend.el erc-log.el
...
@@ -1942,8 +1946,8 @@ Lawrence Mitchell: wrote erc-backend.el erc-log.el
and changed erc.el erc-match.el erc-nets.el erc-nickserv.el erc-button.el
and changed erc.el erc-match.el erc-nets.el erc-nickserv.el erc-button.el
erc-compat.el erc-dcc.el erc-fill.el erc-list.el erc-track.el ielm.el
erc-compat.el erc-dcc.el erc-fill.el erc-list.el erc-track.el ielm.el
erc-autoaway.el erc-autojoin.el erc-bbdb.el erc-ezbounce.el erc-menu.el
erc-autoaway.el erc-autojoin.el erc-bbdb.el erc-ezbounce.el erc-menu.el
erc-netsplit.el erc-nicklist.el erc-notify.el erc-sound.el
lread.c
erc-netsplit.el erc-nicklist.el erc-notify.el erc-sound.el
format.el
and
4
other files
and
5
other files
Lawrence R. Dodd: co-wrote dired-x.el
Lawrence R. Dodd: co-wrote dired-x.el
and changed fortran.el ispell.el sendmail.el cmuscheme.el comint.el
and changed fortran.el ispell.el sendmail.el cmuscheme.el comint.el
...
@@ -2042,9 +2046,9 @@ and changed erc.el erc-dcc.el erc-speak.el erc-bbdb.el erc-complete.el
...
@@ -2042,9 +2046,9 @@ and changed erc.el erc-dcc.el erc-speak.el erc-bbdb.el erc-complete.el
and 23 other files
and 23 other files
Mark A. Hershberger: changed xml.el nnrss.el mm-url.el cperl-mode.el
Mark A. Hershberger: changed xml.el nnrss.el mm-url.el cperl-mode.el
vc-bzr.el Makefile.in NXML-NEWS cc-mode.texi compilation.txt
compile.el
vc-bzr.el
Makefile.in NXML-NEWS cc-mode.texi compilation.txt
ede.texi eieio.texi esh-mode.el flymake.el gnus-group.el
isearch.el
compile.el
ede.texi eieio.texi esh-mode.el flymake.el gnus-group.el
makefile.w32-in
nxml
nxml-mode.texi programs.texi python.el
isearch.el
makefile.w32-in nxml-mode.texi programs.texi python.el
and 5 other files
and 5 other files
Mark D. Baushke: changed mh-e.el mh-utils.el mh-mime.el mh-comp.el
Mark D. Baushke: changed mh-e.el mh-utils.el mh-mime.el mh-comp.el
...
@@ -2123,8 +2127,8 @@ Martin Neitzel: changed supercite.el
...
@@ -2123,8 +2127,8 @@ Martin Neitzel: changed supercite.el
Martin Pohlack: changed pc-select.el
Martin Pohlack: changed pc-select.el
Martin Rudalics: changed window.el window.c windows.texi cus-edit.el
Martin Rudalics: changed window.el window.c windows.texi cus-edit.el
frame.c frame.el cus-start.el files.el subr.el add-log.el
buffer.c
frame.c frame.el cus-start.el
dired.el
files.el subr.el add-log.el
buffer
s.texi dired.el
font-lock.el help-fns.el wid-edit.el xdisp.c
buffer
.c buffers.texi
font-lock.el help-fns.el wid-edit.el xdisp.c
display.texi find-func.el help.el help.texi and 129 other files
display.texi find-func.el help.el help.texi and 129 other files
Martin Stjernholm: wrote cc-bytecomp.el
Martin Stjernholm: wrote cc-bytecomp.el
...
@@ -2982,7 +2986,7 @@ and co-wrote font-lock.el
...
@@ -2982,7 +2986,7 @@ and co-wrote font-lock.el
and changed vc.el subr.el lisp.h keyboard.c simple.el files.el pcvs.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
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
tex-mode.el bytecomp.el compile.el buffer.c info.el fill.el fileio.c
window.c and 90
8
other files
window.c and 90
9
other files
Stefan Reichör: changed gnus-agent.el
Stefan Reichör: changed gnus-agent.el
...
@@ -3006,7 +3010,7 @@ Stephan Stahl: changed which-func.el buff-menu.el buffer.c dired-x.texi
...
@@ -3006,7 +3010,7 @@ Stephan Stahl: changed which-func.el buff-menu.el buffer.c dired-x.texi
Stephen A. Wood: changed fortran.el
Stephen A. Wood: changed fortran.el
Stephen Berman: changed todo-mode.el allout.el
diary-lib.el
dired.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
files.el find-dired.el gtkutil.c info.el newcomment.el recentf.el
rfc822.el
rfc822.el
...
@@ -3205,7 +3209,7 @@ Toby Speight: changed generic-x.el window.el
...
@@ -3205,7 +3209,7 @@ Toby Speight: changed generic-x.el window.el
Tokuya Kameshima: wrote org-mew.el org-wl.el
Tokuya Kameshima: wrote org-mew.el org-wl.el
Tom Breton: changed autoinsert.el gnus-agent.el lread.c
Tom Breton: changed autoinsert.el
cus-edit.el
gnus-agent.el lread.c
Tom Hageman: changed etags.c
Tom Hageman: changed etags.c
...
@@ -3285,10 +3289,9 @@ Ulf Stegemann: changed smime.el
...
@@ -3285,10 +3289,9 @@ Ulf Stegemann: changed smime.el
Ulrich Leodolter: changed w32proc.c
Ulrich Leodolter: changed w32proc.c
Ulrich Mueller: changed configure.in Makefile.in files.el gud.el
Ulrich Mueller: changed configure.in Makefile.in files.el gud.el
ChgPane.c ChgSel.c INSTALL XMakeAssoc.c authors.el bytecomp.el
server.el ChgPane.c ChgSel.c HELLO INSTALL XMakeAssoc.c authors.el
calc-units.el case-table.el configure doctor.el emacs.1 emacs.c
bytecomp.el calc-units.el case-table.el configure doctor.el emacs.1
emacs.desktop emacsclient.c fortran.el gnu-linux.h iso-acc.el
emacs.c emacs.desktop emacsclient.c fortran.el and 14 other files
and 13 other files
Ulrich Neumerkel: changed xterm.c
Ulrich Neumerkel: changed xterm.c
...
@@ -3330,6 +3333,8 @@ Vladimir Alexiev: changed arc-mode.el nnvirtual.el tmm.el
...
@@ -3330,6 +3333,8 @@ Vladimir Alexiev: changed arc-mode.el nnvirtual.el tmm.el
Vladimir Volovich: changed smime.el
Vladimir Volovich: changed smime.el
W. Martin Borgert: changed files.el schemas.xml
Walter C. Pelissero: changed browse-url.el url-methods.el
Walter C. Pelissero: changed browse-url.el url-methods.el
Werner Benger: changed keyboard.c
Werner Benger: changed keyboard.c
...
@@ -3397,8 +3402,8 @@ Yagi Tatsuya: changed gnus-art.el gnus-start.el
...
@@ -3397,8 +3402,8 @@ Yagi Tatsuya: changed gnus-art.el gnus-start.el
Yamamoto Mitsuharu: changed macterm.c macfns.c mac-win.el mac.c macterm.h
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
macmenu.c macgui.h image.c xdisp.c macselect.c keyboard.c xterm.c
Makefile.in emacs.c darwin.h w32term.c dispextern.h macos.texi
Makefile.in emacs.c darwin.h w32term.c
alloc.c
dispextern.h macos.texi
process.c unexmacosx.c
alloc.c
and 8
3
other files
process.c unexmacosx.c and 8
4
other files
Yann Dirson: changed imenu.el
Yann Dirson: changed imenu.el
...
@@ -3426,6 +3431,8 @@ Yu-Ji Hosokawa: changed README.W32
...
@@ -3426,6 +3431,8 @@ Yu-Ji Hosokawa: changed README.W32
Yukihiro Matsumoto: co-wrote ruby-mode.el
Yukihiro Matsumoto: co-wrote ruby-mode.el
Yuri Karaban: changed pop3.el
Yuri Shtil: changed etags.c
Yuri Shtil: changed etags.c
Yutaka Niibe: changed indent.c xdisp.c configure.in Makefile.in dispnew.c
Yutaka Niibe: changed indent.c xdisp.c configure.in Makefile.in dispnew.c
...
...
lib-src/makefile.w32-in
View file @
1f10e750
...
@@ -22,7 +22,7 @@ ALL = make-docfile hexl ctags etags movemail ebrowse sorted-doc digest-doc emacs
...
@@ -22,7 +22,7 @@ ALL = make-docfile hexl ctags etags movemail ebrowse sorted-doc digest-doc emacs
.PHONY
:
$(ALL)
.PHONY
:
$(ALL)
VERSION
=
23.2.9
0
VERSION
=
23.2.9
1
LOCAL_FLAGS
=
-DWINDOWSNT
-DDOS_NT
-DSTDC_HEADERS
=
1
-DNO_LDAV
=
1
\
LOCAL_FLAGS
=
-DWINDOWSNT
-DDOS_NT
-DSTDC_HEADERS
=
1
-DNO_LDAV
=
1
\
-DNO_ARCHIVES
=
1
-DHAVE_CONFIG_H
=
1
-I
../nt/inc
\
-DNO_ARCHIVES
=
1
-DHAVE_CONFIG_H
=
1
-I
../nt/inc
\
...
...
lisp/dired.el
View file @
1f10e750
...
@@ -3532,7 +3532,7 @@ Ask means pop up a menu for the user to select one of copy, move or link."
...
@@ -3532,7 +3532,7 @@ Ask means pop up a menu for the user to select one of copy, move or link."
;;;;;; dired-run-shell-command dired-do-shell-command dired-do-async-shell-command
;;;;;; dired-run-shell-command dired-do-shell-command dired-do-async-shell-command
;;;;;; dired-clean-directory dired-do-print dired-do-touch dired-do-chown
;;;;;; dired-clean-directory dired-do-print dired-do-touch dired-do-chown
;;;;;; dired-do-chgrp dired-do-chmod dired-compare-directories dired-backup-diff
;;;;;; dired-do-chgrp dired-do-chmod dired-compare-directories dired-backup-diff
;;;;;; dired-diff) "
dired-aux
" "
dired-aux.el
" "
0
7676ea25af17f5d50cc5db4f53bddc0
")
;;;;;; dired-diff) "
dired-aux
" "
dired-aux.el
" "
0
3cf081d2aac54764123d2407c3196a2
")
;;; Generated autoloads from dired-aux.el
;;; Generated autoloads from dired-aux.el
(autoload 'dired-diff "
dired-aux
" "
\
(autoload 'dired-diff "
dired-aux
" "
\
...
...
lisp/ldefs-boot.el
View file @
1f10e750
...
@@ -1492,7 +1492,7 @@ insert a template for the file depending on the mode of the buffer.
...
@@ -1492,7 +1492,7 @@ insert a template for the file depending on the mode of the buffer.
;;;### (autoloads (batch-update-autoloads update-directory-autoloads
;;;### (autoloads (batch-update-autoloads update-directory-autoloads
;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
;;;;;; (196
36 5849
6))
;;;;;; (196
83 6408
6))
;;; Generated autoloads from emacs-lisp/autoload.el
;;; Generated autoloads from emacs-lisp/autoload.el
(put 'generated-autoload-file 'safe-local-variable 'stringp)
(put 'generated-autoload-file 'safe-local-variable 'stringp)
...
@@ -2601,19 +2601,14 @@ Like `bug-reference-mode', but only buttonize in comments and strings.
...
@@ -2601,19 +2601,14 @@ Like `bug-reference-mode', but only buttonize in comments and strings.
;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile
;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile
;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
;;;;;; compile-defun byte-compile-file byte-recompile-directory
;;;;;; compile-defun byte-compile-file byte-recompile-directory
;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning
;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning)
;;;;;; byte-compile-warnings-safe-p) "bytecomp" "emacs-lisp/bytecomp.el"
;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (19678 47007))
;;;;;; (19636 58496))
;;; Generated autoloads from emacs-lisp/bytecomp.el
;;; Generated autoloads from emacs-lisp/bytecomp.el
(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
(put 'byte-compile-dynamic-docstrings 'safe-local-variable 'booleanp)
(put 'byte-compile-dynamic-docstrings 'safe-local-variable 'booleanp)
(put 'byte-compile-warnings 'safe-local-variable 'byte-compile-warnings-safe-p)
(autoload 'byte-compile-warnings-safe-p "bytecomp" "\
(put 'byte-compile-warnings 'safe-local-variable (lambda (v) (or (symbolp v) (null (delq nil (mapcar (lambda (x) (not (symbolp x))) v))))))
Return non-nil if X is valid as a value of `byte-compile-warnings'.
\(fn X)" nil nil)
(autoload 'byte-compile-disable-warning "bytecomp" "\
(autoload 'byte-compile-disable-warning "bytecomp" "\
Change `byte-compile-warnings' to disable WARNING.
Change `byte-compile-warnings' to disable WARNING.
...
@@ -2860,8 +2855,8 @@ See the documentation for `calculator-mode' for more information.
...
@@ -2860,8 +2855,8 @@ See the documentation for `calculator-mode' for more information.
;;;***
;;;***
;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (196
36
;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (196
78
;;;;;;
58496
))
;;;;;;
47007
))
;;; Generated autoloads from calendar/calendar.el
;;; Generated autoloads from calendar/calendar.el
(autoload 'calendar "calendar" "\
(autoload 'calendar "calendar" "\
...
@@ -3910,7 +3905,7 @@ is run).
...
@@ -3910,7 +3905,7 @@ is run).
;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
;;;;;; (19
652 2458
9))
;;;;;; (19
706 5802
9))
;;; Generated autoloads from comint.el
;;; Generated autoloads from comint.el
(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
...
@@ -4858,7 +4853,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
...
@@ -4858,7 +4853,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
;;;;;; customize-mode customize customize-save-variable customize-set-variable
;;;;;; customize-mode customize customize-save-variable customize-set-variable
;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically
;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically
;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el"
;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el"
;;;;;; (19
636 58496
))
;;;;;; (19
711 45554
))
;;; Generated autoloads from cus-edit.el
;;; Generated autoloads from cus-edit.el
(defvar custom-browse-sort-alphabetically nil "\
(defvar custom-browse-sort-alphabetically nil "\
...
@@ -5943,7 +5938,7 @@ Deuglify broken Outlook (Express) articles and redisplay.
...
@@ -5943,7 +5938,7 @@ Deuglify broken Outlook (Express) articles and redisplay.
;;;***
;;;***
;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
;;;;;; "calendar/diary-lib.el" (19
636 58496
))
;;;;;; "calendar/diary-lib.el" (19
714 24709
))
;;; Generated autoloads from calendar/diary-lib.el
;;; Generated autoloads from calendar/diary-lib.el
(autoload 'diary "diary-lib" "\
(autoload 'diary "diary-lib" "\
...
@@ -6024,7 +6019,7 @@ With prefix arg, prompt for diff switches.
...
@@ -6024,7 +6019,7 @@ With prefix arg, prompt for diff switches.
;;;***
;;;***
;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
;;;;;; (19
661 51722
))
;;;;;; (19
711 45554
))
;;; Generated autoloads from diff-mode.el
;;; Generated autoloads from diff-mode.el
(autoload 'diff-mode "diff-mode" "\
(autoload 'diff-mode "diff-mode" "\
...
@@ -6065,7 +6060,7 @@ Optional arguments are passed to `dig-invoke'.
...
@@ -6065,7 +6060,7 @@ Optional arguments are passed to `dig-invoke'.
;;;### (autoloads (dired-mode dired-auto-revert-buffer dired-noselect
;;;### (autoloads (dired-mode dired-auto-revert-buffer dired-noselect
;;;;;; dired-other-frame dired-other-window dired dired-trivial-filenames
;;;;;; dired-other-frame dired-other-window dired dired-trivial-filenames
;;;;;; dired-listing-switches) "dired" "dired.el" (19
636 5849
6))
;;;;;; dired-listing-switches) "dired" "dired.el" (19
714 2482
6))
;;; Generated autoloads from dired.el
;;; Generated autoloads from dired.el
(defvar dired-listing-switches (purecopy "-al") "\
(defvar dired-listing-switches (purecopy "-al") "\
...
@@ -8268,7 +8263,7 @@ Minor mode to hook EasyPG into Mail mode.
...
@@ -8268,7 +8263,7 @@ Minor mode to hook EasyPG into Mail mode.
;;;***
;;;***
;;;### (autoloads (epg-make-context) "epg" "epg.el" (19
636 58496
))
;;;### (autoloads (epg-make-context) "epg" "epg.el" (19
708 34240
))
;;; Generated autoloads from epg.el
;;; Generated autoloads from epg.el
(autoload 'epg-make-context "epg" "\
(autoload 'epg-make-context "epg" "\
...
@@ -13688,8 +13683,8 @@ The main features of this mode are
...
@@ -13688,8 +13683,8 @@ The main features of this mode are
;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19
636
;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19
705
;;;;;;
58496
))
;;;;;;
10058
))
;;; Generated autoloads from ido.el
;;; Generated autoloads from ido.el
(defvar ido-mode nil "\
(defvar ido-mode nil "\
...
@@ -14165,7 +14160,7 @@ Example:
...
@@ -14165,7 +14160,7 @@ Example:
;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs)
;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs)
;;;;;; "image-dired" "image-dired.el" (19
636 5849
6))
;;;;;; "image-dired" "image-dired.el" (19
709 1555
6))
;;; Generated autoloads from image-dired.el
;;; Generated autoloads from image-dired.el
(autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\
(autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\
...
@@ -15945,7 +15940,7 @@ something strange, such as redefining an Emacs function.
...
@@ -15945,7 +15940,7 @@ something strange, such as redefining an Emacs function.
;;;***
;;;***
;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
;;;;;; "locate" "locate.el" (196
62 53673
))
;;;;;; "locate" "locate.el" (196
97 24269
))
;;; Generated autoloads from locate.el
;;; Generated autoloads from locate.el
(defvar locate-ls-subdir-switches (purecopy "-al") "\
(defvar locate-ls-subdir-switches (purecopy "-al") "\
...
@@ -15997,7 +15992,7 @@ except that FILTER is not optional.
...
@@ -15997,7 +15992,7 @@ except that FILTER is not optional.
;;;***
;;;***
;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (19
661 52402
))
;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (19
714 24709
))
;;; Generated autoloads from log-edit.el
;;; Generated autoloads from log-edit.el
(autoload 'log-edit "log-edit" "\
(autoload 'log-edit "log-edit" "\
...
@@ -16057,8 +16052,8 @@ are indicated with a symbol.
...
@@ -16057,8 +16052,8 @@ are indicated with a symbol.
;;;***
;;;***
;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (196
36
;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (196
88
;;;;;;
5849
6))
;;;;;;
1175
6))
;;; Generated autoloads from lpr.el
;;; Generated autoloads from lpr.el
(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)))
(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)))
...
@@ -16152,7 +16147,7 @@ for further customization of the printer command.
...
@@ -16152,7 +16147,7 @@ for further customization of the printer command.
;;;***
;;;***
;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
;;;;;; (1967
2 43471
))
;;;;;; (1967
8 47007
))
;;; Generated autoloads from ls-lisp.el
;;; Generated autoloads from ls-lisp.el
(defvar ls-lisp-support-shell-wildcards t "\
(defvar ls-lisp-support-shell-wildcards t "\
...
@@ -17575,8 +17570,8 @@ To test this function, evaluate:
...
@@ -17575,8 +17570,8 @@ To test this function, evaluate: