aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-08-20 10:05:27 +0000
committerGerd Moellmann2001-08-20 10:05:27 +0000
commit9b96c57db820b42f14f63240b1fd828dc749ecb2 (patch)
tree9b61363d980aba54c0b6bffcce01b397705c5bb4
parente4494044fbe19bf8d33e5ecfb008c566b94bc77d (diff)
downloademacs-9b96c57db820b42f14f63240b1fd828dc749ecb2.tar.gz
emacs-9b96c57db820b42f14f63240b1fd828dc749ecb2.zip
*** empty log message ***
-rw-r--r--admin/README7
-rw-r--r--lisp/ChangeLog4
2 files changed, 8 insertions, 3 deletions
diff --git a/admin/README b/admin/README
index 699e33d25f8..95e8a25c11c 100644
--- a/admin/README
+++ b/admin/README
@@ -5,6 +5,7 @@ what you do when using them.
5 5
6Brief description of scripts found here: 6Brief description of scripts found here:
7 7
8build-configs build Emacs in various configurations 8build-configs build Emacs in various configurations
9make-emacs build Emacs in various ways 9check-doc-strings check doc strings against documentation
10revdiff get CVS diffs of files 10make-emacs build Emacs in various ways
11revdiff get CVS diffs of files
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ebf5888d643..26bcb03c652 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12001-08-20 Gerd Moellmann <gerd@gnu.org>
2
3 * whitespace.el (whitespace-global-mode): Add autoload cookie.
4
12001-08-20 Alex Schroeder <alex@gnu.org> 52001-08-20 Alex Schroeder <alex@gnu.org>
2 6
3 * sql.el (sql-db2): Doc change. 7 * sql.el (sql-db2): Doc change.