(HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
[bpt/emacs.git] / nt / ChangeLog
1 2002-03-13 Jason Rumney <jasonr@gnu.org>
2
3 * config.nt (STRFTIME_NO_POSIX2): Define.
4
5 2002-02-18 Jason Rumney <jasonr@gnu.org>
6
7 * emacs.rc: Define VS_VERSION_INFO if not already.
8 Update version info.
9
10 2002-01-04 Andrew Innes <andrewi@gnu.org>
11
12 * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
13 pick up relevant bits of the Windows API definitions.
14
15 * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
16 pick up relevant bits of the Windows API definitions.
17
18 2001-12-14 Andrew Innes <andrewi@gnu.org>
19
20 * makefile.w32-in (bootstrap): Build addsection program before
21 bootstrap (required for post-processing temacs.exe).
22
23 2001-12-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
24
25 * COPYING: New file.
26
27 2001-12-03 Andrew Innes <andrewi@gnu.org>
28
29 * makefile.w32-in (bootstrap-nmake):
30 (bootstrap-gmake): Extend bootstrap process to first do
31 bootstrap-clean in lisp dir and rebuild the DOC file.
32 (bootstrap): Do a "normal" make after the bootstrap work.
33
34 2001-11-20 Jason Rumney <jasonr@gnu.org>
35
36 * INSTALL: Update table of versions of make that are suitable
37 for building Emacs, based on recent feedback.
38
39 * TODO, _emacs, emacs.bat.in, debug.bat.in: Removed.
40
41 2001-11-19 Andrew Innes <andrewi@gnu.org>
42
43 * ftime-nostartup.bat: New file.
44
45 * ftime.bat: Don't include libc.lib for profiling - the profiler
46 corrupts part of memcpy.
47
48 2001-11-17 Jason Rumney <jasonr@gnu.org>
49
50 * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
51 expansion. From Juanma Barranquero <lektu@terra.es>.
52
53 2001-10-20 Gerd Moellmann <gerd@gnu.org>
54
55 * (Version 21.1 released.)
56
57 2001-10-12 Andrew Innes <andrewi@gnu.org>
58
59 * inc/pwd.h (uid_t, gid_t): New typedefs.
60
61 2001-10-05 Gerd Moellmann <gerd@gnu.org>
62
63 * Branch for 21.1.
64
65 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
66
67 * README: Update the address of the mailing list and subscription
68 instructions. From Geoff Voelker <voelker@cs.ucsd.edu>.
69
70 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
71
72 * INSTALL: Suggest to avoid using WinZip.
73
74 * configure.bat: Make sure ../site-lisp exists; create if necessary.
75
76 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
77
78 * INSTALL: Mention that "make install" can be "nmake install".
79
80 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
81
82 * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
83 since some versions of `mkdir' don't automatically create parent
84 directories. From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
85
86 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
87
88 * subdirs.el: New file.
89
90 * configure.bat: Copy subdirs.el to the site-lisp directory.
91
92 * makefile.w32-in (install): Copy subdirs.el to the installation
93 directory.
94
95 2001-06-20 Jason Rumney <jasonr@gnu.org>
96
97 * runemacs.c (WinMain): Add quotes around command in case of spaces.
98
99 2001-06-01 Andrew Innes <andrewi@gnu.org>
100
101 * gmake.defs (sh_output): Don't use $(warning ...) to output
102 messages, since that is not supported by GNU make 3.77.
103
104 2001-05-24 Jason Rumney <jasonr@gnu.org>
105
106 * INSTALL: Clarify that building with MSVC requires nmake.
107
108 2001-05-17 Andrew Innes <andrewi@gnu.org>
109
110 * gmake.defs (NEW_CYGWIN): Output message about spurious error
111 message that is to be ignored.
112
113 2001-05-13 Andrew Innes <andrewi@gnu.org>
114
115 * TODO: Remove file, since it is completely out of date.
116
117 * README: Add copyright notice.
118
119 * INSTALL: Add copyright notice.
120
121 2001-04-18 Andrew Innes <andrewi@gnu.org>
122
123 * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
124 the environment.
125
126 * gmake.defs (SETLOADPATH): Remove definition.
127 (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
128 environment.
129
130 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
131
132 * configure.bat: Make the checkw32api* labels be distinct in the
133 first 8 characters.
134
135 2001-03-17 Andrew Innes <andrewi@gnu.org>
136
137 * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
138 escaped quotes.
139
140 * gmake.defs (DEBUG_LINK): New macro.
141 (LINK_FLAGS): Use it.
142
143 * nmake.defs (DEBUG_LINK): New macro.
144 (LINK_FLAGS): Use it.
145
146 2001-03-06 Andrew Innes <andrewi@gnu.org>
147
148 * INSTALL: Add --ldflags to configure line for building with
149 recent versions of Cygwin GCC.
150
151 2001-03-05 Eli Zaretskii <eliz@is.elta.co.il>
152
153 * configure.bat: Use correct options when compiling a test program
154 with Cygwin. From David Ponce <dponce@voila.fr>.
155
156 2001-02-24 Andrew Innes <andrewi@gnu.org>
157
158 * _emacs: Remove obsolete file.
159
160 * emacs.bat.in: Remove obsolete file.
161
162 * debug.bat.in: Remove obsolete file.
163
164 * inc/sys/socket.h: Add copyright notice.
165
166 * paths.h: Add copyright notice.
167
168 * makefile.nt: Update copyright notice.
169
170 * makefile.def: Update copyright notice.
171
172 * configure.bat: Update copyright notice.
173
174 * nmake.defs: Add copyright notice.
175
176 * gmake.defs: Add copyright notice.
177
178 * makefile.w32-in: Add copyright notice.
179
180 2001-02-05 Andrew Innes <andrewi@gnu.org>
181
182 * nmake.defs (THISDIR): New definition.
183
184 * gmake.defs (THISDIR): New definition.
185
186 2001-02-03 Andrew Innes <andrewi@gnu.org>
187
188 * configure.bat: Leave a space before >> only when there is a
189 preceding digit. Add a comment about the importance of this.
190
191 * README: Replace outdated information.
192
193 * INSTALL (Trouble-shooting): Add note about need to specify extra
194 compiler flags with recent Cygwin ports of gcc.
195
196 2001-02-01 Eli Zaretskii <eliz@is.elta.co.il>
197
198 * configure.bat: Use "rm -f" instead of "del /f", as the latter
199 is not supported by Windows 9X's COMMAND.COM.
200
201 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
202
203 * configure.bat: Make sure redirection is preceeded by a blank, to
204 avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
205 up the "1" part. From Rob Giardina <rob@criticalpointsoftware.com>.
206
207 2001-01-30 Eli Zaretskii <eliz@is.elta.co.il>
208
209 * INSTALL: Copy the table of tested combinations of development
210 tools from confuigure.bat. Add suggestion to install Bash on
211 Windows 9X.
212
213 * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
214 lisp/Makefile.in instead. Use "rm -f" where more than one file
215 needs to be deleted, since command.com in Windows 9X doesn't grok
216 more than one argument.
217
218 2001-01-24 Andrew Innes <andrewi@gnu.org>
219
220 * makefile.w32-in (cleanall-other-dirs-nmake):
221 (cleanall-other-dirs-gmake): New targets.
222 (cleanall): Invoke them.
223
224 2001-01-19 Andrew Innes <andrewi@gnu.org>
225
226 * addpm.c (env_vars): Add a version-independent site-lisp
227 directory to EMACSLOADPATH, after the version dependent one.
228
229 2001-01-06 Andrew Innes <andrewi@gnu.org>
230
231 * README: Update info about compilers.
232
233 * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
234 select correct rule for invoking make in another directory. Amend
235 rules accordingly.
236 (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
237
238 * nmake.defs (EMACS_ICON_PATH): Delete definition.
239 (COMPILER_TEMP_FILES): New definition.
240 (MAKETYPE): New definition.
241
242 * gmake.defs (EMACS_ICON_PATH): Delete definition.
243 (COMPILER_TEMP_FILES): New definition.
244 (MAKETYPE): New definition.
245
246 * makefile.def (EMACS_ICON_PATH): Delete definition.
247
248 * configure.bat: Be careful not to add trailing spaces when
249 outputting to config.settings.
250
251 2001-01-02 Andrew Innes <andrewi@gnu.org>
252
253 * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
254 than the function.
255
256 2000-12-17 Andrew Innes <andrewi@gnu.org>
257
258 * makefile.w32-in (install): Copy directories to the correct
259 places.
260 (real_install): Remove obsolete target.
261
262 2000-12-06 Andrew Innes <andrewi@gnu.org>
263
264 * nmake.defs (CURDIR): New define.
265 (INSTALL_DIR): Use it.
266
267 * gmake.defs (NEW_CYGWIN): New define.
268 (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
269 so we need to adjust how we escape embedded quotes.
270 (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
271 relative to $(CURDIR).
272
273 2000-11-25 Jason Rumney <jasonr@gnu.org>
274
275 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
276
277 2000-10-17 Andrew Innes <andrewi@gnu.org>
278
279 * makefile.w32-in (recompile): New target to recompile lisp
280 directory.
281 (recompile-CMD, recompile-SH): New support targets.
282
283 2000-09-24 Jason Rumney <jasonr@gnu.org>
284
285 * config.nt (NO_RETURN): Define it.
286
287 2000-09-17 Andrew Innes <andrewi@gnu.org>
288
289 * gmake.defs: Revert to Unix line endings.
290
291 * nmake.defs: Revert to Unix line endings.
292
293 2000-09-16 Andrew Innes <andrewi@gnu.org>
294
295 * gmake.defs (SETLOADPATH): Change definition to work from any
296 subdirectory.
297
298 2000-09-14 Andrew Innes <andrewi@gnu.org>
299
300 * makefile.w32-in: Revert to Unix line endings.
301
302 2000-09-14 Andrew Innes <andrewi@gnu.org>
303
304 * INSTALL: Add note about expected error messages when configure
305 is run.
306
307 * configure.bat: Simplify the generation of makefiles (don't need
308 to generate various top-level targets that invoke make in other
309 directories).
310
311 * gmake.defs (SHELLTYPE): New define.
312 (SETLOADPATH): New define.
313
314 * nmake.defs (SHELLTYPE): New define.
315
316 * makefile.w32-in: Standardize indentation somewhat.
317 Add bootstrap support.
318 Pass $(MFLAGS) when invoking make recursively.
319 Add shell-specific variants of top-level targets that invoke make
320 recursively in other directories, and add necessary computed
321 dependencies.
322
323 2000-09-03 Andrew Innes <andrewi@gnu.org>
324
325 * makefile.w32-in: Change to DOS line endings.
326
327 * configure.bat: Change to DOS line endings.
328
329 * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
330 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
331
332 * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
333 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
334
335 * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
336 -D_ANONYMOUS_STRUCT on compile line.
337 (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
338 (ARCH_CFLAGS): Change optimization flags to -O2.
339 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
340 (ARGQUOTE, DQUOTE): New defines.
341
342 * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
343 -D_ANONYMOUS_STRUCT on compile line.
344 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
345 (ARGQUOTE, DQUOTE): New defines.
346
347 2000-08-22 Andrew Innes <andrewi@gnu.org>
348
349 * configure.bat: New file.
350
351 * gmake.defs: New file.
352
353 * nmake.defs: New file.
354
355 * makefile.w32-in: New file.
356
357 * INSTALL: Rewrite to match new configure process.
358
359 * config.nt [WINDOWSNT]: Don't declare getenv.
360 (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
361
362 * addpm.c (main): Accept /q to mean install based on addpm's
363 location without asking. Remove reference to emacs.bat which is
364 now obsolete.
365
366 * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
367
368 * paths.h: Use forward slash as directory separator in all path
369 definitions.
370 (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
371
372 * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
373
374 * runemacs.c: Remove WIN32 define.
375
376 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
377 not defined.
378
379 * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
380 (fd_set): Define to new name, after including winsock.h, so we can
381 provide our own implementation.
382
383 2000-07-05 Andrew Innes <andrewi@gnu.org>
384
385 * ebuild.bat: Add support for specifying make arguments.
386
387 * makefile.nt: Add support for `bootstrap' and related targets.
388
389 2000-06-11 Jason Rumney <jasonr@gnu.org>
390
391 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
392
393 2000-02-06 Andrew Innes <andrewi@gnu.org>
394
395 * inc/sys/time.h: Add inclusion protection.
396
397 * makefile.def (SYS_LDFLAGS): Add -nologo.
398
399 1999-11-22 Andrew Innes <andrewi@gnu.org>
400
401 * install.bat: Pass on command line arguments to make.
402
403 * makefile.nt (fast_install): Bring commands up-to-date, and fix
404 typo.
405
406 1999-11-21 Andrew Innes <andrewi@gnu.org>
407
408 * makefile.nt (all): Build leim if present.
409 (install): Install leim if present.
410 (clean): Clean leim if present.
411
412 * addpm.c (env_vars): Include leim in default EMACSLOADPATH
413 definition.
414
415 * emacs.bat.in (EMACSLOADPATH): Include leim.
416
417 1999-07-12 Richard Stallman <rms@gnu.org>
418
419 * Version 20.4 released.
420
421 1999-06-16 Andrew Innes <andrewi@gnu.org>
422
423 * emacs.rc: Use an icon with a transparent background, to be in
424 keeping with other applications.
425
426 1999-06-03 Andrew Innes <andrewi@gnu.org>
427
428 * preprep.c: Fix typo.
429
430 1999-05-02 Andrew Innes <andrewi@gnu.org>
431
432 * config.h: Remove obsolete file.
433
434 * preprep.c (copy_executable_and_move_sections): Ifdef out a
435 couple of unused switch cases that aren't defined on all
436 platforms.
437
438 * ftime.bat: Add another variation of the profile command, which
439 only profiles extended commands.
440
441 1999-03-31 Geoff Voelker <voelker@cs.washington.edu>
442
443 * cmdproxy.c (main): Fix parens.
444
445 1999-03-25 Andrew Innes <andrewi@gnu.org>
446
447 * cmdproxy.c (main): Call GetShortPathName to normalize program
448 names for comparison.
449
450 1999-03-05 Geoff Voelker <voelker@cs.washington.edu>
451
452 * makefile.def: Compile multiple .c files when possible.
453 Use BLD instead of assuming i386.
454 * makefile.nt: Remove common multiple file compilation commands.
455
456 1999-03-04 Geoff Voelker <voelker@cs.washington.edu>
457
458 * cmdproxy.c (main): Add missing parens.
459
460 1999-02-20 Andrew Innes <andrewi@gnu.org>
461
462 * preprep.c: New program to allow dumped image to be profiled.
463
464 * makefile.nt (preprep): New target.
465 (ALL): Build it.
466
467 * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
468
469 * ftime.bat: Invoke preprep to prepare dumped image for profiling.
470 Change prep options to profile libc functions and skip the startup
471 code.
472
473 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
474
475 * makefile.nt: Create installation directory as first step.
476
477 1999-01-31 Andrew Innes <andrewi@gnu.org>
478
479 * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from
480 ROUND_UP_DST. Zeroes the alignment slop.
481 (copy_executable_and_add_section): Update the
482 SizeOfHeaders field properly.
483
484 1999-01-27 Andrew Innes <andrewi@gnu.org>
485
486 * makefile.nt: Do make version comparison as strings.
487
488 1999-01-26 Andrew Innes <andrewi@harlequin.co.uk>
489
490 * runemacs.c (WinMain): Pass explicit environment block to
491 CreateProcess, to work around a bug in Windows 95/98.
492
493 1999-01-22 Geoff Voelker <voelker@cs.washington.edu>
494
495 * icons: New directory with Davenport's icons.
496 icons/sink.ico: Renamed from emacs.ico.
497
498 * makefile.nt (install, fast_install): Install Windows icons
499 into etc/icons.
500
501 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
502
503 1999-01-17 Andrew Innes <andrewi@gnu.org>
504
505 * makefile.nt: (ALL): List top-level targets.
506 (addsection): New top-level target.
507 (install): Copy fns-*.el to bin directory.
508
509 * addsection.c: New program to add static heap section to
510 temacs.exe after linking, in support of new unexec method.
511
512 1998-12-28 Andrew Innes <andrewi@delysid.gnu.org>
513
514 * cmdproxy.c (spawn): Pass directory for child as parameter.
515 (main): Save startup directory to give to spawn, then change
516 directory to location of .exe in order not to prevent startup
517 directory from being deleted.
518
519 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
520
521 * makefile.nt: Do string comparision of _NMAKE_VER.
522
523 1998-12-02 Geoff Voelker <voelker@cs.washington.edu>
524
525 * config.nt (LOCALTIME_CACHE): Define.
526
527 1998-11-13 Andrew Innes <andrewi@delysid.gnu.org>
528
529 * install.bat: Convert to DOS format.
530
531 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
532
533 * cmdproxy.c (main): Set environment size only when running
534 command.com.
535
536 1998-11-03 Theodore Jump <tjump@tertius.com>
537
538 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
539 (DEL_TREE): Use rd instead of rmdir.
540 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries.
541 * makefile.nt: Compile multiple source files when possible.
542
543 1998-10-05 Geoff Voelker <voelker@cs.washington.edu>
544
545 * cmdproxy.c (main): Treat command line options as case-insensitive.
546
547 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
548
549 * Version 20.3 released.
550
551 1998-07-20 Geoff Voelker <voelker@cs.washington.edu>
552
553 * addpm.c (main): Explicitly check result of message box for OK.
554
555 1998-06-05 Andrew Innes <andrewi@harlequin.co.uk>
556
557 * inc/sys/file.h (D_OK): Define new macro.
558
559 1998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
560
561 * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
562
563 1998-05-30 Geoff Voelker <voelker@cs.washington.edu>
564
565 * emacs.rc (VS_VERSION_INFO): Define.
566
567 1998-04-23 Geoff Voelker <voelker@cs.washington.edu>
568
569 * makefile.nt (emacs.bat, debug.bat): Create them in the
570 installation directory.
571
572 1998-04-23 Andrew Innes <andrewi@harlequin.co.uk>
573
574 * ddeclient.c: New file. (Support program for performing limited
575 interprocess communication on Windows.)
576
577 * makefile.nt: Build ddeclient.
578
579 * cmdproxy.c (main): Only set environment size for real shell, and
580 provide extra directory argument, when running on Windows 95.
581
582 1998-04-17 Geoff Voelker <voelker@cs.washington.edu>
583
584 * cmdproxy.c (fail): Exit with a negative return value.
585 (spawn): Return subprocess return code as an argument.
586 Explicitly copy environment block.
587 (main): Update to use return value argument with spawn.
588 Retry if spawn failed when a subshell was not tried.
589
590 * config.nt: Include new macros from src/config.in.
591 (GNU_MALLOC, REL_ALLOC): Define.
592 (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
593 (RE_TRANSLATE): Use char_table_translate.
594
595 * makefile.def (CP_DIR): Preserve attributes.
596
597 * makefile.nt (clean): Delete patch generated files, optimized
598 build directory.
599
600 1997-10-01 Geoff Voelker <voelker@cs.washington.edu>
601
602 * addpm.c (env_vars): Fix misplaced % in SHELL entry.
603
604 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
605
606 * Version 20.2 released.
607
608 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
609
610 * Version 20.1 released.
611
612 1997-09-11 Geoff Voelker <voelker@cs.washington.edu>
613
614 * debug.bat.in: New file.
615 * makefile.nt (debug.bat): New target.
616
617 1997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
618
619 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
620 Quote group name. Allow different icons to be specified.
621
622 * cmdproxy.c (get_env_size): New function.
623 (spawn): Explicitly pass in environment when creating subprocess.
624 (main): Cleaup error messages.
625 Specify dynamically sized environment block for real shell.
626 Pass on unhandled switches to real shell.
627 Quote program name.
628
629 * makefile.def (CFLAGS_COMMON): Place pdb file in object build
630 directory.
631 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
632
633 * runemacs.c (WinMain): Allow Emacs process to be started with
634 high or low priority.
635
636 * emacs.bat.in: Remove OS dependent operations.
637
638 1997-09-02 Geoff Voelker <voelker@cs.washington.edu>
639
640 * addpm.c (env_vars): No longer set INFOPATH.
641
642 * cmdproxy.c (get_next_token): Null terminate token returned.
643
644 * emacs.bat.in (INFOPATH): No longer set INFOPATH.
645
646 1997-08-10 Andrew Innes <andrewi@harlequin.co.uk>
647
648 * addpm.c (env_vars): Set SHELL to cmdproxy.
649 (main): Initialize idDde to 0.
650 Determine emacs_path from module file name.
651 Prompt for install.
652
653 * makefile.def (MSVCNT11): Conditionally define it.
654 (BASE_LIBS): Do not use oldnames.lib.
655 (SYS_LDFLAGS): Use pdb files.
656 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
657 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
658 (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
659
660 * makefile.nt (ALL): Build cmdproxy.
661 (cmdproxy): New target.
662 (install): Install cmdproxy.
663
664 * ftime.bat, debug.bat, cmdproxy.c: New files.
665
666 1997-07-10 Geoff Voelker <voelker@cs.washington.edu>
667
668 * inc/sys/socket.h: (shutdown): Define.
669 (sys_shutdown): Export.
670
671 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
672
673 * config.nt (RE_TRANSLATE): Copy definition from config.in.
674
675 1997-07-01 Geoff Voelker <voelker@cs.washington.edu>
676
677 * config.nt: Update file comments.
678 Update undefs added/removed in src/config.in.
679
680 1997-06-19 Geoff Voelker <voelker@cs.washington.edu>
681
682 * makefil.def, emacs.bat: Use windows95 and windowsnt instead
683 of win95 and winnt, respectively.
684
685 1997-01-04 Geoff Voelker <voelker@cs.washington.edu>
686
687 * makefile.nt (real_install): Create site-lisp in installation dir.
688 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
689 * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
690
691 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
692
693 * Version 19.33 released.
694
695 1996-08-09 Geoff Voelker <voelker@cs.washington.edu>
696
697 * runemacs.c (WinMain): Put a space between the binary and its args.
698
699 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
700
701 * Version 19.32 released.
702
703 1996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
704
705 * makefile.nt (clean): Use OBJDIR macro.
706
707 1996-06-03 Kim F. Storm <kfs@olicom.dk>
708
709 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
710 Not defined by default.
711 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
712 (WinMain): Convert backslashes to slashes in env var values.
713
714 * addpm.c (env_vars): Use slashes, not backslashes.
715
716 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
717
718 * Version 19.31 released.
719
720 1996-05-13 Andrew Innes <andrewi@harlequin.co.uk>
721
722 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
723 undo settings afterwards.
724
725 1996-05-08 Andrew Innes <andrewi@harlequin.co.uk>
726
727 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
728 environment variable.
729
730 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
731
732 * install.bat: Allow for optimized build.
733 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
734 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
735
736 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
737
738 * addpm.c (REG_ROOT): Don't use a trailing backslash.
739 (env_vars): Rename field emacs_path to emacs_dir.
740 (main): Add link to runemacs instead of emacs.
741
742 * install.bat: Check if INSTALL_DIR is passed as an argument.
743
744 * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
745
746 * makefile.nt: Build and install runemacs.exe.
747
748 * runemacs.c: New file.
749
750 * config.w95: File removed.
751
752 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
753 inc/sys/socket.h, inc/sys/time.h: New header files.
754
755 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
756
757 1996-03-27 Geoff Voelker <voelker@cs.washington.edu>
758
759 * makefile.def (DEL): Defined.
760 (DEL_TREE) [win95]: Defined.
761 (SYS_LDFLAGS): Set executable versions to 3.10.
762
763 * makefile.nt: Change uses of del to $(DEL).
764
765 1996-01-17 Erik Naggum <erik@naggum.no>
766
767 * All files: Update FSF's address in comment preamble.
768
769 1996-01-03 George V. Reilly <georger@microcrafts.com>
770
771 * emacs.ico: Now the proverbial kitchen sink icon.
772
773 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
774
775 * Version 19.30 released.
776
777 1995-11-22 Geoff Voelker <voelker@cs.washington.edu>
778
779 * makefile.def (CP_DIR): Use platform independent switches for xcopy.
780
781 * makefile.nt (install, fast_install, real_install, clean):
782 Don't use switches to del not supported by Win95.
783
784 1995-11-07 Kevin Gallo <kgallo@microsoft.com>
785
786 * makefile.nt (addpm.exe): Link with $(ADVAPI32).
787 (install, fast_install): Change same-dir test to create test file in
788 installation tree and thereby support read-only shares.
789 (clean): Remove .pdb files.
790
791 * makefile.def (NTGUI): New macro.
792 [NTGUI] (CFLAGS): Define HAVE_NTGUI.
793
794 * config.nt, config.w95: Update to latest src/config.in.
795
796 * addpm.c (env_vars): New variable.
797 (add_registry): New procedure.
798 (main): Use values of configuration environment variables from
799 the registry if defined, the process environment otherwise.
800
801 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
802
803 * Version 19.29 released.
804
805 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
806
807 1995-06-13 Geoff Voelker <voelker@cs.washington.edu>
808
809 * makefile.nt: Define .c to .obj suffix rule.
810 (addpm.obj): Compile directly, use CFLAGS.
811 (addpm.exe): Link from addpm.obj.
812
813 * makefile.def (MSVCNT11): Defined.
814 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
815 (CFLAGS_COMMON): Defined.
816 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
817
818 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
819
820 * emacs.bat.in: Renamed from emacs.bat
821 (emacs_dir): Renamed from emacs_path
822 Definition removed.
823
824 * addpm.c: New file.
825 * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.
826 (all): Depend upon $(BLD) and $(ALL).
827 (install): Depend upon emacs.bat.
828 Create program item for Emacs.
829 (clean): Delete obj.
830 (emacs.bat): Defined.
831 * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.
832
833 1995-05-27 Geoff Voelker <voelker@cs.washington.edu>
834
835 * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
836 Add carriage returns; necessary for batch files on Win95.
837
838 1995-05-25 Geoff Voelker <voelker@cs.washington.edu>
839
840 * config.w95: Created.
841 * config.h: Changed to config.nt.
842
843 * makefile.nt (SUBDIRS): Commented out.
844 (all,install,clean): Expand for-loops.
845 (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
846
847 * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.
848 (ARCH): New definition.
849 (CPU,CONFIG_H,OS_TYPE): Defined.
850 (INCLUDE,LIB): Checked if valid.
851 (ntwin32.mak): Included.
852 (AR,CC,LINK): New definition.
853 (ADVAPI32,libc,BASE_LIBS): Defined.
854 (SYS_LDFLAGS): New definition.
855 Update comments and preprocessor conditionals.
856
857 * emacs.bat (SHELL): Conditionally defined.
858 (HOME): Conditionally defined.
859 (emacs_path,HOME): Update comments.
860 Turn off all echo.
861
862 1995-05-09 Geoff Voelker <voelker@cs.washington.edu>
863
864 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
865 fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
866 inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
867 inc/sys/param.h: Removed carriage-returns.
868
869 1995-05-06 Geoff Voelker <voelker@cs.washington.edu>
870
871 * makefile.def (CVTRES): Defined.
872
873 * emacs.ico, emacs.rc: New files by Kevin Gallo.
874
875 1995-04-10 Geoff Voelker <voelker@cs.washington.edu>
876
877 * src: Removed.
878
879 * src\config.h, src\paths.h: Moved to parent dir, src removed.
880
881 1995-04-09 Geoff Voelker <voelker@cs.washington.edu>
882
883 * makefile.def (INSTALL_DIR): Changed to generic directory.
884
885 * emacs.bat: Added arguments when emacs.exe invoked.
886
887 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
888
889 1994-12-13 voelker <voelker@cs.washington.edu>
890
891 * makefile.def (CC): In configuration section.
892 (COMPAT_LIB): Defined.
893
894 1994-11-01 voelker <voelker@cs.washington.edu>
895
896 * src/paths.h: New file.
897
898 * src/config.h: New file.
899
900 * inc/pwd.h: New file.
901
902 * inc/sys/dir.h: New file.
903
904 * inc/sys/file.h: New file.
905
906 * inc/sys/ioctl.h: New file.
907
908 * inc/sys/param.h: New file.
909
910 * todo: New file.
911
912 * readme: New file.
913
914 * makefile.nt: New file.
915
916 * makefile.def: New file.
917
918 * install.cmd: New file.
919
920 * install: New file.
921
922 * fast-install.cmd: New file.
923
924 * emacs.cmd: New file.
925
926 * ebuild.cmd: New file.
927
928 * _emacs: New file.
929
930 ;; Local Variables:
931 ;; coding: iso-2022-7bit
932 ;; End:
933
934 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001
935 Free Software Foundation, Inc.
936 Copying and distribution of this file, with or without modification,
937 are permitted provided the copyright notice and this notice are preserved.