# HG changeset patch # User Gerd Moellmann # Date 939338979 0 # Node ID edf686e96b860a83926149ea73e293dd3fe72dbf # Parent 663097d932a408e918ef7f42337113815d977daf *** empty log message *** diff -r 663097d932a4 -r edf686e96b86 lisp/ChangeLog --- a/lisp/ChangeLog Thu Oct 07 23:29:03 1999 +0000 +++ b/lisp/ChangeLog Thu Oct 07 23:29:39 1999 +0000 @@ -1,3 +1,12 @@ +1999-10-08 Gerd Moellmann + + * Makefile (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. + 1999-10-07 Peter Breton * filecache.el (file-cache-completion-ignore-case): New variable,