1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 06:50:46 -08:00
emacs/lisp
Paul Eggert 8dd5b6ea56 Improve pdumper doc; say unexec is deprecated
Say that pdumping cannot redump unless -batch is used.  Say that
the traditional unexec dumping method is by default not available,
and is deprecated.  Don't call dump files "portable", as dump files
are not any more portable than the Emacs executables themselves.
Just call them "dump files".  Similar, prefer "portable dumper"
(since the dumper code is portable) to "portable dumping" (since
the dump file is not).  Be more systematic about calling them
"dump files" instead of "dumped images" or whatnot.
2019-07-23 09:23:20 -07:00
..
calc Fix calc number formatting with digit grouping (bug#36689) 2019-07-16 17:37:46 +02:00
calendar Remove no-longer-needed integer overflow code 2019-07-22 16:36:50 -07:00
cedet Mark semantic functions correctly in defcustom 2019-07-15 13:43:14 +02:00
emacs-lisp Fix inline-quote Edebug spec 2019-07-21 15:40:48 +02:00
emulation Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
erc Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
eshell Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
gnus Remove no-longer-needed integer overflow code 2019-07-22 16:36:50 -07:00
image Use lexical-binding in compface.el 2019-07-21 02:16:09 +01:00
international Avoid loading mule-util at startup 2019-07-13 11:32:18 +03:00
language Rename symbols in ind-util.el to have indian- prefixes 2019-06-18 15:35:16 +02:00
leim/quail * lisp/leim/quail/georgian.el: Add georgian-nuskhuri input method 2019-07-14 09:29:54 +03:00
mail Fill footnotes better on `M-q' 2019-07-21 16:43:11 +02:00
mh-e Merge from origin/emacs-26 2019-07-06 12:51:30 -07:00
net ; Fix last commit in tramp-sh.el 2019-07-18 20:46:25 +02:00
nxml Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
obsolete Remove lisp/obsolete/xesam.el 2019-07-11 20:22:40 +02:00
org Remove some obsolete integer overflow handling 2019-07-22 19:26:21 +02:00
play White-space fix in fortune-compile 2019-07-10 00:53:39 +02:00
progmodes Fix problems in CC Mode with " being entered into a comment at EOB. 2019-07-23 09:55:49 +00:00
term Resurrect SVG support on MS-Windows 2019-07-11 16:28:41 +03:00
textmodes citeasnoun in reftex can take an optional parameter 2019-07-13 16:34:55 +02:00
url Fix long credentials when using auth in url.el 2019-07-13 01:31:24 +02:00
vc * lisp/vc/vc-git.el (vc-git-log-search): Remove shell-quote-argument. 2019-07-19 01:35:27 +03:00
abbrev.el * lisp/abbrev.el (abbrev-prefix-mark): Fix a typo. (Bug#36715) 2019-07-18 15:44:51 +03:00
align.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
allout-widgets.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
allout.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
ansi-color.el Remove XEmacs compat code from ansi-color.el 2019-06-19 22:08:19 +02:00
apropos.el Be more defensive regarding elements of 'load-history' 2019-03-01 11:44:52 +02:00
arc-mode.el arc-mode.el: Remove XEmacs compat code 2019-05-19 20:37:54 +02:00
array.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
auth-source-pass.el * lisp/auth-source-pass.el: Version 5.0.0 2019-06-24 09:15:41 +02:00
auth-source.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
autoarg.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
autoinsert.el Use lexical-binding in autoinsert.el and add tests 2019-05-31 19:07:48 +02:00
autorevert.el Keep auto-revert-mode working when changing buffer file name (bug#36159) 2019-06-11 22:15:38 +02:00
avoid.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
battery.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
bindings.el Use default-indent-new-line' instead of indent-new-comment-line' 2019-06-27 16:57:47 +02:00
bookmark.el Restore focus to Bookmark List after editing annotation 2019-07-14 09:26:42 +03:00
bs.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
buff-menu.el Mention columns width variables in the buffer-menu doc string 2019-07-13 06:32:34 +02:00
button.el Distinguish buttons from widgets (bug#34506) 2019-04-07 03:56:27 +01:00
calculator.el Remove no-longer-needed integer overflow code 2019-07-22 16:36:50 -07:00
case-table.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
cdl.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
ChangeLog.1 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.2 Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ChangeLog.3 ; Fix typo, insure -> ensure in ChangeLogs 2019-07-05 21:50:29 -04:00
ChangeLog.4 Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ChangeLog.5 Merge from origin/emacs-26 2019-07-06 12:51:30 -07:00
ChangeLog.6 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.7 Update author/maintainer info 2019-05-26 01:00:16 -07:00
ChangeLog.8 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.9 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.10 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.11 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.12 Update author/maintainer info 2019-05-26 01:00:16 -07:00
ChangeLog.13 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.14 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.15 Update author/maintainer info 2019-05-26 01:00:16 -07:00
ChangeLog.16 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.17 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
char-fold.el * lisp/char-fold.el (char-fold-to-regexp): Implement arg LAX (bug#36398). 2019-07-04 23:49:33 +03:00
chistory.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
cmuscheme.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
color.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
comint.el Support program switches in 'comint-run' command 2019-07-11 18:27:12 +02:00
completion.el Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
composite.el Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
COPYING Merge from Gnulib 2017-10-01 18:31:10 -07:00
cus-dep.el Report progress during custom-make-dependencies instead of file count 2019-06-18 15:24:10 +02:00
cus-edit.el Remove misleading message in customize 2019-07-11 16:06:03 +02:00
cus-face.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
cus-start.el Fix display-fill-column-indicator custom spec typo 2019-07-13 17:00:29 +02:00
cus-theme.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
custom.el Add :local specifier to defcustom 2019-06-27 13:26:45 +02:00
dabbrev.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
delim-col.el Make delimit-columns-region say what it does 2019-07-09 04:50:37 +02:00
delsel.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
descr-text.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
desktop.el Fix TODO to convert defvar with leading '*' to defcustom 2019-06-09 10:08:33 +03:00
dframe.el Remove XEmacs compat code from dframe.el 2019-06-19 22:08:19 +02:00
dired-aux.el End predicate `dired-in-this-tree' with '-p' 2019-07-13 04:03:50 +02:00
dired-x.el Make the unflag-p parameter in dired-mark-unmarked-files work 2019-07-21 17:40:51 +02:00
dired.el End predicate `dired-in-this-tree' with '-p' 2019-07-13 04:03:50 +02:00
dirtrack.el (dirtrack-toggle, dirtrackp): Remove obsolete aliases 2019-05-18 07:25:19 +02:00
disp-table.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
display-fill-column-indicator.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
display-line-numbers.el Resurrect display-line-number-mode in client frames 2019-06-07 17:32:17 +03:00
dnd.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
doc-view.el Improve the default value of 'doc-view-ghostscript-program' 2019-07-06 14:49:23 +03:00
dom.el * lisp/dom.el (dom-texts): Simplify (Bug#36441). 2019-07-06 14:34:47 -04:00
dos-fns.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
dos-vars.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
dos-w32.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
double.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
dynamic-setting.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
ebuff-menu.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
echistory.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
ecomplete.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
edmacro.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
ehelp.el ehelp.el: Suppress warning 2019-06-12 16:15:30 +02:00
elec-pair.el Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
electric.el Correctly reindent previous line in electric-indent-mode 2019-07-02 16:10:45 +01:00
elide-head.el Small elide-head.el update 2019-04-05 20:33:07 -04:00
emacs-lock.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
env.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
epa-dired.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
epa-file.el (epa-file-decode-and-insert): Byte compilation warning fix 2019-05-18 11:18:53 +02:00
epa-hook.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
epa-mail.el Suppress interactive-only warnings in epa*.el 2019-06-12 16:17:25 +02:00
epa.el Remove more XEmacs compat code from epa.el 2019-06-19 23:02:39 +02:00
epg-config.el Cleanup of TODO to prefer report-emacs-bug 2019-05-28 08:12:17 -04:00
epg.el Use the gpg --sender option 2019-07-13 02:13:40 +02:00
expand.el Cleanup of TODO to prefer report-emacs-bug 2019-05-28 08:12:17 -04:00
ezimage.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
face-remap.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
facemenu.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
faces.el Make describe-face also output the version information 2019-07-14 18:50:27 +02:00
ffap.el Fix prompting in functions like ffap-read-only 2019-07-14 19:17:41 +02:00
filecache.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
fileloop.el Rename multifile.el to fileloop.el 2019-02-07 12:23:09 +03:00
filenotify.el Comment out inexplicable condition in filenotify 2019-05-19 22:47:31 +02:00
files-x.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
files.el Remove no-longer-needed integer overflow code 2019-07-22 16:36:50 -07:00
filesets.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
find-cmd.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
find-dired.el Add file sorting options to find-dired and grep-find (bug#36110) 2019-06-20 00:55:07 +03:00
find-file.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
find-lisp.el Don’t assume CURRENT_TIME_LIST 2019-02-10 23:54:35 -08:00
finder.el Make finder-exit use quit-window (Bug#33610) 2019-07-20 12:23:07 +03:00
flow-ctrl.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
foldout.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
follow.el Handle scroll-error-top-bottom in follow.el and view.el (bug#21893) 2019-07-08 01:35:35 +03:00
font-core.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
font-lock.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
format-spec.el Fix last change to format-spec 2019-07-20 16:46:04 +01:00
format.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
forms.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
frame.el * lisp/frame.el (make-frame-on-display): Use x-display-list in completion. 2019-07-16 01:09:20 +03:00
frameset.el * lisp/frameset.el: Stop using obsolete registerv objects 2019-05-28 09:05:25 -04:00
fringe.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
generic-x.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
help-at-pt.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
help-fns.el Make describe-face also output the version information 2019-07-14 18:50:27 +02:00
help-macro.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
help-mode.el Use buffer's name for help-mode bookmarks (Bug#24573) 2019-07-06 14:34:47 -04:00
help.el Tweak point movement in view-echo-area-messages 2019-07-06 16:47:08 +02:00
hex-util.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
hexl.el Revert "Apply font-lock in hexl-mode buffers" 2019-06-27 16:28:22 +02:00
hfy-cmap.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
hi-lock.el Merge from origin/emacs-26 2019-07-06 12:51:30 -07:00
hilit-chg.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
hippie-exp.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
hl-line.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
htmlfontify.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
ibuf-ext.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
ibuf-macs.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ibuffer.el Document normal usage in ibuffer.el 2019-07-22 23:13:16 -04:00
icomplete.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
ido.el Fix INITIAL-INPUT cons handling in ido-read-internal 2019-07-15 20:52:48 +02:00
ielm.el Add doc strings to the ielm * variables 2019-06-20 14:13:18 +02:00
iimage.el Make C-l in iimage-mode call recenter-top-bottom 2019-06-24 18:26:03 +02:00
image-dired.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
image-file.el Replace use of obsolete string-make-unibyte 2019-04-28 16:45:13 -04:00
image-mode.el Fix auto-revert resizing in image mode 2019-06-23 22:50:46 +02:00
image.el Allow counter-clockwise rotations in image-rotate 2019-07-20 16:00:31 +01:00
imenu.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
indent.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
info-look.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
info-xref.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
info.el Revert "Fontify _emphasis_ in info nodes" 2019-06-28 15:05:59 +02:00
informat.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
isearch.el Clarify doc of isearch-wrap-function 2019-07-15 13:43:14 +02:00
isearchb.el Suppress warning in isearchb about iswitchb being obsolete 2019-06-17 12:37:02 +02:00
jit-lock.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
jka-cmpr-hook.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
jka-compr.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
json.el Fix pretty-printing of {} 2019-07-10 13:23:47 +02:00
jsonrpc.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
kermit.el Fix TODO to convert defvar with leading '*' to defcustom 2019-06-09 10:08:33 +03:00
kmacro.el Rewrite the kmacro register function to avoid using obsolete functions 2019-06-12 18:21:35 +02:00
ldefs-boot.el ; Auto-commit of loaddefs files. 2019-07-01 06:26:54 -07:00
linum.el Merge from origin/emacs-26 2019-06-07 07:50:49 -07:00
loadhist.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
loadup.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
locate.el * lisp/locate.el (locate-mode): Setup invisibility for Dired commands 2019-03-18 14:25:49 -04:00
lpr.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
ls-lisp.el Remove some obsolete integer overflow handling 2019-07-22 19:26:21 +02:00
macros.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
Makefile.in Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
makesum.el Use lexical-binding in makesum.el and add tests 2019-05-29 20:47:16 +02:00
man.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
master.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
mb-depth.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
md4.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
menu-bar.el Fix TTY menus in GUD and GDB-MI modes 2019-07-13 12:47:02 +03:00
midnight.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
minibuf-eldef.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
minibuffer.el * lisp/minibuffer.el (minibuffer-message-properties): New variable. 2019-07-05 01:01:01 +03:00
misc.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
misearch.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
mouse-copy.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
mouse-drag.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
mouse.el Fix *Messages* grouping in C-Mouse-1 buffer menu 2019-07-15 12:51:20 +02:00
mpc.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
msb.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
mwheel.el Declare mwheel-install obsolete (Bug#36553) 2019-07-18 20:06:27 -04:00
newcomment.el Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
notifications.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
novice.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
obarray.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
outline.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
paren.el Use lexical-binding in paren.el and add tests 2019-05-26 11:22:27 +02:00
password-cache.el Use lexical-binding in password-cache.el and add tests 2019-06-09 10:08:36 -07:00
pcmpl-cvs.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
pcmpl-gnu.el Fix compilation warning in pcmpl-gnu.el 2019-06-19 15:30:22 +02:00
pcmpl-linux.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
pcmpl-rpm.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
pcmpl-unix.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
pcmpl-x.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
pcomplete.el Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
pixel-scroll.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
plstore.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
printing.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
proced.el * lisp/wid-edit.el (widget-choose): Use display-buffer-in-direction 2019-06-05 23:57:07 +03:00
profiler.el ; Fix last change to profiler-report 2019-06-30 13:30:03 +01:00
ps-bdf.el Fixes for "Maintainer:" and related lines 2019-05-19 21:34:27 -07:00
ps-def.el Remove XEmacs compat code from ps-print 2019-06-19 22:30:10 +02:00
ps-mule.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
ps-print.el Remove XEmacs compat code from ps-print 2019-06-19 22:30:10 +02:00
ps-samp.el Remove retired maintainers from comments 2019-06-04 12:42:47 -07:00
README
recentf.el Merge from origin/emacs-26 2019-06-01 12:04:41 -07:00
rect.el rectangle--pos-cols shouldn't move point 2019-06-24 19:12:41 +02:00
register.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
registry.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
repeat.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
replace.el Tweak mouse-face highlighting of Occur buffers 2019-07-15 20:13:48 +02:00
reposition.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
reveal.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
rfn-eshadow.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
rot13.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
rtree.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ruler-mode.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
savehist.el Don't have savehist-save bug out on non-existing directory 2019-07-13 17:13:12 +02:00
saveplace.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
sb-image.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
scroll-all.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
scroll-bar.el Remove no-longer-needed integer overflow code 2019-07-22 16:36:50 -07:00
scroll-lock.el New function for scroll-lock-mode to almost always scroll 2019-07-14 09:23:20 +03:00
select.el ; * lisp/select.el (xselect--encode-string): Fix a thinko. 2019-06-22 12:38:05 +03:00
server.el * lisp/server.el (server-ensure-safe-dir): Revert part of b663c83724 2019-07-18 11:10:05 -04:00
ses.el Fixes for "Maintainer:" and related lines 2019-05-19 21:34:27 -07:00
shadowfile.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
shell.el Support history files in remote shells (Bug#36742) 2019-07-22 13:04:14 +02:00
simple.el Remove no-longer-needed integer overflow code 2019-07-22 16:36:50 -07:00
skeleton.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
so-long.el * lisp/so-long.el (so-long-variable-overrides): Improve doc 2019-07-13 23:56:19 +12:00
sort.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
soundex.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
speedbar.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
startup.el Improve pdumper doc; say unexec is deprecated 2019-07-23 09:23:20 -07:00
strokes.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
subr.el Avoid byte compiler warning for subr.el 2019-07-22 17:47:42 -07:00
svg.el Revert "Add support for paths to svg.el" 2019-07-16 15:44:58 +02:00
t-mouse.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
tabify.el Use lexical-binding in tabify.el and add tests 2019-05-25 18:37:33 -07:00
talk.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
tar-mode.el * lisp/tar-mode.el: Use lexical-binding; remove redundant :groups. 2019-06-25 16:36:53 -04:00
tempo.el Remove XEmacs compat code from tempo.el 2019-06-12 23:26:56 +02:00
term.el Merge from emacs-26 2019-07-20 22:02:36 -04:00
thingatpt.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
thread.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
thumbs.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
time-stamp.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
time.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
timezone.el Use lexical-binding in timezone.el and add tests 2019-06-01 01:44:31 -07:00
tmm.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
tool-bar.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
tooltip.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
tree-widget.el Always try to display tree-widget with images (Bug#36147) 2019-06-15 17:06:31 -04:00
tutorial.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
type-break.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
uniquify.el Remove outdated comment in uniquify.el 2019-07-06 16:37:09 +02:00
userlock.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
vcursor.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
version.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
view.el Handle scroll-error-top-bottom in follow.el and view.el (bug#21893) 2019-07-08 01:35:35 +03:00
vt-control.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
vt100-led.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
w32-fns.el w32--os-description: Fix previous change 2019-05-20 14:34:36 +02:00
w32-vars.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
wdired.el Prevent infinite loop on entering wdired-mode 2019-07-16 11:04:56 +02:00
whitespace.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
wid-browse.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
wid-edit.el * lisp/wid-edit.el: Previous change needs subr-x. 2019-07-16 15:57:51 -07:00
widget.el * lisp/widget.el (define-widget-keywords): Use declare. 2019-06-13 17:42:58 -04:00
windmove.el * lisp/windmove.el (windmove-display-in-direction): Support consecutive calls 2019-04-25 00:40:27 +03:00
window.el Handle persistence of windows' scroll bar and fringes settings (Bug#36193) 2019-07-22 09:19:18 +02:00
winner.el Add a new regexp variable to control boring winner buffers 2019-06-27 21:00:35 +02:00
woman.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
x-dnd.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
xdg.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
xml.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
xt-mouse.el Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
xwidget.el Update copyright year to 2019 2019-01-01 01:01:13 +00: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.