1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00
emacs/lisp
Stefan Kangas 739e3dbe05 Remove many items obsolete since 24.1
* lisp/allout.el (allout-abbreviate-flattened-numbering)
(allout-mode-deactivate-hook):
* lisp/ansi-color.el (ansi-color-unfontify-region):
* lisp/auth-source.el (auth-source-hide-passwords)
(auth-source-user-or-password)
(auth-source-forget-user-or-password):
* lisp/cedet/data-debug.el (data-debug-map):
* lisp/cedet/semantic/grammar.el (semantic-grammar-syntax-table)
(semantic-grammar-map):
* lisp/chistory.el (command-history-map):
* lisp/comint.el (comint-dynamic-complete)
(comint-dynamic-complete-as-filename)
(comint-dynamic-simple-complete):
* lisp/dired-x.el (read-filename-at-point)
(dired-x-submit-report):
* lisp/dos-fns.el (register-name-alist, make-register)
(register-value, set-register-value, intdos, mode25, mode4350):
* lisp/emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
* lisp/emacs-lisp/chart.el (chart-map):
* lisp/emacs-lisp/package.el (package-menu-view-commentary):
* lisp/emacs-lock.el (toggle-emacs-lock, emacs-lock-from-exiting):
* lisp/erc/erc.el (erc-complete-word):
* lisp/eshell/em-cmpl.el (eshell-cmpl-suffix-list):
* lisp/eshell/esh-util.el (eshell-for):
* lisp/files.el (inhibit-first-line-modes-regexps)
(inhibit-first-line-modes-suffixes):
* lisp/gnus/gnus-msg.el (gnus-outgoing-message-group)
(gnus-debug-files, gnus-debug-exclude-variables):
* lisp/gnus/gnus-registry.el (gnus-registry-user-format-function-M):
* lisp/gnus/gnus.el (gnus-local-domain, gnus-carpal):
* lisp/gnus/nnimap.el (nnimap-split-rule):
* lisp/iimage.el (turn-on-iimage-mode):
* lisp/image.el (image-extension-data, image-library-alist):
* lisp/mail/emacsbug.el (report-emacs-bug-pretest-address):
* lisp/mail/mail-utils.el (rmail-dont-reply-to):
* lisp/mail/mailalias.el (mail-complete-function)
(mail-completion-at-point-function):
* lisp/mail/rmail.el (rmail-dont-reply-to-names)
(rmail-default-dont-reply-to-names):
* lisp/mail/sendmail.el (mail-mailer-swallows-blank-line)
(mail-sent-via):
* lisp/menu-bar.el (menu-bar-kill-ring-save):
* lisp/minibuffer.el (completion-annotate-function)
(minibuffer-local-filename-must-match-map):
* lisp/msb.el (msb-after-load-hooks):
* lisp/obsolete/eieio-compat.el (eieio-defmethod)
(eieio-defgeneric):
* lisp/obsolete/info-edit.el (Info-edit-map):
* lisp/obsolete/starttls.el (starttls-any-program-available):
* lisp/progmodes/cfengine.el (cfengine-mode-abbrevs):
* lisp/progmodes/cwarn.el (turn-on-cwarn-mode):
* lisp/progmodes/make-mode.el (makefile-complete):
* lisp/progmodes/meta-mode.el (meta-complete-symbol)
(meta-mode-map):
* lisp/progmodes/pascal.el (pascal-toggle-completions)
(pascal-last-completions, pascal-show-completions):
* lisp/progmodes/prolog.el (prolog-char-quote-workaround):
* lisp/progmodes/which-func.el (which-func-mode): [FUNCTION]
* lisp/simple.el (count-lines-region, minibuffer-completing-symbol):
* lisp/speedbar.el (speedbar-syntax-table, speedbar-key-map):
* lisp/strokes.el (strokes-report-bug):
* lisp/subr.el (condition-case-no-debug):
* lisp/term/ns-win.el (ns-alternatives-map)
(ns-store-cut-buffer-internal):
* lisp/term/w32-win.el (w32-default-color-map):
* lisp/term/x-win.el (x-cut-buffer-or-selection-value):
* lisp/textmodes/bibtex.el (bibtex-complete)
(bibtex-entry-field-alist):
* lisp/textmodes/reftex-index.el (reftex-index-map)
(reftex-index-phrases-map):
* lisp/textmodes/reftex-sel.el (reftex-select-label-map)
(reftex-select-bib-map):
* lisp/textmodes/reftex-toc.el (reftex-toc-map):
* lisp/textmodes/rst.el (rst-block-face, rst-external-face)
(rst-definition-face, rst-directive-face, rst-comment-face)
(rst-emphasis1-face, rst-emphasis2-face, rst-literal-face)
(rst-reference-face):
* lisp/vc/vc-hooks.el (vc-toggle-read-only):
* lisp/view.el (view-return-to-alist)
(view-return-to-alist-update): Remove many functions and variables
obsolete since 24.1.

* lisp/textmodes/bibtex.el (bibtex-entry-alist): Don't use above
removed variable 'bibtex-entry-field-alist'.
* lisp/cedet/data-debug.el (data-debug-edebug-expr)
(data-debug-eval-expression):
* lisp/emacs-lisp/trace.el (trace--read-args):
* lisp/files-x.el (read-file-local-variable-value):
* lisp/simple.el (read--expression): Don't use above removed variable
'minibuffer-completing-symbol'.
* lisp/textmodes/rst.el (rst-font-lock-keywords): Don't use above
removed variables.
* src/w32fns.c (Fw32_default_color_map): Delete obsolete function.
(syms_of_w32fns): Delete defsubr for above defun.
* src/keyboard.c (syms_of_keyboard) <Vdeferred_action_list>
<Vdeferred_action_function>: Delete DEFVARs.
<Qdeferred_action_function>: Delete DEFSYM.
(syms_of_keyboard_for_pdumper): Adjust for above change.
(command_loop_1): Don't run deferred-action-function hook.
* lisp/subr.el (deferred-action-list, deferred-action-function):
Delete obsoletion statements.
* lisp/emacs-lisp/ert-x.el (ert-simulate-command): Don't run
'deferred-action-list' hook.
* doc/lispref/hooks.texi (Standard Hooks): Delete
'deferred-action-function'.

* lisp/emacs-lisp/lisp.el (field-complete):
* lisp/eshell/em-cmpl.el (eshell-cmpl-initialize):
* lisp/gnus/gnus-msg.el (gnus-inews-insert-gcc):
* lisp/gnus/nnmail.el (nnmail-fancy-expiry-target):
* lisp/mail/mail-utils.el (mail-dont-reply-to):
* lisp/mail/sendmail.el (sendmail-send-it):
* lisp/mail/smtpmail.el (smtpmail-send-it):
* lisp/minibuffer.el (minibuffer-completion-help):
* lisp/progmodes/python.el: Don't use above removed items.
* lisp/emacs-lisp/eieio-core.el:
* lisp/mail/mailalias.el (mail-complete-alist): Doc fixes; don't refer
to above removed items.
; * etc/NEWS: List removed items.
2022-07-08 14:10:38 +02:00
..
calc Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
calendar Fix missing :value with defcustom const :type 2022-07-06 15:30:32 +02:00
cedet Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
emacs-lisp Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
emulation Quote some literal keys to get help-key-binding face 2022-07-03 23:31:31 +02:00
erc Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
eshell Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
gnus Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
image Make some additional defcustom types more restrictive 2022-07-06 19:29:51 +02:00
international Add new args MESSAGE and TIMEOUT to set-transient-map (bug#21634) 2022-07-06 20:39:41 +03:00
language Make the Indian itrans methods more phonetic 2022-07-07 09:47:09 +03:00
leim/quail * lisp/leim/quail/indian.el ("malayalam-mozhi"): Set DETERMINISTIC. 2022-07-03 10:06:18 +03:00
mail Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
mh-e Merge from origin/emacs-28 2022-07-03 06:30:38 +02:00
net Avoid obsolete initial-input argument in net-utils.el 2022-07-08 10:26:35 +02:00
nxml Make some additional defcustom types more restrictive 2022-07-06 19:29:51 +02:00
obsolete Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
org ; Fix typos. 2022-07-02 10:20:23 +02:00
play Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
progmodes Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
term Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
textmodes Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
url Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
vc Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
abbrev.el Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
align.el Quote some literal keys to get help-key-binding face 2022-07-03 23:31:31 +02:00
allout-widgets.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
allout.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
ansi-color.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
apropos.el Improve previous apropos-documentation-check-elc-file change 2022-05-18 13:20:26 +02:00
arc-mode.el Fix cl-generic bootstrap problems 2022-06-24 11:04:51 +02:00
array.el * lisp/array.el (array-mode-map): Prefer defvar-keymap. 2022-05-12 11:08:09 +02:00
auth-source-pass.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
auth-source.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
autoinsert.el Put safe-local-variable property on auto-insert 2022-07-08 13:08:21 +02:00
autorevert.el (with-demoted-errors): Warn on missing format arg 2022-02-04 19:39:53 -05:00
avoid.el Silence byte-compiler warning about x-pointer-invisible 2022-05-27 09:42:12 +02:00
battery.el ; Improve documentation of 'battery-update-functions' 2022-06-03 15:04:42 +03:00
bindings.el Quote some literal keys to get help-key-binding face 2022-07-03 23:31:31 +02:00
bookmark.el Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
bs.el Prefer Emacs mouse button event names to XEmacs names 2022-06-22 13:28:25 +02:00
buff-menu.el Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
button.el Fix button-buffer-map binding error 2022-04-16 19:32:26 +02:00
calculator.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
case-table.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cdl.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.1 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.2 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.3 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.4 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.5 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.6 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.7 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.8 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.9 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.10 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.11 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.12 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.13 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.14 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.15 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.16 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.17 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
char-fold.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
chistory.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
cmuscheme.el Make prompt read-only in inferior-scheme-mode 2022-05-12 14:15:12 +02:00
color.el Merge from origin/emacs-28 2022-05-28 07:06:30 +02:00
comint.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
completion.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
composite.el Fix deletion of composed text 2022-06-27 15:32:53 +03:00
COPYING
cus-dep.el Make finder/cus-dep scraping use generate-lisp-file functions 2022-06-05 20:17:30 +02:00
cus-edit.el Give a warning if setopt has been used with an invalid value 2022-07-05 19:33:24 +02:00
cus-face.el Update font scaling documentation to not talk about "face height" 2022-06-20 01:26:05 +02:00
cus-start.el Avoid recording passwords' chars 2022-06-25 12:27:27 +03:00
cus-theme.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
custom.el Fix custom-initialize-reset bootstrap error 2022-07-05 22:42:25 +02:00
dabbrev.el Fix dabbrev expansion after recent file-name buffer addition 2022-05-13 14:30:09 +02:00
delim-col.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
delsel.el Merge from origin/emacs-28 2022-06-05 06:30:25 +02:00
descr-text.el Merge from origin/emacs-28 2022-07-02 09:33:51 +02:00
desktop.el Make some additional defcustom types more restrictive 2022-07-06 19:29:51 +02:00
dframe.el Remove some XEmacs compat code for display-graphic-p 2022-05-15 01:10:11 +02:00
dired-aux.el Fix dired-goto-subdir prompt 2022-07-03 15:16:23 +02:00
dired-x.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
dired.el Quote some literal keys to get help-key-binding face 2022-07-03 23:31:31 +02:00
dirtrack.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
disp-table.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
display-fill-column-indicator.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
display-line-numbers.el Add new minor mode `header-line-indent-mode' 2022-05-13 21:24:12 +02:00
dnd.el Fix repeated "the" 2022-07-02 10:04:32 +03:00
doc-view.el Make some additional defcustom types more restrictive 2022-07-06 19:29:51 +02:00
dom.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
dos-fns.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
dos-vars.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
dos-w32.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
double.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
dynamic-setting.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ebuff-menu.el Allow sorting in electric-buffer-list with `S' 2022-01-24 18:19:38 +01:00
echistory.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ecomplete.el (ecomplete-add-item): Preserve the more complete text 2022-03-06 10:14:42 -05:00
edmacro.el Do interactive mode tagging in edmacro.el 2022-06-22 12:14:06 +02:00
ehelp.el Fix electric-help-map problem when help-char has meta-prefix 2022-04-14 15:51:04 +02:00
elec-pair.el lisp/elec-pair.el: Simplify last change 2022-07-03 11:12:45 -04:00
electric.el Fix a byte compilation warning in electric.el 2022-05-24 18:52:58 +02:00
elide-head.el Make old elide-head commands wrappers for mode 2022-01-10 04:30:13 +01:00
emacs-lock.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
env.el ; Fix typos. 2022-07-02 13:32:41 +02:00
epa-dired.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
epa-file.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
epa-hook.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
epa-ks.el Add a provide in epa-ks 2022-05-13 14:44:34 +02:00
epa-mail.el * lisp/epa-mail.el (epa-mail-mode-map): Use defvar-keymap. 2022-07-02 06:36:26 +02:00
epa.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
epg-config.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
epg.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
expand.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ezimage.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
face-remap.el Add new args MESSAGE and TIMEOUT to set-transient-map (bug#21634) 2022-07-06 20:39:41 +03:00
facemenu.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
faces.el Update font scaling documentation to not talk about "face height" 2022-06-20 01:26:05 +02:00
ffap.el Stop ffap-machine-at-point from pinging random hosts 2022-07-08 12:10:33 +02:00
filecache.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
fileloop.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
filenotify.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
files-x.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
files.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
filesets.el Make some additional defcustom types more restrictive 2022-07-06 19:29:51 +02:00
find-cmd.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
find-dired.el find-dired: Add find-dired-with-command 2022-06-27 09:46:27 +02:00
find-file.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
find-lisp.el Make dired-directory and dired-subdir-alist buffer-local 2022-02-07 01:31:53 +01:00
finder.el Make finder/cus-dep scraping use generate-lisp-file functions 2022-06-05 20:17:30 +02:00
flow-ctrl.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
foldout.el Fix handling double-click-time nil or t 2022-05-02 12:03:08 +02:00
follow.el ; Fix mistakes in 'declare function' forms 2022-05-14 16:19:12 +03:00
font-core.el Remove unnecessary autoload cookie in font-core.el 2022-01-04 09:52:27 +01:00
font-lock.el ; Fix typos. 2022-07-02 13:32:41 +02:00
format-spec.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
format.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
forms.el Audit symbol quoting in Lisp doc strings 2022-05-24 12:36:51 +02:00
frame.el Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
frameset.el ; * lisp/frameset.el: Fix a typo in a comment. 2022-05-04 12:06:10 +03:00
fringe.el Remove window-max-characters-per-line 2022-06-03 05:20:16 +02:00
generic-x.el Speed up generation of loaddefs files 2022-05-31 18:08:33 +02:00
help-at-pt.el ; Fix last change 'display-local-help' and its documentation 2022-04-24 15:47:08 +03:00
help-fns.el ; Fix doc strings in help-fns.el 2022-07-04 15:13:12 +03:00
help-macro.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
help-mode.el Document using make-composed-keymap with defvar-keymap 2022-07-04 18:19:53 +02:00
help.el Restore temp-buffer-resize-mode behaviour wrt. [back] buttons 2022-06-30 12:35:55 +02:00
hex-util.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
hexl.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
hfy-cmap.el Don't generate separate autoload file for htmlfontify 2022-06-05 18:23:17 +02:00
hi-lock.el Make some additional defcustom types more restrictive 2022-07-06 19:29:51 +02:00
hilit-chg.el Clarify highlight-changes-rotate-faces doc string 2022-06-07 12:22:10 +02:00
hippie-exp.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
hl-line.el Fix setter for hl-line-sticky-flag when hl-line is not loaded 2022-03-24 13:50:55 +08:00
htmlfontify.el Don't generate separate autoload file for htmlfontify 2022-06-05 18:23:17 +02:00
ibuf-ext.el Do not display 'nil for 0-ary filter qualifier in ibuf 2022-06-15 17:52:38 +02:00
ibuf-macs.el Do not display 'nil for 0-ary filter qualifier in ibuf 2022-06-15 17:52:38 +02:00
ibuffer.el Prefer defvar-keymap in ibuffer.el 2022-06-15 16:43:22 +02:00
icomplete.el Quote some literal keys to get help-key-binding face 2022-07-03 23:31:31 +02:00
ido.el Make some additional defcustom types more restrictive 2022-07-06 19:29:51 +02:00
ielm.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
iimage.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
image-dired.el image-dired: Use full name for bookmark handler type 2022-06-17 21:14:39 +02:00
image-file.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
image-mode.el Quote some literal keys to get help-key-binding face 2022-07-03 23:31:31 +02:00
image.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
imenu.el Make imenu--create-keymap more resilient 2022-07-07 20:21:38 +02:00
indent.el Add new args MESSAGE and TIMEOUT to set-transient-map (bug#21634) 2022-07-06 20:39:41 +03:00
info-look.el Allow reusing the *Help* window with i'/s/ commands 2022-05-02 11:30:52 +02:00
info-xref.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
info.el Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
informat.el Make some additional defcustom types more restrictive 2022-07-06 19:29:51 +02:00
isearch.el Quote some literal keys to get help-key-binding face 2022-07-03 23:31:31 +02:00
isearchb.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
jit-lock.el Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
jka-cmpr-hook.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
jka-compr.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
json.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
jsonrpc.el * lisp/jsonrpc.el (Version): Bump to 1.0.15. 2022-01-13 13:00:25 +01:00
kermit.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
keymap.el Filter out NS non-key events from `where-is-internal' 2022-06-18 14:06:30 +02:00
kmacro.el Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
ldefs-boot.el Regenerate ldefs-boot.el 2022-07-05 19:37:52 +02:00
linum.el Add comment to linum-mode about being old 2022-04-28 12:38:01 +02:00
loadhist.el (function-history): New symbol property (bug#53632) 2022-01-31 11:07:26 -05:00
loadup.el Allow `kill-buffer' query to save the buffer first 2022-06-24 11:04:51 +02:00
locate.el Give a better error in locate-default-make-command-line 2022-02-07 04:58:49 +01:00
longlines.el Remove soft newlines in longlines-mode 2022-07-06 13:18:09 +02:00
lpr.el ; Fix mistakes in 'declare function' forms 2022-05-14 16:19:12 +03:00
ls-lisp.el Fix sorting in ls-lisp.el under -v 2022-06-05 09:52:09 +03:00
macros.el kmacro: Represent it as an OClosure 2022-04-01 20:07:33 -04:00
Makefile.in Add mechanism for gradually phasing in new byte compilation warnings 2022-06-19 13:37:10 +02:00
makesum.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
man.el Add more bookmark types 2022-02-20 13:23:33 +01:00
master.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
mb-depth.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
md4.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
menu-bar.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
midnight.el Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
minibuf-eldef.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
minibuffer.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
misc.el Quote some literal keys to get help-key-binding face 2022-07-03 23:31:31 +02:00
misearch.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
mouse-copy.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
mouse-drag.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
mouse.el ; Fix typos. 2022-07-02 13:32:41 +02:00
mpc.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
msb.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
mwheel.el ; Fix warning in mwheel.el 2022-07-04 17:01:53 +02:00
newcomment.el Revert "Allow commenting out white space lines in latex-mode" 2022-05-31 20:20:23 +02:00
notifications.el (with-demoted-errors): Warn on missing format arg 2022-02-04 19:39:53 -05:00
novice.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
obarray.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
outline.el Quote some literal keys to get help-key-binding face 2022-07-03 23:31:31 +02:00
paren.el Allow show-paren to show matching parentheses inside comments 2022-05-02 11:02:54 +02:00
password-cache.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
pcmpl-cvs.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
pcmpl-gnu.el (with-demoted-errors): Warn on missing format arg 2022-02-04 19:39:53 -05:00
pcmpl-linux.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
pcmpl-rpm.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
pcmpl-unix.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
pcmpl-x.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
pcomplete.el pcomplete-parse-arguments: Fix last change 2022-06-08 01:08:22 +03:00
pgtk-dnd.el * lisp/pgtk-dnd.el (pgtk-dnd-use-offix-drop): Remove extra variable. 2022-06-29 16:00:09 +08:00
pixel-scroll.el Allow precision-scrolling nonselected windows when the minibuffer is resized 2022-05-09 09:37:58 +08:00
plstore.el Autoload safe local property for plstore-encrypt-to 2022-07-06 20:53:52 +02:00
printing.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
proced.el Handle remote system processes 2022-04-05 17:08:03 +02:00
profiler.el Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
ps-bdf.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ps-def.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ps-mule.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
ps-print.el ; Fix typos. 2022-07-02 13:32:41 +02:00
ps-samp.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
README
recentf.el Make some additional defcustom types more restrictive 2022-07-06 19:29:51 +02:00
rect.el * lisp/rect.el: Return correct positions of region-beginning/end (bug#55234) 2022-06-08 20:10:12 +03:00
register.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
registry.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
repeat.el * lisp/repeat.el (describe-repeat-maps): Handle non-symbol keymap (bug#21634). 2022-07-06 20:40:48 +03:00
replace.el Don't hard-code M-c' in read-regexp' 2022-07-05 18:27:42 +02:00
reposition.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
reveal.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
rfn-eshadow.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
rot13.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
rtree.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ruler-mode.el * lisp/ruler-mode.el (ruler-mode-map): Use defvar-keymap. 2022-07-02 06:36:26 +02:00
savehist.el Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
saveplace.el New hook save-place-after-find-file-hook 2022-06-30 14:07:15 +02:00
scroll-all.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
scroll-bar.el Improve scroll-bar-mode/default-frame-alist interaction docs 2022-03-04 16:55:57 +01:00
scroll-lock.el * lisp/scroll-lock.el (scroll-lock-mode-map): Prefer defvar-keymap. 2022-05-11 16:12:00 +02:00
select.el Fix `clipboard-yank' inserting off the kill ring instead of CLIPBOARD 2022-07-01 10:23:13 +08:00
server.el Fix typo in previous server.el change 2022-06-30 12:13:03 +02:00
ses.el Further audits of single quotes in Lisp doc strings 2022-05-24 13:17:53 +02:00
shadowfile.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
shell.el Remove some useless eval-when-compile 2022-07-04 14:56:11 +02:00
simple.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
skeleton.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
so-long.el Merge from origin/emacs-28 2022-06-24 13:52:51 +02:00
sort.el Make sorting not change buffer modification status always 2022-05-03 21:23:40 +02:00
soundex.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
speedbar.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
sqlite-mode.el Fix cl-generic bootstrap problems 2022-06-24 11:04:51 +02:00
sqlite.el ; Add 2022 to copyright years. 2022-01-01 07:07:15 -05:00
startup.el Make the nativecomp test eln directory more reliably be removed 2022-05-24 14:06:38 +02:00
strokes.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
subr.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
svg.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
t-mouse.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
tab-bar.el Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
tab-line.el Make some additional defcustom types more restrictive 2022-07-06 19:29:51 +02:00
tabify.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
talk.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
tar-mode.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
tempo.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
term.el Make some additional defcustom types more restrictive 2022-07-06 19:29:51 +02:00
thingatpt.el Fix (bounds-of-thing-at-point 'number) 2022-03-25 17:32:40 +01:00
thread.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
thumbs.el Make some additional defcustom types more restrictive 2022-07-06 19:29:51 +02:00
time-stamp.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
time.el Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
timezone.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
tmm.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
tool-bar.el Flush the tool bar cache on all terminals when adding new entries 2022-05-04 09:35:05 +02:00
tooltip.el ; Minor improvements to earlier change 2022-05-13 20:48:58 +08:00
transient.el ; Fix typos. 2022-07-02 10:20:23 +02:00
tree-widget.el Make the Unicode tree widget prettier 2022-06-05 15:59:37 +02:00
tutorial.el Don't have the tutorial ask to save if we haven't moved 2022-05-20 03:59:39 +02:00
type-break.el Make some additional defcustom types more restrictive 2022-07-06 19:29:51 +02:00
uniquify.el ; * lisp/uniquify.el: Remove incorrect comment. 2022-06-23 15:14:16 +02:00
userlock.el Fix userlock diagnostic 2022-01-11 08:58:39 -08:00
vcursor.el Drop ancient OEmacs support from vcursor.el 2022-05-14 15:55:20 +02:00
version.el Merge from origin/emacs-28 2022-02-03 06:30:29 +01:00
view.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
w32-fns.el Speed up generation of loaddefs files 2022-05-31 18:08:33 +02:00
w32-vars.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
wdired.el Fix wdired marking of unsuccessfully renamed files 2022-06-17 14:48:31 +02:00
whitespace.el ; Fix typos. 2022-07-02 13:32:41 +02:00
wid-browse.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
wid-edit.el Give a warning if setopt has been used with an invalid value 2022-07-05 19:33:24 +02:00
widget.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
windmove.el Quote some literal keys to get help-key-binding face 2022-07-03 23:31:31 +02:00
window.el Fix 'fit-frame-to-buffer' (Bug#56102) 2022-07-06 09:25:43 +02:00
winner.el Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
woman.el * lisp/woman.el (woman): Fix comment; don't mention gnudoit. 2022-07-07 14:23:01 +02:00
x-dnd.el Fix announcements of XDND mouse rectangles 2022-07-06 08:45:34 +08:00
xdg.el Remove some useless eval-when-compile 2022-07-04 14:56:11 +02:00
xml.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
xt-mouse.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
xwidget.el ; Fix typos 2022-05-15 11:15:06 +02:00
yank-media.el Fix yank-media utf-16 detection 2022-02-05 08:50:05 +01: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.