changeset 35378:1ae53bd2e777

*** empty log message ***
author Dave Love <fx@gnu.org>
date Wed, 17 Jan 2001 18:34:29 +0000
parents ee8a7170097b
children 4bdad7b6d6dc
files etc/ChangeLog lisp/README
diffstat 2 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <fx@gnu.org>
+
+	* termcap.src: New version from http://www.tuxedo.org/~esr/terminfo/.
+
 2001-01-14  Francesco Potorti`  <pot@gnu.org>
 
 	* etags.c (get_language_from_langname): Renamed from
--- /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.
+