aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorAndrew Innes <[email protected]>2003-01-15 12:14:26 +0000
committerAndrew Innes <[email protected]>2003-01-15 12:14:26 +0000
commit38018ad31b1be854752746ee92f75654272e6379 (patch)
tree8866b37d1d72829fff1d6cfb803be09aa9d2a8fe /lisp
parente22b24eb87c4b02c55e8b38c16ca0194ec5115c0 (diff)
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 36222a7cf2..934401f532 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,21 @@
+2003-01-15 Andrew Innes <[email protected]>
+
+ * makefile.w32-in (loaddefs.el): Invoke make to build stub file
+ using appropriate rule for build environment.
+ (loaddefs.el-SH, loaddefs.el-CMD): New targets. Include small set
+ of autoloads and defvars, sufficient to dump bootstrap emacs.
+ (update-subdirs-SH): Use hard-coded list of top-level lisp
+ subdirs, because find program on Windows is not compatible with
+ Unix find.
+ (compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'.
+ Explicitly load loaddefs.el so that bootstrap emacs can compile
+ properly.
+ (bootstrap-clean): Add dependency on loaddefs.el, to ensure
+ minimal stub sufficient for dumping bootstrap emacs is available.
+
+ * loadup.el: Include lisp/textmodes in load-path for bootstrap
+ emacs, to resolve ispell menu reference.
+
2003-01-15 YAMAMOTO Mitsuharu <[email protected]> (tiny change)
* international/mule.el (optimize-char-coding-system-table):