1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
emacs/lisp
Michael Albinus 864c58ca5f * filenotify.el: New package.
* autorevert.el (top): Require filenotify.el.
(auto-revert-notify-enabled): Remove.  Use `file-notify-support'
instead.
(auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
(auto-revert-notify-handler): Use `file-notify-*' functions.

* subr.el (file-notify-handle-event): Move function to filenotify.el.

* net/tramp.el (tramp-file-name-for-operation): Handle
`file-notify-add-watch' and `file-notify-rm-watch'.

* net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
for `file-notify-add-watch' and `file-notify-rm-watch'.
(tramp-process-sentinel): Improve trace.
(tramp-sh-handle-file-notify-add-watch)
(tramp-sh-file-notify-process-filter)
(tramp-sh-handle-file-notify-rm-watch)
(tramp-get-remote-inotifywait): New defuns.
2013-07-04 11:39:36 +02:00
..
calc Add log2 support and make log10 obsolete for consistency. 2013-06-20 07:15:42 -07:00
calendar Spelling fixes. 2013-06-30 08:10:33 -07:00
cedet * lisp/emacs-lisp/package.el: Include obsolete packages from archives. 2013-06-25 12:13:49 -04:00
emacs-lisp * automated/Makefile.in (setwins): Include the 'data' subdirectory. 2013-06-27 13:26:54 +04:00
emulation Add explicit arg REPLACE to the callers of `shell-command-on-region'. 2013-06-18 23:24:44 +03:00
erc Fix typos in ChangeLogs. 2013-06-19 22:10:57 +02:00
eshell Update Ehsell visual-commands documentation 2013-06-10 14:41:49 +12:00
gnus gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Revert 2013-01-14 change 2013-07-03 04:15:38 +00:00
international Fix bug #14755 which prevented autoloads from being computed. 2013-06-30 17:27:07 +03:00
language Use UTF-8 for most files with non-ASCII characters. 2013-04-01 18:18:40 -07:00
mail * mail/reporter.el (reporter-submit-bug-report): Handle missing package-name. 2013-06-12 09:08:17 -07:00
mh-e Fix typos in ChangeLogs. 2013-06-19 22:10:57 +02:00
net * filenotify.el: New package. 2013-07-04 11:39:36 +02:00
nxml * lisp/nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other 2013-05-15 14:31:51 -04:00
obsolete * obsolete/otodo-mode.el: Add obsolescence info to file header. 2013-06-27 10:33:43 +02:00
org Fix typos in ChangeLogs. 2013-06-19 22:10:57 +02:00
play * lisp/play/cookie1.el (cookie-apropos): Minor simplification. 2013-06-21 20:37:18 -04:00
progmodes * lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more 2013-07-03 19:46:45 +04:00
term * term/ns-win.el (display-format-alist): Use .*. 2013-07-02 20:16:09 +02:00
textmodes Add `remember-notes' function to store random notes across Emacs 2013-06-30 18:29:23 -04:00
url Add bookmark support to eww 2013-06-26 18:54:48 +02:00
vc vc-compilation-mode fixes 2013-06-14 19:50:47 -07:00
.gitignore
abbrev.el * lisp/subr.el (with-wrapper-hook): Declare obsolete. 2013-04-17 20:12:33 -04:00
align.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
allout-widgets.el lisp/*.el: Fix typos; use string-match-p, looking-at-p, setq-local, defvar-local. 2013-06-21 14:24:37 +02:00
allout.el Add log2 support and make log10 obsolete for consistency. 2013-06-20 07:15:42 -07:00
ansi-color.el lisp/ansi-color.el: Convert to lexical binding. 2013-06-20 03:03:57 +02:00
apropos.el Introduce apropos-user-option' and update apropos-variable'. (Bug#13276) 2013-01-07 23:00:55 +01:00
arc-mode.el * arc-mode.el (archive-mode): Add `archive-write-file' also for 2013-06-20 13:45:45 +02:00
array.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
autoarg.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
autoinsert.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
autorevert.el * filenotify.el: New package. 2013-07-04 11:39:36 +02:00
avoid.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
battery.el Prefer UTF-8 when the encoding shouldn't matter and changes are small. 2013-03-05 09:13:01 -08:00
bindings.el Don't call sit-for in right-char and left-char for visual cursor motion. 2013-06-30 17:49:33 +03:00
bookmark.el Fix a bunch of custom types (thank you cus-test.el) 2013-05-08 21:40:20 -04:00
bs.el lisp/bs.el, emacs-lock.el: Use defvar-local, setq-local. 2013-06-22 04:33:33 +02:00
buff-menu.el * lisp/buff-menu.el (Buffer-menu-multi-occur): Add args and move the 2013-07-04 02:11:58 +03:00
button.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
calculator.el Silence some compiler warnings 2013-05-21 00:25:14 -07:00
case-table.el * lisp/case-table.el (case-table-get-table): New function. 2013-03-27 10:33:03 -04:00
cdl.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog * filenotify.el: New package. 2013-07-04 11:39:36 +02:00
ChangeLog.1 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.2 Fix typos. 2013-06-11 18:51:12 +02:00
ChangeLog.3 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.4 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.5 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.6 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.7 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.8 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.9 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.10 Spelling fixes. 2013-04-01 00:58:04 -07:00
ChangeLog.11 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.12 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.13 Spelling fixes. 2013-06-30 08:10:33 -07:00
ChangeLog.14 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.15 Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
ChangeLog.16 ChangeLog bug ref fix 2013-06-19 12:59:23 -04:00
chistory.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
cmuscheme.el lisp/*.el: Fix typos; use string-match-p, looking-at-p, setq-local, defvar-local. 2013-06-21 14:24:37 +02:00
color.el color.el: fix color-rgb-to-hsv computing 2013-01-11 15:04:24 +00:00
comint.el * comint.el (comint-redirect-results-list-from-process): Fix 2013-06-21 17:37:04 +08:00
completion.el Misc custom group fixes 2013-05-15 19:55:41 -04:00
composite.el lisp/*.el: Fix typos; use string-match-p, looking-at-p, setq-local, defvar-local. 2013-06-21 14:24:37 +02:00
COPYING
cus-dep.el * lisp/cus-dep.el (custom-make-dependencies): Sort the output. 2013-05-17 20:22:56 -04:00
cus-edit.el lisp/(cus-edit,custom).el: Fix typos; use setq-local, string-match-p, looking-at-p. 2013-06-20 13:29:30 +02:00
cus-face.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
cus-start.el Misc custom group fixes 2013-05-15 19:55:41 -04:00
cus-theme.el faces.el (read-face-name): Do not override value of arg default, call instead face-at-point 2013-04-12 20:10:09 -05:00
custom.el lisp/(cus-edit,custom).el: Fix typos; use setq-local, string-match-p, looking-at-p. 2013-06-20 13:29:30 +02:00
dabbrev.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
delim-col.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
delsel.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
descr-text.el Merge from emacs-24; up to 2012-12-27T17:59:21Z!rgm@gnu.org 2013-05-08 19:44:12 -07:00
desktop.el lisp/desktop.el: More fixes to frame restoration. 2013-07-01 05:29:46 +02:00
dframe.el Small speedbar-related clean-up 2013-05-21 20:13:56 -07:00
dired-aux.el * lisp/isearch.el (isearch-filter-predicates): Rename from `isearch-filter-predicate'. 2013-05-28 01:42:11 +03:00
dired-x.el lisp/*.el: Fix typos; use string-match-p, looking-at-p, setq-local, defvar-local. 2013-06-21 14:24:37 +02:00
dired.el lisp/*.el: Fix typos; use string-match-p, looking-at-p, setq-local, defvar-local. 2013-06-21 14:24:37 +02:00
dirtrack.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
disp-table.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
dnd.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
doc-view.el * lisp/doc-view.el: Minor naming convention tweaks. 2013-05-26 21:08:43 -04:00
dos-fns.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
dos-vars.el Make some files provide features 2013-05-11 16:41:52 -07:00
dos-w32.el lisp/*.el: Fix typos; use string-match-p, looking-at-p, setq-local, defvar-local. 2013-06-21 14:24:37 +02:00
double.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
dynamic-setting.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ebuff-menu.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
echistory.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
edmacro.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ehelp.el Make S-SPC scroll in the opposite direction to SPC 2013-02-11 20:46:18 -08:00
electric.el * lisp/electric.el (electric-pair-mode): Improve interaction with 2013-06-19 00:42:32 -04:00
elide-head.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
emacs-lock.el lisp/bs.el, emacs-lock.el: Use defvar-local, setq-local. 2013-06-22 04:33:33 +02:00
env.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
epa-dired.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
epa-file.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
epa-hook.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
epa-mail.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
epa.el * lisp/epa.el (epa-read-file-name): New function. 2013-06-09 17:32:49 -07:00
epg-config.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
epg.el epg.el: Add context option home-directory' and program'. 2013-06-24 16:07:08 +09:00
expand.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ezimage.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
face-remap.el lisp/face-remap.el (buffer-face-toggle): Fix typo in docstring. 2013-06-18 12:52:07 +02:00
facemenu.el faces.el (read-face-name): Do not override value of arg default, call instead face-at-point 2013-04-12 20:10:09 -05:00
faces.el lisp/faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com. 2013-06-24 18:06:47 +02:00
ffap.el Merge FFAP's URI-detection code into thingatpt.el. 2013-02-04 20:02:25 +08:00
filecache.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
filenotify.el * filenotify.el: New package. 2013-07-04 11:39:36 +02:00
files-x.el * lisp/files-x.el (read-file-local-variable-value): Add `default'. 2013-06-25 23:48:54 +03:00
files.el Add `remember-notes' function to store random notes across Emacs 2013-06-30 18:29:23 -04:00
filesets.el Prefer UTF-8 when the encoding shouldn't matter and changes are small. 2013-03-05 09:13:01 -08:00
find-cmd.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
find-dired.el Add dired-hide-details-mode. (Bug#6799) 2013-02-13 10:42:31 +01:00
find-file.el * lisp/find-file.el (cc-other-file-alist): Bump :version. 2013-05-06 08:46:31 -07:00
find-lisp.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
finder.el * lisp/emacs-lisp/package.el: Don't activate packages older than builtin. 2013-06-15 11:36:11 -04:00
flow-ctrl.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
foldout.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
follow.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
font-core.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
font-lock.el * lisp/font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load. 2013-06-20 23:37:44 -07:00
format-spec.el * lisp/format-spec.el (format-spec): Allow spec chars with nil values. 2013-05-20 00:45:58 -07:00
format.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
forms.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
frame.el Fix some declarations 2013-05-10 19:27:28 -07:00
fringe.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
generic-x.el Replace obsolete generic-make-keywords calls 2013-06-18 00:43:46 -07:00
gs.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
help-at-pt.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
help-fns.el lisp/help-fns.el (describe-variable): Add extra line for permanent-local vars. 2013-06-15 03:12:05 +02:00
help-macro.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
help-mode.el * lisp/help-fns.el (help-fns--compiler-macro): If the handler function is 2013-06-11 22:16:02 -04:00
help.el Bind view-echo-area-messages in minibuffer-inactive-mode-map. 2013-02-09 13:52:20 +08:00
hex-util.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
hexl.el In doc, use standard American English style for e.g., etc., i.e. 2013-02-12 09:36:54 -08:00
hfy-cmap.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
hi-lock.el Search and highlight symbol at point. 2013-06-03 11:51:50 +03:00
hilit-chg.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
hippie-exp.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
hl-line.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
htmlfontify.el * lisp/htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg. 2013-06-25 23:59:48 -07:00
ibuf-ext.el * lisp/ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix. 2013-06-12 19:42:12 +08:00
ibuf-macs.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ibuffer.el * lisp/buff-menu.el (Buffer-menu-multi-occur): Add args and move the 2013-07-04 02:11:58 +03:00
icomplete.el Fix bug#13708 2013-02-16 00:49:29 +05:30
ido.el * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash. 2013-07-03 11:01:34 +08:00
ielm.el Silence ielm compilation 2013-05-29 20:30:34 -07:00
iimage.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
image-dired.el image-dired-dired-toggle-marked-thumbs tiny change 2013-06-12 22:10:48 -07:00
image-file.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
image-mode.el * lisp/image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops 2013-05-26 20:59:33 -04:00
image.el * image.el (image-animated-p): Tweak definition. 2013-05-29 20:24:30 -07:00
imenu.el * lisp/imenu.el: Comment nitpicks. 2013-02-28 12:15:08 -05:00
indent.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
info-look.el * info-look.el: Prefer latex2e.info. 2013-04-22 22:41:32 +08:00
info-xref.el Make info-xref checks case-sensitive by default 2013-07-02 20:09:38 -07:00
info.el Make info-xref checks case-sensitive by default 2013-07-02 20:09:38 -07:00
informat.el * lisp/informat.el (Info-tagify): Handle buffers not visiting files. 2013-02-20 22:39:04 -08:00
isearch.el * lisp/isearch.el (isearch-query-replace): Add " symbol" and other 2013-06-14 01:08:45 +03:00
isearchb.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
iswitchb.el Merge from emacs-24; up to 2012-12-26T16:22:18Z!michael.albinus@gmx.de 2013-03-30 09:55:47 -07:00
jit-lock.el Misc custom group fixes 2013-05-15 19:55:41 -04:00
jka-cmpr-hook.el * lisp/jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo. 2013-05-08 21:06:10 -04:00
jka-compr.el Remove all references to buffer-file-type and related features. 2013-02-09 14:52:01 +02:00
json.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
kermit.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
kmacro.el * kmacro.el (kmacro-call-macro): Fix bug#14135. 2013-04-05 16:38:06 +08:00
ldefs-boot.el Auto-commit of loaddefs files. 2013-07-01 06:20:51 -04:00
linum.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
loadhist.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
loadup.el * lisp/simple.el: Move all the prog-mode code to prog-mode.el. 2013-06-05 14:10:27 -04:00
locate.el Add dired-hide-details-mode. (Bug#6799) 2013-02-13 10:42:31 +01:00
lpr.el More custom :type fixes 2013-05-10 19:21:29 -07:00
ls-lisp.el Spelling fixes (or remove unnecessary and unusually-spelled words). 2013-05-04 22:03:08 -07:00
macros.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
Makefile.in * lisp/emacs-lisp/cl-loaddefs.el: Don't version-control any more. 2013-06-20 16:01:51 -04:00
makefile.w32-in Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
makesum.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
man.el * lisp/man.el (Man-default-man-entry): Remove `-' from the end of the default value. 2013-05-19 02:18:16 +03:00
master.el Misc custom group fixes 2013-05-15 19:55:41 -04:00
mb-depth.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
md4.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
menu-bar.el * lisp/menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry. 2013-02-16 19:40:38 -08:00
midnight.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
minibuf-eldef.el * minibuf-eldef.el (minibuffer-default--in-prompt-regexps): Handle 2013-02-10 15:18:48 +01:00
minibuffer.el * minibuffer.el (read-file-name-completion-ignore-case): 2013-05-29 20:18:06 -07:00
misc.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
misearch.el Disambiguate function and variable references in docstrings. 2013-01-11 18:08:55 -05:00
mouse-copy.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
mouse-drag.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
mouse.el * lisp/subr.el (posn-point, posn-string): Fix it here instead. 2013-03-20 14:13:00 -04:00
mpc.el * lisp/mpc.el (mpc-proc): Add `restart' argument. 2013-04-10 09:17:27 -04:00
msb.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
mwheel.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
newcomment.el * newcomment.el (comment-search-forward, comment-search-backward): Doc fix. 2013-06-18 13:57:56 -04:00
notifications.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
novice.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
outline.el * outline.el (outline-regexp, outline-heading-end-regexp): Use 2013-02-20 14:05:24 +01:00
paren.el * lisp/paren.el: Simplify the code. 2013-05-30 11:44:54 -04:00
password-cache.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
pcmpl-cvs.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
pcmpl-gnu.el * lisp/pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound. 2013-06-01 13:10:08 -07:00
pcmpl-linux.el Misc custom group fixes 2013-05-15 19:55:41 -04:00
pcmpl-rpm.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
pcmpl-unix.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
pcmpl-x.el Standardize license text 2013-04-09 18:22:15 -07:00
pcomplete.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
printing.el Silence printing.el compilation 2013-05-21 09:13:08 -07:00
proced.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
profiler.el lisp/profiler.el (profiler-format-number): Use log, not log10. 2013-06-21 02:53:33 +02:00
ps-bdf.el Use locate-user-emacs-file. 2013-03-11 22:08:21 -04:00
ps-def.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ps-mule.el Fix a bunch of custom types (thank you cus-test.el) 2013-05-08 21:40:20 -04:00
ps-print.el Fix a bunch of custom types (thank you cus-test.el) 2013-05-08 21:40:20 -04:00
ps-samp.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
README
recentf.el More missing :version tags for defcustoms 2013-05-06 00:10:31 -07:00
rect.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
register.el * lisp/register.el: Move semantic tag handling back to 2013-03-26 10:49:05 +08:00
repeat.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
replace.el * lisp/isearch.el (isearch-query-replace): Add " symbol" and other 2013-06-14 01:08:45 +03:00
reposition.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
reveal.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
rfn-eshadow.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
rot13.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ruler-mode.el Prefer UTF-8 when the encoding shouldn't matter and changes are small. 2013-03-05 09:13:01 -08:00
savehist.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
saveplace.el Add support for dired in saveplace. 2013-06-14 11:32:01 +02:00
sb-image.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
scroll-all.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
scroll-bar.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
scroll-lock.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
select.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
server.el Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.org 2013-02-12 20:31:09 -08:00
ses.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
shadowfile.el Use locate-user-emacs-file. 2013-03-11 22:08:21 -04:00
shell.el Misc custom group fixes 2013-05-15 19:55:41 -04:00
simple.el * lisp/simple.el (set-variable): Use read-from-minibuffer. 2013-06-25 20:50:50 -04:00
skeleton.el * lisp/autorevert.el (auto-revert-notify-handler): Use memq. 2013-06-05 15:57:10 -04:00
sort.el * lisp/sort.el (delete-duplicate-lines): Accept an optional `keep-blanks' 2013-05-24 14:39:21 -04:00
soundex.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
speedbar.el Small speedbar-related clean-up 2013-05-21 20:13:56 -07:00
startup.el Add `remember-notes' function to store random notes across Emacs 2013-06-30 18:29:23 -04:00
strokes.el Use locate-user-emacs-file. 2013-03-11 22:08:21 -04:00
subr.el * filenotify.el: New package. 2013-07-04 11:39:36 +02:00
t-mouse.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
tabify.el lisp/tabify.el (untabify, tabify): With prefix, apply to entire buffer. 2013-06-18 10:17:01 +02:00
talk.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
tar-mode.el * lisp/emacs-lisp/package.el: Use tar-mode rather than tar executable. 2013-06-20 23:08:47 -04:00
tempo.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
term.el * term.el (term-suppress-hard-newline): New option (tiny change) 2013-06-12 22:27:05 -07:00
thingatpt.el * lisp/thingatpt.el (thing-at-point): Accept optional second argument 2013-05-08 11:13:25 -04:00
thumbs.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
time-stamp.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
time.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
timezone.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
tmm.el * lisp/tmm.el: Use lexical-binding and current-active-maps. 2013-02-13 08:40:00 -05:00
tool-bar.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
tooltip.el Gud tooltip tweak 2013-05-23 23:50:22 -07:00
tree-widget.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
tutorial.el Add `enable-dir-local-variables' 2013-02-10 17:50:45 -08:00
type-break.el Misc custom group fixes 2013-05-15 19:55:41 -04:00
uniquify.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
userlock.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
vcursor.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
version.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
view.el Make S-SPC scroll in the opposite direction to SPC 2013-02-11 20:46:18 -08:00
vt100-led.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
vt-control.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
w32-common-fns.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
w32-fns.el * lisp/w32-fns.el (w32-charset-info-alist): Declare. 2013-05-06 00:29:26 -07:00
w32-vars.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
wdired.el * lisp/isearch.el (isearch-filter-predicates): Rename from `isearch-filter-predicate'. 2013-05-28 01:42:11 +03:00
whitespace.el Fix a bunch of custom types (thank you cus-test.el) 2013-05-08 21:40:20 -04:00
wid-browse.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
wid-edit.el wid-edit.el (widget-default-get): Don't modify widget (Bug#14738) 2013-07-01 05:00:50 +00:00
widget.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
windmove.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
window.el lisp/window.el: Fix previous change (2013-06-25T15:08:47Z!lekktu@gmail.com). 2013-06-25 19:20:19 +02:00
winner.el * lisp/winner.el (winner-active-region): Use region-active-p, activate-mark 2013-04-18 09:15:08 -04:00
woman.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
x-dnd.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
xml.el * xml.el (xml-parse-string): Fix typo in handling of bad character references. 2013-02-13 15:24:11 +08:00
xt-mouse.el * lisp/xt-mouse.el (xterm-mouse-event-read): Remove. 2013-03-10 22:56:18 -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.