From 1c71c0c3ef6afbb19b55429b9bc362d64f10a135 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 20 Aug 2001 10:02:30 +0000 Subject: [PATCH] *** empty log message *** --- admin/README | 13 ++++++++++--- lisp/ChangeLog | 10 ++++++++++ 2 files changed, 20 insertions(+), 3 deletions(-) rewrite admin/README (100%) diff --git a/admin/README b/admin/README dissimilarity index 100% index a1edad489c2..699e33d25f8 100644 --- a/admin/README +++ b/admin/README @@ -1,3 +1,10 @@ -This directory contains scripts and other things useful for -maintaining Emacs. These files are not part of Emacs releases because -they are not deemed generally useful. +This directory contains scripts and other things useful for developing +and maintaining Emacs. These files are not part of Emacs releases +because they are not deemed generally useful, and you have to know +what you do when using them. + +Brief description of scripts found here: + +build-configs build Emacs in various configurations +make-emacs build Emacs in various ways +revdiff get CVS diffs of files diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 38b2223be5b..ebf5888d643 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2001-08-20 Alex Schroeder + + * sql.el (sql-db2): Doc change. + +2001-08-20 Alex Schroeder + + * sql.el (sql-postgres): Add the database at the end of the + parameters instead of at the beginning. + (sql-postgres-options): Doc change. + 2001-08-17 Gerd Moellmann * custom.el (defcustom): Doc fix. -- 2.11.4.GIT