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