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