diff options
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 557589b532f..242a2001956 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,8 +1,13 @@ | |||
| 1 | 2000-12-06 Andrew Innes <andrewi@gnu.org> | 1 | 2000-12-06 Andrew Innes <andrewi@gnu.org> |
| 2 | 2 | ||
| 3 | * nmake.defs (CURDIR): New define. | ||
| 4 | (INSTALL_DIR): Use it. | ||
| 5 | |||
| 3 | * gmake.defs (NEW_CYGWIN): New define. | 6 | * gmake.defs (NEW_CYGWIN): New define. |
| 4 | (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20, | 7 | (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20, |
| 5 | so we need to adjust how we escape embedded quotes. | 8 | so we need to adjust how we escape embedded quotes. |
| 9 | (SETLOADPATH): Set EMACSLOADPATH to an absolute directory, | ||
| 10 | relative to $(CURDIR). | ||
| 6 | 11 | ||
| 7 | 2000-11-25 Jason Rumney <jasonr@gnu.org> | 12 | 2000-11-25 Jason Rumney <jasonr@gnu.org> |
| 8 | 13 | ||