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