1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 18:00:40 -08:00
emacs/lisp
Carsten Dominik 8d64207425 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-set-tags-to): New command.

	* org-latex.el (org-export-latex-set-initial-vars): Also check in
	the plist.

	* org.el (org-additional-option-like-keywords): Add LATEX_CLASS
	keyword.

	* org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-inlinetask.el (org-inlinetask-export): Option removed.
	(org-inlinetask-export-handler): Better export.

	* org-xoxo.el (org-export-xoxo-final-hook): New hook.
	(org-export-as-xoxo): Run the new hook.

	* org-html.el (org-export-html-final-hook): New hook.
	(org-export-as-html): Run the new hook.

	* org-docbook.el (org-export-docbook-final-hook): New hook.
	(org-export-as-docbook): Run the new hook.

	* org-ascii.el (org-export-ascii-final-hook): New hook.
	(org-export-as-ascii): Run the new hook.

	* org-latex.el (org-export-latex-treat-sub-super-char): Allow a
	space character as the character before the ^/_.
	(org-export-latex-final-hook): New hook.
	(org-export-as-latex): Run `org-export-latex-final-hook'.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-macs.el (org-if-unprotected-at): Fix docstring.

	* org-agenda.el (org-agenda-change-all-lines): Handle invisible
	text in the prefix (if category is a link).

	* org-latex.el (org-export-latex-preprocess): Deal properly with
	empty lines in verse environments.

	* org.el (org-format-latex-header): Inline fullpage.sty.

	* org-footnote.el (org-footnote-create-definition): Reveal context
	to add a new footnote definition.

	* org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
	org-table-recalculate when cursor is in TBLFM line.

	* org-list.el (org-renumber-ordered-list): Fix cursor position
	when bullet length has changed.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

	* org.el (org-format-latex): Mention `org-format-latex-options' in
	the docstring.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

	* org.el (org-agenda-get): New function.

	* org-agenda.el (org-agenda-post-command-hook): No longer move
	point away from end of line.
	(org-agenda-add-entry-text, org-agenda-collect-markers)
	(org-finalize-agenda, org-agenda-mark-clocking-task)
	(org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
	(org-agenda-entry-text-show, org-agenda-highlight-todo)
	(org-agenda-compare-effort, org-agenda-filter-apply)
	(org-agenda-later, org-agenda-change-time-span)
	(org-agenda-post-command-hook, org-agenda-show-priority)
	(org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
	(org-agenda-archive, org-agenda-archive-to-archive-sibling)
	(org-remove-subtree-entries-from-agenda, org-agenda-refile)
	(org-agenda-open-link, org-agenda-copy-local-variable)
	(org-agenda-switch-to, org-agenda-check-no-diary)
	(org-agenda-tree-to-indirect-buffer, org-agenda-todo)
	(org-agenda-add-note, org-agenda-change-all-lines)
	(org-agenda-priority, org-agenda-set-tags)
	(org-agenda-set-property, org-agenda-set-effort)
	(org-agenda-toggle-archive-tag, org-agenda-date-later)
	(org-agenda-show-new-time, org-agenda-date-prompt)
	(org-agenda-schedule, org-agenda-deadline, org-agenda-action)
	(org-agenda-clock-in, org-agenda-bulk-mark)
	(org-agenda-bulk-unmark, org-agenda-show-the-flagging-note): Use
	`org-get-at-bol'.

	* org-colview.el (org-columns-display-here)
	(org-columns-edit-allowed, org-agenda-columns): Use
	`org-get-at-bol'.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

	* org.el (org-special-ctrl-a/e): Improve documentation and
	customize type.
	(org-end-of-line): Don't jump to after the ellipsis.
	(org-mode-map): Bind <home> and <end> as well.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

	* org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
	space after #+ as comments.
	(org-open-at-point): Run `org-follow-link-hook' always.

	* org-latex.el (org-export-latex-emph-format): Use better commands
	to insert special characters in verbatim snippets.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-faces.el (org-copy-face): New function.  Use it to create
	various faces formerly created by using `copy-face'.

	* org-agenda.el (org-prepare-agenda): Don't officially mark this
	window dedicated.
	(org-agenda-quit): Kill the frame containing the agenda window if
	that frame was created for the agenda.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-agenda.el (org-agenda-date-prompt): Mark the changed time
	stamp in the agenda.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-agenda.el (org-prepare-agenda): Reset
	`org-drawers-for-agenda'.
	(org-prepare-agenda): Uniquify list of drawers.

	* org.el (org-complex-heading-regexp-format): New variable.
	(org-set-regexps-and-options): Define
	`org-complex-heading-regexp-format'.
	(org-drawers-for-agenda): New variable.
	(org-map-entries): Bind `org-drawers-for-agenda'.
	(org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.

	* org-remember.el (org-go-to-remember-target)
	(org-remember-handler): Use `org-complex-heading-regexp-format'.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-agenda.el (org-agenda-highlight-todo): Fix text property
	problem.

	* org.el (org-on-heading-p, org-at-heading-p): Make sure these are
	always with `invisible-ok'.
	(org-store-link): No error when there is nothing to link to in the
	agenda.

	* org-list.el (org-update-checkbox-count): Insert changed cookie
	before the old, to avoid problems with invisibility at the end of
	the line.
	(org-update-checkbox-count): Insert changed cookie before the old,
	to avoid problems with invisibility at the end of the line.

	* org.el (org-sort-entries-or-items): Include the final newline.
	(org-fontify-meta-lines-and-blocks): Add indented dynamic block
	lines for fontification.
	(org-dblock-start-re, org-dblock-end-re): Allow indentation.
	(org-prepare-dblock): Store the current indentation of the BEGIN
	line.
	(org-update-dblock): Apply the indentation of the begin line to
	the rest of the block.
	(org-ctrl-c-ctrl-c): Also find indented dblock lines.
	(org-startup-folded): New allowed value `showeverything'.
	(org-startup-options): Add STARTUP keyword `showeverything'.
	(org-set-startup-visibility): Respect value `showeverything' in
	org-startup-folded.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

	* org.el (org-closest-date): Fix issue with past preference.

	* org-archive.el (org-archive-set-tag)
	(org-archive-subtree-default): New commands.

	* org-clock.el (org-clock-clocktable-default-properties): New
	option.
	(org-clock-report): Use
	`org-clock-clocktable-default-properties'.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

	* org.el (org-iswitchb-completing-read): Fix typo.

	* org-crypt.el: New file.

	* org.el: Add an entry for org-crypt.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-agenda.el (org-agenda-menu): Reorganize the menu for more
	consistency.
	(org-batch-store-agenda-views): New function.
	(org-agenda-title-append): Define variable.
	(org-write-agenda): New export to Org files.
	(org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
	(org-agenda): Allow to keep the restricted file list if a special
	variable is bound to t.
	(org-agenda): Define a special agenda view for working on flagged
	entries.
	(org-agenda-get-restriction-and-command): List the new agenda
	view.
	(org-agenda-show-the-flagging-note): New command.
	(org-agenda-mode-map): New key `?' for looking at the flagging
	note.

	* org.el (org-autoload): Autoload org-mobile.el.
	(org-org-menu): Add menu commands for MobileOrg in the Org menu.

	* org-mobile.el: New file.

	* org-id.el (org-id-get): Fix bug with forcing ID on an item.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
	statements.
	(org-table-get-remote-range): Match indented #+TBLNAME
	statements.

	* org.el (org-convert-to-odd-levels)
	(org-convert-to-oddeven-levels): Work also correctly if the file
	is in outline-mode.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

	* org.el (org-store-link): When in agenda buffer, link to
	referenced entry.
	(org-add-planning-info): Remove spaces at eol.

	* org-macs.el (org-with-point-at): Add a `lisp-indent-function'
	property.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-latex.el (org-export-latex-first-lines): Fix problem with
	LaTeX export of first line and selected subtree.

	* org.el (org-shifttab): Interpret arg differently when using only
	odd levels.

2009-10-01  Bastien Guerry  <bzg@altern.org>

	* org.el (org-check-agenda-file): Use a more explicit message

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-exp.el (org-export-remove-special-table-lines): Don't remove
	normal lines.

2009-10-01  Bastien Guerry  <bzg@altern.org>

	* org.el (org-offer-links-in-entry): Don't use "Select link" as a
	prompt in the temporary window.

	* org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
	prefix for marked entries in the agenda view.

2009-10-01  Andreas Burtzlaff <andy13@gmx.net>  (tiny change)

	* org.el (outline-end-of-subtree): Bugfix: advise this function in
	a way that prevents any trailing character from being displayed.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
	menu.

	* org-exp.el (org-export-remove-special-table-lines): Remove bad
	slow regexp match.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-latex.el (org-export-latex-preprocess): Do not protect in
	the LaTeX header.

	* org-src.el (org-edit-src-save): Save window setup while saving.
	(org-edit-src-code): Use new buffer name construction scheme.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-agenda.el (org-agenda-entry-text-exclude-regexps): New
	variable.
	(org-agenda-entry-text-cleanup-hook): New hook.
	(org-agenda-get-some-entry-text): Remove matches of
	`org-agenda-entry-text-exclude-regexps' and run the hook
	`org-agenda-entry-text-cleanup-hook'.

	* org.el (org-offer-links-in-entry): New argument ZERO to
	implement a link with index zero.
	(org-cycle-show-empty-lines): Not keep empty line under header
	hidden.
	(org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
	to nil for special completion.
	(org-store-link): Don't error before the first heading.

	* org-agenda.el (org-agenda-open-link): Pass the prefix to
	`org-offer-links-in-entry'.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-agenda.el (org-agenda-quit): Provide the window argument for
	`window-dedicated-p', Emacs 22 needs it.
	(org-format-agenda-item): If the category is a link, arrange for
	invisible text to replaced with spaces.
	(org-compile-prefix-format): Add the extra space.
	(org-prefix-category-length): New variable.

	* org-exp.el (org-export-cleanup-toc-line): Remove footnote
	references from TOC lines.

	* org.el (org-selected-window): New variable.

	* org-table.el (org-table-edit-formulas): Remember the selected
	window.
	(org-table-fedit-finish, org-table-fedit-abort): Select the window
	that was originally selected.

	* org-exp.el (org-export-preprocess-apply-macros): Scan the
	expansion of a macro for more macro definitions.

	* org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
	invisibility overlay starts on the newline.
2009-10-01 07:59:53 +00:00
..
calc Remove unused declarations. 2009-10-01 02:17:38 +00:00
calendar (diary-fancy-display): Always run the hook. 2009-09-24 03:26:51 +00:00
cedet Doc/message fixes. 2009-10-01 04:54:05 +00:00
emacs-lisp (byte-compile-defmacro-declaration): New fun. 2009-10-01 04:38:52 +00:00
emulation (tpu-copy-keyfile): Fix condition-case handler. 2009-09-22 02:28:43 +00:00
erc (erc-button-keymap): Bind `follow-link'. 2009-09-27 13:08:27 +00:00
eshell * eshell/em-hist.el: 2009-09-13 02:16:25 +00:00
gnus * spam-stat.el (spam-stat-load): Fix typo in message. 2009-09-29 02:20:21 +00:00
international (language-info-alist): Improve docstring. 2009-09-11 21:07:02 +00:00
language * speedbar.el (speedbar-item-delete): 2009-09-29 02:26:20 +00:00
mail Remove unused declarations. 2009-10-01 02:17:38 +00:00
mh-e * gnus/nnheader.el (nnheader-find-file-noselect): 2009-08-28 17:02:53 +00:00
net (tramp-smb-handle-directory-files-and-attributes): Use 2009-09-29 02:43:46 +00:00
nxml * nxml/nxml-mode.el: Alias xml-mode to nxml-mode. 2009-09-24 23:22:17 +00:00
obsolete Fix typos. 2009-09-24 01:37:14 +00:00
org 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com> 2009-10-01 07:59:53 +00:00
play Remove leading * from defcustom and defface docs. 2009-09-04 07:00:22 +00:00
progmodes * speedbar.el (speedbar-item-delete): 2009-09-29 02:26:20 +00:00
term Remove unused declarations. 2009-10-01 02:17:38 +00:00
textmodes * nxml/nxml-mode.el: Alias xml-mode to nxml-mode. 2009-09-24 23:22:17 +00:00
url (url-dav-file-attributes): Fix declaration. 2009-10-01 02:06:55 +00:00
.arch-inventory
.gitignore Ignore all backup files. 2009-08-28 09:50:05 +00:00
abbrev.el * custom.el (custom-delayed-init-variables): New var. 2009-09-11 21:25:44 +00:00
abbrevlist.el
add-log.el (change-log-fill-forward-paragraph): New function. 2009-09-22 15:39:02 +00:00
align.el * align.el (align-large-region, align-perl-modes, align-rules-list) 2009-03-26 16:21:25 +00:00
allout.el Fix typos. 2009-09-24 01:37:14 +00:00
ansi-color.el (ansi-color-get-face-1): Fix typo in handler. 2009-09-17 06:19:57 +00:00
apropos.el (apropos-documentation-check-doc-file): Avoid assignment to free variable `doc'. 2009-09-15 02:37:28 +00:00
arc-mode.el Use default-value rather than default-enable-multibyte-characters. 2009-09-03 06:54:57 +00:00
array.el
autoarg.el
autoinsert.el * gnus/nnheader.el (nnheader-find-file-noselect): 2009-08-28 17:02:53 +00:00
autorevert.el * autorevert.el (auto-revert-handler): Allow 2009-08-02 17:21:16 +00:00
avoid.el
battery.el
bindings.el * cedet/semantic.el: Add autoloads for semantic/idle functions. 2009-09-21 15:59:48 +00:00
bookmark.el (bookmark-write-file): Avoid calling `pp' with large 2009-09-20 14:54:17 +00:00
bs.el * bs.el (bs--get-file-name): Use `list-buffers-directory' 2009-09-25 04:46:34 +00:00
buff-menu.el
button.el
calculator.el
case-table.el (describe-buffer-case-table): Fix for the case that KEY is a cons. 2009-07-17 12:27:15 +00:00
cdl.el
ChangeLog Doc/message fixes. 2009-10-01 04:54:05 +00:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7 Fix typos. 2009-03-19 09:35:58 +00:00
ChangeLog.8
ChangeLog.9
ChangeLog.10
ChangeLog.11
ChangeLog.12
ChangeLog.13 Remove `tiny change' for Nikolaj Schumacher. 2009-04-10 04:25:43 +00:00
ChangeLog.14 Split ChangeLog. 2009-07-08 02:34:23 +00:00
chistory.el
cmuscheme.el
comint.el * comint.el (comint-exec, comint-run, make-comint): Doc 2009-09-25 03:42:22 +00:00
compare-w.el
complete.el
completion.el
composite.el * mail/sendmail.el (send-mail-function): 2009-09-13 00:52:55 +00:00
COPYING
cus-dep.el
cus-edit.el (Custom-mode): Don't use advertised-widget-backward in the docstring. 2009-09-12 19:05:49 +00:00
cus-face.el
cus-start.el * cus-start.el (ns-use-qd-smoothing): Remove. 2009-09-18 15:33:26 +00:00
cus-theme.el
custom.el (custom-initialize-default, custom-initialize-set): CSE. 2009-09-15 04:08:02 +00:00
cvs-status.el
dabbrev.el Define risky-local-variable property here rather than in files.el. 2009-08-26 03:07:25 +00:00
delim-col.el
delsel.el
descr-text.el * descr-text.el (describe-property-list, describe-char): Add 2009-04-07 00:46:11 +00:00
desktop.el (desktop-path): Check user-emacs-directory. 2009-09-15 04:05:12 +00:00
dframe.el
diff-mode.el (diff-hunk-kill): Fix the search of the next hunk (bug#4368). 2009-09-09 14:47:54 +00:00
diff.el
dired-aux.el Fix typos. 2009-09-24 01:37:14 +00:00
dired-x.el Fix typos. 2009-09-24 01:37:14 +00:00
dired.el * menu-bar.el (list-buffers-directory): Add docstring. 2009-09-25 04:35:14 +00:00
dirtrack.el
disp-table.el * NEWS: Declare unibyte sessions obsolete. 2009-08-29 02:25:29 +00:00
dnd.el
doc-view.el * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if 2009-07-17 19:43:49 +00:00
dos-fns.el (dos-reevaluate-defcustoms): Comment out the reevaluation of trash-directory. 2009-09-12 09:45:57 +00:00
dos-vars.el
dos-w32.el * mh-e/mh-comp.el (mh-send-letter): 2009-08-28 04:21:14 +00:00
double.el
ebuff-menu.el
echistory.el
ediff-diff.el
ediff-help.el
ediff-hook.el * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools 2009-09-27 23:25:03 +00:00
ediff-init.el 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu> 2009-08-15 05:57:08 +00:00
ediff-merg.el Replace empty let's with progn'. 2009-09-13 02:14:25 +00:00
ediff-mult.el
ediff-ptch.el
ediff-util.el * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote 2009-06-08 15:04:47 +00:00
ediff-vers.el * textmodes/ispell.el (ispell-check-version, ispell-send-string): 2009-08-28 16:29:25 +00:00
ediff-wind.el * ediff-wind.el (ediff-make-wide-display): Fix typo in frame parameter 2009-04-16 03:50:30 +00:00
ediff.el 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu> 2009-08-15 05:57:08 +00:00
edmacro.el * edmacro.el (edmacro-parse-keys): Fix 2008-08-19 change (Bug#3387). 2009-05-26 20:19:26 +00:00
ehelp.el * gnus/nnheader.el (nnheader-find-file-noselect): 2009-08-28 17:02:53 +00:00
electric.el
elide-head.el
emacs-lock.el
emerge.el Use help-print-return-message rather than the now obsolete alias. 2009-08-21 07:24:26 +00:00
env.el * env.el (getenv): When FRAME is non-nil, pass the frame environment 2009-02-10 10:24:59 +00:00
epa-dired.el
epa-file.el Fix typos. 2009-09-24 01:37:14 +00:00
epa-hook.el * mail/sendmail.el (send-mail-function): 2009-09-13 00:52:55 +00:00
epa-mail.el
epa.el * speedbar.el (speedbar-item-delete): 2009-09-29 02:26:20 +00:00
epg-config.el
epg.el (epg-wait-for-status): Preserve existing 'error results. 2009-09-23 00:22:08 +00:00
expand.el
ezimage.el
face-remap.el Add `text-scale-set' function 2009-06-23 08:27:58 +00:00
facemenu.el * facemenu.el (facemenu-read-color): Use a completion function 2009-08-16 05:25:21 +00:00
faces.el Default light-background background for region face to ns_selection_color under NS. 2009-09-27 16:06:33 +00:00
ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with line 2009-09-09 02:36:38 +00:00
filecache.el
files-x.el Add arch tagline 2009-08-14 04:47:38 +00:00
files.el (cd-absolute): Don't abbreviate-file-name (bug#4599). 2009-10-01 03:34:04 +00:00
filesets.el Replace empty let's with progn'. 2009-09-13 02:14:25 +00:00
find-cmd.el
find-dired.el
find-file.el
find-lisp.el
finder.el (finder-commentary): Don't delete other windows (Bug#2291). 2009-03-08 19:54:32 +00:00
flow-ctrl.el
foldout.el
follow.el
font-core.el * mail/sendmail.el (send-mail-function): 2009-09-13 00:52:55 +00:00
font-lock.el * startup.el (tutorial-directory): Make it a defcustom. 2009-09-12 03:55:46 +00:00
format-spec.el
format.el Define risky-local-variable property here rather than in files.el. 2009-08-26 03:07:25 +00:00
forms-d2.el
forms-pass.el
forms.el
frame.el * mail/sendmail.el (send-mail-function): 2009-09-13 00:52:55 +00:00
fringe.el Add coding: utf-8 cookie. 2009-06-19 00:45:43 +00:00
generic-x.el Mark face aliases with "-face" suffix as obsolete. 2009-09-01 07:24:13 +00:00
gs.el
help-at-pt.el * help-at-pt.el (help-at-pt-kbd-string): Reflow docstring. 2009-04-14 21:54:49 +00:00
help-fns.el * help-fns.el (help-downcase-arguments): New option, defaulting to nil. 2009-09-24 19:19:41 +00:00
help-macro.el * help.el (help-for-help-internal): Don't purecopy the text (bug#4560). 2009-09-27 00:27:21 +00:00
help-mode.el (help-function-cmacro): New button. 2009-09-11 03:39:48 +00:00
help.el * help.el (help-for-help-internal): Don't purecopy the text (bug#4560). 2009-09-27 00:27:21 +00:00
hex-util.el
hexl.el * gnus/nnheader.el (nnheader-find-file-noselect): 2009-08-28 17:02:53 +00:00
hi-lock.el * speedbar.el (speedbar-item-delete): 2009-09-29 02:26:20 +00:00
hilit-chg.el Mark face aliases with "-face" suffix as obsolete. 2009-09-01 07:24:13 +00:00
hippie-exp.el Remove code for defunct system-types emx, macos, mswindows, 2009-08-22 21:59:40 +00:00
hl-line.el
ibuf-ext.el Put autoloads in ibuffer.el rather than loaddefs.el. 2009-09-11 06:47:26 +00:00
ibuf-macs.el
ibuffer.el Remove unused declarations. 2009-10-01 02:17:38 +00:00
icomplete.el
ido.el Comment. 2009-08-22 21:46:56 +00:00
ielm.el
iimage.el
image-dired.el
image-file.el
image-mode.el (image-toggle-display): Let-bind `buffer-file-truename' to nil around the 2009-02-12 21:49:29 +00:00
image.el * startup.el (tutorial-directory): Make it a defcustom. 2009-09-12 03:55:46 +00:00
imenu.el Define risky-local-variable property here rather than in files.el. 2009-08-26 03:07:25 +00:00
indent.el * indent.el (indent-for-tab-command): Fix typo in docstring. 2009-05-20 02:35:45 +00:00
info-look.el
info-xref.el
info.el * info.el (Info-try-follow-nearest-node): Use the URL extracted by 2009-09-22 08:44:16 +00:00
informat.el
isearch.el Remove unused declarations. 2009-10-01 02:17:38 +00:00
isearchb.el
iswitchb.el (iswitchb-read-buffer): When selecting a match from 2009-09-15 11:38:15 +00:00
jit-lock.el * jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring. 2009-04-14 21:40:07 +00:00
jka-cmpr-hook.el automatically handle .xz suffix (XZ-compressed files), too 2009-06-22 14:53:11 +00:00
jka-compr.el
json.el
kermit.el
kmacro.el
ldefs-boot.el Regenerate. 2009-09-29 04:31:33 +00:00
ledit.el
linum.el * linum.el (linum-delete-overlays, linum-update-window): 2009-09-22 00:06:28 +00:00
loadhist.el
loadup.el Comments. 2009-09-26 20:02:42 +00:00
locate.el (top-level): Always require dired. 2009-09-11 03:40:35 +00:00
log-edit.el (log-edit-changelog-entries): Avoid inf-loops. 2009-09-25 17:57:09 +00:00
log-view.el (log-view-diff,log-view-diff-changeset): Improve docstring. 2009-09-28 04:33:20 +00:00
longlines.el
lpr.el Remove code for defunct system-types emx, macos, mswindows, 2009-08-22 21:59:40 +00:00
ls-lisp.el Remove code for defunct system-types emx, macos, mswindows, 2009-08-22 21:59:40 +00:00
macros.el
Makefile.in (lisptagsfiles4): New. 2009-09-29 02:17:00 +00:00
makefile.w32-in * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros. 2009-09-29 00:55:01 +00:00
makesum.el
man.el Use default-value rather than default-enable-multibyte-characters. 2009-09-03 06:54:57 +00:00
master.el
mb-depth.el
md4.el
menu-bar.el * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools 2009-09-27 23:25:03 +00:00
midnight.el M-v correctness. 2009-03-13 19:43:38 +00:00
minibuf-eldef.el
minibuffer.el (minibuffer-force-complete): Cycle the list, rather 2009-09-24 02:37:37 +00:00
misc.el
misearch.el
mouse-copy.el
mouse-drag.el
mouse-sel.el
mouse.el (minor-mode-menu-from-indicator): Pay attention 2009-09-17 01:32:56 +00:00
msb.el
mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't 2009-09-12 19:03:49 +00:00
newcomment.el * newcomment.el (comment-region): Doc fix (Bug#3370). 2009-05-26 03:16:31 +00:00
novice.el
outline.el Define risky-local-variable property here rather than in files.el. 2009-08-26 03:07:25 +00:00
paren.el Mark face aliases with "-face" suffix as obsolete. 2009-09-01 07:24:13 +00:00
password-cache.el
patcomp.el
paths.el Reformat doc-strings for make-docfile. 2009-09-11 06:42:13 +00:00
pcmpl-cvs.el
pcmpl-gnu.el
pcmpl-linux.el
pcmpl-rpm.el (pcomplete/rpm): Doc fix. 2009-06-23 07:43:17 +00:00
pcmpl-unix.el
pcomplete.el * pcomplete.el (pcomplete-comint-setup): Check for 2009-07-12 16:20:50 +00:00
pcvs-defs.el
pcvs-info.el Mark face aliases with "-face" suffix as obsolete. 2009-09-01 07:24:13 +00:00
pcvs-parse.el
pcvs-util.el * menu-bar.el (list-buffers-directory): Add docstring. 2009-09-25 04:35:14 +00:00
pcvs.el * menu-bar.el (list-buffers-directory): Add docstring. 2009-09-25 04:35:14 +00:00
pgg-def.el
pgg-gpg.el * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings format 2009-06-18 17:47:48 +00:00
pgg-parse.el
pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator. 2009-09-19 03:18:30 +00:00
pgg-pgp5.el
pgg.el
printing.el Use help-print-return-message rather than the now obsolete alias. 2009-08-21 07:24:26 +00:00
proced.el (proced-mark-alt): Remove alias. 2009-09-12 02:42:22 +00:00
ps-bdf.el
ps-def.el
ps-mule.el (ps-mule-begin-job): Don't call auto-compose-region. 2009-02-25 01:08:45 +00:00
ps-print.el Fix typos. 2009-09-24 01:37:14 +00:00
ps-samp.el
README
recentf.el Doc fix to commentary (how to enable package). 2009-09-15 11:42:37 +00:00
rect.el
register.el (ctl-x-r-map): Define the keys here instead of using autoload. 2009-09-20 18:22:37 +00:00
repeat.el
replace.el (read-regexp): Return empty string when `default-value' is nil. 2009-08-12 20:56:25 +00:00
reposition.el
reveal.el
rfn-eshadow.el * mail/sendmail.el (send-mail-function): 2009-09-13 00:52:55 +00:00
rot13.el
ruler-mode.el
s-region.el
savehist.el
saveplace.el
sb-image.el
scroll-all.el
scroll-bar.el * scroll-bar.el (scroll-bar-mode): Turn off scroll bars when 2009-02-24 16:11:06 +00:00
scroll-lock.el
select.el * select.el (x-set-selection): Doc fix (Bug#4021). 2009-08-02 23:22:03 +00:00
server.el This fixes bug#4197 (merged to bug#865, though not identical). 2009-09-19 14:56:04 +00:00
ses.el * gnus/nnheader.el (nnheader-find-file-noselect): 2009-08-28 17:02:53 +00:00
sha1.el
shadowfile.el
shell.el * menu-bar.el (list-buffers-directory): Add docstring. 2009-09-25 04:35:14 +00:00
simple.el (hard-newline): Give it a doc-string. 2009-09-17 06:02:20 +00:00
skeleton.el
smerge-mode.el (smerge-remove-props, smerge-refine): 2009-09-08 19:47:07 +00:00
sort.el
soundex.el
speedbar.el * speedbar.el (speedbar-item-delete): 2009-09-29 02:26:20 +00:00
startup.el The --quick command line option now ignores X resources and Registry settings. 2009-09-17 23:04:41 +00:00
strokes.el Use forward-line rather than goto-line. 2009-08-22 19:29:18 +00:00
subr.el (declare-function): Doc fix. 2009-10-01 02:03:38 +00:00
t-mouse.el
tabify.el
talk.el
tar-mode.el Use default-value rather than default-enable-multibyte-characters. 2009-09-03 06:54:57 +00:00
tempo.el
term.el (term-set-scroll-region, term-handle-ansi-escape): 2009-09-24 18:10:44 +00:00
terminal.el
thingatpt.el * thingatpt.el (thing-at-point-bounds-of-list-at-point): New 2009-04-18 03:39:28 +00:00
thumbs.el
time-stamp.el * time-stamp.el (time-stamp-month-dd-yyyy) 2009-09-19 19:43:37 +00:00
time.el (emacs-uptime, emacs-init-time): Use float-time rather than time-to-seconds. 2009-09-02 03:21:26 +00:00
timezone.el add ability to understand ISO8601 basic format as well as the extended one. 2009-08-14 18:18:39 +00:00
tmm.el
tool-bar.el
tooltip.el * mail/sendmail.el (send-mail-function): 2009-09-13 00:52:55 +00:00
tree-widget.el
tutorial.el * keymap.c (QCadvertised_binding): New constant. 2009-09-11 00:58:59 +00:00
type-break.el
uniquify.el
userlock.el
vc-annotate.el * vc-annotate.el (vc-annotate): Use the main file's coding-system to 2009-09-11 10:58:54 +00:00
vc-arch.el * vc-arch.el (vc-arch-diff): Let-bind `process-file-side-effects' with nil. 2009-08-25 08:49:24 +00:00
vc-bzr.el * vc.el (top): print-log method now takes an optional SHORTLOG 2009-09-14 04:38:49 +00:00
vc-cvs.el (vc-cvs-parse-entry): Be more careful with the match-data. (Bug#4555). 2009-10-01 02:23:29 +00:00
vc-dav.el
vc-dir.el * vc-hooks.el (vc-dir-buffers): New var. 2009-09-29 13:07:50 +00:00
vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which has no associated file. 2009-10-01 03:32:25 +00:00
vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face 2009-09-20 19:51:35 +00:00
vc-hg.el (vc-hg-outgoing, vc-hg-incoming): Bind vc-short-log' for the sake of vc-hg-log-view-mode'. 2009-09-22 23:49:10 +00:00
vc-hooks.el * vc-hooks.el (vc-dir-buffers): New var. 2009-09-29 13:07:50 +00:00
vc-mtn.el * vc-mtn.el (vc-mtn-annotate-command): 2009-09-14 04:42:04 +00:00
vc-rcs.el Fix typos. 2009-09-24 01:37:14 +00:00
vc-sccs.el Fix typos. 2009-09-24 01:37:14 +00:00
vc-svn.el * vc-mtn.el (vc-mtn-annotate-command): 2009-09-14 04:42:04 +00:00
vc.el Fix typos. 2009-09-24 01:37:14 +00:00
vcursor.el
version.el Reformat doc-strings for make-docfile. 2009-09-11 06:42:13 +00:00
view.el Fix typos. 2009-09-24 01:37:14 +00:00
vt-control.el
vt100-led.el
w32-fns.el * simple.el: Add mapping for backspace/delete/clear/tab/escape/return 2009-09-14 01:22:42 +00:00
w32-vars.el Fix Bug#3888: 2009-07-25 09:31:05 +00:00
wdired.el Fix typos. 2009-09-24 01:37:14 +00:00
whitespace.el Fix doc string. 2009-09-28 01:57:33 +00:00
wid-browse.el
wid-edit.el * keymap.c (QCadvertised_binding): New constant. 2009-09-11 00:58:59 +00:00
widget.el
windmove.el
window.el Define risky-local-variable property here rather than in files.el. 2009-08-26 03:07:25 +00:00
winner.el
woman.el Mark face aliases with "-face" suffix as obsolete. 2009-09-01 07:24:13 +00:00
x-dnd.el Use default-value rather than default-enable-multibyte-characters. 2009-09-03 06:54:57 +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.