aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorAndrew Innes2000-08-22 21:57:09 +0000
committerAndrew Innes2000-08-22 21:57:09 +0000
commit746d9caf8bd649d39bae9979923c6833d7661bdc (patch)
treee2655ecf83a4e0ec73f53c9f1f4694e835acb8f5 /nt
parent00a08ac7ce058debdd2e1c1b317e5e28c994e134 (diff)
downloademacs-746d9caf8bd649d39bae9979923c6833d7661bdc.tar.gz
emacs-746d9caf8bd649d39bae9979923c6833d7661bdc.zip
*** empty log message ***
Diffstat (limited to 'nt')
-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 @@
12000-08-22 Andrew Innes <andrewi@gnu.org>
2
3 * configure.bat: New file.
4
5 * gmake.defs: New file.
6
7 * nmake.defs: New file.
8
9 * makefile.w32-in: New file.
10
11 * INSTALL: Rewrite to match new configure process.
12
13 * config.nt [WINDOWSNT]: Don't declare getenv.
14 (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
15
16 * addpm.c (main): Accept /q to mean install based on addpm's
17 location without asking. Remove reference to emacs.bat which is
18 now obsolete.
19
20 * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
21
22 * paths.h: Use forward slash as directory separator in all path
23 definitions.
24 (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
25
26 * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
27
28 * runemacs.c: Remove WIN32 define.
29
30 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
31 not defined.
32
33 * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
34 (fd_set): Define to new name, after including winsock.h, so we can
35 provide our own implementation.
36
12000-07-05 Andrew Innes <andrewi@gnu.org> 372000-07-05 Andrew Innes <andrewi@gnu.org>
2 38
3 * ebuild.bat: Add support for specifying make arguments. 39 * ebuild.bat: Add support for specifying make arguments.
@@ -546,5 +582,5 @@
546 * _emacs: New file. 582 * _emacs: New file.
547 583
548;; Local Variables: 584;; Local Variables:
549;; coding: iso-2022-7bit-unix 585;; coding: iso-2022-7bit
550;; End: 586;; End: