From b7fdddc86ba1733633fa29a4dec6f76667d29aa5 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 2 Mar 2025 06:33:46 +0100 Subject: [PATCH] Mark echistory.el as obsolete * lisp/obsolete/echistory.el: Add Obsolete-since header. * etc/TODO: Delete echistory. * etc/NEWS: Announce above obsoletion. (Bug#76506) --- etc/NEWS | 3 +++ etc/TODO | 2 +- lisp/obsolete/echistory.el | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/etc/NEWS b/etc/NEWS index 7145b9eb09e..6ca36419116 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1356,6 +1356,9 @@ behavior, customize the value of 'tooltip-delay' to zero. *** cdl.el is now obsolete. Use 'shell-command' and 'shell-command-on-region' instead. +--- +*** echistory.el is now obsolete. + --- *** hashcash.el is now obsolete. It is believed to no longer be useful as a method to fight spam. diff --git a/etc/TODO b/etc/TODO index 122a09063be..1900cd5b159 100644 --- a/etc/TODO +++ b/etc/TODO @@ -860,7 +860,7 @@ for completeness, but some may be worth documenting. Here's a list which is probably not complete/correct: align, allout, artist, ansi-color, array, calculator, cdl, cmuscheme, completion, -delim-col, dirtrack, double, echistory, elide-head, easymenu, expand, +delim-col, dirtrack, double, elide-head, easymenu, expand, flow-ctrl, format [format-alist], generic/generic-x [various modes], kermit, log-edit, makesum, midnight [other than in Kill Buffer node], mouse-copy [?], mouse-drag, mouse-sel, net-utils, snmp-mode diff --git a/lisp/obsolete/echistory.el b/lisp/obsolete/echistory.el index d7cc5d6a5a5..5b530781188 100644 --- a/lisp/obsolete/echistory.el +++ b/lisp/obsolete/echistory.el @@ -4,6 +4,7 @@ ;; Author: K. Shane Hartman ;; Maintainer: emacs-devel@gnu.org +;; Obsolete-since: 31.1 ;; This file is part of GNU Emacs.