*** empty log message ***
This commit is contained in:
parent
5aa31fa6af
commit
3021e8160b
3 changed files with 32 additions and 0 deletions
|
@ -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.
|
||||
|
|
21
nt/ChangeLog
21
nt/ChangeLog
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue