| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Better ad-hoc Emacs release of symbol introduction override | Mattias Engdegård | 2024-08-31 | 1 | -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 functions | Mattias Engdegård | 2024-04-30 | 1 | -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 Albinus | 2024-04-30 | 1 | -1/+1 |
| | | |||||
| * | Add NEWS.unknown file to correct versions of introduction | Mattias Engdegård | 2024-04-29 | 1 | -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`. | |||||