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