# HG changeset patch # User Andrew Innes # Date 968968309 0 # Node ID 00c2dae7c60457d586ef4af5777e4683a50d179a # Parent b7d1739fec758ab65e3ecb755efa2fc8886f9a69 *** empty log message *** diff -r b7d1739fec75 -r 00c2dae7c604 lisp/ChangeLog --- a/lisp/ChangeLog Thu Sep 14 21:51:16 2000 +0000 +++ b/lisp/ChangeLog Thu Sep 14 21:51:49 2000 +0000 @@ -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 -r b7d1739fec75 -r 00c2dae7c604 nt/ChangeLog --- a/nt/ChangeLog Thu Sep 14 21:51:16 2000 +0000 +++ b/nt/ChangeLog Thu Sep 14 21:51:49 2000 +0000 @@ -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 -r b7d1739fec75 -r 00c2dae7c604 src/ChangeLog --- a/src/ChangeLog Thu Sep 14 21:51:16 2000 +0000 +++ b/src/ChangeLog Thu Sep 14 21:51:49 2000 +0000 @@ -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