aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann1999-10-07 23:29:39 +0000
committerGerd Moellmann1999-10-07 23:29:39 +0000
commit7ec641b84314543f7a141ccbce81849147ea2d83 (patch)
treefed5fac8b10a3307645429c7e90defb174b8e8dd /lisp/ChangeLog
parent4e1d9c86dfe21e8ec7d841f583895636f059eec9 (diff)
downloademacs-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/ChangeLog9
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 @@
11999-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
11999-10-07 Peter Breton <pbreton@ne.mediaone.net> 101999-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,