($(OBJ0) $(OBJ1) $(WIN32OBJ)): Add $(BLD)lastfile.$(O) and
[bpt/emacs.git] / nt / ChangeLog
CommitLineData
b47342e3
EZ
12006-12-22 Eli Zaretskii <eliz@gnu.org>
2
5e059fc1
EZ
3 * makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)"
4 command-line argument to sub-Make in src, since src/makefile.w32-in
5 invokes Make recursively during bootstrap.
f278d4a6 6 (clean): Delete stamp_BLD.
5e059fc1 7
b47342e3
EZ
8 * gmake.defs (stamp_BLD): Rename from $(BLD). Create a file
9 stamp_BLD after creating the $(BLD) directory.
10
11 * nmake.defs (stamp_BLD): Rename from $(BLD). Create a file
12 stamp_BLD after creating the $(BLD) directory.
13
14 * makefile.w32-in (addpm, ddeclient, cmdproxy, addsection)
15 (preprep, $(TRES), runemacs)
16 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O))
17 ($(BLD)/cmdproxy.$(O), (BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
18 Depend on stamp_BLD instead of on $(BLD).
19 (XMFLAGS): New macro.
20 (all-other-dirs-nmake, all-other-dirs-gmake, recompile-nmake)
21 (recompile-gmake, bootstrap-gmake, bootstrap-clean-gmake)
22 (install-other-dirs-gmake, info-gmake, clean-other-dirs-gmake)
23 (cleanall-other-dirs-gmake): Pass $(XMFLAGS) to sub-Make.
24
6148a044
EZ
252006-12-20 Eli Zaretskii <eliz@gnu.org>
26
27 * makefile.w32-in ($(TRES)): Depend on $(BLD). Use $< instead of
28 $(ALL_DEPS).
b47342e3
EZ
29 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O)
30 ($(BLD)/cmdproxy.$(O), $(BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
31 New dependency on $(BLD).
6148a044
EZ
32 (all-other-dirs-nmake, all-other-dirs-gmake, bootstrap-nmake)
33 (bootstrap-gmake): Depend on addsection.
34
4da0d3f7
JB
352006-10-29 Juanma Barranquero <lekktu@gmail.com>
36
37 * runemacs.c (WinMain): Process all recognized arguments, not just
38 the first one. Remove unused variable sec_desc.
39
8f59d602
EZ
402006-09-24 Eli Zaretskii <eliz@gnu.org>
41
42 * config.nt (HAVE_LANGINFO_CODESET): Define.
43
44 * inc/langinfo.h: New file.
45
46 * inc/nl_types.h: New file.
47
45a2056c
JB
482006-09-15 Jay Belanger <belanger@truman.edu>
49
50 * COPYING: Replace "Library Public License" by "Lesser Public
51 License" throughout.
52
ac70d20b
JR
532006-07-27 Jason Rumney <jasonr@gnu.org>
54
55 * INSTALL: Add notes about Cygwin make to impatient section.
56
3d80c941
EZ
572006-06-02 Eli Zaretskii <eliz@gnu.org>
58
59 * INSTALL: Add Make 3.81 to the list of Make & shell combinations
60 known to work.
61
335be36b
JR
622006-03-12 Jason Rumney <jasonr@gnu.org>
63
ebe98f49
JR
64 * addpm.c (add_registry): Don't change the registry unless keys
65 already exist from a previous version.
66
92cc46af
JR
67 * makefile.w32-in (install): Use -q when invoking addpm.
68
335be36b
JR
69 * addpm.c (main): Accept -q as alternative for /q.
70
f71d8cff
JR
712006-03-11 Jason Rumney <jasonr@gnu.org>
72
73 * runemacs.c (WinMain): Set screen buffer to 80x25.
74
94e7daf7
EZ
752005-12-24 Eli Zaretskii <eliz@gnu.org>
76
77 * gmake.defs (TEMACS_EXTRA_LINK): Remove redundant -g.
78 (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
79
9ea74bfb
EZ
802005-12-09 Eli Zaretskii <eliz@gnu.org>
81
82 * INSTALL: Add explanation of how to debug with GDB starting from
83 the Emacs Abort dialog.
84
d73d22ed
CY
852005-11-26 Chong Yidong <cyd@stupidchicken.com>
86
87 * emacs.rc: Use new icons.
88
07908aec
EZ
892005-11-26 Eli Zaretskii <eliz@gnu.org>
90
91 * emacs21.ico: Renamed from emacs.ico.
92 * emacs.ico: New icons from Andrew Zhilin
93 <andrew_zhilin@yahoo.com>.
94
ed326e35
EZ
952005-09-10 Eli Zaretskii <eliz@gnu.org>
96
97 * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine.
98
df76c589
JB
992005-08-10 Juanma Barranquero <lekktu@gmail.com>
100
101 * .cvsignore: Add `obj' and `oo' for in-place installations.
102
43e124e6
EZ
1032005-07-30 Eli Zaretskii <eliz@gnu.org>
104
4da0d3f7 105 * config.nt (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
43e124e6 106
5dac5615
JB
1072005-07-29 Juanma Barranquero <lekktu@gmail.com>
108
109 * configure.bat: Don't create lisp/Makefile.unix.
110
c638055f
JB
1112005-07-28 Juanma Barranquero <lekktu@gmail.com>
112
113 * .cvsignore: Add `makefile' and `config.log'.
114
9eff9fe3
PE
1152005-07-26 Paul Eggert <eggert@cs.ucla.edu>
116
117 Merge gnulib getopt implementation into Emacs.
118
119 * inc/gettext.h: Remove; no longer needed now that
120 lib-src/gettext.h exists.
121
9ebc3953
EZ
1222005-07-16 Eli Zaretskii <eliz@gnu.org>
123
124 * configure.bat: Finish config.log with a line that indicates that
125 the configure step was successful.
126
a0ec7a4a
LK
1272005-07-04 Lute Kamstra <lute@gnu.org>
128
129 Update FSF's address in GPL notices.
130
5bc753e8
EZ
1312005-06-11 Eli Zaretskii <eliz@gnu.org>
132
099a3eea
EZ
133 * configure.bat: If their fc.exe returns a meaningful exit status,
134 don't overwrite src/config.h and src/epaths.h with identical
135 copies.
136
591cbed1
EZ
137 * INSTALL: Warn about using "cvs up -kb" if one intends to commit
138 changes. Add a pointer to another site with detailed configure
139 and build instructions. Suggest to look at config.log when
140 configure fails. Add MinGW Make 3.80 to the list of successful
141 combinations.
142
5bc753e8
EZ
143 * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
144 "-mcpu=i686".
145
099a3eea 146 * configure.bat: Update copyright years.
5bc753e8
EZ
147 Delete config.log before doing anything else.
148 Write additional diagnostics to config.log in case of failures to
149 compile test programs, including the failed test program itself.
150 Add a test for support of -mtune=pentium4 switch to GCC; if it is
151 supported, set up MCPU_FLAG variable on the various Makefiles to
152 use that switch during compilations. (This avoids GCC warning
153 about -mcpu being deprecated.)
154
d2fcf769
EZ
1552005-06-10 Eli Zaretskii <eliz@gnu.org>
156
157 * addsection.c (copy_executable_and_add_section): Pass non-zero
158 `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
159 environment. Print section names with %.8s.
160 (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
161 only if non-zero. All callers changed.
162
a0c38328
EZ
1632005-06-05 Eli Zaretskii <eliz@gnu.org>
164
165 * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
166 `const void *', for consistency with Posix.
167
1a8fb426
EZ
1682005-06-04 Eli Zaretskii <eliz@gnu.org>
169
170 * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
171
bd7bdff8
JB
1722005-05-24 Juanma Barranquero <lekktu@gmail.com>
173
174 * INSTALL: Add more pointers to ports of Unix tools to Windows,
175 and to the Emacs Wiki (which contains building instructions for
176 Windows). Reword image library instructions and remove obsolete
177 incompatibility information.
178
007d105b
TTN
1792005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
180
181 * config.nt (HAVE_PWD_H): Undef.
182
0b0dea7b
JB
1832004-06-07 Juanma Barranquero <lektu@terra.es>
184
185 * INSTALL: Clarify paragraph about compatibility between image
186 libraries and builds of Emacs with several compilers.
187
33d786f9
JB
1882004-06-06 Juanma Barranquero <lektu@terra.es>
189
73dfa0bf
JB
190 * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
191 the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
192 calling non-existent cmdproxy.exe on boostrappings after a
193 previous install followed by realclean.
194
33d786f9
JB
195 * nmake.defs: Add quote in comment to resync font-locking.
196
3dfbc6d8
JB
1972004-06-04 Juanma Barranquero <lektu@terra.es>
198
199 * INSTALL: Reword the section on image support. Add reference to
200 GnuWin32. Mention problems when mixing binaries from different
201 compilers.
202
112dc8e1
JR
2032004-05-06 Jason Rumney <jasonr@gnu.org>
204
205 * configure.bat: Use -mno-cygwin to check for image libraries
206 when needed.
207
5eb3d2a5
JR
2082004-05-03 Jason Rumney <jasonr@gnu.org>
209
238add5e
JR
210 * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
211 * makefile.def: Remove.
212
133ef3d3 213 * nmake.defs (SYS_LDFLAGS): Add -nologo.
238add5e 214
5eb3d2a5
JR
215 * makefile.w32-in (info-gmake, info-nmake): New targets.
216 (info): Use them.
217
e9419bd4
JB
2182004-04-23 Juanma Barranquero <lektu@terra.es>
219
220 * nmake.defs:
221 * gmake.defs:
d814862a 222 * makefile.w32-in:
e9419bd4
JB
223 * makefile.def:
224 * makefile.nt: Add "-*- makefile -*-" mode tag.
225
1e3c9713
JR
2262004-04-10 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
227
133ef3d3 228 * runemacs.c (WinMain): Let Emacs environment default to parent.
1e3c9713 229
2f0c11a1
JR
2302004-03-11 Jason Rumney <jasonr@gnu.org>
231
232 * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
233
134d9671
JB
2342004-03-10 Juanma Barranquero <lektu@terra.es>
235
236 * makefile.w32-in (install): Don't try to copy
237 ../lib-src/fns-*.el, as it isn't used anymore.
238
d57625a0
JR
2392004-01-28 Peter Runestig <peter@runestig.com>
240
241 * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
242
5ea32beb
MB
2432003-12-24 Miles Bader <miles@gnu.ai.mit.edu>
244
245 * .cvsignore: Add `.arch-inventory'.
246
d57625a0 2472003-11-22 Lars Hansen <larsh@math.ku.dk>
930a9995 248
133ef3d3 249 * inc/grp.h: New file.
930a9995 250
d57625a0 2512003-09-03 Peter Runestig <peter@runestig.com>
fd026ee1
JR
252
253 * configure.bat: Create ``makefile'' in directories man, lispref
254 and lispintro.
255
256 * makefile.w32-in (force-info, info): New targets.
257
258 * envadd.bat: New file.
259
260 * multi-install-info.bat: New file.
261
96fcad04 2622003-06-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
aa287913
JD
263
264 * config.nt (my_strftime): New define.
265
5d54d177
JR
2662003-02-01 Jason Rumney <jasonr@gnu.org>
267
268 * configure.bat: Automatically detect libXpm.
269 Suppress compiler output when testing for image libraries.
270 Give names of un-found libraries in messages.
271
53b37591
JB
2722003-01-31 Juanma Barranquero <lektu@terra.es>
273
fe929957 274 * configure.bat: Automatically detect giflib and tifflib.
53b37591 275
fbd852af
JR
2762003-01-29 Jason Rumney <jasonr@gnu.org>
277
278 * gmake.defs (CURDIR): Disable cygpath kludge.
279
50ca1c55
JB
2802003-01-29 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
281
282 * configure.bat: Avoid endless loop when configuring without image
283 support.
284
28908312
JR
2852003-01-26 Jason Rumney <jasonr@gnu.org>
286
287 * configure.bat: Automatically detect jpeglib.
288
c262430d
JR
2892003-01-25 Jason Rumney <jasonr@gnu.org>
290
291 * configure.bat: Automatically detect libpng.
292
53b37591 2932003-01-21 Jason Rumney <jasonr@gnu.org>
ac6e47ef
JR
294
295 * icons/hand.cur: New file.
296
53b37591 2972003-01-21 David Ponce <david@dponce.com>
ac6e47ef
JR
298
299 * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
300
38018ad3
AI
3012003-01-15 Andrew Innes <andrewi@gnu.org>
302
303 * gmake.defs (CURDIR): Convert to native Windows format (with
304 forward slashes), to support building with Cygwin builds of make.
305
4c11103a
JB
3062002-11-17 Ben Key <BKey1@tampabay.rr.com>
307
308 * nmake.defs:
f60ae425
BK
309 * gmake.defs: Made changes so that Emacs would link with
310 WinMM.lib. This change was required for my addition of a Windows
311 compatible implementation of play-sound-internal.
312
4c11103a 3132002-09-03 Peter Runestig <peter@runestig.com> (tiny change)
b0a1b9bb 314
4c11103a 315 * emacs.rc: Version updated to 21.3.50.
b0a1b9bb 316
960f21ae
JR
3172002-06-13 Jason Rumney <jasonr@gnu.org>
318
319 * addpm.c (env_vars): Remove EMACSLOCKDIR.
320
321 * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
322 (maybe-bootstrap-SH): New targets.
323 (all): Depend on maybe-bootstrap.
324
933af497
JR
3252002-05-03 Jason Rumney <jasonr@gnu.org>
326
327 * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
328 (sys_getpeername, fcntl): Declare as wrappers.
329
dc728514
JB
3302002-04-10 Juanma Barranquero <lektu@terra.es>
331
332 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
333 after compiling .el files.
334
3be38152
JR
3352002-03-20 Jason Rumney <jasonr@gnu.org>
336
337 * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
338 (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
339
d1ef18f2
KS
3402002-03-19 Kim F. Storm <storm@cua.dk>
341
342 * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
343 (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
344 (HAVE_SYS_UN_H): Undef.
345 From David Ponce <dponce@voila.fr>.
346
73792b51
JR
3472002-03-13 Jason Rumney <jasonr@gnu.org>
348
349 * config.nt (STRFTIME_NO_POSIX2): Define.
350
f7b9d4d1
JR
3512002-02-18 Jason Rumney <jasonr@gnu.org>
352
353 * emacs.rc: Define VS_VERSION_INFO if not already.
354 Update version info.
355
98cf1bb5
AI
3562002-01-04 Andrew Innes <andrewi@gnu.org>
357
358 * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
359 pick up relevant bits of the Windows API definitions.
360
361 * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
362 pick up relevant bits of the Windows API definitions.
363
0e4435be
AI
3642001-12-14 Andrew Innes <andrewi@gnu.org>
365
366 * makefile.w32-in (bootstrap): Build addsection program before
367 bootstrap (required for post-processing temacs.exe).
368
03f9f7ae
PJ
3692001-12-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
370
371 * COPYING: New file.
372
493faf20
AI
3732001-12-03 Andrew Innes <andrewi@gnu.org>
374
375 * makefile.w32-in (bootstrap-nmake):
376 (bootstrap-gmake): Extend bootstrap process to first do
377 bootstrap-clean in lisp dir and rebuild the DOC file.
378 (bootstrap): Do a "normal" make after the bootstrap work.
379
fc813ef6
JR
3802001-11-20 Jason Rumney <jasonr@gnu.org>
381
382 * INSTALL: Update table of versions of make that are suitable
383 for building Emacs, based on recent feedback.
384
133ef3d3 385 * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
fc813ef6 386
72431058
AI
3872001-11-19 Andrew Innes <andrewi@gnu.org>
388
389 * ftime-nostartup.bat: New file.
390
391 * ftime.bat: Don't include libc.lib for profiling - the profiler
392 corrupts part of memcpy.
393
eec004b0
JR
3942001-11-17 Jason Rumney <jasonr@gnu.org>
395
396 * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
397 expansion. From Juanma Barranquero <lektu@terra.es>.
398
71431a0e
GM
3992001-10-20 Gerd Moellmann <gerd@gnu.org>
400
6aa97356 401 * (Version 21.1 released.)
71431a0e 402
967d7793
AI
4032001-10-12 Andrew Innes <andrewi@gnu.org>
404
405 * inc/pwd.h (uid_t, gid_t): New typedefs.
406
ab952a4f
GM
4072001-10-05 Gerd Moellmann <gerd@gnu.org>
408
409 * Branch for 21.1.
85b2f69e 410
33d69478
EZ
4112001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
412
413 * README: Update the address of the mailing list and subscription
414 instructions. From Geoff Voelker <voelker@cs.ucsd.edu>.
415
05b24487
EZ
4162001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
417
418 * INSTALL: Suggest to avoid using WinZip.
c49e491a
EZ
419
420 * configure.bat: Make sure ../site-lisp exists; create if necessary.
421
3762e7d0
EZ
4222001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
423
424 * INSTALL: Mention that "make install" can be "nmake install".
425
83536c16
EZ
4262001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
427
428 * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
429 since some versions of `mkdir' don't automatically create parent
430 directories. From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
431
f466241d
EZ
4322001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
433
434 * subdirs.el: New file.
435
436 * configure.bat: Copy subdirs.el to the site-lisp directory.
437
438 * makefile.w32-in (install): Copy subdirs.el to the installation
439 directory.
440
0ac7bf6c
JR
4412001-06-20 Jason Rumney <jasonr@gnu.org>
442
443 * runemacs.c (WinMain): Add quotes around command in case of spaces.
444
ec57454f
AI
4452001-06-01 Andrew Innes <andrewi@gnu.org>
446
447 * gmake.defs (sh_output): Don't use $(warning ...) to output
448 messages, since that is not supported by GNU make 3.77.
449
263f7134
JR
4502001-05-24 Jason Rumney <jasonr@gnu.org>
451
452 * INSTALL: Clarify that building with MSVC requires nmake.
453
fbdbf318
AI
4542001-05-17 Andrew Innes <andrewi@gnu.org>
455
456 * gmake.defs (NEW_CYGWIN): Output message about spurious error
457 message that is to be ignored.
458
4b994b84
AI
4592001-05-13 Andrew Innes <andrewi@gnu.org>
460
461 * TODO: Remove file, since it is completely out of date.
462
463 * README: Add copyright notice.
464
465 * INSTALL: Add copyright notice.
466
e8918aee
EZ
4672001-04-18 Andrew Innes <andrewi@gnu.org>
468
469 * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
470 the environment.
471
472 * gmake.defs (SETLOADPATH): Remove definition.
473 (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
474 environment.
475
4762001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
477
478 * configure.bat: Make the checkw32api* labels be distinct in the
4da0d3f7 479 first 8 characters.
e8918aee
EZ
480
4812001-03-17 Andrew Innes <andrewi@gnu.org>
482
483 * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
484 escaped quotes.
485
486 * gmake.defs (DEBUG_LINK): New macro.
487 (LINK_FLAGS): Use it.
488
489 * nmake.defs (DEBUG_LINK): New macro.
490 (LINK_FLAGS): Use it.
491
4922001-03-06 Andrew Innes <andrewi@gnu.org>
493
494 * INSTALL: Add --ldflags to configure line for building with
495 recent versions of Cygwin GCC.
496
53b37591 4972001-03-05 Eli Zaretskii <eliz@is.elta.co.il>
e8918aee
EZ
498
499 * configure.bat: Use correct options when compiling a test program
500 with Cygwin. From David Ponce <dponce@voila.fr>.
501
5022001-02-24 Andrew Innes <andrewi@gnu.org>
503
504 * _emacs: Remove obsolete file.
505
506 * emacs.bat.in: Remove obsolete file.
507
508 * debug.bat.in: Remove obsolete file.
509
510 * inc/sys/socket.h: Add copyright notice.
511
512 * paths.h: Add copyright notice.
513
514 * makefile.nt: Update copyright notice.
515
516 * makefile.def: Update copyright notice.
517
518 * configure.bat: Update copyright notice.
519
520 * nmake.defs: Add copyright notice.
521
522 * gmake.defs: Add copyright notice.
523
524 * makefile.w32-in: Add copyright notice.
525
5262001-02-05 Andrew Innes <andrewi@gnu.org>
527
528 * nmake.defs (THISDIR): New definition.
529
530 * gmake.defs (THISDIR): New definition.
531
5322001-02-03 Andrew Innes <andrewi@gnu.org>
533
534 * configure.bat: Leave a space before >> only when there is a
535 preceding digit. Add a comment about the importance of this.
536
537 * README: Replace outdated information.
538
539 * INSTALL (Trouble-shooting): Add note about need to specify extra
540 compiler flags with recent Cygwin ports of gcc.
541
5422001-02-01 Eli Zaretskii <eliz@is.elta.co.il>
543
544 * configure.bat: Use "rm -f" instead of "del /f", as the latter
545 is not supported by Windows 9X's COMMAND.COM.
546
5472001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
548
549 * configure.bat: Make sure redirection is preceeded by a blank, to
550 avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
551 up the "1" part. From Rob Giardina <rob@criticalpointsoftware.com>.
552
5532001-01-30 Eli Zaretskii <eliz@is.elta.co.il>
554
555 * INSTALL: Copy the table of tested combinations of development
556 tools from confuigure.bat. Add suggestion to install Bash on
557 Windows 9X.
558
559 * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
560 lisp/Makefile.in instead. Use "rm -f" where more than one file
561 needs to be deleted, since command.com in Windows 9X doesn't grok
562 more than one argument.
563
5642001-01-24 Andrew Innes <andrewi@gnu.org>
565
85b2f69e 566 * makefile.w32-in (cleanall-other-dirs-nmake):
e8918aee
EZ
567 (cleanall-other-dirs-gmake): New targets.
568 (cleanall): Invoke them.
569
5702001-01-19 Andrew Innes <andrewi@gnu.org>
571
572 * addpm.c (env_vars): Add a version-independent site-lisp
573 directory to EMACSLOADPATH, after the version dependent one.
574
5752001-01-06 Andrew Innes <andrewi@gnu.org>
576
577 * README: Update info about compilers.
578
579 * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
580 select correct rule for invoking make in another directory. Amend
581 rules accordingly.
582 (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
583
584 * nmake.defs (EMACS_ICON_PATH): Delete definition.
585 (COMPILER_TEMP_FILES): New definition.
586 (MAKETYPE): New definition.
587
588 * gmake.defs (EMACS_ICON_PATH): Delete definition.
589 (COMPILER_TEMP_FILES): New definition.
590 (MAKETYPE): New definition.
591
592 * makefile.def (EMACS_ICON_PATH): Delete definition.
593
594 * configure.bat: Be careful not to add trailing spaces when
595 outputting to config.settings.
596
5972001-01-02 Andrew Innes <andrewi@gnu.org>
598
599 * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
600 than the function.
601
6022000-12-17 Andrew Innes <andrewi@gnu.org>
603
604 * makefile.w32-in (install): Copy directories to the correct
605 places.
606 (real_install): Remove obsolete target.
607
6082000-12-06 Andrew Innes <andrewi@gnu.org>
609
610 * nmake.defs (CURDIR): New define.
611 (INSTALL_DIR): Use it.
612
613 * gmake.defs (NEW_CYGWIN): New define.
614 (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
615 so we need to adjust how we escape embedded quotes.
616 (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
617 relative to $(CURDIR).
618
6192000-11-25 Jason Rumney <jasonr@gnu.org>
620
621 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
622
6232000-10-17 Andrew Innes <andrewi@gnu.org>
624
625 * makefile.w32-in (recompile): New target to recompile lisp
626 directory.
627 (recompile-CMD, recompile-SH): New support targets.
628
6292000-09-24 Jason Rumney <jasonr@gnu.org>
630
631 * config.nt (NO_RETURN): Define it.
632
6332000-09-17 Andrew Innes <andrewi@gnu.org>
634
635 * gmake.defs: Revert to Unix line endings.
636
637 * nmake.defs: Revert to Unix line endings.
638
6392000-09-16 Andrew Innes <andrewi@gnu.org>
640
641 * gmake.defs (SETLOADPATH): Change definition to work from any
642 subdirectory.
643
6442000-09-14 Andrew Innes <andrewi@gnu.org>
645
646 * makefile.w32-in: Revert to Unix line endings.
647
6482000-09-14 Andrew Innes <andrewi@gnu.org>
649
650 * INSTALL: Add note about expected error messages when configure
651 is run.
652
653 * configure.bat: Simplify the generation of makefiles (don't need
654 to generate various top-level targets that invoke make in other
655 directories).
656
657 * gmake.defs (SHELLTYPE): New define.
658 (SETLOADPATH): New define.
659
660 * nmake.defs (SHELLTYPE): New define.
661
662 * makefile.w32-in: Standardize indentation somewhat.
663 Add bootstrap support.
664 Pass $(MFLAGS) when invoking make recursively.
665 Add shell-specific variants of top-level targets that invoke make
666 recursively in other directories, and add necessary computed
667 dependencies.
668
6692000-09-03 Andrew Innes <andrewi@gnu.org>
670
671 * makefile.w32-in: Change to DOS line endings.
672
673 * configure.bat: Change to DOS line endings.
674
675 * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
676 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
677
678 * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
679 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
680
681 * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
682 -D_ANONYMOUS_STRUCT on compile line.
683 (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
684 (ARCH_CFLAGS): Change optimization flags to -O2.
685 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
686 (ARGQUOTE, DQUOTE): New defines.
687
688 * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
689 -D_ANONYMOUS_STRUCT on compile line.
690 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
691 (ARGQUOTE, DQUOTE): New defines.
692
6932000-08-22 Andrew Innes <andrewi@gnu.org>
694
695 * configure.bat: New file.
696
697 * gmake.defs: New file.
698
699 * nmake.defs: New file.
700
701 * makefile.w32-in: New file.
702
703 * INSTALL: Rewrite to match new configure process.
704
705 * config.nt [WINDOWSNT]: Don't declare getenv.
706 (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
707
708 * addpm.c (main): Accept /q to mean install based on addpm's
709 location without asking. Remove reference to emacs.bat which is
710 now obsolete.
711
712 * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
713
714 * paths.h: Use forward slash as directory separator in all path
715 definitions.
716 (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
717
718 * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
719
720 * runemacs.c: Remove WIN32 define.
721
722 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
723 not defined.
724
725 * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
726 (fd_set): Define to new name, after including winsock.h, so we can
727 provide our own implementation.
728
7292000-07-05 Andrew Innes <andrewi@gnu.org>
730
731 * ebuild.bat: Add support for specifying make arguments.
732
733 * makefile.nt: Add support for `bootstrap' and related targets.
734
7352000-06-11 Jason Rumney <jasonr@gnu.org>
736
737 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
738
7392000-02-06 Andrew Innes <andrewi@gnu.org>
740
741 * inc/sys/time.h: Add inclusion protection.
742
743 * makefile.def (SYS_LDFLAGS): Add -nologo.
744
7451999-11-22 Andrew Innes <andrewi@gnu.org>
746
747 * install.bat: Pass on command line arguments to make.
748
749 * makefile.nt (fast_install): Bring commands up-to-date, and fix
750 typo.
751
7521999-11-21 Andrew Innes <andrewi@gnu.org>
753
754 * makefile.nt (all): Build leim if present.
755 (install): Install leim if present.
756 (clean): Clean leim if present.
757
758 * addpm.c (env_vars): Include leim in default EMACSLOADPATH
759 definition.
760
761 * emacs.bat.in (EMACSLOADPATH): Include leim.
762
e8918aee
EZ
7631999-07-12 Richard Stallman <rms@gnu.org>
764
765 * Version 20.4 released.
766
7671999-06-16 Andrew Innes <andrewi@gnu.org>
768
769 * emacs.rc: Use an icon with a transparent background, to be in
770 keeping with other applications.
771
7721999-06-03 Andrew Innes <andrewi@gnu.org>
773
774 * preprep.c: Fix typo.
775
7761999-05-02 Andrew Innes <andrewi@gnu.org>
777
778 * config.h: Remove obsolete file.
779
780 * preprep.c (copy_executable_and_move_sections): Ifdef out a
781 couple of unused switch cases that aren't defined on all
782 platforms.
783
784 * ftime.bat: Add another variation of the profile command, which
785 only profiles extended commands.
786
7871999-03-31 Geoff Voelker <voelker@cs.washington.edu>
788
789 * cmdproxy.c (main): Fix parens.
790
7911999-03-25 Andrew Innes <andrewi@gnu.org>
792
793 * cmdproxy.c (main): Call GetShortPathName to normalize program
794 names for comparison.
795
7961999-03-05 Geoff Voelker <voelker@cs.washington.edu>
797
798 * makefile.def: Compile multiple .c files when possible.
799 Use BLD instead of assuming i386.
800 * makefile.nt: Remove common multiple file compilation commands.
801
8021999-03-04 Geoff Voelker <voelker@cs.washington.edu>
803
804 * cmdproxy.c (main): Add missing parens.
805
8061999-02-20 Andrew Innes <andrewi@gnu.org>
807
808 * preprep.c: New program to allow dumped image to be profiled.
809
810 * makefile.nt (preprep): New target.
811 (ALL): Build it.
812
813 * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
814
815 * ftime.bat: Invoke preprep to prepare dumped image for profiling.
816 Change prep options to profile libc functions and skip the startup
817 code.
818
8191999-02-15 Geoff Voelker <voelker@cs.washington.edu>
820
821 * makefile.nt: Create installation directory as first step.
822
8231999-01-31 Andrew Innes <andrewi@gnu.org>
824
825 * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from
826 ROUND_UP_DST. Zeroes the alignment slop.
827 (copy_executable_and_add_section): Update the
828 SizeOfHeaders field properly.
829
8301999-01-27 Andrew Innes <andrewi@gnu.org>
831
832 * makefile.nt: Do make version comparison as strings.
833
8341999-01-26 Andrew Innes <andrewi@harlequin.co.uk>
835
836 * runemacs.c (WinMain): Pass explicit environment block to
837 CreateProcess, to work around a bug in Windows 95/98.
838
8391999-01-22 Geoff Voelker <voelker@cs.washington.edu>
840
841 * icons: New directory with Davenport's icons.
134d9671 842 * icons/sink.ico: Renamed from emacs.ico.
e8918aee
EZ
843
844 * makefile.nt (install, fast_install): Install Windows icons
845 into etc/icons.
846
847 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
848
8491999-01-17 Andrew Innes <andrewi@gnu.org>
850
851 * makefile.nt: (ALL): List top-level targets.
852 (addsection): New top-level target.
853 (install): Copy fns-*.el to bin directory.
854
855 * addsection.c: New program to add static heap section to
856 temacs.exe after linking, in support of new unexec method.
857
8581998-12-28 Andrew Innes <andrewi@delysid.gnu.org>
859
860 * cmdproxy.c (spawn): Pass directory for child as parameter.
861 (main): Save startup directory to give to spawn, then change
862 directory to location of .exe in order not to prevent startup
863 directory from being deleted.
864
8651998-12-08 Geoff Voelker <voelker@cs.washington.edu>
866
867 * makefile.nt: Do string comparision of _NMAKE_VER.
868
8691998-12-02 Geoff Voelker <voelker@cs.washington.edu>
870
871 * config.nt (LOCALTIME_CACHE): Define.
872
8731998-11-13 Andrew Innes <andrewi@delysid.gnu.org>
874
875 * install.bat: Convert to DOS format.
876
8771998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
878
879 * cmdproxy.c (main): Set environment size only when running
880 command.com.
881
53b37591 8821998-11-03 Theodore Jump <tjump@tertius.com>
e8918aee
EZ
883
884 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
885 (DEL_TREE): Use rd instead of rmdir.
886 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries.
887 * makefile.nt: Compile multiple source files when possible.
85b2f69e 888
e8918aee
EZ
8891998-10-05 Geoff Voelker <voelker@cs.washington.edu>
890
891 * cmdproxy.c (main): Treat command line options as case-insensitive.
892
8931998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
894
895 * Version 20.3 released.
896
8971998-07-20 Geoff Voelker <voelker@cs.washington.edu>
898
899 * addpm.c (main): Explicitly check result of message box for OK.
900
9011998-06-05 Andrew Innes <andrewi@harlequin.co.uk>
902
903 * inc/sys/file.h (D_OK): Define new macro.
904
9051998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
906
907 * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
908
9091998-05-30 Geoff Voelker <voelker@cs.washington.edu>
910
911 * emacs.rc (VS_VERSION_INFO): Define.
912
9131998-04-23 Geoff Voelker <voelker@cs.washington.edu>
914
915 * makefile.nt (emacs.bat, debug.bat): Create them in the
916 installation directory.
917
9181998-04-23 Andrew Innes <andrewi@harlequin.co.uk>
919
920 * ddeclient.c: New file. (Support program for performing limited
e580a741 921 interprocess communication on Windows.)
e8918aee
EZ
922
923 * makefile.nt: Build ddeclient.
924
925 * cmdproxy.c (main): Only set environment size for real shell, and
e580a741 926 provide extra directory argument, when running on Windows 95.
85b2f69e 927
e8918aee
EZ
9281998-04-17 Geoff Voelker <voelker@cs.washington.edu>
929
930 * cmdproxy.c (fail): Exit with a negative return value.
931 (spawn): Return subprocess return code as an argument.
932 Explicitly copy environment block.
933 (main): Update to use return value argument with spawn.
934 Retry if spawn failed when a subshell was not tried.
935
936 * config.nt: Include new macros from src/config.in.
937 (GNU_MALLOC, REL_ALLOC): Define.
938 (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
939 (RE_TRANSLATE): Use char_table_translate.
940
941 * makefile.def (CP_DIR): Preserve attributes.
942
943 * makefile.nt (clean): Delete patch generated files, optimized
944 build directory.
945
9461997-10-01 Geoff Voelker <voelker@cs.washington.edu>
947
948 * addpm.c (env_vars): Fix misplaced % in SHELL entry.
949
9501997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
951
952 * Version 20.2 released.
953
9541997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
955
956 * Version 20.1 released.
957
9581997-09-11 Geoff Voelker <voelker@cs.washington.edu>
959
960 * debug.bat.in: New file.
961 * makefile.nt (debug.bat): New target.
962
9631997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
964
965 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
966 Quote group name. Allow different icons to be specified.
967
968 * cmdproxy.c (get_env_size): New function.
969 (spawn): Explicitly pass in environment when creating subprocess.
970 (main): Cleaup error messages.
971 Specify dynamically sized environment block for real shell.
972 Pass on unhandled switches to real shell.
973 Quote program name.
974
85b2f69e 975 * makefile.def (CFLAGS_COMMON): Place pdb file in object build
e8918aee 976 directory.
85b2f69e 977 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
e8918aee
EZ
978
979 * runemacs.c (WinMain): Allow Emacs process to be started with
e580a741 980 high or low priority.
e8918aee
EZ
981
982 * emacs.bat.in: Remove OS dependent operations.
85b2f69e 983
e8918aee
EZ
9841997-09-02 Geoff Voelker <voelker@cs.washington.edu>
985
986 * addpm.c (env_vars): No longer set INFOPATH.
987
988 * cmdproxy.c (get_next_token): Null terminate token returned.
989
990 * emacs.bat.in (INFOPATH): No longer set INFOPATH.
991
9921997-08-10 Andrew Innes <andrewi@harlequin.co.uk>
993
994 * addpm.c (env_vars): Set SHELL to cmdproxy.
995 (main): Initialize idDde to 0.
996 Determine emacs_path from module file name.
997 Prompt for install.
998
999 * makefile.def (MSVCNT11): Conditionally define it.
1000 (BASE_LIBS): Do not use oldnames.lib.
1001 (SYS_LDFLAGS): Use pdb files.
1002 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
1003 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
1004 (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
1005
1006 * makefile.nt (ALL): Build cmdproxy.
1007 (cmdproxy): New target.
1008 (install): Install cmdproxy.
1009
1010 * ftime.bat, debug.bat, cmdproxy.c: New files.
1011
10121997-07-10 Geoff Voelker <voelker@cs.washington.edu>
1013
1014 * inc/sys/socket.h: (shutdown): Define.
1015 (sys_shutdown): Export.
1016
10171997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1018
1019 * config.nt (RE_TRANSLATE): Copy definition from config.in.
1020
10211997-07-01 Geoff Voelker <voelker@cs.washington.edu>
1022
1023 * config.nt: Update file comments.
1024 Update undefs added/removed in src/config.in.
1025
10261997-06-19 Geoff Voelker <voelker@cs.washington.edu>
1027
1028 * makefil.def, emacs.bat: Use windows95 and windowsnt instead
1029 of win95 and winnt, respectively.
1030
10311997-01-04 Geoff Voelker <voelker@cs.washington.edu>
1032
1033 * makefile.nt (real_install): Create site-lisp in installation dir.
1034 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
1035 * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
1036
e8918aee
EZ
10371996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1038
1039 * Version 19.33 released.
1040
10411996-08-09 Geoff Voelker <voelker@cs.washington.edu>
1042
1043 * runemacs.c (WinMain): Put a space between the binary and its args.
1044
10451996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1046
1047 * Version 19.32 released.
1048
10491996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
1050
1051 * makefile.nt (clean): Use OBJDIR macro.
1052
10531996-06-03 Kim F. Storm <kfs@olicom.dk>
1054
e580a741 1055 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
e8918aee
EZ
1056 Not defined by default.
1057 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
1058 (WinMain): Convert backslashes to slashes in env var values.
1059
e580a741 1060 * addpm.c (env_vars): Use slashes, not backslashes.
e8918aee
EZ
1061
10621996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
1063
1064 * Version 19.31 released.
1065
10661996-05-13 Andrew Innes <andrewi@harlequin.co.uk>
1067
1068 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
1069 undo settings afterwards.
1070
10711996-05-08 Andrew Innes <andrewi@harlequin.co.uk>
1072
1073 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
e580a741 1074 environment variable.
e8918aee 1075
53b37591 10761996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
e8918aee
EZ
1077
1078 * install.bat: Allow for optimized build.
1079 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
1080 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
1081
53b37591 10821996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
e8918aee
EZ
1083
1084 * addpm.c (REG_ROOT): Don't use a trailing backslash.
1085 (env_vars): Rename field emacs_path to emacs_dir.
1086 (main): Add link to runemacs instead of emacs.
1087
1088 * install.bat: Check if INSTALL_DIR is passed as an argument.
1089
1090 * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
1091
1092 * makefile.nt: Build and install runemacs.exe.
1093
1094 * runemacs.c: New file.
1095
1096 * config.w95: File removed.
1097
1098 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
1099 inc/sys/socket.h, inc/sys/time.h: New header files.
1100
1101 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
85b2f69e 1102
e8918aee
EZ
11031996-03-27 Geoff Voelker <voelker@cs.washington.edu>
1104
1105 * makefile.def (DEL): Defined.
1106 (DEL_TREE) [win95]: Defined.
1107 (SYS_LDFLAGS): Set executable versions to 3.10.
85b2f69e 1108
e8918aee
EZ
1109 * makefile.nt: Change uses of del to $(DEL).
1110
11111996-01-17 Erik Naggum <erik@naggum.no>
1112
1113 * All files: Update FSF's address in comment preamble.
1114
11151996-01-03 George V. Reilly <georger@microcrafts.com>
1116
1117 * emacs.ico: Now the proverbial kitchen sink icon.
1118
11191995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1120
1121 * Version 19.30 released.
1122
11231995-11-22 Geoff Voelker <voelker@cs.washington.edu>
1124
1125 * makefile.def (CP_DIR): Use platform independent switches for xcopy.
1126
1127 * makefile.nt (install, fast_install, real_install, clean):
1128 Don't use switches to del not supported by Win95.
1129
11301995-11-07 Kevin Gallo <kgallo@microsoft.com>
1131
1132 * makefile.nt (addpm.exe): Link with $(ADVAPI32).
1133 (install, fast_install): Change same-dir test to create test file in
1134 installation tree and thereby support read-only shares.
1135 (clean): Remove .pdb files.
1136
1137 * makefile.def (NTGUI): New macro.
1138 [NTGUI] (CFLAGS): Define HAVE_NTGUI.
1139
1140 * config.nt, config.w95: Update to latest src/config.in.
1141
1142 * addpm.c (env_vars): New variable.
1143 (add_registry): New procedure.
1144 (main): Use values of configuration environment variables from
1145 the registry if defined, the process environment otherwise.
1146
11471995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1148
1149 * Version 19.29 released.
1150
1151 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
1152
11531995-06-13 Geoff Voelker <voelker@cs.washington.edu>
1154
1155 * makefile.nt: Define .c to .obj suffix rule.
1156 (addpm.obj): Compile directly, use CFLAGS.
1157 (addpm.exe): Link from addpm.obj.
85b2f69e 1158
e8918aee
EZ
1159 * makefile.def (MSVCNT11): Defined.
1160 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
1161 (CFLAGS_COMMON): Defined.
1162 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
85b2f69e 1163
e8918aee
EZ
11641995-06-09 Geoff Voelker <voelker@cs.washington.edu>
1165
134d9671
JB
1166 * emacs.bat.in: Renamed from emacs.bat.
1167 (emacs_dir): Renamed from emacs_path.
e8918aee
EZ
1168 Definition removed.
1169
1170 * addpm.c: New file.
1171 * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.
1172 (all): Depend upon $(BLD) and $(ALL).
1173 (install): Depend upon emacs.bat.
1174 Create program item for Emacs.
1175 (clean): Delete obj.
1176 (emacs.bat): Defined.
1177 * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.
1178
11791995-05-27 Geoff Voelker <voelker@cs.washington.edu>
1180
1181 * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
1182 Add carriage returns; necessary for batch files on Win95.
1183
11841995-05-25 Geoff Voelker <voelker@cs.washington.edu>
1185
1186 * config.w95: Created.
1187 * config.h: Changed to config.nt.
85b2f69e 1188
e8918aee
EZ
1189 * makefile.nt (SUBDIRS): Commented out.
1190 (all,install,clean): Expand for-loops.
1191 (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
1192
1193 * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.
1194 (ARCH): New definition.
1195 (CPU,CONFIG_H,OS_TYPE): Defined.
1196 (INCLUDE,LIB): Checked if valid.
1197 (ntwin32.mak): Included.
1198 (AR,CC,LINK): New definition.
1199 (ADVAPI32,libc,BASE_LIBS): Defined.
1200 (SYS_LDFLAGS): New definition.
1201 Update comments and preprocessor conditionals.
1202
1203 * emacs.bat (SHELL): Conditionally defined.
1204 (HOME): Conditionally defined.
1205 (emacs_path,HOME): Update comments.
1206 Turn off all echo.
1207
12081995-05-09 Geoff Voelker <voelker@cs.washington.edu>
1209
1210 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
1211 fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
1212 inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
1213 inc/sys/param.h: Removed carriage-returns.
1214
12151995-05-06 Geoff Voelker <voelker@cs.washington.edu>
1216
1217 * makefile.def (CVTRES): Defined.
1218
1219 * emacs.ico, emacs.rc: New files by Kevin Gallo.
1220
12211995-04-10 Geoff Voelker <voelker@cs.washington.edu>
1222
88c71720 1223 * src: Remove directory.
e8918aee
EZ
1224
1225 * src\config.h, src\paths.h: Moved to parent dir, src removed.
1226
12271995-04-09 Geoff Voelker <voelker@cs.washington.edu>
1228
1229 * makefile.def (INSTALL_DIR): Changed to generic directory.
1230
1231 * emacs.bat: Added arguments when emacs.exe invoked.
1232
1233 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
1234
e580a741 12351994-12-13 Geoff Voelker <voelker@cs.washington.edu>
e8918aee
EZ
1236
1237 * makefile.def (CC): In configuration section.
1238 (COMPAT_LIB): Defined.
1239
e580a741 12401994-11-01 Geoff Voelker <voelker@cs.washington.edu>
e8918aee
EZ
1241
1242 * src/paths.h: New file.
1243
1244 * src/config.h: New file.
1245
1246 * inc/pwd.h: New file.
1247
1248 * inc/sys/dir.h: New file.
1249
1250 * inc/sys/file.h: New file.
1251
1252 * inc/sys/ioctl.h: New file.
1253
1254 * inc/sys/param.h: New file.
1255
1256 * todo: New file.
1257
88c71720 1258 * README: New file.
e8918aee
EZ
1259
1260 * makefile.nt: New file.
1261
e580a741 1262 * makefile.def: New file.
85b2f69e 1263
e580a741 1264 * install.cmd: New file.
e8918aee 1265
e580a741 1266 * INSTALL: New file.
e8918aee 1267
e580a741 1268 * fast-install.cmd: New file.
e8918aee
EZ
1269
1270 * emacs.cmd: New file.
1271
1272 * ebuild.cmd: New file.
1273
1274 * _emacs: New file.
1275
1276;; Local Variables:
1277;; coding: iso-2022-7bit
33462dfa 1278;; add-log-time-zone-rule: t
e8918aee 1279;; End:
2a34a036 1280
b65d8176 1281 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
ceb4c4d3 1282 2005, 2006 Free Software Foundation, Inc.
2a34a036
GM
1283 Copying and distribution of this file, with or without modification,
1284 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
1285
1286;;; arch-tag: b3d2c29c-04a0-45d0-b52d-57354711c414