aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-11-29 00:53:52 +0000
committerRichard M. Stallman2001-11-29 00:53:52 +0000
commit66458f3247156a5eb48eb7558f6f211b6ef65695 (patch)
treea4617eb91faefd6c9350e22a437a1a5078609c2b
parent204ee271638c4cfb437cc536410a273d49c79a04 (diff)
downloademacs-66458f3247156a5eb48eb7558f6f211b6ef65695.tar.gz
emacs-66458f3247156a5eb48eb7558f6f211b6ef65695.zip
*** empty log message ***
-rw-r--r--ChangeLog4
-rw-r--r--lwlib/ChangeLog4
-rw-r--r--src/ChangeLog7
3 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5432b85806a..f8c4d05a51c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12001-11-28 Richard M. Stallman <rms@gnu.org>
2
3 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
4
12001-11-26 Richard M. Stallman <rms@gnu.org> 52001-11-26 Richard M. Stallman <rms@gnu.org>
2 6
3 * Makefile.in: bootstrap should not delete dumped executables. 7 * Makefile.in: bootstrap should not delete dumped executables.
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index 6d6108777a3..fd2ab1590ab 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -1,3 +1,7 @@
12001-11-28 Richard M. Stallman <rms@gnu.org>
2
3 * Makefile.in (TAGS): Find the source files in $(srcdir).
4
12001-10-20 Gerd Moellmann <gerd@gnu.org> 52001-10-20 Gerd Moellmann <gerd@gnu.org>
2 6
3 * (Version 21.1 released.) 7 * (Version 21.1 released.)
diff --git a/src/ChangeLog b/src/ChangeLog
index 3238f0f4846..7372afe9719 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12001-11-28 Richard M. Stallman <rms@gnu.org>
2
3 * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
4
5 * Makefile.in (lispdir): New variable, referring to build dir.
6 (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
7
12001-11-28 Andrew Innes <andrewi@gnu.org> 82001-11-28 Andrew Innes <andrewi@gnu.org>
2 9
3 * w32menu.c (w32_menu_display_help): Actually add the new argument 10 * w32menu.c (w32_menu_display_help): Actually add the new argument