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