aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier1999-10-20 00:37:35 +0000
committerStefan Monnier1999-10-20 00:37:35 +0000
commitcc953d27936da6fc4900c184af38d6ce977e95da (patch)
tree738011e82689801ae93efbf23681d5107431fafd /lisp/ChangeLog
parent66f4dd697477d05c20dcb313c6fe6b3dad8043eb (diff)
downloademacs-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/ChangeLog15
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 @@
11999-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
11999-10-19 Dave Love <fx@gnu.org> 161999-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.