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