all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob dc991ae5747fbbdaa9898dd886407ce373bb1c36 1143 bytes (raw)
name: etc/symbol-releases.eld 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
 
;; Emacs versions when certain symbols and variables were first introduced,
;; for use in `describe-function'.
;;
;; This file is used to explicitly override the heuristic scraping NEWS*
;; files, when that would result in misleading information.
;;
;; It should contain a single list of (VERSION TYPE SYMBOL), where
;; VERSION is the Emacs version when SYMBOL was introduced as a TYPE,
;; TYPE being `fun' or `var'.

(
 ("28.1" fun always)

;; 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.
;; 13.8 may be the earliest surviving version with source code, although
;; damaged.  See
;; https://github.com/larsbrinkhoff/emacs-history/decuslib.com/decus/vax85b/gnuemax

 ("19.7" fun defsubst)
 ("18.59" fun mark)
 ("13.8" fun nthcdr)
 ("13.8" fun nreverse)
 ("13.8" fun let*)
 ("13.8" fun rassq)
 ("13.8" fun >=)
 ("13.8" fun transpose-sexps)
 ("13.8" fun buffer-modified-p)
 ("13.8" fun current-column)
 ("13.8" fun downcase)
 ("13.8" fun previous-line)
 ("13.8" fun catch)
 ("13.8" fun throw)
 ("13.8" fun count-lines)
 )

debug log:

solving dc991ae5747 ...
found dc991ae5747 in https://git.savannah.gnu.org/cgit/emacs.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.