aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2004-11-07 23:27:02 +0000
committerKim F. Storm2004-11-07 23:27:02 +0000
commit85c385423e88cbb45842dd8cb1c083312a951050 (patch)
treee4f1bba5f4fab05e296e8d80a72b5d1043ca21fe
parent0571ccec4073c8412cbb3c915bac78096fe6b821 (diff)
downloademacs-85c385423e88cbb45842dd8cb1c083312a951050.tar.gz
emacs-85c385423e88cbb45842dd8cb1c083312a951050.zip
*** empty log message ***
-rw-r--r--ChangeLog7
-rw-r--r--lisp/ChangeLog4
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fbd47889c3..9bd823ee5e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
12004-11-08 Kim F. Storm <storm@cua.dk>
2
3 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
4 files before building.
5 (bootfast, bootstrap-clean-before-fast): New targets, like
6 bootstrap but don't remove .elc files.
7
12004-11-06 Lars Brinkhoff <lars@nocrew.org> 82004-11-06 Lars Brinkhoff <lars@nocrew.org>
2 9
3 * configure.in: Add check for getrusage. 10 * configure.in: Add check for getrusage.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8cb09788097..2416aeb0415 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12004-11-08 Kim F. Storm <storm@cua.dk>
2
3 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
4
12004-11-07 Juri Linkov <juri@jurta.org> 52004-11-07 Juri Linkov <juri@jurta.org>
2 6
3 * info-look.el (info-lookup): Allow reusing in the current buffer 7 * info-look.el (info-lookup): Allow reusing in the current buffer