Mercurial > emacs
changeset 49260:0337b1d1c006
*** empty log message ***
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Wed, 15 Jan 2003 12:14:26 +0000 |
parents | d6211ef9bbb4 |
children | ad44042b047c |
files | lisp/ChangeLog nt/ChangeLog |
diffstat | 2 files changed, 23 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jan 15 12:14:05 2003 +0000 +++ b/lisp/ChangeLog Wed Jan 15 12:14:26 2003 +0000 @@ -1,3 +1,21 @@ +2003-01-15 Andrew Innes <andrewi@gnu.org> + + * 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 <mituharu@math.s.chiba-u.ac.jp> (tiny change) * international/mule.el (optimize-char-coding-system-table):
--- a/nt/ChangeLog Wed Jan 15 12:14:05 2003 +0000 +++ b/nt/ChangeLog Wed Jan 15 12:14:26 2003 +0000 @@ -1,3 +1,8 @@ +2003-01-15 Andrew Innes <andrewi@gnu.org> + + * gmake.defs (CURDIR): Convert to native Windows format (with + forward slashes), to support building with Cygwin builds of make. + 2002-11-17 Ben Key <BKey1@tampabay.rr.com> * nmake.defs: