Switch to standard GPL text for license.
[bpt/emacs.git] / nt / ChangeLog
1 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
2
3 * configure.bat: Update ../site-lisp/subdirs.el when needed.
4
5 2007-01-30 Juanma Barranquero <lekktu@gmail.com>
6
7 * subdirs.el: Add "no-byte-compile: t" local variable.
8
9 2007-01-10 Jason Rumney <jasonr@gnu.org>
10
11 * README: Update URLs and advice about reporting bugs.
12
13 2006-12-29 Jason Rumney <jasonr@gnu.org>
14
15 * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from
16 DEBUG_LINK.
17 (DEBUG_LINK): Remove -debugtype:both
18
19 2006-12-27 Eli Zaretskii <eliz@gnu.org>
20
21 * INSTALL: Update table of supported Make ports. Show "make -j"
22 command that is known to work.
23
24 * configure.bat: Update table of supported Make ports.
25
26 2006-12-24 Eli Zaretskii <eliz@gnu.org>
27
28 * makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it
29 only in implicit rules. Use literal "emacs.rc" instead.
30
31 2006-12-23 Eli Zaretskii <eliz@gnu.org>
32
33 * gmake.defs: Export XMFLAGS.
34
35 * makefile.w32-in (all-other-dirs-nmake, recompile-nmake): Don't
36 use $(XMFLAGS) for nmake, as it doesn't support parallelism.
37
38 2006-12-22 Eli Zaretskii <eliz@gnu.org>
39
40 * INSTALL: Explain how to invoke GNU Make for parallel builds.
41
42 * makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)"
43 command-line argument to sub-Make in src, since src/makefile.w32-in
44 invokes Make recursively during bootstrap.
45 (clean): Delete stamp_BLD.
46 (bootstrap): Make `all' explicitly in a recursive Make.
47
48 * gmake.defs (stamp_BLD): Rename from $(BLD). Create a file
49 stamp_BLD after creating the $(BLD) directory.
50
51 * nmake.defs (stamp_BLD): Rename from $(BLD). Create a file
52 stamp_BLD after creating the $(BLD) directory.
53
54 * makefile.w32-in (addpm, ddeclient, cmdproxy, addsection)
55 (preprep, $(TRES), runemacs)
56 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O))
57 ($(BLD)/cmdproxy.$(O), (BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
58 Depend on stamp_BLD instead of on $(BLD).
59 (XMFLAGS): New macro.
60 (all-other-dirs-nmake, all-other-dirs-gmake, recompile-nmake)
61 (recompile-gmake, bootstrap-gmake, bootstrap-clean-gmake)
62 (install-other-dirs-gmake, info-gmake, clean-other-dirs-gmake)
63 (cleanall-other-dirs-gmake): Pass $(XMFLAGS) to sub-Make.
64
65 2006-12-20 Eli Zaretskii <eliz@gnu.org>
66
67 * makefile.w32-in ($(TRES)): Depend on $(BLD). Use $< instead of
68 $(ALL_DEPS).
69 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O)
70 ($(BLD)/cmdproxy.$(O), $(BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
71 New dependency on $(BLD).
72 (all-other-dirs-nmake, all-other-dirs-gmake, bootstrap-nmake)
73 (bootstrap-gmake): Depend on addsection.
74
75 2006-10-29 Juanma Barranquero <lekktu@gmail.com>
76
77 * runemacs.c (WinMain): Process all recognized arguments, not just
78 the first one. Remove unused variable sec_desc.
79
80 2006-09-24 Eli Zaretskii <eliz@gnu.org>
81
82 * config.nt (HAVE_LANGINFO_CODESET): Define.
83
84 * inc/langinfo.h: New file.
85
86 * inc/nl_types.h: New file.
87
88 2006-09-15 Jay Belanger <belanger@truman.edu>
89
90 * COPYING: Replace "Library Public License" by "Lesser Public
91 License" throughout.
92
93 2006-07-27 Jason Rumney <jasonr@gnu.org>
94
95 * INSTALL: Add notes about Cygwin make to impatient section.
96
97 2006-06-02 Eli Zaretskii <eliz@gnu.org>
98
99 * INSTALL: Add Make 3.81 to the list of Make & shell combinations
100 known to work.
101
102 2006-03-12 Jason Rumney <jasonr@gnu.org>
103
104 * addpm.c (add_registry): Don't change the registry unless keys
105 already exist from a previous version.
106
107 * makefile.w32-in (install): Use -q when invoking addpm.
108
109 * addpm.c (main): Accept -q as alternative for /q.
110
111 2006-03-11 Jason Rumney <jasonr@gnu.org>
112
113 * runemacs.c (WinMain): Set screen buffer to 80x25.
114
115 2005-12-24 Eli Zaretskii <eliz@gnu.org>
116
117 * gmake.defs (TEMACS_EXTRA_LINK): Remove redundant -g.
118 (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
119
120 2005-12-09 Eli Zaretskii <eliz@gnu.org>
121
122 * INSTALL: Add explanation of how to debug with GDB starting from
123 the Emacs Abort dialog.
124
125 2005-11-26 Chong Yidong <cyd@stupidchicken.com>
126
127 * emacs.rc: Use new icons.
128
129 2005-11-26 Eli Zaretskii <eliz@gnu.org>
130
131 * emacs21.ico: Renamed from emacs.ico.
132 * emacs.ico: New icons from Andrew Zhilin
133 <andrew_zhilin@yahoo.com>.
134
135 2005-09-10 Eli Zaretskii <eliz@gnu.org>
136
137 * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine.
138
139 2005-08-10 Juanma Barranquero <lekktu@gmail.com>
140
141 * .cvsignore: Add `obj' and `oo' for in-place installations.
142
143 2005-07-30 Eli Zaretskii <eliz@gnu.org>
144
145 * config.nt (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
146
147 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
148
149 * configure.bat: Don't create lisp/Makefile.unix.
150
151 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
152
153 * .cvsignore: Add `makefile' and `config.log'.
154
155 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
156
157 Merge gnulib getopt implementation into Emacs.
158
159 * inc/gettext.h: Remove; no longer needed now that
160 lib-src/gettext.h exists.
161
162 2005-07-16 Eli Zaretskii <eliz@gnu.org>
163
164 * configure.bat: Finish config.log with a line that indicates that
165 the configure step was successful.
166
167 2005-07-04 Lute Kamstra <lute@gnu.org>
168
169 Update FSF's address in GPL notices.
170
171 2005-06-11 Eli Zaretskii <eliz@gnu.org>
172
173 * configure.bat: If their fc.exe returns a meaningful exit status,
174 don't overwrite src/config.h and src/epaths.h with identical
175 copies.
176
177 * INSTALL: Warn about using "cvs up -kb" if one intends to commit
178 changes. Add a pointer to another site with detailed configure
179 and build instructions. Suggest to look at config.log when
180 configure fails. Add MinGW Make 3.80 to the list of successful
181 combinations.
182
183 * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
184 "-mcpu=i686".
185
186 * configure.bat: Update copyright years.
187 Delete config.log before doing anything else.
188 Write additional diagnostics to config.log in case of failures to
189 compile test programs, including the failed test program itself.
190 Add a test for support of -mtune=pentium4 switch to GCC; if it is
191 supported, set up MCPU_FLAG variable on the various Makefiles to
192 use that switch during compilations. (This avoids GCC warning
193 about -mcpu being deprecated.)
194
195 2005-06-10 Eli Zaretskii <eliz@gnu.org>
196
197 * addsection.c (copy_executable_and_add_section): Pass non-zero
198 `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
199 environment. Print section names with %.8s.
200 (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
201 only if non-zero. All callers changed.
202
203 2005-06-05 Eli Zaretskii <eliz@gnu.org>
204
205 * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
206 `const void *', for consistency with Posix.
207
208 2005-06-04 Eli Zaretskii <eliz@gnu.org>
209
210 * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
211
212 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
213
214 * INSTALL: Add more pointers to ports of Unix tools to Windows,
215 and to the Emacs Wiki (which contains building instructions for
216 Windows). Reword image library instructions and remove obsolete
217 incompatibility information.
218
219 2005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
220
221 * config.nt (HAVE_PWD_H): Undef.
222
223 2004-06-07 Juanma Barranquero <lektu@terra.es>
224
225 * INSTALL: Clarify paragraph about compatibility between image
226 libraries and builds of Emacs with several compilers.
227
228 2004-06-06 Juanma Barranquero <lektu@terra.es>
229
230 * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
231 the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
232 calling non-existent cmdproxy.exe on boostrappings after a
233 previous install followed by realclean.
234
235 * nmake.defs: Add quote in comment to resync font-locking.
236
237 2004-06-04 Juanma Barranquero <lektu@terra.es>
238
239 * INSTALL: Reword the section on image support. Add reference to
240 GnuWin32. Mention problems when mixing binaries from different
241 compilers.
242
243 2004-05-06 Jason Rumney <jasonr@gnu.org>
244
245 * configure.bat: Use -mno-cygwin to check for image libraries
246 when needed.
247
248 2004-05-03 Jason Rumney <jasonr@gnu.org>
249
250 * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
251 * makefile.def: Remove.
252
253 * nmake.defs (SYS_LDFLAGS): Add -nologo.
254
255 * makefile.w32-in (info-gmake, info-nmake): New targets.
256 (info): Use them.
257
258 2004-04-23 Juanma Barranquero <lektu@terra.es>
259
260 * nmake.defs:
261 * gmake.defs:
262 * makefile.w32-in:
263 * makefile.def:
264 * makefile.nt: Add "-*- makefile -*-" mode tag.
265
266 2004-04-10 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
267
268 * runemacs.c (WinMain): Let Emacs environment default to parent.
269
270 2004-03-11 Jason Rumney <jasonr@gnu.org>
271
272 * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
273
274 2004-03-10 Juanma Barranquero <lektu@terra.es>
275
276 * makefile.w32-in (install): Don't try to copy
277 ../lib-src/fns-*.el, as it isn't used anymore.
278
279 2004-01-28 Peter Runestig <peter@runestig.com>
280
281 * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
282
283 2003-12-24 Miles Bader <miles@gnu.ai.mit.edu>
284
285 * .cvsignore: Add `.arch-inventory'.
286
287 2003-11-22 Lars Hansen <larsh@math.ku.dk>
288
289 * inc/grp.h: New file.
290
291 2003-09-03 Peter Runestig <peter@runestig.com>
292
293 * configure.bat: Create ``makefile'' in directories man, lispref
294 and lispintro.
295
296 * makefile.w32-in (force-info, info): New targets.
297
298 * envadd.bat: New file.
299
300 * multi-install-info.bat: New file.
301
302 2003-06-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
303
304 * config.nt (my_strftime): New define.
305
306 2003-02-01 Jason Rumney <jasonr@gnu.org>
307
308 * configure.bat: Automatically detect libXpm.
309 Suppress compiler output when testing for image libraries.
310 Give names of un-found libraries in messages.
311
312 2003-01-31 Juanma Barranquero <lektu@terra.es>
313
314 * configure.bat: Automatically detect giflib and tifflib.
315
316 2003-01-29 Jason Rumney <jasonr@gnu.org>
317
318 * gmake.defs (CURDIR): Disable cygpath kludge.
319
320 2003-01-29 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
321
322 * configure.bat: Avoid endless loop when configuring without image
323 support.
324
325 2003-01-26 Jason Rumney <jasonr@gnu.org>
326
327 * configure.bat: Automatically detect jpeglib.
328
329 2003-01-25 Jason Rumney <jasonr@gnu.org>
330
331 * configure.bat: Automatically detect libpng.
332
333 2003-01-21 Jason Rumney <jasonr@gnu.org>
334
335 * icons/hand.cur: New file.
336
337 2003-01-21 David Ponce <david@dponce.com>
338
339 * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
340
341 2003-01-15 Andrew Innes <andrewi@gnu.org>
342
343 * gmake.defs (CURDIR): Convert to native Windows format (with
344 forward slashes), to support building with Cygwin builds of make.
345
346 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
347
348 * nmake.defs:
349 * gmake.defs: Made changes so that Emacs would link with
350 WinMM.lib. This change was required for my addition of a Windows
351 compatible implementation of play-sound-internal.
352
353 2002-09-03 Peter Runestig <peter@runestig.com> (tiny change)
354
355 * emacs.rc: Version updated to 21.3.50.
356
357 2002-06-13 Jason Rumney <jasonr@gnu.org>
358
359 * addpm.c (env_vars): Remove EMACSLOCKDIR.
360
361 * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
362 (maybe-bootstrap-SH): New targets.
363 (all): Depend on maybe-bootstrap.
364
365 2002-05-03 Jason Rumney <jasonr@gnu.org>
366
367 * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
368 (sys_getpeername, fcntl): Declare as wrappers.
369
370 2002-04-10 Juanma Barranquero <lektu@terra.es>
371
372 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
373 after compiling .el files.
374
375 2002-03-20 Jason Rumney <jasonr@gnu.org>
376
377 * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
378 (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
379
380 2002-03-19 Kim F. Storm <storm@cua.dk>
381
382 * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
383 (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
384 (HAVE_SYS_UN_H): Undef.
385 From David Ponce <dponce@voila.fr>.
386
387 2002-03-13 Jason Rumney <jasonr@gnu.org>
388
389 * config.nt (STRFTIME_NO_POSIX2): Define.
390
391 2002-02-18 Jason Rumney <jasonr@gnu.org>
392
393 * emacs.rc: Define VS_VERSION_INFO if not already.
394 Update version info.
395
396 2002-01-04 Andrew Innes <andrewi@gnu.org>
397
398 * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
399 pick up relevant bits of the Windows API definitions.
400
401 * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
402 pick up relevant bits of the Windows API definitions.
403
404 2001-12-14 Andrew Innes <andrewi@gnu.org>
405
406 * makefile.w32-in (bootstrap): Build addsection program before
407 bootstrap (required for post-processing temacs.exe).
408
409 2001-12-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
410
411 * COPYING: New file.
412
413 2001-12-03 Andrew Innes <andrewi@gnu.org>
414
415 * makefile.w32-in (bootstrap-nmake):
416 (bootstrap-gmake): Extend bootstrap process to first do
417 bootstrap-clean in lisp dir and rebuild the DOC file.
418 (bootstrap): Do a "normal" make after the bootstrap work.
419
420 2001-11-20 Jason Rumney <jasonr@gnu.org>
421
422 * INSTALL: Update table of versions of make that are suitable
423 for building Emacs, based on recent feedback.
424
425 * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
426
427 2001-11-19 Andrew Innes <andrewi@gnu.org>
428
429 * ftime-nostartup.bat: New file.
430
431 * ftime.bat: Don't include libc.lib for profiling - the profiler
432 corrupts part of memcpy.
433
434 2001-11-17 Jason Rumney <jasonr@gnu.org>
435
436 * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
437 expansion. From Juanma Barranquero <lektu@terra.es>.
438
439 2001-10-20 Gerd Moellmann <gerd@gnu.org>
440
441 * (Version 21.1 released.)
442
443 2001-10-12 Andrew Innes <andrewi@gnu.org>
444
445 * inc/pwd.h (uid_t, gid_t): New typedefs.
446
447 2001-10-05 Gerd Moellmann <gerd@gnu.org>
448
449 * Branch for 21.1.
450
451 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
452
453 * README: Update the address of the mailing list and subscription
454 instructions. From Geoff Voelker <voelker@cs.ucsd.edu>.
455
456 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
457
458 * INSTALL: Suggest to avoid using WinZip.
459
460 * configure.bat: Make sure ../site-lisp exists; create if necessary.
461
462 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
463
464 * INSTALL: Mention that "make install" can be "nmake install".
465
466 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
467
468 * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
469 since some versions of `mkdir' don't automatically create parent
470 directories. From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
471
472 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
473
474 * subdirs.el: New file.
475
476 * configure.bat: Copy subdirs.el to the site-lisp directory.
477
478 * makefile.w32-in (install): Copy subdirs.el to the installation
479 directory.
480
481 2001-06-20 Jason Rumney <jasonr@gnu.org>
482
483 * runemacs.c (WinMain): Add quotes around command in case of spaces.
484
485 2001-06-01 Andrew Innes <andrewi@gnu.org>
486
487 * gmake.defs (sh_output): Don't use $(warning ...) to output
488 messages, since that is not supported by GNU make 3.77.
489
490 2001-05-24 Jason Rumney <jasonr@gnu.org>
491
492 * INSTALL: Clarify that building with MSVC requires nmake.
493
494 2001-05-17 Andrew Innes <andrewi@gnu.org>
495
496 * gmake.defs (NEW_CYGWIN): Output message about spurious error
497 message that is to be ignored.
498
499 2001-05-13 Andrew Innes <andrewi@gnu.org>
500
501 * TODO: Remove file, since it is completely out of date.
502
503 * README: Add copyright notice.
504
505 * INSTALL: Add copyright notice.
506
507 2001-04-18 Andrew Innes <andrewi@gnu.org>
508
509 * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
510 the environment.
511
512 * gmake.defs (SETLOADPATH): Remove definition.
513 (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
514 environment.
515
516 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
517
518 * configure.bat: Make the checkw32api* labels be distinct in the
519 first 8 characters.
520
521 2001-03-17 Andrew Innes <andrewi@gnu.org>
522
523 * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
524 escaped quotes.
525
526 * gmake.defs (DEBUG_LINK): New macro.
527 (LINK_FLAGS): Use it.
528
529 * nmake.defs (DEBUG_LINK): New macro.
530 (LINK_FLAGS): Use it.
531
532 2001-03-06 Andrew Innes <andrewi@gnu.org>
533
534 * INSTALL: Add --ldflags to configure line for building with
535 recent versions of Cygwin GCC.
536
537 2001-03-05 Eli Zaretskii <eliz@is.elta.co.il>
538
539 * configure.bat: Use correct options when compiling a test program
540 with Cygwin. From David Ponce <dponce@voila.fr>.
541
542 2001-02-24 Andrew Innes <andrewi@gnu.org>
543
544 * _emacs: Remove obsolete file.
545
546 * emacs.bat.in: Remove obsolete file.
547
548 * debug.bat.in: Remove obsolete file.
549
550 * inc/sys/socket.h: Add copyright notice.
551
552 * paths.h: Add copyright notice.
553
554 * makefile.nt: Update copyright notice.
555
556 * makefile.def: Update copyright notice.
557
558 * configure.bat: Update copyright notice.
559
560 * nmake.defs: Add copyright notice.
561
562 * gmake.defs: Add copyright notice.
563
564 * makefile.w32-in: Add copyright notice.
565
566 2001-02-05 Andrew Innes <andrewi@gnu.org>
567
568 * nmake.defs (THISDIR): New definition.
569
570 * gmake.defs (THISDIR): New definition.
571
572 2001-02-03 Andrew Innes <andrewi@gnu.org>
573
574 * configure.bat: Leave a space before >> only when there is a
575 preceding digit. Add a comment about the importance of this.
576
577 * README: Replace outdated information.
578
579 * INSTALL (Trouble-shooting): Add note about need to specify extra
580 compiler flags with recent Cygwin ports of gcc.
581
582 2001-02-01 Eli Zaretskii <eliz@is.elta.co.il>
583
584 * configure.bat: Use "rm -f" instead of "del /f", as the latter
585 is not supported by Windows 9X's COMMAND.COM.
586
587 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
588
589 * configure.bat: Make sure redirection is preceeded by a blank, to
590 avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
591 up the "1" part. From Rob Giardina <rob@criticalpointsoftware.com>.
592
593 2001-01-30 Eli Zaretskii <eliz@is.elta.co.il>
594
595 * INSTALL: Copy the table of tested combinations of development
596 tools from confuigure.bat. Add suggestion to install Bash on
597 Windows 9X.
598
599 * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
600 lisp/Makefile.in instead. Use "rm -f" where more than one file
601 needs to be deleted, since command.com in Windows 9X doesn't grok
602 more than one argument.
603
604 2001-01-24 Andrew Innes <andrewi@gnu.org>
605
606 * makefile.w32-in (cleanall-other-dirs-nmake):
607 (cleanall-other-dirs-gmake): New targets.
608 (cleanall): Invoke them.
609
610 2001-01-19 Andrew Innes <andrewi@gnu.org>
611
612 * addpm.c (env_vars): Add a version-independent site-lisp
613 directory to EMACSLOADPATH, after the version dependent one.
614
615 2001-01-06 Andrew Innes <andrewi@gnu.org>
616
617 * README: Update info about compilers.
618
619 * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
620 select correct rule for invoking make in another directory. Amend
621 rules accordingly.
622 (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
623
624 * nmake.defs (EMACS_ICON_PATH): Delete definition.
625 (COMPILER_TEMP_FILES): New definition.
626 (MAKETYPE): New definition.
627
628 * gmake.defs (EMACS_ICON_PATH): Delete definition.
629 (COMPILER_TEMP_FILES): New definition.
630 (MAKETYPE): New definition.
631
632 * makefile.def (EMACS_ICON_PATH): Delete definition.
633
634 * configure.bat: Be careful not to add trailing spaces when
635 outputting to config.settings.
636
637 2001-01-02 Andrew Innes <andrewi@gnu.org>
638
639 * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
640 than the function.
641
642 2000-12-17 Andrew Innes <andrewi@gnu.org>
643
644 * makefile.w32-in (install): Copy directories to the correct
645 places.
646 (real_install): Remove obsolete target.
647
648 2000-12-06 Andrew Innes <andrewi@gnu.org>
649
650 * nmake.defs (CURDIR): New define.
651 (INSTALL_DIR): Use it.
652
653 * gmake.defs (NEW_CYGWIN): New define.
654 (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
655 so we need to adjust how we escape embedded quotes.
656 (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
657 relative to $(CURDIR).
658
659 2000-11-25 Jason Rumney <jasonr@gnu.org>
660
661 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
662
663 2000-10-17 Andrew Innes <andrewi@gnu.org>
664
665 * makefile.w32-in (recompile): New target to recompile lisp
666 directory.
667 (recompile-CMD, recompile-SH): New support targets.
668
669 2000-09-24 Jason Rumney <jasonr@gnu.org>
670
671 * config.nt (NO_RETURN): Define it.
672
673 2000-09-17 Andrew Innes <andrewi@gnu.org>
674
675 * gmake.defs: Revert to Unix line endings.
676
677 * nmake.defs: Revert to Unix line endings.
678
679 2000-09-16 Andrew Innes <andrewi@gnu.org>
680
681 * gmake.defs (SETLOADPATH): Change definition to work from any
682 subdirectory.
683
684 2000-09-14 Andrew Innes <andrewi@gnu.org>
685
686 * makefile.w32-in: Revert to Unix line endings.
687
688 2000-09-14 Andrew Innes <andrewi@gnu.org>
689
690 * INSTALL: Add note about expected error messages when configure
691 is run.
692
693 * configure.bat: Simplify the generation of makefiles (don't need
694 to generate various top-level targets that invoke make in other
695 directories).
696
697 * gmake.defs (SHELLTYPE): New define.
698 (SETLOADPATH): New define.
699
700 * nmake.defs (SHELLTYPE): New define.
701
702 * makefile.w32-in: Standardize indentation somewhat.
703 Add bootstrap support.
704 Pass $(MFLAGS) when invoking make recursively.
705 Add shell-specific variants of top-level targets that invoke make
706 recursively in other directories, and add necessary computed
707 dependencies.
708
709 2000-09-03 Andrew Innes <andrewi@gnu.org>
710
711 * makefile.w32-in: Change to DOS line endings.
712
713 * configure.bat: Change to DOS line endings.
714
715 * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
716 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
717
718 * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
719 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
720
721 * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
722 -D_ANONYMOUS_STRUCT on compile line.
723 (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
724 (ARCH_CFLAGS): Change optimization flags to -O2.
725 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
726 (ARGQUOTE, DQUOTE): New defines.
727
728 * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
729 -D_ANONYMOUS_STRUCT on compile line.
730 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
731 (ARGQUOTE, DQUOTE): New defines.
732
733 2000-08-22 Andrew Innes <andrewi@gnu.org>
734
735 * configure.bat: New file.
736
737 * gmake.defs: New file.
738
739 * nmake.defs: New file.
740
741 * makefile.w32-in: New file.
742
743 * INSTALL: Rewrite to match new configure process.
744
745 * config.nt [WINDOWSNT]: Don't declare getenv.
746 (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
747
748 * addpm.c (main): Accept /q to mean install based on addpm's
749 location without asking. Remove reference to emacs.bat which is
750 now obsolete.
751
752 * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
753
754 * paths.h: Use forward slash as directory separator in all path
755 definitions.
756 (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
757
758 * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
759
760 * runemacs.c: Remove WIN32 define.
761
762 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
763 not defined.
764
765 * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
766 (fd_set): Define to new name, after including winsock.h, so we can
767 provide our own implementation.
768
769 2000-07-05 Andrew Innes <andrewi@gnu.org>
770
771 * ebuild.bat: Add support for specifying make arguments.
772
773 * makefile.nt: Add support for `bootstrap' and related targets.
774
775 2000-06-11 Jason Rumney <jasonr@gnu.org>
776
777 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
778
779 2000-02-06 Andrew Innes <andrewi@gnu.org>
780
781 * inc/sys/time.h: Add inclusion protection.
782
783 * makefile.def (SYS_LDFLAGS): Add -nologo.
784
785 1999-11-22 Andrew Innes <andrewi@gnu.org>
786
787 * install.bat: Pass on command line arguments to make.
788
789 * makefile.nt (fast_install): Bring commands up-to-date, and fix
790 typo.
791
792 1999-11-21 Andrew Innes <andrewi@gnu.org>
793
794 * makefile.nt (all): Build leim if present.
795 (install): Install leim if present.
796 (clean): Clean leim if present.
797
798 * addpm.c (env_vars): Include leim in default EMACSLOADPATH
799 definition.
800
801 * emacs.bat.in (EMACSLOADPATH): Include leim.
802
803 1999-07-12 Richard Stallman <rms@gnu.org>
804
805 * Version 20.4 released.
806
807 1999-06-16 Andrew Innes <andrewi@gnu.org>
808
809 * emacs.rc: Use an icon with a transparent background, to be in
810 keeping with other applications.
811
812 1999-06-03 Andrew Innes <andrewi@gnu.org>
813
814 * preprep.c: Fix typo.
815
816 1999-05-02 Andrew Innes <andrewi@gnu.org>
817
818 * config.h: Remove obsolete file.
819
820 * preprep.c (copy_executable_and_move_sections): Ifdef out a
821 couple of unused switch cases that aren't defined on all
822 platforms.
823
824 * ftime.bat: Add another variation of the profile command, which
825 only profiles extended commands.
826
827 1999-03-31 Geoff Voelker <voelker@cs.washington.edu>
828
829 * cmdproxy.c (main): Fix parens.
830
831 1999-03-25 Andrew Innes <andrewi@gnu.org>
832
833 * cmdproxy.c (main): Call GetShortPathName to normalize program
834 names for comparison.
835
836 1999-03-05 Geoff Voelker <voelker@cs.washington.edu>
837
838 * makefile.def: Compile multiple .c files when possible.
839 Use BLD instead of assuming i386.
840 * makefile.nt: Remove common multiple file compilation commands.
841
842 1999-03-04 Geoff Voelker <voelker@cs.washington.edu>
843
844 * cmdproxy.c (main): Add missing parens.
845
846 1999-02-20 Andrew Innes <andrewi@gnu.org>
847
848 * preprep.c: New program to allow dumped image to be profiled.
849
850 * makefile.nt (preprep): New target.
851 (ALL): Build it.
852
853 * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
854
855 * ftime.bat: Invoke preprep to prepare dumped image for profiling.
856 Change prep options to profile libc functions and skip the startup
857 code.
858
859 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
860
861 * makefile.nt: Create installation directory as first step.
862
863 1999-01-31 Andrew Innes <andrewi@gnu.org>
864
865 * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from
866 ROUND_UP_DST. Zeroes the alignment slop.
867 (copy_executable_and_add_section): Update the
868 SizeOfHeaders field properly.
869
870 1999-01-27 Andrew Innes <andrewi@gnu.org>
871
872 * makefile.nt: Do make version comparison as strings.
873
874 1999-01-26 Andrew Innes <andrewi@harlequin.co.uk>
875
876 * runemacs.c (WinMain): Pass explicit environment block to
877 CreateProcess, to work around a bug in Windows 95/98.
878
879 1999-01-22 Geoff Voelker <voelker@cs.washington.edu>
880
881 * icons: New directory with Davenport's icons.
882 * icons/sink.ico: Renamed from emacs.ico.
883
884 * makefile.nt (install, fast_install): Install Windows icons
885 into etc/icons.
886
887 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
888
889 1999-01-17 Andrew Innes <andrewi@gnu.org>
890
891 * makefile.nt: (ALL): List top-level targets.
892 (addsection): New top-level target.
893 (install): Copy fns-*.el to bin directory.
894
895 * addsection.c: New program to add static heap section to
896 temacs.exe after linking, in support of new unexec method.
897
898 1998-12-28 Andrew Innes <andrewi@delysid.gnu.org>
899
900 * cmdproxy.c (spawn): Pass directory for child as parameter.
901 (main): Save startup directory to give to spawn, then change
902 directory to location of .exe in order not to prevent startup
903 directory from being deleted.
904
905 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
906
907 * makefile.nt: Do string comparision of _NMAKE_VER.
908
909 1998-12-02 Geoff Voelker <voelker@cs.washington.edu>
910
911 * config.nt (LOCALTIME_CACHE): Define.
912
913 1998-11-13 Andrew Innes <andrewi@delysid.gnu.org>
914
915 * install.bat: Convert to DOS format.
916
917 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
918
919 * cmdproxy.c (main): Set environment size only when running
920 command.com.
921
922 1998-11-03 Theodore Jump <tjump@tertius.com>
923
924 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
925 (DEL_TREE): Use rd instead of rmdir.
926 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries.
927 * makefile.nt: Compile multiple source files when possible.
928
929 1998-10-05 Geoff Voelker <voelker@cs.washington.edu>
930
931 * cmdproxy.c (main): Treat command line options as case-insensitive.
932
933 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
934
935 * Version 20.3 released.
936
937 1998-07-20 Geoff Voelker <voelker@cs.washington.edu>
938
939 * addpm.c (main): Explicitly check result of message box for OK.
940
941 1998-06-05 Andrew Innes <andrewi@harlequin.co.uk>
942
943 * inc/sys/file.h (D_OK): Define new macro.
944
945 1998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
946
947 * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
948
949 1998-05-30 Geoff Voelker <voelker@cs.washington.edu>
950
951 * emacs.rc (VS_VERSION_INFO): Define.
952
953 1998-04-23 Geoff Voelker <voelker@cs.washington.edu>
954
955 * makefile.nt (emacs.bat, debug.bat): Create them in the
956 installation directory.
957
958 1998-04-23 Andrew Innes <andrewi@harlequin.co.uk>
959
960 * ddeclient.c: New file. (Support program for performing limited
961 interprocess communication on Windows.)
962
963 * makefile.nt: Build ddeclient.
964
965 * cmdproxy.c (main): Only set environment size for real shell, and
966 provide extra directory argument, when running on Windows 95.
967
968 1998-04-17 Geoff Voelker <voelker@cs.washington.edu>
969
970 * cmdproxy.c (fail): Exit with a negative return value.
971 (spawn): Return subprocess return code as an argument.
972 Explicitly copy environment block.
973 (main): Update to use return value argument with spawn.
974 Retry if spawn failed when a subshell was not tried.
975
976 * config.nt: Include new macros from src/config.in.
977 (GNU_MALLOC, REL_ALLOC): Define.
978 (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
979 (RE_TRANSLATE): Use char_table_translate.
980
981 * makefile.def (CP_DIR): Preserve attributes.
982
983 * makefile.nt (clean): Delete patch generated files, optimized
984 build directory.
985
986 1997-10-01 Geoff Voelker <voelker@cs.washington.edu>
987
988 * addpm.c (env_vars): Fix misplaced % in SHELL entry.
989
990 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
991
992 * Version 20.2 released.
993
994 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
995
996 * Version 20.1 released.
997
998 1997-09-11 Geoff Voelker <voelker@cs.washington.edu>
999
1000 * debug.bat.in: New file.
1001 * makefile.nt (debug.bat): New target.
1002
1003 1997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
1004
1005 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
1006 Quote group name. Allow different icons to be specified.
1007
1008 * cmdproxy.c (get_env_size): New function.
1009 (spawn): Explicitly pass in environment when creating subprocess.
1010 (main): Cleaup error messages.
1011 Specify dynamically sized environment block for real shell.
1012 Pass on unhandled switches to real shell.
1013 Quote program name.
1014
1015 * makefile.def (CFLAGS_COMMON): Place pdb file in object build
1016 directory.
1017 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
1018
1019 * runemacs.c (WinMain): Allow Emacs process to be started with
1020 high or low priority.
1021
1022 * emacs.bat.in: Remove OS dependent operations.
1023
1024 1997-09-02 Geoff Voelker <voelker@cs.washington.edu>
1025
1026 * addpm.c (env_vars): No longer set INFOPATH.
1027
1028 * cmdproxy.c (get_next_token): Null terminate token returned.
1029
1030 * emacs.bat.in (INFOPATH): No longer set INFOPATH.
1031
1032 1997-08-10 Andrew Innes <andrewi@harlequin.co.uk>
1033
1034 * addpm.c (env_vars): Set SHELL to cmdproxy.
1035 (main): Initialize idDde to 0.
1036 Determine emacs_path from module file name.
1037 Prompt for install.
1038
1039 * makefile.def (MSVCNT11): Conditionally define it.
1040 (BASE_LIBS): Do not use oldnames.lib.
1041 (SYS_LDFLAGS): Use pdb files.
1042 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
1043 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
1044 (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
1045
1046 * makefile.nt (ALL): Build cmdproxy.
1047 (cmdproxy): New target.
1048 (install): Install cmdproxy.
1049
1050 * ftime.bat, debug.bat, cmdproxy.c: New files.
1051
1052 1997-07-10 Geoff Voelker <voelker@cs.washington.edu>
1053
1054 * inc/sys/socket.h: (shutdown): Define.
1055 (sys_shutdown): Export.
1056
1057 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1058
1059 * config.nt (RE_TRANSLATE): Copy definition from config.in.
1060
1061 1997-07-01 Geoff Voelker <voelker@cs.washington.edu>
1062
1063 * config.nt: Update file comments.
1064 Update undefs added/removed in src/config.in.
1065
1066 1997-06-19 Geoff Voelker <voelker@cs.washington.edu>
1067
1068 * makefil.def, emacs.bat: Use windows95 and windowsnt instead
1069 of win95 and winnt, respectively.
1070
1071 1997-01-04 Geoff Voelker <voelker@cs.washington.edu>
1072
1073 * makefile.nt (real_install): Create site-lisp in installation dir.
1074 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
1075 * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
1076
1077 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1078
1079 * Version 19.33 released.
1080
1081 1996-08-09 Geoff Voelker <voelker@cs.washington.edu>
1082
1083 * runemacs.c (WinMain): Put a space between the binary and its args.
1084
1085 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1086
1087 * Version 19.32 released.
1088
1089 1996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
1090
1091 * makefile.nt (clean): Use OBJDIR macro.
1092
1093 1996-06-03 Kim F. Storm <kfs@olicom.dk>
1094
1095 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
1096 Not defined by default.
1097 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
1098 (WinMain): Convert backslashes to slashes in env var values.
1099
1100 * addpm.c (env_vars): Use slashes, not backslashes.
1101
1102 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
1103
1104 * Version 19.31 released.
1105
1106 1996-05-13 Andrew Innes <andrewi@harlequin.co.uk>
1107
1108 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
1109 undo settings afterwards.
1110
1111 1996-05-08 Andrew Innes <andrewi@harlequin.co.uk>
1112
1113 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
1114 environment variable.
1115
1116 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
1117
1118 * install.bat: Allow for optimized build.
1119 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
1120 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
1121
1122 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
1123
1124 * addpm.c (REG_ROOT): Don't use a trailing backslash.
1125 (env_vars): Rename field emacs_path to emacs_dir.
1126 (main): Add link to runemacs instead of emacs.
1127
1128 * install.bat: Check if INSTALL_DIR is passed as an argument.
1129
1130 * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
1131
1132 * makefile.nt: Build and install runemacs.exe.
1133
1134 * runemacs.c: New file.
1135
1136 * config.w95: File removed.
1137
1138 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
1139 inc/sys/socket.h, inc/sys/time.h: New header files.
1140
1141 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
1142
1143 1996-03-27 Geoff Voelker <voelker@cs.washington.edu>
1144
1145 * makefile.def (DEL): Defined.
1146 (DEL_TREE) [win95]: Defined.
1147 (SYS_LDFLAGS): Set executable versions to 3.10.
1148
1149 * makefile.nt: Change uses of del to $(DEL).
1150
1151 1996-01-17 Erik Naggum <erik@naggum.no>
1152
1153 * All files: Update FSF's address in comment preamble.
1154
1155 1996-01-03 George V. Reilly <georger@microcrafts.com>
1156
1157 * emacs.ico: Now the proverbial kitchen sink icon.
1158
1159 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1160
1161 * Version 19.30 released.
1162
1163 1995-11-22 Geoff Voelker <voelker@cs.washington.edu>
1164
1165 * makefile.def (CP_DIR): Use platform independent switches for xcopy.
1166
1167 * makefile.nt (install, fast_install, real_install, clean):
1168 Don't use switches to del not supported by Win95.
1169
1170 1995-11-07 Kevin Gallo <kgallo@microsoft.com>
1171
1172 * makefile.nt (addpm.exe): Link with $(ADVAPI32).
1173 (install, fast_install): Change same-dir test to create test file in
1174 installation tree and thereby support read-only shares.
1175 (clean): Remove .pdb files.
1176
1177 * makefile.def (NTGUI): New macro.
1178 [NTGUI] (CFLAGS): Define HAVE_NTGUI.
1179
1180 * config.nt, config.w95: Update to latest src/config.in.
1181
1182 * addpm.c (env_vars): New variable.
1183 (add_registry): New procedure.
1184 (main): Use values of configuration environment variables from
1185 the registry if defined, the process environment otherwise.
1186
1187 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1188
1189 * Version 19.29 released.
1190
1191 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
1192
1193 1995-06-13 Geoff Voelker <voelker@cs.washington.edu>
1194
1195 * makefile.nt: Define .c to .obj suffix rule.
1196 (addpm.obj): Compile directly, use CFLAGS.
1197 (addpm.exe): Link from addpm.obj.
1198
1199 * makefile.def (MSVCNT11): Defined.
1200 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
1201 (CFLAGS_COMMON): Defined.
1202 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
1203
1204 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
1205
1206 * emacs.bat.in: Renamed from emacs.bat.
1207 (emacs_dir): Renamed from emacs_path.
1208 Definition removed.
1209
1210 * addpm.c: New file.
1211 * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.
1212 (all): Depend upon $(BLD) and $(ALL).
1213 (install): Depend upon emacs.bat.
1214 Create program item for Emacs.
1215 (clean): Delete obj.
1216 (emacs.bat): Defined.
1217 * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.
1218
1219 1995-05-27 Geoff Voelker <voelker@cs.washington.edu>
1220
1221 * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
1222 Add carriage returns; necessary for batch files on Win95.
1223
1224 1995-05-25 Geoff Voelker <voelker@cs.washington.edu>
1225
1226 * config.w95: Created.
1227 * config.h: Changed to config.nt.
1228
1229 * makefile.nt (SUBDIRS): Commented out.
1230 (all,install,clean): Expand for-loops.
1231 (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
1232
1233 * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.
1234 (ARCH): New definition.
1235 (CPU,CONFIG_H,OS_TYPE): Defined.
1236 (INCLUDE,LIB): Checked if valid.
1237 (ntwin32.mak): Included.
1238 (AR,CC,LINK): New definition.
1239 (ADVAPI32,libc,BASE_LIBS): Defined.
1240 (SYS_LDFLAGS): New definition.
1241 Update comments and preprocessor conditionals.
1242
1243 * emacs.bat (SHELL): Conditionally defined.
1244 (HOME): Conditionally defined.
1245 (emacs_path,HOME): Update comments.
1246 Turn off all echo.
1247
1248 1995-05-09 Geoff Voelker <voelker@cs.washington.edu>
1249
1250 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
1251 fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
1252 inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
1253 inc/sys/param.h: Removed carriage-returns.
1254
1255 1995-05-06 Geoff Voelker <voelker@cs.washington.edu>
1256
1257 * makefile.def (CVTRES): Defined.
1258
1259 * emacs.ico, emacs.rc: New files by Kevin Gallo.
1260
1261 1995-04-10 Geoff Voelker <voelker@cs.washington.edu>
1262
1263 * src: Remove directory.
1264
1265 * src\config.h, src\paths.h: Moved to parent dir, src removed.
1266
1267 1995-04-09 Geoff Voelker <voelker@cs.washington.edu>
1268
1269 * makefile.def (INSTALL_DIR): Changed to generic directory.
1270
1271 * emacs.bat: Added arguments when emacs.exe invoked.
1272
1273 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
1274
1275 1994-12-13 Geoff Voelker <voelker@cs.washington.edu>
1276
1277 * makefile.def (CC): In configuration section.
1278 (COMPAT_LIB): Defined.
1279
1280 1994-11-01 Geoff Voelker <voelker@cs.washington.edu>
1281
1282 * src/paths.h: New file.
1283
1284 * src/config.h: New file.
1285
1286 * inc/pwd.h: New file.
1287
1288 * inc/sys/dir.h: New file.
1289
1290 * inc/sys/file.h: New file.
1291
1292 * inc/sys/ioctl.h: New file.
1293
1294 * inc/sys/param.h: New file.
1295
1296 * todo: New file.
1297
1298 * README: New file.
1299
1300 * makefile.nt: New file.
1301
1302 * makefile.def: New file.
1303
1304 * install.cmd: New file.
1305
1306 * INSTALL: New file.
1307
1308 * fast-install.cmd: New file.
1309
1310 * emacs.cmd: New file.
1311
1312 * ebuild.cmd: New file.
1313
1314 * _emacs: New file.
1315
1316 ;; Local Variables:
1317 ;; coding: iso-2022-7bit
1318 ;; add-log-time-zone-rule: t
1319 ;; End:
1320
1321 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
1322 2005, 2006, 2007 Free Software Foundation, Inc.
1323
1324 This file is part of GNU Emacs.
1325
1326 GNU Emacs is free software; you can redistribute it and/or modify
1327 it under the terms of the GNU General Public License as published by
1328 the Free Software Foundation; either version 2, or (at your option)
1329 any later version.
1330
1331 GNU Emacs is distributed in the hope that it will be useful,
1332 but WITHOUT ANY WARRANTY; without even the implied warranty of
1333 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1334 GNU General Public License for more details.
1335
1336 You should have received a copy of the GNU General Public License
1337 along with GNU Emacs; see the file COPYING. If not, write to the
1338 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
1339 Boston, MA 02110-1301, USA.
1340
1341 ;;; arch-tag: b3d2c29c-04a0-45d0-b52d-57354711c414