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