diff options
| author | Gerd Moellmann | 1999-10-07 23:29:39 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-10-07 23:29:39 +0000 |
| commit | 7ec641b84314543f7a141ccbce81849147ea2d83 (patch) | |
| tree | fed5fac8b10a3307645429c7e90defb174b8e8dd /lisp/ChangeLog | |
| parent | 4e1d9c86dfe21e8ec7d841f583895636f059eec9 (diff) | |
| download | emacs-7ec641b84314543f7a141ccbce81849147ea2d83.tar.gz emacs-7ec641b84314543f7a141ccbce81849147ea2d83.zip | |
(EMACSOPT, DONTCOMPILE, EL): New.
(emacs): Use it everywhere instead of EMACS.
(compile): New target. Compile all Lisp files from scratch.
(recompile): New target. Recompile lisp directory.
(autoloads-with-other-emacs): New target. Build loaddefs.el with
an Emacs executable not built in the current directory tree.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c36cab4752c..2697ca69ab9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 1999-10-08 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * Makefile (EMACSOPT, DONTCOMPILE, EL): New. | ||
| 4 | (emacs): Use it everywhere instead of EMACS. | ||
| 5 | (compile): New target. Compile all Lisp files from scratch. | ||
| 6 | (recompile): New target. Recompile lisp directory. | ||
| 7 | (autoloads-with-other-emacs): New target. Build loaddefs.el with | ||
| 8 | an Emacs executable not built in the current directory tree. | ||
| 9 | |||
| 1 | 1999-10-07 Peter Breton <pbreton@ne.mediaone.net> | 10 | 1999-10-07 Peter Breton <pbreton@ne.mediaone.net> |
| 2 | 11 | ||
| 3 | * filecache.el (file-cache-completion-ignore-case): New variable, | 12 | * filecache.el (file-cache-completion-ignore-case): New variable, |