diff options
| author | Kim F. Storm | 2004-11-07 23:27:02 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-11-07 23:27:02 +0000 |
| commit | 85c385423e88cbb45842dd8cb1c083312a951050 (patch) | |
| tree | e4f1bba5f4fab05e296e8d80a72b5d1043ca21fe | |
| parent | 0571ccec4073c8412cbb3c915bac78096fe6b821 (diff) | |
| download | emacs-85c385423e88cbb45842dd8cb1c083312a951050.tar.gz emacs-85c385423e88cbb45842dd8cb1c083312a951050.zip | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 7 | ||||
| -rw-r--r-- | lisp/ChangeLog | 4 |
2 files changed, 11 insertions, 0 deletions
| @@ -1,3 +1,10 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-11-06 Lars Brinkhoff <lars@nocrew.org> | 8 | 2004-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 @@ | |||
| 1 | 2004-11-08 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * Makefile.in (bootstrap-clean): New target for 'make bootstrap'. | ||
| 4 | |||
| 1 | 2004-11-07 Juri Linkov <juri@jurta.org> | 5 | 2004-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 |