aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS.unknown (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Better ad-hoc Emacs release of symbol introduction overrideMattias Engdegård2024-08-311-31/+0
| | | | | | | | | | | | | | 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.
* Fix first appearance records for some misdated functionsMattias Engdegård2024-04-301-0/+17
| | | | | | | | | * etc/NEWS.unknown: Add approximate version records for defsubst, mark, nreverse, let*, rassq, >=, transpose-sexps, buffer-modified-p, current-column, downcase, previous-line, catch, throw, and count-lines, which all were given much more recent introduction versions by describe-function.
* ; etc/NEWS.unknown: Quote command invocation.Michael Albinus2024-04-301-1/+1
|
* Add NEWS.unknown file to correct versions of introductionMattias Engdegård2024-04-291-0/+14
It is not intended for the human reader, but to give less wrong versions of first appearance displayed by `describe-function` or `describe-variable` that would otherwise be derived from a notice in a more recent NEWS* file. It is better to add items to this file than changing historical NEWS* files when the actual version of introduction is not known. * etc/NEWS.unknown: New file. Add entry for `nthcdr`.