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