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