Fix first appearance records for some misdated functions
authorMattias Engdegård <mattiase@acm.org>
Tue, 30 Apr 2024 16:01:52 +0000 (18:01 +0200)
committerMattias Engdegård <mattiase@acm.org>
Tue, 30 Apr 2024 16:08:03 +0000 (18:08 +0200)
* 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

index 4aca2525c3d9981584fa7472563692b66d6ebd01..eafdc953cacf98974e35a1fa59cfa3362639c0dd 100644 (file)
@@ -6,9 +6,26 @@ Since much of early Emacs source history is lost, these versions are
 conservative estimates: the actual version of first appearance may very
 well be much earlier.
 
+* Changes in Emacs 19.7
+** 'defsubst'
+
+* Changes in Emacs 18.59
+** 'mark'
+
 * Changes in Emacs 13.8
 This may be the earliest surviving version with source code, although
 damaged.  See
 https://github.com/larsbrinkhoff/emacs-history/decuslib.com/decus/vax85b/gnuemax
 
 ** 'nthcdr'
+** 'nreverse
+** 'let*'
+** 'rassq'
+** '>='
+** 'transpose-sexps'
+** 'buffer-modified-p'
+** 'current-column'
+** 'downcase'
+** 'previous-line'
+** 'catch', 'throw'
+** 'count-lines'