diff options
| author | Andrew Innes | 2000-08-22 21:57:09 +0000 |
|---|---|---|
| committer | Andrew Innes | 2000-08-22 21:57:09 +0000 |
| commit | 746d9caf8bd649d39bae9979923c6833d7661bdc (patch) | |
| tree | e2655ecf83a4e0ec73f53c9f1f4694e835acb8f5 | |
| parent | 00a08ac7ce058debdd2e1c1b317e5e28c994e134 (diff) | |
| download | emacs-746d9caf8bd649d39bae9979923c6833d7661bdc.tar.gz emacs-746d9caf8bd649d39bae9979923c6833d7661bdc.zip | |
*** empty log message ***
| -rw-r--r-- | lib-src/ChangeLog | 14 | ||||
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | nt/ChangeLog | 38 |
3 files changed, 55 insertions, 3 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 1bf76f915b8..6e554444c4f 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2000-08-22 Andrew Innes <andrewi@gnu.org> | ||
| 2 | |||
| 3 | * ntlib.h (WIN32): Remove unnecessary definition. | ||
| 4 | (sleep): Make argument unsigned long. | ||
| 5 | (_WINSOCK_H): Undefine so normal winsock definitions can be used. | ||
| 6 | |||
| 7 | * ntlib.c (sleep): Make argument unsigned long. | ||
| 8 | |||
| 9 | * movemail.c (main) [WINDOWSNT]: Force binary mode for fileio. | ||
| 10 | |||
| 11 | * makefile.w32-in: New file. | ||
| 12 | |||
| 1 | 2000-08-20 Eli Zaretskii <eliz@is.elta.co.il> | 13 | 2000-08-20 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 14 | ||
| 3 | * etags.c (canonicalize_filename) [DOS_NT]: Upcase the first | 15 | * etags.c (canonicalize_filename) [DOS_NT]: Upcase the first |
| @@ -4156,5 +4168,5 @@ Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu> | |||
| 4156 | * loadst.c (main) [XENIX]: use /usr/spool/mail, not /usr/mail. | 4168 | * loadst.c (main) [XENIX]: use /usr/spool/mail, not /usr/mail. |
| 4157 | 4169 | ||
| 4158 | ;; Local Variables: | 4170 | ;; Local Variables: |
| 4159 | ;; coding: iso-2022-7bit-unix | 4171 | ;; coding: iso-2022-7bit |
| 4160 | ;; End: | 4172 | ;; End: |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9bc3ac19985..defd9296292 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-08-22 Andrew Innes <andrewi@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in: New file. | ||
| 4 | |||
| 1 | 2000-08-22 Miles Bader <miles@lsi.nec.co.jp> | 5 | 2000-08-22 Miles Bader <miles@lsi.nec.co.jp> |
| 2 | 6 | ||
| 3 | * comint.el (comint-output-filter): Compare end of | 7 | * comint.el (comint-output-filter): Compare end of |
| @@ -6624,5 +6628,5 @@ | |||
| 6624 | See ChangeLog.8 for earlier changes. | 6628 | See ChangeLog.8 for earlier changes. |
| 6625 | 6629 | ||
| 6626 | ;; Local Variables: | 6630 | ;; Local Variables: |
| 6627 | ;; coding: iso-2022-7bit-unix | 6631 | ;; coding: iso-2022-7bit |
| 6628 | ;; End: | 6632 | ;; End: |
diff --git a/nt/ChangeLog b/nt/ChangeLog index 3e8f032a6d7..783cf14e932 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,39 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-07-05 Andrew Innes <andrewi@gnu.org> | 37 | 2000-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: |