1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-09 15:50:21 +00:00
emacs/lisp
Stefan Merten d13c8be67c 2012-05-05 Stefan Merten <smerten@oekonux.de>
* rst.el: Major merge with upstream development up to Docutils
	SVN r7399 / rst.el V1.2.1.

	Clarified maintainership and authors.

	(rst-extract-version, rst-cvs-header, rst-cvs-rev)
	(rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
	(rst-official-version, rst-official-cvs-rev, rst-version)
	(rst-package-emacs-version-alist): New functions and variables
	for version information.

	(rst-bullets, rst-uri-schemes, rst-adornment-chars)
	(rst-max-inline-length, rst-re-alist-def, rst-re-alist)
	(rst-mode-syntax-table, rst-mode): New and corrected functions
	and variables representing reStructuredText features.

	(rst-re): New function for reStructuredText regexes. Used in
	many places.

	(rst-deprecated-keys, rst-call-deprecated, rst-define-key)
	(rst-mode-map): Rebound keys.

	(rst-mode-lazy, rst-font-lock-keywords)
	(rst-font-lock-extend-region)
	(rst-font-lock-extend-region-internal)
	(rst-font-lock-extend-region-extend)
	(rst-font-lock-find-unindented-line-limit)
	(rst-font-lock-find-unindented-line-match)
	(rst-adornment-level, rst-font-lock-adornment-level)
	(rst-font-lock-adornment-match)
	(rst-font-lock-handle-adornment-pre-match-form)
	(rst-font-lock-handle-adornment-matcher): Major revision of
	font-locking. Integrated with other code. `jit-lock-mode' is
	used now.

	(rst-preferred-adornments, rst-adjust-hook)
	(rst-new-adornment-down, rst-preferred-bullets)
	(rst-preferred-bullets, rst-indent, rst-indent-width)
	(rst-indent-field, rst-indent-literal-normal)
	(rst-indent-literal-minimized, rst-indent-comment): Changed,
	extended and improved customization.

	(rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
	(rst-normalize-cursor-position, rst-get-decoration)
	(rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
	(rst-rstrip, rst-toc-insert-find-delete-contents)
	(rst-shift-fill-region, rst-compute-bullet-tabs)
	(rst-debug-print-tabs, rst-debug-mark-found)
	(rst-shift-region-guts, rst-shift-region-right)
	(rst-shift-region-left, rst-use-char-classes)
	(rst-font-lock-keywords-function)
	(rst-font-lock-indentation-point)
	(rst-font-lock-find-unindented-line-begin)
	(rst-font-lock-find-unindented-line-end)
	(rst-font-lock-find-unindented-line)
	(rst-font-lock-adornment-point, rst-font-lock-level)
	(rst-adornment-level-alist): Removed functions and variables.

	(rst-compare-adornments, rst-get-adornment-match)
	(rst-suggest-new-adornment, rst-get-adornments-around)
	(rst-adornment-complete-p, rst-get-next-adornment)
	(rst-adjust-adornment, rst-display-adornments-hierarchy)
	(rst-straighten-adornments): Standardized function names to
	use "adornment" instead of "decoration". Corrected callers.
	Similar standardizing happened in many places.

	(rst-update-section, rst-adjust, rst-promote-region)
	(rst-enumerate-region, rst-bullet-list-region)
	(rst-repeat-last-character): Corrected use of `interactive'.

	(rst-classify-adornment, rst-find-all-adornments)
	(rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
	(rst-find-leftmost-column, rst-repeat-last-character):
	Refactored functions.

	(rst-find-title-line, rst-reset-section-caches)
	(rst-get-adornments-around, rst-adjust-adornment-work)
	(rst-arabic-to-roman, rst-roman-to-arabic)
	(rst-insert-list-pos, rst-insert-list-new-item)
	(rst-insert-list-continue, rst-insert-list, rst-forward-line):
	New functions.

	(rst-all-sections, rst-section-hierarchy)
	(rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
	New variables.

	(rst-toc-return-wincfg, rst-toc-quit-window): Using window
	configuration instead of only buffer. Changed where necessary.

	(rst-line-tabs, rst-compute-tabs, rst-indent-line)
	(rst-shift-region, rst-adaptive-fill): New functions for
	indentation and filling.

	(rst-comment-line-break, rst-comment-indent)
	(rst-comment-insert-comment, rst-comment-region)
	(rst-uncomment-region): New functions for handling comments.

	(rst-compile): Shell arguments are quoted.

	(rst-compile-pdf-preview, rst-compile-slides-preview):
	Temporary files are deleted after use.
2012-05-07 21:51:25 +02:00
..
calc Fix minor Y10k bugs. 2012-05-03 23:13:18 -07:00
calendar Optionally include holidays in cal-html output 2012-05-05 14:31:41 -07:00
cedet Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
emacs-lisp * lisp/buff-menu.el (list-buffers--refresh): Mark `size' as right-align. 2012-05-07 12:29:55 -04:00
emulation lisp/*: Add declarations, remove unused bindings, mark unused args. 2012-04-19 19:20:26 +02:00
erc (erc-nickserv-passwords): Don't display the password. 2012-04-11 15:43:03 +02:00
eshell Further doc fix. 2012-05-01 15:27:10 -04:00
gnus Fix minor Y10k bugs. 2012-05-03 23:13:18 -07:00
international Merge from emacs-24 branch 2012-04-15 15:28:01 +08:00
language Added new charset cp775 2012-04-10 13:15:11 +02:00
mail Convert more defvars to defcustoms. 2012-05-04 13:14:14 +08:00
mh-e Remove unnecessary use of minibuffer-completing-file-name. 2012-04-25 14:57:09 -04:00
net Sync with soap-client repository. Support SOAP simpleType. (Bug#10331) 2012-04-25 12:28:29 +02:00
nxml lisp/*: Add declarations, remove unused bindings, mark unused args. 2012-04-19 19:20:26 +02:00
obsolete * patcomp.el, play/bruce.el: Move to obsolete/. 2012-05-03 23:38:36 -07:00
org Fix org-ctags.el change from trunk 2012-04-09T13:05:48Z!cyd@gnu.org 2012-04-26 23:21:10 -07:00
play * patcomp.el, play/bruce.el: Move to obsolete/. 2012-05-03 23:38:36 -07:00
progmodes Fix match highlighting in compilation buffers. 2012-05-06 12:52:58 +08:00
term Silence byte-compiler warnings. 2012-05-02 13:38:01 +02:00
textmodes 2012-05-05 Stefan Merten <smerten@oekonux.de> 2012-05-07 21:51:25 +02:00
url Replace lexical-let by lexical-binding (except Gnus, CEDET, ERT). 2012-04-26 08:43:28 -04:00
vc Add new error and function `user-error'. 2012-05-04 19:16:47 -04:00
.gitignore
abbrev.el Spelling fixes. 2012-04-22 22:44:49 -07:00
align.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
allout-widgets.el Fix naming of abnormal hook vars in allout.el. 2012-05-02 18:57:03 +08:00
allout.el Fix naming of abnormal hook vars in allout.el. 2012-05-02 18:57:03 +08:00
ansi-color.el Use text properties for color escape highlighting in Shell mode. 2012-02-19 21:59:42 +08:00
apropos.el Use proper faces in apropos.el. 2012-04-23 23:38:48 +08:00
arc-mode.el Fix minor Y10k bugs. 2012-05-03 23:13:18 -07:00
array.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
autoarg.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
autoinsert.el Fix minor Y10k bugs. 2012-05-03 23:13:18 -07:00
autorevert.el Tweaks to Customize interface. Set custom-reset-button-menu to t. 2012-04-22 21:58:00 +08:00
avoid.el lisp/*: Add declarations, remove unused bindings, mark unused args. 2012-04-19 19:20:26 +02:00
battery.el Merge from emacs-24 branch 2012-04-20 16:48:50 +08:00
bindings.el Some cleanups for the buffer menu and electric buffer menu. 2012-05-06 16:43:46 +08:00
bookmark.el Standardize possessive apostrophe usage in manuals, docs, and comments 2012-02-28 00:17:21 -08:00
bs.el Remove some `toggle-read-only' warnings. 2012-04-19 18:50:07 +02:00
buff-menu.el * lisp/buff-menu.el (list-buffers--refresh): Mark `size' as right-align. 2012-05-07 12:29:55 -04:00
button.el Updates to Display chapter of Lisp manual. 2012-03-25 15:58:59 +08:00
calculator.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
case-table.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
cdl.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog * lisp/buff-menu.el (list-buffers--refresh): Mark `size' as right-align. 2012-05-07 12:29:55 -04:00
ChangeLog.1 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.2 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.3 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.4 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.5 ChangeLog fixes 2012-02-24 14:32:46 -05:00
ChangeLog.6 Fix ChangeLog typos. 2012-04-15 04:59:30 +02:00
ChangeLog.7 ChangeLog fixes 2012-02-24 14:32:46 -05:00
ChangeLog.8 ChangeLog fixes 2012-02-24 14:32:46 -05:00
ChangeLog.9 ChangeLog fixes 2012-02-24 14:32:46 -05:00
ChangeLog.10 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.11 Fix ChangeLog typos. 2012-04-15 04:59:30 +02:00
ChangeLog.12 Fix ChangeLog typos. 2012-04-15 04:59:30 +02:00
ChangeLog.13 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.14 Fix last ChangeLog + Andreas Politz has signed paperwork. 2012-03-21 14:27:05 -04:00
ChangeLog.15 Fix last ChangeLog + Andreas Politz has signed paperwork. 2012-03-21 14:27:05 -04:00
chistory.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
cmuscheme.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
color.el Fix typo in color.el. 2012-04-05 09:29:19 +02:00
comint.el Add new error and function `user-error'. 2012-05-04 19:16:47 -04:00
completion.el Add new error and function `user-error'. 2012-05-04 19:16:47 -04:00
composite.el Fix previous change for Bug#6988. 2012-02-02 18:07:29 +09:00
COPYING
cus-dep.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
cus-edit.el Add new error and function `user-error'. 2012-05-04 19:16:47 -04:00
cus-face.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
cus-start.el Add customization data to several built-in variables. 2012-05-02 21:00:29 +08:00
cus-theme.el Fix interaction of load-theme with cust-theme.el. 2012-03-25 22:05:51 +08:00
custom.el * lisp/emacs-lisp/bytecomp.el 2012-05-02 22:39:23 -04:00
dabbrev.el Add new error and function `user-error'. 2012-05-04 19:16:47 -04:00
delim-col.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
delsel.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
descr-text.el Remove some `toggle-read-only' warnings. 2012-04-19 18:50:07 +02:00
desktop.el Rename condition-case-no-debug to condition-case-unless-debug 2012-02-10 23:59:29 +08:00
dframe.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
dired-aux.el * lisp/dired-aux.el (dired-mark-read-string): Doc fix. 2012-04-16 21:52:00 -04:00
dired-x.el dired-guess-shell-alist-default tiny nroff change 2012-02-21 20:02:44 -08:00
dired.el Replace lexical-let by lexical-binding (except Gnus, CEDET, ERT). 2012-04-26 08:43:28 -04:00
dirtrack.el Minor-mode doc fixes for ARG behavior 2012-02-07 21:12:24 -05:00
disp-table.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
dnd.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
doc-view.el Replace lexical-let by lexical-binding (except Gnus, CEDET, ERT). 2012-04-26 08:43:28 -04:00
dos-fns.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
dos-vars.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
dos-w32.el Convert more defvars to defcustoms. 2012-05-04 13:14:14 +08:00
double.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
dynamic-setting.el Fix dynamic font settings interaction with Custom Themes. 2012-02-01 16:13:02 +08:00
ebuff-menu.el Some cleanups for the buffer menu and electric buffer menu. 2012-05-06 16:43:46 +08:00
echistory.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
edmacro.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ehelp.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
electric.el * lisp/electric.el (electric-indent-post-self-insert-function): Check that 2012-04-19 18:02:25 -04:00
elide-head.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
emacs-lock.el * lisp/emacs-lock.el (emacs-lock-locked-buffer-functions): New hook. 2012-04-14 05:11:18 +02:00
env.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
epa-dired.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
epa-file.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
epa-hook.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
epa-mail.el Make epa-mail-encrypt cope with read-only text. 2012-03-10 03:43:27 -05:00
epa.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
epg-config.el Tweaks to Customize interface. Set custom-reset-button-menu to t. 2012-04-22 21:58:00 +08:00
epg.el Fix race condition in epg.el compat code. 2012-01-14 15:09:15 +08:00
expand.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ezimage.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
face-remap.el Use set-temporary-overlay-map. 2012-05-04 22:50:20 -04:00
facemenu.el Convert more defvars to defcustoms. 2012-05-04 13:14:14 +08:00
faces.el * faces.el (face-spec-set): Stop supporting deprecated form of third arg. 2012-04-23 02:04:54 +08:00
ffap.el Convert more defvars to defcustoms. 2012-05-04 13:14:14 +08:00
filecache.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
files-x.el Remove defining user variables via * in docstring. 2012-04-09 20:36:01 +08:00
files.el * lisp/files.el (file-auto-mode-skip): New var. 2012-05-04 23:21:47 -04:00
filesets.el Standardize possessive apostrophe usage in manuals, docs, and comments 2012-02-28 00:17:21 -08:00
find-cmd.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
find-dired.el find-ls-option doc fixes (bug#10262) 2012-01-12 21:32:07 -05:00
find-file.el Convert more defvars to defcustoms. 2012-05-04 13:14:14 +08:00
find-lisp.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
finder.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
flow-ctrl.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
foldout.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
follow.el Convert more defvars to defcustoms. 2012-05-04 13:14:14 +08:00
font-core.el * font-lock.el (font-lock-specified-p): Rename from font-lock-spec-present. 2012-02-27 10:34:12 +08:00
font-lock.el * lisp/font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let 2012-04-20 19:36:21 +08:00
format-spec.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
format.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
forms-d2.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
forms-pass.el
forms.el Convert more defvars to defcustoms. 2012-05-04 13:14:14 +08:00
frame.el * lisp/frame.el (automatic-hscrolling): Make this alias obsolete. 2012-04-16 14:41:38 -04:00
fringe.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
generic-x.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
gs.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
help-at-pt.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
help-fns.el * help-fns.el (describe-function-1): Clarify description of remapping. 2012-02-26 17:24:13 +08:00
help-macro.el In make-help-screen make original minor-mode-map-alist temporarily visible. 2012-01-20 09:12:35 +01:00
help-mode.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
help.el Standardize possessive apostrophe usage in manuals, docs, and comments 2012-02-28 00:17:21 -08:00
hex-util.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
hexl.el Spelling fixes. 2012-04-13 22:10:55 -07:00
hfy-cmap.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
hi-lock.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
hilit-chg.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
hippie-exp.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
hl-line.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
htmlfontify.el * htmlfontify.el: Add support for code block fontification 2012-03-17 22:03:54 +08:00
ibuf-ext.el * lisp/ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer 2012-04-30 19:57:47 +08:00
ibuf-macs.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ibuffer.el Auto-commit of loaddefs files. 2012-05-01 06:20:43 -04:00
icomplete.el * lisp/icomplete.el (icomplete-completions): Replace last fix. 2012-02-23 10:36:07 -05:00
ido.el Convert more defvars to defcustoms. 2012-05-04 13:14:14 +08:00
ielm.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
iimage.el Minor-mode doc fixes for ARG behavior 2012-02-07 21:12:24 -05:00
image-dired.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
image-file.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
image-mode.el Comment out the unimplemented image-transform-mode 2012-02-07 19:45:27 -08:00
image.el * image.el (image-type-from-buffer): Only return supported image type. 2012-04-26 16:43:20 +08:00
imenu.el Add new error and function `user-error'. 2012-05-04 19:16:47 -04:00
indent.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
info-look.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
info-xref.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
info.el Add new error and function `user-error'. 2012-05-04 19:16:47 -04:00
informat.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
isearch.el * lisp/isearch.el (isearch-occur): Sync interactive spec with occur's 2012-02-23 02:36:49 +02:00
isearchb.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
iswitchb.el * iswitchb.el (iswitchb-all-frames): Fix last change. 2012-05-04 14:02:23 +08:00
jit-lock.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
jka-cmpr-hook.el Support Lzip and LZMA compressed files. 2012-01-29 19:41:43 +02:00
jka-compr.el * jka-compr.el (jka-compr-call-process): Apply 2012-03-02 16:29:28 +01:00
json.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
kermit.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
kmacro.el Use set-temporary-overlay-map. 2012-05-04 22:50:20 -04:00
ldefs-boot.el Auto-commit of loaddefs files. 2012-05-01 06:20:43 -04:00
ledit.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
linum.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
loadhist.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
loadup.el * lisp/buff-menu.el: Convert to Tabulated List mode. 2012-05-07 00:45:46 +08:00
locate.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
longlines.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
lpr.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ls-lisp.el Fix bug #4673 with Dired when `stat' fails for ".." or other files. 2012-02-07 19:44:36 +02:00
macros.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
Makefile.in Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
makefile.w32-in Fix parallel "make install" on MS-Windows. 2012-03-25 20:17:46 +02:00
makesum.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
man.el Cosmetic fix for Man-unindent. 2012-05-06 12:19:11 +08:00
master.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
mb-depth.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
md4.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
menu-bar.el Fix menu-set-font interaction with Custom themes. 2012-01-31 16:38:58 +08:00
midnight.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
minibuf-eldef.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
minibuffer.el * minibuffer.el (completion--twq-all): Beware completion-ignore-case. 2012-05-03 15:54:07 -04:00
misc.el Record and display absolute path of DLLs loaded (bug#10424). 2012-04-10 16:16:05 +02:00
misearch.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
mouse-copy.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
mouse-drag.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
mouse.el Add new error and function `user-error'. 2012-05-04 19:16:47 -04:00
mpc.el Replace lexical-let by lexical-binding (except Gnus, CEDET, ERT). 2012-04-26 08:43:28 -04:00
msb.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
mwheel.el * mwheel.el (mwheel-scroll): Call deactivate-mark at the right point. 2012-03-24 19:05:39 +08:00
newcomment.el Merge from pending; try to fix-up suboptimal ses ChangeLog. 2012-04-16 20:06:56 -07:00
notifications.el Silence byte-compiler warnings. 2012-05-02 13:38:01 +02:00
novice.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
outline.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
paren.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
password-cache.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
paths.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
pcmpl-cvs.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
pcmpl-gnu.el * lisp/pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457) 2012-01-24 13:10:39 -05:00
pcmpl-linux.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
pcmpl-rpm.el * lisp/pcmpl-rpm.el (pcomplete/rpm): Handle -qf. 2012-04-07 11:52:43 -07:00
pcmpl-unix.el Use completion-table-with-quoting for comint and pcomplete. 2012-04-25 14:53:57 -04:00
pcomplete.el Use completion-table-with-quoting for comint and pcomplete. 2012-04-25 14:53:57 -04:00
printing.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
proced.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ps-bdf.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ps-def.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ps-mule.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ps-print.el * configure.in: Add i386 to cpp_undefs (Bug#8497). 2012-01-12 18:11:38 +08:00
ps-samp.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
README
recentf.el Two new recentf.el keybindings 2012-04-10 04:45:10 +02:00
rect.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
register.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
repeat.el Use set-temporary-overlay-map. 2012-05-04 22:50:20 -04:00
replace.el Doc and lispref updates related to searching 2012-03-28 12:30:12 -07:00
reposition.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
reveal.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
rfn-eshadow.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
rot13.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ruler-mode.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
savehist.el Stricter check for string value in savehist-printable 2012-03-10 02:09:46 +08:00
saveplace.el * saveplace.el (save-place-to-alist) 2012-03-04 17:56:21 +01:00
sb-image.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
scroll-all.el * lisp/frame.el (scrolling): Remove nearly unused customization group. 2012-04-15 23:11:06 +08:00
scroll-bar.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
scroll-lock.el Minor-mode doc fixes for ARG behavior 2012-02-07 21:12:24 -05:00
select.el Merge from emacs-24; up to 2012-04-20T05:47:55Z!eliz@gnu.org 2012-05-05 12:32:58 +08:00
server.el Fix emacsclient/server behavior under --without-x. 2012-04-20 18:37:57 +08:00
ses.el Tweaks to Customize interface. Set custom-reset-button-menu to t. 2012-04-22 21:58:00 +08:00
shadowfile.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
shell.el Standardize possessive apostrophe usage in manuals, docs, and comments 2012-02-28 00:17:21 -08:00
simple.el Add new error and function `user-error'. 2012-05-04 19:16:47 -04:00
skeleton.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
sort.el Fix some missing trailing whitespace (tiny change) 2012-03-12 23:54:37 -07:00
soundex.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
speedbar.el Avoid the obsolete `assoc' package. 2012-04-28 17:59:08 -04:00
startup.el Fix application of menu-bar-mode etc. by X resources. 2012-04-27 13:40:46 +08:00
strokes.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
subr.el New function set-temporary-overlay-map and macros (defvar|setq)-local. 2012-05-04 21:47:04 -04:00
t-mouse.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
tabify.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
talk.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
tar-mode.el Fix minor Y10k bugs. 2012-05-03 23:13:18 -07:00
tempo.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
term.el Use ctl-x-map in place of C-x (bug#10566) 2012-01-25 21:32:56 -05:00
terminal.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
thingatpt.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
thumbs.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
time-stamp.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
time.el Fix minor Y10k bugs. 2012-05-03 23:13:18 -07:00
timezone.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
tmm.el * lisp/tmm.el: Use dolist, remove left over hook. 2012-04-10 16:12:07 -04:00
tool-bar.el Add missing :version tags to new defgroups and defcustoms 2012-02-11 14:13:29 -08:00
tooltip.el Minor-mode doc fixes for ARG behavior 2012-02-07 21:12:24 -05:00
tree-widget.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
tutorial.el lisp/*: Add declarations, remove unused bindings, mark unused args. 2012-04-19 19:20:26 +02:00
type-break.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
uniquify.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
userlock.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
vcursor.el * vcursor.el (vcursor-move): Increase the priority of the overlay. 2012-04-11 16:26:55 +02:00
version.el Put the '$Id:' tag into MS-Windows executable of Emacs. 2012-04-20 08:57:38 +03:00
view.el Doc fixes for view-mode and special major-modes 2012-03-15 21:40:20 -04:00
vt100-led.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
vt-control.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32-fns.el Standardize possessive apostrophe usage in manuals, docs, and comments 2012-02-28 00:17:21 -08:00
w32-vars.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
wdired.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
whitespace.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
wid-browse.el Minor-mode doc fixes for ARG behavior 2012-02-07 21:12:24 -05:00
wid-edit.el Tweaks to Customize interface. Set custom-reset-button-menu to t. 2012-04-22 21:58:00 +08:00
widget.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
windmove.el Fix windmove-reference-loc miscalculation. 2012-01-21 11:02:34 +01:00
window.el Add new error and function `user-error'. 2012-05-04 19:16:47 -04:00
winner.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
woman.el Improve tbl support in woman.el. 2012-04-21 13:54:39 +08:00
x-dnd.el Update some function declarations 2012-02-11 15:06:46 -08:00
xml.el Fix xml.el regression introduced by 2012-01-27 change. 2012-04-21 17:53:37 +08:00
xt-mouse.el Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00

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.