aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-08-20 10:02:30 +0000
committerGerd Moellmann2001-08-20 10:02:30 +0000
commit1c71c0c3ef6afbb19b55429b9bc362d64f10a135 (patch)
tree4b2a0de95321e3232c949e06e8ae1ff505f331f8
parentaa88e662fc7ed7a1fb4223013f959fe143769120 (diff)
downloademacs-1c71c0c3ef6afbb19b55429b9bc362d64f10a135.tar.gz
emacs-1c71c0c3ef6afbb19b55429b9bc362d64f10a135.zip
*** empty log message ***
-rw-r--r--admin/README13
-rw-r--r--lisp/ChangeLog10
2 files changed, 20 insertions, 3 deletions
diff --git a/admin/README b/admin/README
index a1edad489c2..699e33d25f8 100644
--- a/admin/README
+++ b/admin/README
@@ -1,3 +1,10 @@
1This directory contains scripts and other things useful for 1This directory contains scripts and other things useful for developing
2maintaining Emacs. These files are not part of Emacs releases because 2and maintaining Emacs. These files are not part of Emacs releases
3they are not deemed generally useful. 3because they are not deemed generally useful, and you have to know
4what you do when using them.
5
6Brief description of scripts found here:
7
8build-configs build Emacs in various configurations
9make-emacs build Emacs in various ways
10revdiff 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 @@
12001-08-20 Alex Schroeder <alex@gnu.org>
2
3 * sql.el (sql-db2): Doc change.
4
52001-08-20 Alex Schroeder <alex@gnu.org>
6
7 * sql.el (sql-postgres): Add the database at the end of the
8 parameters instead of at the beginning.
9 (sql-postgres-options): Doc change.
10
12001-08-17 Gerd Moellmann <gerd@gnu.org> 112001-08-17 Gerd Moellmann <gerd@gnu.org>
2 12
3 * custom.el (defcustom): Doc fix. 13 * custom.el (defcustom): Doc fix.