1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-16 10:50:49 -08:00
emacs/lisp/mail
Stefan Kangas 326fdb9ec0 Remove many items obsolete since Emacs 23.2 and 23.3
* lisp/allout.el (allout-init):
* lisp/emacs-lisp/shadow.el (shadows-compare-text-p):
* lisp/ffap.el (ffap-version):
* lisp/filecache.el (file-cache-choose-completion):
* lisp/help.el (print-help-return-message):
* lisp/image-mode.el (image-mode-maybe):
* lisp/imenu.el (imenu-example--name-and-position):
* lisp/international/mule-cmds.el (princ-list):
* lisp/mail/rmail.el (rmail-highlight-face):
* lisp/minibuffer.el (read-file-name-predicate):
* lisp/mouse.el (mouse-choose-completion):
* lisp/progmodes/cc-cmds.el (c-forward-into-nomenclature):
* lisp/progmodes/xscheme.el
(advertised-xscheme-send-previous-expression):
* lisp/simple.el (completion-base-size)
(choose-completion-delete-max-match, exchange-dot-and-mark):
* lisp/subr.el (eval-next-after-load):
* lisp/term.el (term-dynamic-simple-complete):
Remove items, obsolete since Emacs 23.2 and 23.3.
* doc/misc/cc-mode.texi (Movement Commands): Doc fix.
* doc/lispref/help.texi (Accessing Documentation):
* lisp/emacs-lisp/edebug.el (edebug-wrap-def-body):
* lisp/comint.el (comint-dynamic-list-completions):
* lisp/progmodes/idlwave.el (idlwave-make-modified-completion-map-xemacs)
(idlwave-make-modified-completion-map-emacs)
(idlwave-choose-completion):
* lisp/progmodes/vhdl-mode.el:
* lisp/term.el (term-dynamic-list-completions):
Remove references to 'mouse-choose-completion'.
* lisp/image-mode.el (image-mode-to-text):
Remove reference to 'image-mode-maybe'.
* lisp/mail/rmail.el (rmail-highlight-headers):
Use 'rmail-highlight' face instead of 'rmail-highlight-face'.
* lisp/progmodes/antlr-mode.el (antlr-mode-map, antlr-mode-menu):
Remove reference to 'c-forward-into-nomenclature'.
* lisp/simple.el (choose-completion, choose-completion-string)
(completion-list-mode, completion-setup-function): Don't use
'completion-base-size'.
; * etc/NEWS: List removed items.

This was discussed in
https://lists.gnu.org/archive/html/emacs-devel/2020-08/msg00400.html
2020-08-24 04:09:47 +02:00
..
binhex.el Remove some compat code from binhex.el and uudecode.el 2020-08-18 12:01:09 +02:00
blessmail.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
emacsbug.el Remove the "Recent message" section from the bug reports 2020-08-18 20:16:06 +02:00
feedmail.el Merge from origin/emacs-27 2020-02-13 07:50:24 -08:00
flow-fill.el Fix flow filling for flowing multiple flowed lines 2020-08-14 16:15:13 +02:00
footnote.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
hashcash.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
ietf-drums.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mail-extr.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mail-hist.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mail-parse.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mail-prsvr.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mail-utils.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mailabbrev.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mailalias.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mailclient.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mailheader.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mspools.el Fix edge case errors in filename-matching regexps 2020-04-14 12:25:16 +02:00
qp.el Use lexical-binding in qp.el and add tests 2020-04-30 10:36:54 +02:00
reporter.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
rfc822.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
rfc2045.el Use lexical-binding for rfc2045.el and add tests 2020-04-26 11:02:23 +02:00
rfc2047.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
rfc2231.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
rfc2368.el Use lexical-binding in rfc2368.el and add tests 2020-04-28 23:55:02 +02:00
rmail-spam-filter.el Merge from origin/emacs-27 2020-01-01 01:08:16 +00:00
rmail.el Remove many items obsolete since Emacs 23.2 and 23.3 2020-08-24 04:09:47 +02:00
rmailedit.el Remove come compat code from rmailedit.el 2020-08-18 11:25:05 +02:00
rmailkwd.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
rmailmm.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
rmailmsc.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
rmailout.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
rmailsort.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
rmailsum.el ; spelling fixes 2020-01-17 14:24:15 -08:00
sendmail.el Fix and improve documentation of mail-related features 2020-04-12 11:31:29 +03:00
smtpmail.el * lisp/mail/smtpmail.el: Use outline headings. 2020-08-13 11:30:16 +02:00
supercite.el Correct "different than" to "different from" where appropriate 2020-02-09 14:33:14 +00:00
uce.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
undigest.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
unrmail.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
uudecode.el Remove some compat code from binhex.el and uudecode.el 2020-08-18 12:01:09 +02:00
yenc.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00