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