From: Andrew Innes Date: Thu, 14 Sep 2000 21:51:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~1595 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3021e8160b268dd24d72872c526cec0f3d657306;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 93efccfa1f0..7c5a20cae4b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2000-09-14 Andrew Innes + * makefile.w32-in: Add bootstrap support. Also copy lisp source + when installing. + * makefile.nt (DONTCOMPILE): Fix typo. * shell.el (shell-write-history-on-exit): New function. diff --git a/nt/ChangeLog b/nt/ChangeLog index 85db37aac5f..e164992859d 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,24 @@ +2000-09-14 Andrew Innes + + * INSTALL: Add note about expected error messages when configure + is run. + + * configure.bat: Simplify the generation of makefiles (don't need + to generate various top-level targets that invoke make in other + directories). + + * gmake.defs (SHELLTYPE): New define. + (SETLOADPATH): New define. + + * nmake.defs (SHELLTYPE): New define. + + * makefile.w32-in: Standardize indentation somewhat. + Add bootstrap support. + Pass $(MFLAGS) when invoking make recursively. + Add shell-specific variants of top-level targets that invoke make + recursively in other directories, and add necessary computed + dependencies. + 2000-09-03 Andrew Innes * makefile.w32-in: Change to DOS line endings. diff --git a/src/ChangeLog b/src/ChangeLog index 76ffcd9ffa4..7b4a82b547e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2000-09-14 Andrew Innes + + * makefile.w32-in: Standardize indentation somewhat. + (bootstrap-temacs): Use $(ARGQUOTE) instead of literal quotes, to + cater for differences between shells. + + * w32term.c (w32_per_char_metric): Handle non-TrueType fonts. + 2000-09-14 Gerd Moellmann * xterm.c (x_produce_glyphs): If the distance from the current