1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
emacs/lisp
Glenn Morris d1a1c7e649 Add missing :version tags
* profiler.el (profiler): Add missing group :version tag.
* avoid.el (mouse-avoidance-banish-position):
* proced.el (proced-renice-command):
* calc/calc.el (calc-ensure-consistent-units):
* calendar/icalendar.el (icalendar-import-format-uid):
* net/tramp.el (tramp-save-ad-hoc-proxies):
* progmodes/bug-reference.el (bug-reference-bug-regexp):
* progmodes/flymake.el (flymake-error-bitmap)
(flymake-warning-bitmap, flymake-fringe-indicator-position):
* progmodes/sh-script.el (sh-indent-after-continuation):
* progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
(verilog-before-save-font-hook, verilog-after-save-font-hook):
* progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
(vhdl-array-index-record-field-in-sensitivity-list)
(vhdl-indent-comment-like-next-code-line):
* textmodes/reftex-vars.el (reftex-ref-style-alist)
(reftex-ref-macro-prompt, reftex-ref-style-default-list)
(reftex-cite-key-separator, reftex-create-bibtex-header)
(reftex-create-bibtex-footer):
* textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
(rst-indent-literal-normal, rst-indent-literal-minimized)
(rst-indent-comment): Add missing custom :version tags.

* cedet/semantic/complete.el (semantic-displayor-tooltip-mode)
(semantic-displayor-tooltip-initial-max-tags)
(semantic-displayor-tooltip-max-tags): Add missing custom :version tags.
* cedet/ede/linux.el (project-linux): Add missing group :version tag.

* cedet/semantic/complete.el (semantic-displayor-tooltip-max-tags): Doc fix.

* erc/erc.el (erc-lurker):
* erc/erc-desktop-notifications.el (erc-notifications):
Add missing group :version tags.

* gnus/gnus-notifications.el (gnus-notifications):
Add missing group :version tag.
* gnus/gnus-msg.el (gnus-gcc-pre-body-encode-hook)
(gnus-gcc-post-body-encode-hook):
* gnus/gnus-sync.el (gnus-sync-lesync-name)
(gnus-sync-lesync-install-topics): Add missing custom :version tags.
2012-10-06 13:30:26 -07:00
..
calc Add missing :version tags 2012-10-06 13:30:26 -07:00
calendar Add missing :version tags 2012-10-06 13:30:26 -07:00
cedet Add missing :version tags 2012-10-06 13:30:26 -07:00
emacs-lisp * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring. 2012-10-06 13:34:57 -04:00
emulation Aliases to defcustoms must come before the defcustom. 2012-10-06 12:55:47 -07:00
erc Add missing :version tags 2012-10-06 13:30:26 -07:00
eshell Aliases to defcustoms must come before the defcustom. 2012-10-06 12:55:47 -07:00
gnus Add missing :version tags 2012-10-06 13:30:26 -07:00
international international/characters.el: Fix simple mistake ((car chars) -> elt), delete duplicated code. 2012-10-06 21:35:04 +09:00
language language/chinese.el ("Chinese-GB", "Chinese-BIG5", "Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to coding-priority property of these language environment. 2012-09-14 00:21:58 +09:00
mail Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
mh-e Fix ChangeLog typos. 2012-09-27 00:42:54 +02:00
net Add missing :version tags 2012-10-06 13:30:26 -07:00
nxml Replace version 24.2 with 24.3 where appropriate (hopefully) 2012-08-15 09:29:11 -07:00
obsolete * lisp/files.el (read-only-mode): New minor mode. 2012-08-29 11:11:51 -04:00
org Spelling fixes. 2012-10-04 22:57:24 -07:00
play Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
progmodes Add missing :version tags 2012-10-06 13:30:26 -07:00
term Support file name dialog on NS. 2012-09-30 15:43:47 +02:00
textmodes Add missing :version tags 2012-10-06 13:30:26 -07:00
url * lisp/url/url-http.el (url-http-user-agent-string): Leak less info. 2012-10-01 23:48:01 -04:00
vc * lisp/vc/diff-mode.el (diff--auto-refine-data): New var. 2012-10-01 23:49:28 -04:00
.gitignore * lisp/.gitignore: Remove arch-tag. 2011-02-17 21:21:57 -08:00
abbrev.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
align.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
allout-widgets.el Better seed support for (random). 2012-08-31 18:04:26 -07:00
allout.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
ansi-color.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
apropos.el Replace version 24.2 with 24.3 where appropriate (hopefully) 2012-08-15 09:29:11 -07:00
arc-mode.el * lisp/arc-mode.el (archive-summarize): Let-bind `buffer-file-truename' 2012-09-30 19:54:43 +03: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 Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
autorevert.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
avoid.el Add missing :version tags 2012-10-06 13:30:26 -07:00
battery.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
bindings.el * lisp/bindings.el (goto-map): Bind M-g TAB to move-to-column. 2012-09-30 16:35:11 +08:00
bookmark.el * lisp/bookmark.el (bookmark-search-pattern): Remove var. 2012-10-01 22:47:12 -04:00
bs.el Convert toggle-read-only calls to read-only-mode. 2012-09-23 18:21:34 +08:00
buff-menu.el * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width): Doc fixes. 2012-09-24 21:18:50 -04:00
button.el Updates to Display chapter of Lisp manual. 2012-03-25 15:58:59 +08:00
calculator.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04: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 Add missing :version tags 2012-10-06 13:30:26 -07: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 Fix ChangeLog typos. 2012-09-27 00:42:54 +02:00
ChangeLog.9 Fix ChangeLog typos. 2012-09-27 00:42:54 +02:00
ChangeLog.10 Spelling fixes. 2012-10-04 22:57:24 -07: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 Spelling fixes. 2012-05-28 23:16:49 -07: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 color-hsl-to-rgb fix (tiny change) 2012-10-05 19:20:36 -07:00
comint.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
completion.el Prefer typical American spelling for "acknowledgment". 2012-07-24 22:48:19 -07:00
composite.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
COPYING
cus-dep.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
cus-edit.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
cus-face.el Fixes: debbugs:11805 2012-08-21 23:41:35 +02:00
cus-start.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +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/pcase.el (pcase--mark-used): New. 2012-09-28 08:18:38 -04:00
dabbrev.el * lisp/dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error. 2012-05-11 13:31:30 -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 * lisp/delsel.el (delete-selection-pre-hook): Don't propagate the 2012-08-08 22:18:50 -04:00
descr-text.el Make C-u C-x = report on empty overlays at point. 2012-08-20 19:12:16 +08:00
desktop.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
dframe.el Remove incorrect uses of "modeline". 2012-06-02 18:56:09 +08:00
dired-aux.el * lisp/dired-aux.el (dired-diff): Remove (require 'diff) since 2012-09-20 12:03:51 +03:00
dired-x.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
dired.el * lisp/dired.el (dired-shrink-to-fit): Declare obsolete. 2012-10-04 21:30:08 +03:00
dirtrack.el Move define-obsolete-variable-alias before the var's definition. 2012-05-12 23:05:06 -04: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 * doc-view.el (doc-view-current-cache-doc-pdf): New function. 2012-09-28 12:05:46 +02:00
dos-fns.el Move define-obsolete-variable-alias before the var's definition. 2012-05-12 23:05:06 -04: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 Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07: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 Replace version 24.2 with 24.3 where appropriate (hopefully) 2012-08-15 09:29:11 -07: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 Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
ehelp.el Remove unread-command-char. 2012-09-12 15:16:36 -04:00
electric.el Fix electric-pair-mode/delete-selection-mode interaction. 2012-07-14 13:32:23 +08: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 Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
env.el Further GV/CL cleanups. 2012-06-22 17:24:54 -04: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 Fix bug when a name has no key. 2012-09-17 05:49:55 -04:00
epa.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +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 Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +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 Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
facemenu.el * lisp/facemenu.el (list-colors-sort): Add option "Luminance". 2012-09-30 19:36:42 +03:00
faces.el * lisp/faces.el (modeline): Remove obsolete face name. 2012-10-01 20:40:56 -04:00
ffap.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +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 Move bovine-grammar and wisent-grammar into lisp/ directory. 2012-10-06 22:18:35 +08:00
filesets.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +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 Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
foldout.el Remove incorrect uses of "modeline". 2012-06-02 18:56:09 +08:00
follow.el deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150) 2012-07-29 00:16:45 -07: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 Remove several obsolete vars and functions unlikely to be still in use. 2012-09-24 20:23:25 +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.el Remove incorrect uses of "modeline". 2012-06-02 18:56:09 +08:00
frame.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
fringe.el * fringe.el: Docstring and minor code improvements. 2012-08-05 11:52:02 +08:00
generic-x.el Fix uses of long-obsolete font-lock-reference face. 2012-09-24 19:39:33 +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 (help-fns--obsolete): Fix last change. 2012-09-30 16:24:56 +08:00
help-macro.el * lisp/help-macro.el (three-step-help): Revert 2012-09-29 change. 2012-10-03 09:15:04 -07:00
help-mode.el Improvements to local-variable reporting in `describe-variable'. 2012-08-05 16:41:12 +08:00
help.el Handle window-height and window-width alist entries in `display-buffer'. 2012-09-30 11:10:59 +02: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 Replace version 24.2 with 24.3 where appropriate (hopefully) 2012-08-15 09:29:11 -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 Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +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 Remove purecopy's that are no longer needed following previous change 2012-09-29 11:30:52 -07: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 Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
ibuf-ext.el lisp/ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): Shortcut completing-read if not needed 2012-09-23 06:54:50 -05:00
ibuf-macs.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
ibuffer.el Auto-commit of loaddefs files. 2012-09-24 06:20:50 -04:00
icomplete.el * lisp/icomplete.el (icomplete-minibuffer-setup, icomplete-completions): 2012-06-22 13:37:28 -04:00
ido.el Merge from emacs-24; up to 2012-05-08T14:11:47Z!monnier@iro.umontreal.ca 2012-10-05 00:38:05 -07:00
ielm.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
iimage.el Minor-mode doc fixes for ARG behavior 2012-02-07 21:12:24 -05:00
image-dired.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04: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 * lisp/image-mode.el: Use lexical-binding. 2012-09-26 23:16:35 -04:00
image.el Remove LIBRARIES arg from w32_delayed_load and friends. 2012-09-23 17:16:57 +08:00
imenu.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08: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 Rename configure.in to configure.ac. 2012-07-08 21:52:49 -07:00
info-xref.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
info.el Use Isearch lax whitespace mode in Info. 2012-09-12 23:51:46 +03: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/replace.el (query-replace-read-from): Use `read-regexp' instead 2012-09-21 00:57:13 +03: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 Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
jit-lock.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04: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 * lisp/json.el (json-encode-char): Codes 127 isn't "ASCII printable" either. 2012-09-27 18:55:03 -04: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 * lisp/kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817) 2012-07-06 17:34:49 -04:00
ldefs-boot.el Auto-commit of loaddefs files. 2012-10-01 06:21:00 -04:00
linum.el * lisp/linum.el (linum-format): Don't autoload it. Improve :type. 2012-09-27 00:26:22 -07:00
loadhist.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
loadup.el Macro-expand interpreted code during load. 2012-09-04 13:40:25 -04:00
locate.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +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 Reduce use of (require 'cl). 2012-07-10 07:51:54 -04: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 Update .PHONY listings in makefiles. 2012-07-30 09:20:35 -07:00
makefile.w32-in Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07: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 Replace version 24.2 with 24.3 where appropriate (hopefully) 2012-08-15 09:29:11 -07: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 Have kill-this-buffer don't do anything when frame is not alive or visible (Bug#8184). 2012-10-03 10:50:49 +02:00
midnight.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
minibuf-eldef.el * lisp/minibuf-eldef.el: Make it possible to replace (default ...) with [...]. 2012-09-26 22:10:54 -04:00
minibuffer.el * lisp/subr.el (read-passwd-map): New var. 2012-10-06 13:29:15 -04:00
misc.el misc.el (forward-to-word, backward-to-word): Use (interactive "^p"). 2012-08-22 19:12:35 +02:00
misearch.el Merge from emacs-24 branch; up to 2012-05-01T10:20:43Z!rgm@gnu.org 2012-07-21 14:13:23 +08:00
mouse-copy.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
mouse-drag.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
mouse.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
mpc.el Replace version 24.2 with 24.3 where appropriate (hopefully) 2012-08-15 09:29:11 -07:00
msb.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
mwheel.el * mwheel.el (mwheel-scroll): Call deactivate-mark at the right point. 2012-03-24 19:05:39 +08:00
newcomment.el Replace version 24.2 with 24.3 where appropriate (hopefully) 2012-08-15 09:29:11 -07:00
notifications.el * notifications.el (notifications-on-action-signal) 2012-07-27 12:56:03 +02:00
novice.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
outline.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
paren.el * lisp/paren.el (show-paren-delay): Add a :set function. Doc fix. (Bug#12297) 2012-08-29 21:44:11 -04:00
password-cache.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +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 (pcmpl-gnu-tarfile-regexp): Add tar.xz. (tiny change) 2012-09-07 20:59:04 -04: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 Replace version 24.2 with 24.3 where appropriate (hopefully) 2012-08-15 09:29:11 -07:00
pcmpl-unix.el Use completion-table-with-quoting for comint and pcomplete. 2012-04-25 14:53:57 -04:00
pcomplete.el Merge from emacs-24; up to 2012-05-07T21:26:08Z!rgm@gnu.org 2012-09-28 09:02:31 -07:00
printing.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
proced.el Add missing :version tags 2012-10-06 13:30:26 -07:00
profiler.el Add missing :version tags 2012-10-06 13:30:26 -07: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 Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
ps-samp.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
README
recentf.el Two new recentf.el keybindings 2012-04-10 04:45:10 +02:00
rect.el Deactivate the mark on more copy operations, and indicate the copied region. 2012-07-29 12:45:48 +08:00
register.el * lisp/register.el (append-to-register, prepend-to-register): 2012-10-06 13:16:26 -04:00
repeat.el Misc doc fixes. 2012-09-22 23:24:26 +08:00
replace.el * lisp/replace.el (query-replace-interactive): Declare obsolete. 2012-10-04 22:28:11 +03: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 Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
saveplace.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08: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 Reduce use of (require 'cl). 2012-07-10 07:51:54 -04: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 Update docs for a bunch of 24.3 changes. 2012-09-30 17:18:38 +08:00
ses.el Add a utility function buffer-narrowed-p, and use it. 2012-09-07 16:58:31 +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 Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
simple.el Minor code tweak for delete-trailing-whitespace. 2012-09-30 16:41:37 +08:00
skeleton.el Merge from emacs-24; up to 2012-05-04T19:17:01Z!monnier@iro.umontreal.ca 2012-08-28 09:01:59 -07:00
sort.el * sort.el (sort-regexp-fields): Doc fix. 2012-08-03 16:15:24 +08: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 Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
startup.el Update docs for a bunch of 24.3 changes. 2012-09-30 17:18:38 +08:00
strokes.el Aliases to defcustoms must come before the defcustom. 2012-10-06 12:55:47 -07:00
subr.el * lisp/subr.el (read-passwd-map): New var. 2012-10-06 13:29:15 -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 * lisp/arc-mode.el (archive-summarize): Let-bind `buffer-file-truename' 2012-09-30 19:54:43 +03: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 * term.el (term-ansi-reset): Try setting term-ansi-face-already-done to nil. 2012-09-27 00:05:37 -07: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 * lisp/thingatpt.el (forward-same-syntax): Handle no ARG case. 2012-05-25 19:40:47 -07: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 Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
time.el Revert the FOLLOW-SYMLINKS change for file-attributes. 2012-09-30 19:07:14 -07:00
timezone.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
tmm.el * tmm.el (tmm-prompt): Use string-prefix-p. 2012-06-07 12:35:00 -04:00
tool-bar.el Add missing :version tags to new defgroups and defcustoms 2012-02-11 14:13:29 -08:00
tooltip.el Fix and improve GUD Tooltip mode. 2012-08-14 21:48:39 +03:00
tree-widget.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
tutorial.el * lisp/tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook. 2012-09-29 23:21:50 -04:00
type-break.el * lisp/type-break.el: Use lexical-binding. 2012-09-28 11:17:08 -04:00
uniquify.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
userlock.el Let ESC ESC quit in read-char-choice, and use it in userlock.el. 2012-09-07 18:19:58 +08:00
vcursor.el * vcursor.el (vcursor-move): Increase the priority of the overlay. 2012-04-11 16:26:55 +02:00
version.el Add option to ask bzr itself for the emacs bzr revision 2012-09-15 13:00:45 -07:00
view.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08: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 Replace w32-init-info through the magic of custom-initialize-delay 2012-05-26 14:58:01 -07: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 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes. 2012-08-05 12:19:21 +08:00
whitespace.el Fix whitespace-display-mappings. 2012-08-03 14:51:11 +03:00
wid-browse.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04: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 Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
window.el Spelling fixes. 2012-10-04 22:57:24 -07:00
winner.el * lisp/winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here. 2012-09-30 00:00:46 -04:00
woman.el Spelling fixes. 2012-08-26 03:29:37 -07:00
x-dnd.el Update some function declarations 2012-02-11 15:06:46 -08:00
xml.el * xml.el (xml-escape-string): Don't refer to xml-entity-alist. 2012-08-19 14:37:15 +08:00
xt-mouse.el Misc minor changes. 2012-07-17 04:15:06 -04: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.