aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog18
-rw-r--r--nt/ChangeLog5
2 files changed, 23 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):
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 5070e74c8c..0e7ed9caba 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-15 Andrew Innes <[email protected]>
+
+ * gmake.defs (CURDIR): Convert to native Windows format (with
+ forward slashes), to support building with Cygwin builds of make.
+
2002-11-17 Ben Key <[email protected]>
* nmake.defs: