1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00
emacs/lisp
Carsten Dominik 4b3a9ba762 (org-open-at-point): Use renamed variable
`org-confirm-shell-link-function'.
	(org-confirm-shell-link-function): Renamed from
	`org-confirm-shell-links'.
	(org-export-directory): New function.
	(org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
	(org-export-icalendar): Use `org-export-directory'.
	(org-indent-item): Keep cursor position.
	(org-link-file-path-type): New option.
	(org-export-as-html): Fixed bug with plain lists starting in
	column 0.
	(org-export-as-html): Removed deadline formatting, this happens
	now already in `org-html-handle-time-stamps'.
	(org-export-html-style): Deadline class removed.
	(org-insert-labeled-timestamps-at-point): New option.
	(org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
	of `hide-sublevels 1', in case the first headline is not level 1.
	(org-overview, org-content): New fuction.
	(org-cycle-global-status, org-cycle-subtree-status): Make these
	variables buffer-local.
	(org-global-cycle): New command.
	(org-shifttab): Use `org-global-cycle'.
	(org-insert-heading, org-insert-item): Go to end of new
	headline/item after creating it.
	(org-export-visible): Renames from `org-export-copy-visible'.  Now
	creates a temporary org-file and applies an exporting command to
	it.
	(org-table-eval-formula): Support for lisp forms.
	(org-agenda-todo-ignore-scheduled): New option.
	(org-agenda-get-todos): Use new option
	`org-agenda-todo-ignore-scheduled'.
	(org-export-html-inline-images): New value `maybe'.
	(org-export-as-html): Inlining of images dependent on link
	description.
	(org-archive-subtree): Check for end-of-buffer before trying
	`kill-line'.
	(org-agenda-follow-mode): New option.
	(org-export-with-tags, org-export-with-timestamps): New options.
	(org-html-handle-time-stamps): New function.
	(org-keyword-time-regexp): New variable.
	(org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
	(org-agenda-todo-list-sublevels): New option.
	(org-html-level-start): When TITLE is nil, just close all levels.
	(org-parse-key-lines, org-parse-export-options): Functions
	removed, replaced by `org-infile-export-plist'.
	(org-combine-plists, org-infile-export-plist)
	(org-default-export-plist): New functions.
	(org-export-html-preamble, org-export-html-postamble)
	(org-export-html-auto-preamble, org-export-html-auto-postamble):
	New variables.
	(org-export-publishing-directory): New option.
	(org-export-as-html, org-export-as-ascii): Use the new property
	lists for settings.
	(org-export-copy-visible, org-export-as-xoxo): Respect
	`org-export-publishing-directory'.
	(org-link-search, org-store-link, org-file-apps): Support for
	links to BibTeX database entries..
	(org-get-current-options, org-set-regexps-and-options): Implement
	logging as a startup option.
	(org-store-link): Make sure context string is never empty
	(org-insert-link): Use relative path when possible.
	(org-at-item-checklet-p): New function.
	(org-shifttab, org-shiftmetaleft, org-shiftmetaright)
	(org-shiftmetaup, org-shiftmetadown, org-metaleft)
	(org-metaright, org-metaup, org-metadown, org-shiftup)
	(org-shiftdown, org-shiftright, org-shiftleft)
	(org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
	Dispatch using `call-interactively'.
	(org-call-with-arg): New defsubst.
	(org-tag-alist, org-use-fast-tag-selection): New options.
	(org-complete): Use `org-tag-alist'.
	(org-fast-tag-insert, org-fast-tag-selection): New functions.
	(org-next-item, org-previous-item): New commands.
	(org-beginning-of-item, org-end-of-item): Added (interactive) to
	make command.
	(org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
2006-05-24 07:54:46 +00:00
..
calc calc-embed.el: (calc-override-minor-modes-map, calc-override-minor-modes): 2006-05-02 20:52:52 +00:00
calendar (add-to-diary-list): Fix typo in previous doc fix. 2006-05-19 08:42:50 +00:00
emacs-lisp (bindat-pack): Doc fix. 2006-05-23 11:23:25 +00:00
emulation Mention customizing cua-mode as alternative 2006-05-20 22:38:02 +00:00
erc
eshell
gnus Merge from gnus--rel--5.10 2006-05-18 23:59:14 +00:00
international (mik): Table corrected. 2006-05-19 04:25:54 +00:00
language
mail (rmail-mime-charset-pattern): Add "?:" before "format". 2006-05-20 17:36:45 +00:00
mh-e (Version, mh-version): Update for release 8.0. 2006-05-06 15:48:34 +00:00
net (browse-url-file-url): Encode file name on conversion to URL. 2006-05-20 04:29:38 +00:00
obsolete
play
progmodes (sh-mode): Use skeleton-pair-filter-function. 2006-05-21 23:18:19 +00:00
term (w32-drag-n-drop): Substitute '/' for '\', 2006-05-20 04:31:17 +00:00
textmodes (org-open-at-point): Use renamed variable 2006-05-24 07:54:46 +00:00
url (url-http-file-exists-p): Test if status is integer. 2006-05-12 12:29:36 +00:00
.arch-inventory
.gitignore
abbrev.el (abbrev-mode): Tighten the safety predicate. 2006-04-29 13:56:50 +00:00
abbrevlist.el
add-log.el (change-log-default-name): Put `string-or-null-p' 2006-05-09 22:58:54 +00:00
align.el
allout.el 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com> 2006-05-16 10:01:32 +00:00
ansi-color.el
apropos.el (apropos-print): Don't do where-is on self-insert-command. 2006-04-18 21:16:50 +00:00
arc-mode.el (archive-arc-summarize, archive-lzh-summarize): Convert csize to integer when 2006-05-16 18:28:40 +00:00
array.el
autoarg.el
autoinsert.el
autorevert.el (global-auto-revert-non-file-buffers): Point Info links to the main manual, 2006-05-06 14:38:07 +00:00
avoid.el (mouse-avoidance-point-position): Use posn-at-point instead of compute-motion. 2006-05-05 23:15:29 +00:00
battery.el (battery-linux-proc-acpi): Also try `/proc/acpi/thermal_zone/THR2/temperature'. 2006-05-09 22:43:35 +00:00
bindings.el (mode-line-major-mode-keymap): Undo last change. 2006-04-30 01:36:19 +00:00
bookmark.el
bs.el
buff-menu.el
button.el
calculator.el
case-table.el
cdl.el
ChangeLog (bindat-pack): Doc fix. 2006-05-23 11:23:25 +00:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9
ChangeLog.10
ChangeLog.11 Change herring@lanl.gov's entries to use the name from his legal papers. 2006-04-21 12:06:53 +00:00
chistory.el
cmuscheme.el
comint.el (comint-insert-input): Just make it when 2006-05-10 21:31:09 +00:00
compare-w.el
complete.el (PC-do-completion): Undo the addition of implicit 2006-05-22 18:09:40 +00:00
completion.el
composite.el
COPYING
cus-dep.el
cus-edit.el (custom-documentation): Avoid nil spec in defface. 2006-04-21 23:38:54 +00:00
cus-face.el
cus-start.el (all): Add mac-dnd-known-types. 2006-05-05 06:43:01 +00:00
cus-theme.el
custom.el * custom.el (custom-push-theme): Load the variable before checking 2006-05-13 16:16:43 +00:00
cvs-status.el Update my email address. 2006-04-30 15:49:08 +00:00
dabbrev.el
delim-col.el
delsel.el
descr-text.el
desktop.el (desktop-missing-file-warning): Fix docstring. 2006-05-14 20:26:37 +00:00
dframe.el
diff-mode.el (diff-context->unified): Use region-beginning' and region-end' 2006-05-09 23:06:14 +00:00
diff.el
dired-aux.el (dired-do-shell-command): Doc fix. 2006-05-20 18:19:36 +00:00
dired-x.el (dired-mode-map): Don't bind M-g. 2006-05-21 08:33:46 +00:00
dired.el (dired-mode-map): Put dired-goto-file on j, not M-g. 2006-05-21 00:22:46 +00:00
dirtrack.el
disp-table.el
dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL. Don't unescape URL. 2006-05-20 04:28:48 +00:00
dos-fns.el
dos-vars.el
dos-w32.el
double.el
ebuff-menu.el
echistory.el
ediff-diff.el
ediff-help.el
ediff-hook.el
ediff-init.el
ediff-merg.el
ediff-mult.el
ediff-ptch.el
ediff-util.el
ediff-vers.el
ediff-wind.el
ediff.el (ediff-files, ediff-files3, ediff-merge-files) 2006-05-05 23:36:32 +00:00
edmacro.el
ehelp.el
electric.el
elide-head.el
emacs-lock.el
emerge.el
env.el (setenv): Use add-to-history. 2006-05-05 23:36:55 +00:00
expand.el
ezimage.el
facemenu.el
faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec in defface. 2006-04-21 23:36:59 +00:00
ffap.el
filecache.el
files.el (file-name-extension): Doc fix. 2006-05-17 22:54:35 +00:00
filesets.el
find-dired.el
find-file.el
find-lisp.el
finder.el
flow-ctrl.el
foldout.el
follow.el Use (featurep 'xemacs) everywhere. 2006-04-26 05:50:51 +00:00
font-core.el
font-lock.el (cpp-font-lock-keywords-source-directives): Addded 2006-05-09 04:07:25 +00:00
format.el
forms-d2.dat
forms-d2.el
forms-pass.el
forms.el
frame.el
fringe.el
generic-x.el
gs.el
help-at-pt.el
help-fns.el Remove bogus \n\n from last commit. 2006-05-11 11:10:45 +00:00
help-macro.el
help-mode.el (help-mode): view-exit-action calls delete-window 2006-05-01 20:18:47 +00:00
help.el
hexl.el (hexlify-buffer): Encode process arguments manually. 2006-05-15 16:05:40 +00:00
hi-lock.el
hilit-chg.el
hippie-exp.el
hl-line.el
ibuf-ext.el
ibuf-macs.el
ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid `regexp-opt' and simplify 2006-05-07 00:00:12 +00:00
icomplete.el
ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil 2006-05-20 22:33:54 +00:00
ielm.el
iimage.el
image-file.el
image-mode.el (image-toggle-display): Handle tar and arc subfiles. 2006-04-18 21:21:08 +00:00
image.el (image-type): New defun split out of create-image. 2006-04-21 20:56:06 +00:00
imenu.el (imenu--index-alist): Balance parentheses. 2006-04-18 22:49:21 +00:00
indent.el
info-look.el
info-xref.el (info-xref-check-all-custom): Skip :tag part of 2006-05-20 18:11:02 +00:00
info.el (info-apropos): Speed up by using add-to-list instead of manual consing. 2006-05-20 20:16:59 +00:00
informat.el
isearch.el * isearch.el (isearch-update-ring): Use add-to-history. 2006-05-05 23:37:31 +00:00
isearchb.el
iswitchb.el
jit-lock.el
jka-cmpr-hook.el
jka-compr.el
kermit.el
kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates 2006-05-07 20:49:16 +00:00
ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir): Point Info links to the main 2006-05-06 14:37:40 +00:00
ledit.el
loadhist.el
loadup.el
locate.el
log-edit.el Update my email address. 2006-04-30 15:49:08 +00:00
log-view.el Update my email address. 2006-04-30 15:49:08 +00:00
longlines.el
lpr.el
ls-lisp.el
macros.el
Makefile.in
makefile.w32-in
makesum.el
man.el
master.el
menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item. 2006-05-20 20:43:15 +00:00
midnight.el
minibuf-eldef.el
misc.el
mouse-copy.el
mouse-drag.el
mouse-sel.el
mouse.el
msb.el * msb.el (msb): If EVENT is a down event, read and discard the up 2006-05-02 19:27:09 +00:00
mwheel.el (mwheel-scroll): Make sure that when scrolling multiple 2006-05-08 15:14:26 +00:00
newcomment.el Move `safe-local-variable' declarations to the respective files. 2006-05-11 15:01:41 +00:00
novice.el
outline.el Move `safe-local-variable' declarations to the respective files. 2006-05-11 15:01:41 +00:00
paren.el
patcomp.el
paths.el
pcmpl-cvs.el
pcmpl-gnu.el
pcmpl-linux.el
pcmpl-rpm.el
pcmpl-unix.el
pcomplete.el
pcvs-defs.el Update my email address. 2006-04-30 15:49:08 +00:00
pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline. 2006-05-18 12:09:16 +00:00
pcvs-parse.el Update my email address. 2006-04-30 15:49:08 +00:00
pcvs-util.el Update my email address. 2006-04-30 15:49:08 +00:00
pcvs.el (cvs-make-cvs-buffer): Specify 2006-05-18 12:07:10 +00:00
pgg-def.el
pgg-gpg.el
pgg-parse.el
pgg-pgp.el
pgg-pgp5.el
pgg.el
printing.el
ps-bdf.el
ps-mule.el
ps-print.el
README
recentf.el
rect.el
register.el
repeat.el
replace.el Revision: emacs@sv.gnu.org/emacs--devo--0--patch-261 2006-05-02 23:14:55 +00:00
reposition.el
resume.el
reveal.el Update my email address. 2006-04-30 15:49:08 +00:00
rfn-eshadow.el
rot13.el
ruler-mode.el
s-region.el
savehist.el
saveplace.el
sb-image.el
scroll-all.el
scroll-bar.el
scroll-lock.el
select.el
server.el (server-start): Only create a directory if needed. 2006-05-16 06:53:01 +00:00
ses.el
shadowfile.el
shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so 2006-05-17 21:57:25 +00:00
simple.el Update comments. 2006-05-23 00:49:55 +00:00
skeleton.el (skeleton-transformation, skeleton-filter, skeleton-pair-filter): 2006-05-21 22:01:50 +00:00
smerge-mode.el Update my email address. 2006-04-30 15:49:08 +00:00
sort.el
soundex.el
speedbar.el (speedbar-timer-fn): Remove save-window-excursion. 2006-05-07 12:09:42 +00:00
startup.el (fancy-splash-screens, normal-splash-screen): Use 2006-05-09 23:08:49 +00:00
strokes.el
subr.el (add-to-history): Add KEEP-ALL arg and align functionality 2006-05-16 11:19:39 +00:00
t-mouse.el
tabify.el
talk.el
tar-mode.el
tempo.el
term.el (term-handle-ansi-escape): Fix off by one error. 2006-05-04 13:23:38 +00:00
terminal.el
thingatpt.el
thumbs.el
time-stamp.el (time-stamp-start, time-stamp-end, time-stamp-inserts-lines): 2006-04-26 05:25:32 +00:00
time.el
timezone.el
tmm.el
tool-bar.el (tool-bar-setup): Put Help and Preferences items in the default tool-bar-map. 2006-05-01 20:15:56 +00:00
tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes. 2006-04-18 21:23:12 +00:00
tree-widget.el
tumme.el Added information to the add-tags prompt. 2006-05-21 14:03:56 +00:00
type-break.el
uniquify.el
userlock.el
vc-arch.el
vc-cvs.el
vc-hooks.el
vc-mcvs.el
vc-rcs.el
vc-sccs.el
vc-svn.el
vc.el (vc-annotate): Arrange for point to end up at the same 2006-04-13 13:36:54 +00:00
vcursor.el
version.el
view.el
vms-patch.el
vmsproc.el
vt-control.el
vt100-led.el
w32-fns.el
w32-vars.el
wdired.el
whitespace.el
wid-browse.el
wid-edit.el
widget.el
windmove.el
window.el
winner.el
woman.el
x-dnd.el (x-dnd-handle-file-name): Encode and escape file names 2006-05-20 04:29:18 +00:00
xml.el
xt-mouse.el

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
`term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.