]> git.eshelyaron.com Git - emacs.git/commit
Better ad-hoc Emacs release of symbol introduction override
authorMattias EngdegÄrd <mattiase@acm.org>
Mon, 26 Aug 2024 15:18:25 +0000 (17:18 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 4 Sep 2024 07:51:55 +0000 (09:51 +0200)
commit13cf8a88eee27c3eb89f4d70433d13085ad421a4
tree69b138200b1a08665b8b2ac395c93b8cf31442d8
parente4708929dba9bea4f7fc7f1578517d4c139a51ae
Better ad-hoc Emacs release of symbol introduction override

The file etc/symbol-releases.eld now contains explicit version
information for selected symbols that our NEWS* scraper doesn't
resolve correctly.

* etc/NEWS.unknown: Remove this file, replaced with...
* etc/symbol-releases.eld: ...this new file.
* lisp/help-fns.el (help-fns--first-release-override)
(help-fns--mention-first-function-release)
(help-fns--mention-first-variable-release): New.
(help-fns--mention-first-release): Try the override information first
before scraping the NEWS* files.

(cherry picked from commit 59e0b82776ade72680e7c369f6089eab4a74dc4a)
etc/NEWS.unknown [deleted file]
etc/symbol-releases.eld [new file with mode: 0644]
lisp/help-fns.el