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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
6db4e2d3
Commit
6db4e2d3
authored
Dec 01, 2011
by
Chong Yidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 24.0.92.
Regenerate AUTHORS and ldefs-boot.el.
parent
7ebc1f13
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
426 additions
and
398 deletions
+426
-398
README
README
+1
-1
configure.in
configure.in
+1
-1
doc/emacs/emacsver.texi
doc/emacs/emacsver.texi
+1
-1
doc/man/emacs.1
doc/man/emacs.1
+1
-1
etc/AUTHORS
etc/AUTHORS
+52
-43
lisp/ldefs-boot.el
lisp/ldefs-boot.el
+352
-333
msdos/sed2v2.inp
msdos/sed2v2.inp
+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/config.nt
nt/config.nt
+1
-1
nt/emacs.rc
nt/emacs.rc
+4
-4
nt/emacsclient.rc
nt/emacsclient.rc
+4
-4
nt/makefile.w32-in
nt/makefile.w32-in
+1
-1
No files found.
README
View file @
6db4e2d3
...
...
@@ -2,7 +2,7 @@ Copyright (C) 2001-2011 Free Software Foundation, Inc.
See the end of the file for license conditions.
This directory tree holds version 24.0.9
1
of GNU Emacs, the extensible,
This directory tree holds version 24.0.9
2
of GNU Emacs, the extensible,
customizable, self-documenting real-time display editor.
The file INSTALL in this directory says how to build and install GNU
...
...
configure.in
View file @
6db4e2d3
...
...
@@ -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.65)
AC_INIT(emacs, 24.0.9
1
)
AC_INIT(emacs, 24.0.9
2
)
AC_CONFIG_HEADER(src/config.h:src/config.in)
AC_CONFIG_SRCDIR(src/lisp.h)
AC_CONFIG_AUX_DIR(build-aux)
...
...
doc/emacs/emacsver.texi
View file @
6db4e2d3
@c It would be nicer to generate this using configure and @version@.
@c However, that would mean emacsver.texi would always be newer
@c then the info files in release tarfiles.
@set EMACSVER 24.0.9
1
@set EMACSVER 24.0.9
2
doc/man/emacs.1
View file @
6db4e2d3
.\" See section COPYING for copyright and redistribution information.
.TH EMACS 1 "2007 April 13" "GNU Emacs 24.0.9
1
"
.TH EMACS 1 "2007 April 13" "GNU Emacs 24.0.9
2
"
.
.
.SH NAME
...
...
etc/AUTHORS
View file @
6db4e2d3
...
...
@@ -31,6 +31,8 @@ Adam Sjøgren: changed spam.el blink.xpm braindamaged.xpm cry.xpm dead.xpm
reverse-smile.xpm sad.xpm smile.xpm wry.xpm xterm.c gnus-html.el
gnus-start.el gnus-sum.el gnus.el gtkutil.c shr.el xterm.h
Adam W: changed mail-source.el
Aditya Siram: changed ob.el
Adrian Aichner: changed erc-log.el erc.el erc-autojoin.el erc-backend.el
...
...
@@ -193,9 +195,9 @@ Andreas Politz: changed editfns.c elp.el ido.el term.el
Andreas Rottmann: changed emacsclient.1 emacsclient.c misc.texi server.el
Andreas Schwab: changed Makefile.in configure.in lisp.h xdisp.c alloc.c
process.c coding.c files.el xterm.c editfns.c
fns.c keyboard
.c print.c
process.c coding.c files.el xterm.c editfns.c
keyboard.c fns
.c print.c
emacs.c eval.c fileio.c lread.c sysdep.c dired.el xfns.c buffer.c
and 5
68
other files
and 5
71
other files
Andreas Seltenreich: changed nnweb.el gnus.texi message.el gnus-sum.el
gnus.el nnslashdot.el gnus-srvr.el gnus-util.el mm-url.el mm-uu.el
...
...
@@ -497,8 +499,8 @@ Chong Yidong: wrote compile-tests.el dichromacy-theme.el
and co-wrote longlines.el tango-dark-theme.el tango-theme.el
and changed xdisp.c simple.el files.el display.texi frames.texi
cus-edit.el files.texi keyboard.c startup.el package.el custom.el
emacs.texi xterm.c subr.el
faces.el image.c mouse.el misc.texi
text.texi progmodes/compile.el xfns.c and 826
other files
emacs.texi xterm.c subr.el
text.texi faces.el image.c mouse.el
misc.texi progmodes/compile.el xfns.c and 830
other files
Chris Chase: co-wrote idlw-shell.el idlwave.el
...
...
@@ -561,10 +563,11 @@ Christoph Bauer: changed configure.in
Christoph Conrad: changed gnus-agent.el gnus-score.el makefile.w32-in
qp.el
Christoph Scholtes: changed makefile.w32-in progmodes/python.el INSTALL
README.W32 maintaining.texi zipdist.bat admin.el bookmark.el
configure.bat cua-base.el help-mode.el help.el ido.el makedist.bat
menu.c minibuf.c process.c progmodes/grep.el stdint.h vc.el window.c
Christoph Scholtes: changed makefile.w32-in progmodes/python.el stdint.h
INSTALL README.W32 maintaining.texi zipdist.bat admin.el bookmark.el
config.nt configure.bat control.texi cua-base.el help-mode.el help.el
ido.el makedist.bat menu.c minibuf.c process.c progmodes/grep.el
and 3 other files
Christoph Wedler: wrote antlr-mode.el
and changed format.el gnus-art.el gnus-picon.el message.el register.el
...
...
@@ -759,9 +762,11 @@ David Edmondson: changed message.el gnus-cite.el imap.el mm-view.el
mml2015.el nnfolder.el nnimap.el nnml.el
David Engster: wrote mairix.el nnmairix.el
and changed gnus.texi registry.el gnus-msg.el bovine-grammar.el
display.texi files.el gnus-registry.el gnus-sum.el hideshow.el
mairix-el.texi mm-view.el mml-smime.el nnimap.el
and changed gnus.texi registry.el gnus-msg.el insert.el
analyze/complete.el base.el bovine-grammar.el cedet/srecode.el
cpp-root.el custom.el db-find.el db-typecache.el db.el dictionary.el
display.texi document.el ede-grammar.el files.el generic.el
gnus-registry.el gnus-sum.el and 21 other files
David Gillespie: wrote calc-aent.el calc-alg.el calc-arith.el calc-bin.el
calc-comb.el calc-cplx.el calc-embed.el calc-ext.el calc-fin.el
...
...
@@ -908,7 +913,7 @@ Derek Upham: changed nxml-mode.el
Detlev Zundel: wrote re-builder.el
Devon Sean Mc
C
ullough: changed comint.el
Devon Sean Mc
c
ullough: changed comint.el
Dhruva Krishnamurthy: changed makefile.w32-in emacsclient.c fontset.c
sound.c w32proc.c
...
...
@@ -940,8 +945,8 @@ Dirk-Jan C. Binnema: changed org-agenda.el
Dmitri Paduchikh: changed advice.el
Dmitry Antipov: changed alloc.c keyboard.c buffer.c ccl.c editfns.c
emacs.c fontset.c
lisp.h lread.c lwlib-Xaw.c lwlib-Xm.c lwlib-utils
.c
lwlib
.c macmenu.c w32menu
.c xlwmenu.c xmenu.c
emacs.c fontset.c
keymap.c lisp.h lread.c lwlib-Xaw.c lwlib-Xm
.c
lwlib
-utils.c lwlib.c macmenu.c w32menu.c xdisp
.c xlwmenu.c xmenu.c
Dmitry Bolshakov: changed hideshow.el
...
...
@@ -1018,8 +1023,8 @@ Eli Zaretskii: wrote [bidirectional display in xdisp.c] bidi.c rxvt.el
tty-colors.el
and changed makefile.w32-in msdos.c xdisp.c Makefile.in files.el
config.bat fileio.c msdos.h simple.el mainmake.v2 sed1v2.inp info.el
rmail.el w32.c display.texi process.c pc-win.el startup.el dired.c
disp
extern.h emacs.c and 695
other files
display.texi rmail.el w32.c process.c pc-win.el startup.el dispextern.h
disp
new.c dired.c and 697
other files
Elias Oltmanns: changed tls.el gnus-agent.el gnus-int.el gnus-srvr.el
gnus.el
...
...
@@ -1162,7 +1167,8 @@ Fabian Ezequiel Gallina: changed progmodes/python.el
Fabrice Bauzac: changed dired-aux.el
Fabrice Popineau: changed etags.c fileio.c gnus-cache.el
Fabrice Popineau: changed config.nt etags.c fileio.c gnus-cache.el
inttypes.h lisp.h ms-w32.h nmake.defs regex.c stdint.h w32.c
Fan Kai: changed esh-arg.el
...
...
@@ -1320,8 +1326,8 @@ Giuseppe Scrivano: changed browse-url.el buffer.c configure.in sysdep.c
Glenn Morris: wrote check-declare.el f90.el vc-bzr.el
and changed Makefile.in configure.in calendar.el diary-lib.el rmail.el
files.el cal-menu.el appt.el cal-hebrew.el fortran.el bytecomp.el
holidays.el make-dist calendar.texi emacs.texi s
ed1v2.inp simple.el
cal-islam.el cal-bahai.el startup.el ack.texi and 120
2
other files
holidays.el make-dist calendar.texi emacs.texi s
imple.el sed1v2.inp
cal-islam.el cal-bahai.el startup.el ack.texi and 120
8
other files
Glynn Clements: wrote gamegrid.el snake.el tetris.el
...
...
@@ -1552,7 +1558,7 @@ Jan Djärv: wrote dnd.el dynamic-setting.el x-dnd.el
and changed gtkutil.c xterm.c xfns.c configure.in xmenu.c xterm.h
gtkutil.h x-win.el keyboard.c Makefile.in nsterm.m frames.texi
xsettings.c frame.c emacs.c xselect.c process.c xlwmenu.c config.in
cus-start.el
xresources.texi
and 302 other files
cus-start.el
nsfns.m
and 302 other files
Jan Moringen: co-wrote srecode/cpp.el tango-dark-theme.el tango-theme.el
and changed dbus.el dbus.texi dbusbind.c eieio.el log-edit.el zeroconf.el
...
...
@@ -1734,10 +1740,10 @@ Joel Ray Holveck: changed gnus-sum.el info.el
Joev Dubach: changed nntp.el
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-match.el
xdisp.c
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 icomplete.el mouse-sel.el simple.el subr.el x
disp.c
xterm.el
and 48 other files
help-fns.el icomplete.el mouse-sel.el simple.el subr.el x
term.el
and 48 other files
Johan Euphrosine: changed ibuf-ext.el
...
...
@@ -1863,8 +1869,8 @@ and changed ob-octave.el
Juanma Barranquero: wrote emacs-lock.el
and changed makefile.w32-in subr.el w32fns.c files.el server.el bs.el
emacsclient.c help-fns.el faces.el org.el simple.el buffer.c xdisp.c
keyboard.c process.c w32term.c
desktop.el ido.el eval.c mule-cmds
.el
w32.c and 1036
other files
keyboard.c process.c w32term.c
window.c desktop.el ido.el allout
.el
eval.c and 1084
other files
Juergen Kreileder: changed imap.el nnimap.el
...
...
@@ -1895,7 +1901,7 @@ and changed info.el isearch.el simple.el replace.el progmodes/grep.el
dired-aux.el progmodes/compile.el dired.el startup.el faces.el files.el
display.texi menu-bar.el descr-text.el bindings.el cus-edit.el
image-mode.el ispell.el man.el dired-x.el log-view.el
and 33
4
other files
and 33
5
other files
Justin Bogner: changed fortune.el
...
...
@@ -2001,7 +2007,7 @@ Keith Gabryelski: wrote hexl.c hexl.el
Keith Packard: changed font.c
Ken Brown: changed configure.in cygwin.h sheap.c browse-url.el gmalloc.c
vm-limit.c dired.c emacs.c loadup.el mem-limits.h unexcw.c
vm-limit.c dired.c emacs.c
gdb-mi.el
loadup.el mem-limits.h unexcw.c
Ken Brush: changed emacsclient.c
...
...
@@ -2169,7 +2175,8 @@ and co-wrote gnus-kill.el gnus-mh.el gnus-msg.el gnus-score.el
and changed gnus.texi gnus-cite.el pop3.el gnus-xmas.el smtpmail.el
proto-stream.el auth-source.el xml.c dired.el editfns.c nnultimate.el
subr.el gnus-nocem.el gnutls.c imap.el nnkiboze.el nnrss.el
nnslashdot.el spam-report.el gnus-cus.el simple.el and 205 other files
nnslashdot.el spam-report.el url-http.el gnus-cus.el
and 206 other files
Lars Rasmusson: changed ebrowse.c
...
...
@@ -2323,7 +2330,7 @@ Mark Hood: changed gnus-uu.el
Mark Lambert: changed process.c process.h
Mark Lillibridge: changed
mail-utils.el
rmail.el
Mark Lillibridge: changed
rmail.el mail-utils.el un
rmail.el
Mark Mitchell: changed font-lock.el
...
...
@@ -2390,7 +2397,7 @@ Martin Neitzel: changed supercite.el
Martin Pohlack: changed iimage.el pc-select.el
Martin Rudalics: changed window.el window.c windows.texi frame.c buffer.c
frame.el help.el cus-edit.el cus-start.el files.el window.h
help.el window.h cus-start.el frame.el cus-edit.el files.el
buffers.texi dired.el subr.el add-log.el xdisp.c font-lock.el
help-fns.el lisp.h mouse.el wid-edit.el and 135 other files
...
...
@@ -2479,7 +2486,7 @@ and changed tramp.texi dbusbind.c trampver.texi dbus.texi trampver.el
ange-ftp.el tramp-fish.el files.el tramp-imap.el files.texi Makefile.in
tramp-vc.el tramp-util.el tramp-uu.el simple.el auth-source.el
dired-aux.el configure.in em-unix.el fileio.c keyboard.c
and 6
4
other files
and 6
5
other files
Michael Ben-Gershon: changed acorn.h configure.in riscix1-1.h riscix1-2.h
unexec.c
...
...
@@ -2581,6 +2588,8 @@ Mikael Fornius: changed org.el org-habit.el
Mike Haertel: changed 7300.h
Mike Kazantsev: changed erc-dcc.el
Mike Kupfer: changed mh-e.el mh-utils.el
Mike Long: changed b2m.c make-dist make-mode.el netbsd.h view.el vms.h
...
...
@@ -2804,9 +2813,9 @@ and changed imenu.el make-mode.el
Paul Eggert: wrote rcs2log vcdiff
and co-wrote cal-dst.el
and changed lisp.h Makefile.in editfns.c alloc.c xdisp.c configure.in
image.c fileio.c process.c fns.c xterm.c keyboard.c data.c dispextern.h
fileio.c image.c process.c fns.c xterm.c dispextern.h keyboard.c data.c
lread.c sysdep.c xfns.c eval.c emacs.c config.in print.c
and 56
3
other files
and 56
4
other files
Paul Fisher: changed fns.c
...
...
@@ -3356,9 +3365,9 @@ Stefan Monnier: wrote bibtex-style.el bzrmerge.el css-mode.el
pcvs-util.el reveal.el smerge-mode.el smie.el vc-mtn.el
and co-wrote font-lock.el
and changed vc.el subr.el simple.el lisp.h keyboard.c files.el
Makefile.in bytecomp.el keymap.c xdisp.c pcvs.el alloc.c
progmodes/compile.el newcomment.el vc-hooks.el tex-mode.el buffer
.c
sh-script.el eval.c fil
eio.c fill.el and 1030
other files
bytecomp.el Makefile.in keymap.c progmodes/compile.el xdisp.c pcvs.el
alloc.c newcomment.el vc-hooks.el tex-mode.el buffer.c fileio
.c
sh-script.el eval.c fil
l.el and 1032
other files
Stefan Reichör: changed gnus-agent.el
...
...
@@ -3508,7 +3517,7 @@ and changed subword.el image-mode.el Makefile.in cc-cmds.el emacsbug.el
gnus-art.el gnus.texi nnimap.el files.el gnus-sum.el info.el
org-footnote.el org.el reftex-ref.el simple.el tsdh-dark-theme.el
tsdh-light-theme.el ack.texi bindings.el bookmark.el cc-mode.el
and 2
1
other files
and 2
2
other files
Tatsuya Ichikawa: changed gnus-agent.el gnus-cache.el
...
...
@@ -3520,10 +3529,10 @@ Teemu Likonen: changed dired.el gnus-agent.el message.el
Teodor Zlatanov: wrote auth-source.el gnus-registry.el gnus-sync.el
gnus-tests.el gnutls.el registry.el spam-report.el url-future.el
and changed spam.el gnus.el nnimap.el gnus.texi gnus-sum.el
auth.texi
gnus-util.el
netrc.el gnus-start.el gnutls.c message.el spam-stat.el
encrypt.el nn
mail.el imap.el mail-source.el Makefile.in gnus-encrypt
.el
gnus-html.el gnus-int.el gnutls.h
and 97 other files
and changed spam.el gnus.el nnimap.el gnus.texi gnus-sum.el
gnus-util.el
auth.texi
netrc.el gnus-start.el gnutls.c message.el spam-stat.el
encrypt.el nn
ir.el nnmail.el imap.el mail-source.el nnmairix
.el
Makefile.in gnus-encrypt.el gnus-html.el
and 97 other files
Terje Rosten: changed xfns.c version.el xterm.c xterm.h
...
...
@@ -3839,8 +3848,8 @@ Yann Dirson: changed imenu.el
Yann Hodique: changed rcirc.el
Yavor Doganov: changed configure.in Info-gnustep.plist
emacs.1 etags.1
make-dist nsfont.m
Yavor Doganov: changed configure.in Info-gnustep.plist
Makefile.in
emacs.1 etags.1
make-dist nsfont.m
Yoichi Nakayama: changed browse-url.el finder.el man.el rfc2368.el
...
...
lisp/ldefs-boot.el
View file @
6db4e2d3
...
...
@@ -5,7 +5,7 @@
;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best
;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5"
;;;;;; "play/5x5.el" (201
19 34052
))
;;;;;; "play/5x5.el" (201
68 40835
))
;;; Generated autoloads from play/5x5.el
(autoload '5x5 "5x5" "\
...
...
@@ -68,7 +68,7 @@ should return a grid vector array that is the new solution.
;;;***
;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
;;;;;; (201
19 34052
))
;;;;;; (201
77 52156
))
;;; Generated autoloads from progmodes/ada-mode.el
(autoload 'ada-add-extensions "ada-mode" "\
...
...
@@ -99,7 +99,7 @@ Insert a descriptive header at the top of the file.
;;;***
;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
;;;;;; (201
40 44371
))
;;;;;; (201
77 52156
))
;;; Generated autoloads from progmodes/ada-xref.el
(autoload 'ada-find-file "ada-xref" "\
...
...
@@ -253,7 +253,7 @@ old-style time formats for entries are supported.
;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice
;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action)
;;;;;; "advice" "emacs-lisp/advice.el" (201
19 34052
))
;;;;;; "advice" "emacs-lisp/advice.el" (201
79 5306
))
;;; Generated autoloads from emacs-lisp/advice.el
(defvar ad-redefinition-action 'warn "\
...
...
@@ -398,7 +398,7 @@ usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
;;;;;; align-highlight-rule align-current align-entire align-regexp
;;;;;; align) "align" "align.el" (201
19 34052
))
;;;;;; align) "align" "align.el" (201
81 37901
))
;;; Generated autoloads from align.el
(autoload 'align "align" "\
...
...
@@ -489,7 +489,7 @@ A replacement function for `newline-and-indent', aligning as it goes.
;;;### (autoloads (outlineify-sticky allout-mode allout-mode-p allout-auto-activation
;;;;;; allout-setup allout-auto-activation-helper) "allout" "allout.el"
;;;;;; (201
26 50779
))
;;;;;; (201
77 52156
))
;;; Generated autoloads from allout.el
(autoload 'allout-auto-activation-helper "allout" "\
...
...
@@ -500,7 +500,7 @@ Intended to be used as the `allout-auto-activation' :set function.
\(fn VAR VALUE)" nil nil)
(autoload 'allout-setup "allout" "\
Do fundamental
e
macs session for allout auto-activation.
Do fundamental
E
macs session for allout auto-activation.
Establishes allout processing as part of visiting a file if
`allout-auto-activation' is non-nil, or removes it otherwise.
...
...
@@ -600,7 +600,7 @@ Below is a description of the key bindings, and then description
of special `allout-mode' features and terminology. See also the
outline menubar additions for quick reference to many of the
features. Customize `allout-auto-activation' to prepare your
e
macs session for automatic activation of `allout-mode'.
E
macs session for automatic activation of `allout-mode'.
The bindings are those listed in `allout-prefixed-keybindings'
and `allout-unprefixed-keybindings'. We recommend customizing
...
...
@@ -648,7 +648,7 @@ the HOT-SPOT Operation section.
\\[allout-rebullet-current-heading] `allout-rebullet-current-heading' Prompt for alternate bullet for
current topic
\\[allout-rebullet-topic] `allout-rebullet-topic' Reconcile bullets of topic and
its
'
offspring -- distinctive bullets are not changed, others
its offspring -- distinctive bullets are not changed, others
are alternated according to nesting depth.
\\[allout-number-siblings] `allout-number-siblings' Number bullets of topic and siblings --
the offspring are not affected.
...
...
@@ -658,12 +658,12 @@ the HOT-SPOT Operation section.
----------------------------------
\\[allout-kill-topic] `allout-kill-topic' Kill current topic, including offspring.
\\[allout-copy-topic-as-kill] `allout-copy-topic-as-kill' Copy current topic, including offspring.
\\[allout-kill-line] `allout-kill-line'
kill-
line, attending to outline structure.
\\[allout-kill-line] `allout-kill-line'
Kill
line, attending to outline structure.
\\[allout-copy-line-as-kill] `allout-copy-line-as-kill' Copy line but don't delete it.
\\[allout-yank] `allout-yank' Yank, adjusting depth of yanked topic to
depth of heading if yanking into bare topic
heading (ie, prefix sans text).
\\[allout-yank-pop] `allout-yank-pop' Is to
allout-yank as yank-pop is to yank
\\[allout-yank-pop] `allout-yank-pop' Is to
`allout-yank' as `yank-pop' is to `yank'.
Topic-oriented Encryption:
-------------------------
...
...
@@ -806,7 +806,7 @@ PREFIX-LEAD:
When the PREFIX-LEAD is set to the comment-string of a
programming language, outline structuring can be embedded in
program code without interfering with processing of the text
(by
e
macs or the language processor) as program code. This
(by
E
macs or the language processor) as program code. This
setting happens automatically when allout mode is used in
programming-mode buffers. See `allout-use-mode-specific-leader'
docstring for more detail.
...
...
@@ -842,7 +842,7 @@ OPEN: A TOPIC that is not CLOSED, though its OFFSPRING or BODY may be.
Activate outline mode and establish file var so it is started subsequently.
See `allout-layout' and customization of `allout-auto-activation'
for details on preparing
e
macs for automatic allout activation.
for details on preparing
E
macs for automatic allout activation.
\(fn &optional ARG)" t nil)
...
...
@@ -850,7 +850,7 @@ for details on preparing emacs for automatic allout activation.
;;;### (autoloads (allout-widgets-mode allout-widgets-auto-activation
;;;;;; allout-widgets-setup allout-widgets) "allout-widgets" "allout-widgets.el"
;;;;;; (201
26 50769
))
;;;;;; (201
67 36027
))
;;; Generated autoloads from allout-widgets.el
(let ((loads (get 'allout-widgets 'custom-loads))) (if (member '"allout-widgets" loads) nil (put 'allout-widgets 'custom-loads (cons '"allout-widgets" loads))))
...
...
@@ -910,7 +910,7 @@ outline hot-spot navigation (see `allout-mode').
;;;***
;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
;;;;;; "net/ange-ftp.el" (201
19 34052
))
;;;;;; "net/ange-ftp.el" (201
77 52156
))
;;; Generated autoloads from net/ange-ftp.el
(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
...
...
@@ -932,7 +932,7 @@ directory, so that Emacs will know its current contents.
;;;***
;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
;;;;;; "animate" "play/animate.el" (201
19 34052
))
;;;;;; "animate" "play/animate.el" (201
66 6221
))
;;; Generated autoloads from play/animate.el
(autoload 'animate-string "animate" "\
...
...
@@ -965,7 +965,7 @@ the buffer *Birthday-Present-for-Name*.
;;;***
;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
;;;;;; "ansi-color" "ansi-color.el" (201
19 34052
))
;;;;;; "ansi-color" "ansi-color.el" (201
66 6221
))
;;; Generated autoloads from ansi-color.el
(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\
...
...
@@ -1050,7 +1050,7 @@ ARG is positive, otherwise off.
;;;### (autoloads (apropos-documentation apropos-value apropos-library
;;;;;; apropos apropos-documentation-property apropos-command apropos-variable
;;;;;; apropos-read-pattern) "apropos" "apropos.el" (201
19 34052
))
;;;;;; apropos-read-pattern) "apropos" "apropos.el" (201
61 61915
))
;;; Generated autoloads from apropos.el
(autoload 'apropos-read-pattern "apropos" "\
...
...
@@ -1120,7 +1120,8 @@ Returns list of symbols and documentation found.
(autoload 'apropos-library "apropos" "\
List the variables and functions defined by library FILE.
FILE should be one of the libraries currently loaded and should
thus be found in `load-history'.
thus be found in `load-history'. If `apropos-do-all' is non-nil,
the output includes key-bindings of commands.
\(fn FILE)" t nil)
...
...
@@ -1132,7 +1133,9 @@ search for matches for that word as a substring. If it is a list of words,
search for matches for any two (or more) of those words.
With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil, also looks
at the function and at the names and values of properties.
at function definitions (arguments, documentation and body) and at the
names and values of properties.
Returns list of symbols and values found.
\(fn PATTERN &optional DO-ALL)" t nil)
...
...
@@ -1144,17 +1147,19 @@ or a regexp (using some regexp special characters). If it is a word,
search for matches for that word as a substring. If it is a list of words,
search for matches for any two (or more) of those words.
With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil, also use
documentation that is not stored in the documentation file and show key
bindings.
Note that by default this command only searches in the file specified by
`internal-doc-file-name'; i.e., the etc/DOC file. With \\[universal-argument] prefix,
or if `apropos-do-all' is non-nil, it searches all currently defined
documentation strings.
Returns list of symbols and documentation found.
\(fn PATTERN &optional DO-ALL)" t nil)
;;;***
;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (201
19
;;;;;;
34052
))
;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (201
66
;;;;;;
6221
))
;;; Generated autoloads from arc-mode.el
(autoload 'archive-mode "arc-mode" "\
...
...
@@ -1245,8 +1250,8 @@ Entering array mode calls the function `array-mode-hook'.
;;;***
;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (201
19
;;;;;;
340
52))
;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (201
73
;;;;;;
23
52))
;;; Generated autoloads from textmodes/artist.el
(autoload 'artist-mode "artist" "\
...
...
@@ -1555,7 +1560,7 @@ This is similar to `autoarg-mode' but rebinds the keypad keys
;;;***
;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
;;;;;; (201
19 34052
))
;;;;;; (201
63 7340
))
;;; Generated autoloads from progmodes/autoconf.el
(autoload 'autoconf-mode "autoconf" "\
...
...
@@ -1606,7 +1611,7 @@ insert a template for the file depending on the mode of the buffer.
;;;### (autoloads (batch-update-autoloads update-directory-autoloads
;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
;;;;;; (201
19 34052
))
;;;;;; (201
73 62431
))
;;; Generated autoloads from emacs-lisp/autoload.el
(put 'generated-autoload-file 'safe-local-variable 'stringp)
...
...
@@ -1657,7 +1662,7 @@ should be non-nil).
;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode
;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode)
;;;;;; "autorevert" "autorevert.el" (201
26 50846
))
;;;;;; "autorevert" "autorevert.el" (201
68 40835
))
;;; Generated autoloads from autorevert.el
(autoload 'auto-revert-mode "autorevert" "\
...
...
@@ -1856,7 +1861,7 @@ For non-interactive use see also `benchmark-run' and
;;;***
;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize)
;;;;;; "bibtex" "textmodes/bibtex.el" (201
19 34052
))
;;;;;; "bibtex" "textmodes/bibtex.el" (201
73 62431
))
;;; Generated autoloads from textmodes/bibtex.el
(autoload 'bibtex-initialize "bibtex" "\
...
...
@@ -1957,10 +1962,11 @@ Major mode for editing BibTeX style files.
;;;### (autoloads (binhex-decode-region binhex-decode-region-external
;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el"
;;;;;; (201
19 34052
))
;;;;;; (201
75 42237
))
;;; Generated autoloads from mail/binhex.el
(defconst binhex-begin-line "^:...............................................................$")
(defconst binhex-begin-line "^:...............................................................$" "\
Regular expression matching the start of a BinHex encoded region.")
(autoload 'binhex-decode-region-internal "binhex" "\
Binhex decode region between START and END without using an external program.
...
...
@@ -2104,7 +2110,7 @@ a reflection.
;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert
;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate
;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark"
;;;;;; "bookmark.el" (201
19 34052
))
;;;;;; "bookmark.el" (201
77 52156
))
;;; Generated autoloads from bookmark.el
(define-key ctl-x-r-map "b" 'bookmark-jump)
(define-key ctl-x-r-map "m" 'bookmark-set)
...
...
@@ -2305,7 +2311,7 @@ Incremental search of bookmarks, hiding the non-matches as we go.
;;;;;; browse-url-xdg-open browse-url-at-mouse browse-url-at-point
;;;;;; browse-url browse-url-of-region browse-url-of-dired-file
;;;;;; browse-url-of-buffer browse-url-of-file browse-url-browser-function)
;;;;;; "browse-url" "net/browse-url.el" (201
26 51279
))
;;;;;; "browse-url" "net/browse-url.el" (201
68 40835
))
;;; Generated autoloads from net/browse-url.el
(defvar browse-url-browser-function 'browse-url-default-browser "\
...
...
@@ -2618,8 +2624,8 @@ from `browse-url-elinks-wrapper'.
;;;***
;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (201
19
;;;;;;
34052
))
;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (201
66
;;;;;;
6221
))
;;; Generated autoloads from play/bruce.el
(autoload 'bruce "bruce" "\
...
...
@@ -2635,7 +2641,7 @@ Return a vector containing the lines from `bruce-phrases-file'.
;;;***
;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
;;;;;; "bs" "bs.el" (201
40 44207
))
;;;;;; "bs" "bs.el" (201
61 61915
))
;;; Generated autoloads from bs.el
(autoload 'bs-cycle-next "bs" "\
...
...
@@ -2675,7 +2681,7 @@ name of buffer configuration.
;;;***
;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (201
19 34052
))
;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (201
66 6221
))
;;; Generated autoloads from play/bubbles.el
(autoload 'bubbles "bubbles" "\
...
...
@@ -2721,7 +2727,7 @@ Like `bug-reference-mode', but only buttonize in comments and strings.
;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
;;;;;; compile-defun byte-compile-file byte-recompile-directory
;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning)
;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (201
19 34052
))
;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (201
77 52156
))
;;; Generated autoloads from emacs-lisp/bytecomp.el
(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
...
...
@@ -2879,8 +2885,8 @@ from the cursor position.
;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (201
19
;;;;;;
340
52))
;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (201
73
;;;;;;
23
52))
;;; Generated autoloads from calc/calc.el
(define-key ctl-x-map "*" 'calc-dispatch)
...
...
@@ -3097,7 +3103,7 @@ Obsoletes `c-forward-into-nomenclature'.
;;;***
;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
;;;;;; (201
39 28158
))
;;;;;; (201
73 2352
))
;;; Generated autoloads from progmodes/cc-engine.el
(autoload 'c-guess-basic-syntax "cc-engine" "\
...
...
@@ -3209,7 +3215,7 @@ the absolute file name of the file if STYLE-NAME is nil.
;;;### (autoloads (awk-mode pike-mode idl-mode java-mode objc-mode
;;;;;; c++-mode c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
;;;;;; (201
38 48832
))
;;;;;; (201
68 40835
))
;;; Generated autoloads from progmodes/cc-mode.el
(autoload 'c-initialize-cc-mode "cc-mode" "\
...
...
@@ -3437,7 +3443,7 @@ and exists only for compatibility reasons.
;;;***
;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (201
39 28158
))
;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (201
67 36027
))
;;; Generated autoloads from progmodes/cc-vars.el
(put 'c-basic-offset 'safe-local-variable 'integerp)
(put 'c-backslash-column 'safe-local-variable 'integerp)
...
...
@@ -3708,7 +3714,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
;;;***
;;;### (autoloads (cconv-closure-convert) "cconv" "emacs-lisp/cconv.el"
;;;;;; (201
19 34052
))
;;;;;; (201
77 52156
))
;;; Generated autoloads from emacs-lisp/cconv.el
(autoload 'cconv-closure-convert "cconv" "\
...
...
@@ -3723,7 +3729,7 @@ Returns a form where all lambdas don't have any free variables.
;;;***
;;;### (autoloads (cfengine-auto-mode cfengine-mode cfengine3-mode)
;;;;;; "cfengine" "progmodes/cfengine.el" (201
19 34052
))
;;;;;; "cfengine" "progmodes/cfengine.el" (201
68 40835
))
;;; Generated autoloads from progmodes/cfengine.el
(autoload 'cfengine3-mode "cfengine" "\
...
...
@@ -3778,7 +3784,7 @@ Returns non-nil if any false statements are found.
;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p)
;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (201
27 23374
))
;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (201
68 40835
))
;;; Generated autoloads from emacs-lisp/checkdoc.el
(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp)
(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp)
...
...
@@ -4067,7 +4073,7 @@ a future Emacs interpreter will be able to use it.")
;;;***
;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
;;;;;; (201
19 34052
))
;;;;;; (201
72 34261
))
;;; Generated autoloads from emacs-lisp/cl-indent.el
(autoload 'common-lisp-indent-function "cl-indent" "\
...
...
@@ -4187,7 +4193,7 @@ is run).
;;;***
;;;### (autoloads (color-name-to-rgb) "color" "color.el" (201
19 34052
))
;;;### (autoloads (color-name-to-rgb) "color" "color.el" (201
75 42237
))
;;; Generated autoloads from color.el
(autoload 'color-name-to-rgb "color" "\
...
...
@@ -4209,7 +4215,7 @@ If FRAME cannot display COLOR, return nil.
;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
;;;;;; (201
35 20784
))
;;;;;; (201
69 56777
))
;;; Generated autoloads from comint.el
(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
...
...
@@ -4341,8 +4347,8 @@ on third call it again advances points to the next difference and so on.
;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
;;;;;; compile compilation-disable-input compile-command compilation-search-path
;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook
;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (201
2
7
;;;;;;
25602
))
;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (201
6
7
;;;;;;
36027
))
;;; Generated autoloads from progmodes/compile.el
(defvar compilation-mode-hook nil "\
...
...
@@ -4544,7 +4550,7 @@ Enable dynamic word-completion.
;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode