# HG changeset patch # User Gerd Moellmann # Date 998301750 0 # Node ID 41c3dd0e7653100930cacac289468c90f8697178 # Parent 56c16908b24f5081586c70cef55b306b59b1aa2d *** empty log message *** diff -r 56c16908b24f -r 41c3dd0e7653 admin/README --- a/admin/README Mon Aug 20 10:02:07 2001 +0000 +++ b/admin/README Mon Aug 20 10:02:30 2001 +0000 @@ -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 -r 56c16908b24f -r 41c3dd0e7653 lisp/ChangeLog --- a/lisp/ChangeLog Mon Aug 20 10:02:07 2001 +0000 +++ b/lisp/ChangeLog Mon Aug 20 10:02:30 2001 +0000 @@ -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.