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