Mercurial > emacs
changeset 31630:00c2dae7c604
*** empty log message ***
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Thu, 14 Sep 2000 21:51:49 +0000 |
parents | b7d1739fec75 |
children | 011566e20a32 |
files | lisp/ChangeLog nt/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 32 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <andrewi@gnu.org> + * 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.
--- 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 <andrewi@gnu.org> + + * 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 <andrewi@gnu.org> * makefile.w32-in: Change to DOS line endings.
--- 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 <andrewi@gnu.org> + + * 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 <gerd@gnu.org> * xterm.c (x_produce_glyphs): If the distance from the current