diff options
| author | Stefan Monnier | 1999-10-20 00:37:35 +0000 |
|---|---|---|
| committer | Stefan Monnier | 1999-10-20 00:37:35 +0000 |
| commit | cc953d27936da6fc4900c184af38d6ce977e95da (patch) | |
| tree | 738011e82689801ae93efbf23681d5107431fafd /lisp/ChangeLog | |
| parent | 66f4dd697477d05c20dcb313c6fe6b3dad8043eb (diff) | |
| download | emacs-cc953d27936da6fc4900c184af38d6ce977e95da.tar.gz emacs-cc953d27936da6fc4900c184af38d6ce977e95da.zip | |
(dontcompilefiles): Obsoleted.
(DONTCOMPILE): Added emacs-lisp/cl-specs.el.
(EL): Unused.
(temacs): Removed (unused).
(cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
version of the file (necessary for the update to work properly).
(autoloads): Force the use of `pwd`/loaddefs.el.
(updates); Redefined in terms of other targets to reduce redundancy.
(.el.elc): New default rule, just in case you want it.
(compile): Use a single invocation of Emacs.
(bootstrap-compile); Unneeded.
(autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e62a4d64ae4..0d2f6247bdf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 1999-10-19 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * Makefile (dontcompilefiles): Obsoleted. | ||
| 4 | (DONTCOMPILE): Added emacs-lisp/cl-specs.el. | ||
| 5 | (EL): Unused. | ||
| 6 | (temacs): Removed (unused). | ||
| 7 | (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy | ||
| 8 | version of the file (necessary for the update to work properly). | ||
| 9 | (autoloads): Force the use of `pwd`/loaddefs.el. | ||
| 10 | (updates); Redefined in terms of other targets to reduce redundancy. | ||
| 11 | (.el.elc): New default rule, just in case you want it. | ||
| 12 | (compile): Use a single invocation of Emacs. | ||
| 13 | (bootstrap-compile); Unneeded. | ||
| 14 | (autoloads-with-other-emacs): Unneeded now that autoloads is fixed. | ||
| 15 | |||
| 1 | 1999-10-19 Dave Love <fx@gnu.org> | 16 | 1999-10-19 Dave Love <fx@gnu.org> |
| 2 | 17 | ||
| 3 | * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug. | 18 | * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug. |