diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-07-01 08:25:46 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-07-01 08:25:46 -0700 |
commit | f205928d1f93f4373d755ca91805a88e022ac414 (patch) | |
tree | 79ac977b9f5eb83d3392b2d8a4fb97dd45904230 | |
parent | 4e58ca87f99d08a91d37a41c2d18f7a1f23fa8c6 (diff) | |
download | emacs-f205928d1f93f4373d755ca91805a88e022ac414.tar.gz |
* etc/HISTORY: Cite Brinkoff on early history.
-rw-r--r-- | etc/HISTORY | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/HISTORY b/etc/HISTORY index ba86182a1c3..b239904253b 100644 --- a/etc/HISTORY +++ b/etc/HISTORY @@ -12,10 +12,11 @@ development is sketchy, the following text summarizes what is known. EMACS started out as a set of macros atop the TECO text editor, and was first operational in late 1976. It was inspired by earlier work such as the E editor of Stanford, and was based on older TECO macro -sets. EMACS in turn inspired several similar editors. See: -Stallman RM. EMACS: The Extensible, Customizable Self-Documenting -Display Editor. AI Memo 519a, MIT, 1981-03-26 +sets. See: Stallman RM. EMACS: The Extensible, Customizable +Self-Documenting Display Editor. AI Memo 519a, MIT, 1981-03-26 <http://dspace.mit.edu/bitstream/handle/1721.1/5736/AIM-519A.pdf>. +EMACS in turn inspired several similar editors. For a summary of +this history, see <https://github.com/larsbrinkhoff/emacs-history>. In 1984, work began on GNU Emacs, a fresh implementation designed to run on GNU and GNU-like systems, with a full-featured Lisp at its |