summaryrefslogtreecommitdiff
path: root/nt/ChangeLog
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>2000-08-22 21:57:09 +0000
committerAndrew Innes <andrewi@gnu.org>2000-08-22 21:57:09 +0000
commit746d9caf8bd649d39bae9979923c6833d7661bdc (patch)
treee2655ecf83a4e0ec73f53c9f1f4694e835acb8f5 /nt/ChangeLog
parent00a08ac7ce058debdd2e1c1b317e5e28c994e134 (diff)
downloademacs-746d9caf8bd649d39bae9979923c6833d7661bdc.tar.gz
*** empty log message ***
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r--nt/ChangeLog38
1 files changed, 37 insertions, 1 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 3e8f032a6d7..783cf14e932 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,39 @@
+2000-08-22 Andrew Innes <andrewi@gnu.org>
+
+ * configure.bat: New file.
+
+ * gmake.defs: New file.
+
+ * nmake.defs: New file.
+
+ * makefile.w32-in: New file.
+
+ * INSTALL: Rewrite to match new configure process.
+
+ * config.nt [WINDOWSNT]: Don't declare getenv.
+ (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
+
+ * addpm.c (main): Accept /q to mean install based on addpm's
+ location without asking. Remove reference to emacs.bat which is
+ now obsolete.
+
+ * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
+
+ * paths.h: Use forward slash as directory separator in all path
+ definitions.
+ (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
+
+ * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
+
+ * runemacs.c: Remove WIN32 define.
+
+ * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
+ not defined.
+
+ * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
+ (fd_set): Define to new name, after including winsock.h, so we can
+ provide our own implementation.
+
2000-07-05 Andrew Innes <andrewi@gnu.org>
* ebuild.bat: Add support for specifying make arguments.
@@ -546,5 +582,5 @@
* _emacs: New file.
;; Local Variables:
-;; coding: iso-2022-7bit-unix
+;; coding: iso-2022-7bit
;; End: