# HG changeset patch # User Dave Love # Date 979756469 0 # Node ID 1ae53bd2e777bb977e397ce9f09e1f72e9d95a4c # Parent ee8a7170097b161dbd96ff6e86c457df1bd5d4db *** empty log message *** diff -r ee8a7170097b -r 1ae53bd2e777 etc/ChangeLog --- a/etc/ChangeLog Wed Jan 17 18:28:50 2001 +0000 +++ b/etc/ChangeLog Wed Jan 17 18:34:29 2001 +0000 @@ -1,3 +1,7 @@ +2001-01-17 Dave Love + + * termcap.src: New version from http://www.tuxedo.org/~esr/terminfo/. + 2001-01-14 Francesco Potorti` * etags.c (get_language_from_langname): Renamed from diff -r ee8a7170097b -r 1ae53bd2e777 lisp/README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lisp/README Wed Jan 17 18:34:29 2001 +0000 @@ -0,0 +1,13 @@ +This directory contains source code for the parts of Emacs that are +written in Emacs Lisp. *.el files are Emacs Lisp source, and the +corresponding *.elc files are byte-compiled versions. Byte-compiled +files are architecture-independent. + +The term subdirectory contains Lisp files that customize Emacs for +certain terminal types. When Emacs starts, it checks the TERM +environment variable to get the terminal type and loads +`term/${TERM}.el' if it exists. + +The other subdirectories hold Lisp packages grouped by their general +purpose. +