Rephrase some font-lock-multiline text.
[bpt/emacs.git] / nt / ChangeLog
CommitLineData
4da0d3f7
JB
12006-10-29 Juanma Barranquero <lekktu@gmail.com>
2
3 * runemacs.c (WinMain): Process all recognized arguments, not just
4 the first one. Remove unused variable sec_desc.
5
8f59d602
EZ
62006-09-24 Eli Zaretskii <eliz@gnu.org>
7
8 * config.nt (HAVE_LANGINFO_CODESET): Define.
9
10 * inc/langinfo.h: New file.
11
12 * inc/nl_types.h: New file.
13
45a2056c
JB
142006-09-15 Jay Belanger <belanger@truman.edu>
15
16 * COPYING: Replace "Library Public License" by "Lesser Public
17 License" throughout.
18
ac70d20b
JR
192006-07-27 Jason Rumney <jasonr@gnu.org>
20
21 * INSTALL: Add notes about Cygwin make to impatient section.
22
3d80c941
EZ
232006-06-02 Eli Zaretskii <eliz@gnu.org>
24
25 * INSTALL: Add Make 3.81 to the list of Make & shell combinations
26 known to work.
27
335be36b
JR
282006-03-12 Jason Rumney <jasonr@gnu.org>
29
ebe98f49
JR
30 * addpm.c (add_registry): Don't change the registry unless keys
31 already exist from a previous version.
32
92cc46af
JR
33 * makefile.w32-in (install): Use -q when invoking addpm.
34
335be36b
JR
35 * addpm.c (main): Accept -q as alternative for /q.
36
f71d8cff
JR
372006-03-11 Jason Rumney <jasonr@gnu.org>
38
39 * runemacs.c (WinMain): Set screen buffer to 80x25.
40
94e7daf7
EZ
412005-12-24 Eli Zaretskii <eliz@gnu.org>
42
43 * gmake.defs (TEMACS_EXTRA_LINK): Remove redundant -g.
44 (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
45
9ea74bfb
EZ
462005-12-09 Eli Zaretskii <eliz@gnu.org>
47
48 * INSTALL: Add explanation of how to debug with GDB starting from
49 the Emacs Abort dialog.
50
d73d22ed
CY
512005-11-26 Chong Yidong <cyd@stupidchicken.com>
52
53 * emacs.rc: Use new icons.
54
07908aec
EZ
552005-11-26 Eli Zaretskii <eliz@gnu.org>
56
57 * emacs21.ico: Renamed from emacs.ico.
58 * emacs.ico: New icons from Andrew Zhilin
59 <andrew_zhilin@yahoo.com>.
60
ed326e35
EZ
612005-09-10 Eli Zaretskii <eliz@gnu.org>
62
63 * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine.
64
df76c589
JB
652005-08-10 Juanma Barranquero <lekktu@gmail.com>
66
67 * .cvsignore: Add `obj' and `oo' for in-place installations.
68
43e124e6
EZ
692005-07-30 Eli Zaretskii <eliz@gnu.org>
70
4da0d3f7 71 * config.nt (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
43e124e6 72
5dac5615
JB
732005-07-29 Juanma Barranquero <lekktu@gmail.com>
74
75 * configure.bat: Don't create lisp/Makefile.unix.
76
c638055f
JB
772005-07-28 Juanma Barranquero <lekktu@gmail.com>
78
79 * .cvsignore: Add `makefile' and `config.log'.
80
9eff9fe3
PE
812005-07-26 Paul Eggert <eggert@cs.ucla.edu>
82
83 Merge gnulib getopt implementation into Emacs.
84
85 * inc/gettext.h: Remove; no longer needed now that
86 lib-src/gettext.h exists.
87
9ebc3953
EZ
882005-07-16 Eli Zaretskii <eliz@gnu.org>
89
90 * configure.bat: Finish config.log with a line that indicates that
91 the configure step was successful.
92
a0ec7a4a
LK
932005-07-04 Lute Kamstra <lute@gnu.org>
94
95 Update FSF's address in GPL notices.
96
5bc753e8
EZ
972005-06-11 Eli Zaretskii <eliz@gnu.org>
98
099a3eea
EZ
99 * configure.bat: If their fc.exe returns a meaningful exit status,
100 don't overwrite src/config.h and src/epaths.h with identical
101 copies.
102
591cbed1
EZ
103 * INSTALL: Warn about using "cvs up -kb" if one intends to commit
104 changes. Add a pointer to another site with detailed configure
105 and build instructions. Suggest to look at config.log when
106 configure fails. Add MinGW Make 3.80 to the list of successful
107 combinations.
108
5bc753e8
EZ
109 * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
110 "-mcpu=i686".
111
099a3eea 112 * configure.bat: Update copyright years.
5bc753e8
EZ
113 Delete config.log before doing anything else.
114 Write additional diagnostics to config.log in case of failures to
115 compile test programs, including the failed test program itself.
116 Add a test for support of -mtune=pentium4 switch to GCC; if it is
117 supported, set up MCPU_FLAG variable on the various Makefiles to
118 use that switch during compilations. (This avoids GCC warning
119 about -mcpu being deprecated.)
120
d2fcf769
EZ
1212005-06-10 Eli Zaretskii <eliz@gnu.org>
122
123 * addsection.c (copy_executable_and_add_section): Pass non-zero
124 `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
125 environment. Print section names with %.8s.
126 (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
127 only if non-zero. All callers changed.
128
a0c38328
EZ
1292005-06-05 Eli Zaretskii <eliz@gnu.org>
130
131 * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
132 `const void *', for consistency with Posix.
133
1a8fb426
EZ
1342005-06-04 Eli Zaretskii <eliz@gnu.org>
135
136 * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
137
bd7bdff8
JB
1382005-05-24 Juanma Barranquero <lekktu@gmail.com>
139
140 * INSTALL: Add more pointers to ports of Unix tools to Windows,
141 and to the Emacs Wiki (which contains building instructions for
142 Windows). Reword image library instructions and remove obsolete
143 incompatibility information.
144
007d105b
TTN
1452005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
146
147 * config.nt (HAVE_PWD_H): Undef.
148
0b0dea7b
JB
1492004-06-07 Juanma Barranquero <lektu@terra.es>
150
151 * INSTALL: Clarify paragraph about compatibility between image
152 libraries and builds of Emacs with several compilers.
153
33d786f9
JB
1542004-06-06 Juanma Barranquero <lektu@terra.es>
155
73dfa0bf
JB
156 * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
157 the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
158 calling non-existent cmdproxy.exe on boostrappings after a
159 previous install followed by realclean.
160
33d786f9
JB
161 * nmake.defs: Add quote in comment to resync font-locking.
162
3dfbc6d8
JB
1632004-06-04 Juanma Barranquero <lektu@terra.es>
164
165 * INSTALL: Reword the section on image support. Add reference to
166 GnuWin32. Mention problems when mixing binaries from different
167 compilers.
168
112dc8e1
JR
1692004-05-06 Jason Rumney <jasonr@gnu.org>
170
171 * configure.bat: Use -mno-cygwin to check for image libraries
172 when needed.
173
5eb3d2a5
JR
1742004-05-03 Jason Rumney <jasonr@gnu.org>
175
238add5e
JR
176 * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
177 * makefile.def: Remove.
178
133ef3d3 179 * nmake.defs (SYS_LDFLAGS): Add -nologo.
238add5e 180
5eb3d2a5
JR
181 * makefile.w32-in (info-gmake, info-nmake): New targets.
182 (info): Use them.
183
e9419bd4
JB
1842004-04-23 Juanma Barranquero <lektu@terra.es>
185
186 * nmake.defs:
187 * gmake.defs:
d814862a 188 * makefile.w32-in:
e9419bd4
JB
189 * makefile.def:
190 * makefile.nt: Add "-*- makefile -*-" mode tag.
191
1e3c9713
JR
1922004-04-10 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
193
133ef3d3 194 * runemacs.c (WinMain): Let Emacs environment default to parent.
1e3c9713 195
2f0c11a1
JR
1962004-03-11 Jason Rumney <jasonr@gnu.org>
197
198 * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
199
134d9671
JB
2002004-03-10 Juanma Barranquero <lektu@terra.es>
201
202 * makefile.w32-in (install): Don't try to copy
203 ../lib-src/fns-*.el, as it isn't used anymore.
204
d57625a0
JR
2052004-01-28 Peter Runestig <peter@runestig.com>
206
207 * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
208
5ea32beb
MB
2092003-12-24 Miles Bader <miles@gnu.ai.mit.edu>
210
211 * .cvsignore: Add `.arch-inventory'.
212
d57625a0 2132003-11-22 Lars Hansen <larsh@math.ku.dk>
930a9995 214
133ef3d3 215 * inc/grp.h: New file.
930a9995 216
d57625a0 2172003-09-03 Peter Runestig <peter@runestig.com>
fd026ee1
JR
218
219 * configure.bat: Create ``makefile'' in directories man, lispref
220 and lispintro.
221
222 * makefile.w32-in (force-info, info): New targets.
223
224 * envadd.bat: New file.
225
226 * multi-install-info.bat: New file.
227
96fcad04 2282003-06-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
aa287913
JD
229
230 * config.nt (my_strftime): New define.
231
5d54d177
JR
2322003-02-01 Jason Rumney <jasonr@gnu.org>
233
234 * configure.bat: Automatically detect libXpm.
235 Suppress compiler output when testing for image libraries.
236 Give names of un-found libraries in messages.
237
53b37591
JB
2382003-01-31 Juanma Barranquero <lektu@terra.es>
239
fe929957 240 * configure.bat: Automatically detect giflib and tifflib.
53b37591 241
fbd852af
JR
2422003-01-29 Jason Rumney <jasonr@gnu.org>
243
244 * gmake.defs (CURDIR): Disable cygpath kludge.
245
50ca1c55
JB
2462003-01-29 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
247
248 * configure.bat: Avoid endless loop when configuring without image
249 support.
250
28908312
JR
2512003-01-26 Jason Rumney <jasonr@gnu.org>
252
253 * configure.bat: Automatically detect jpeglib.
254
c262430d
JR
2552003-01-25 Jason Rumney <jasonr@gnu.org>
256
257 * configure.bat: Automatically detect libpng.
258
53b37591 2592003-01-21 Jason Rumney <jasonr@gnu.org>
ac6e47ef
JR
260
261 * icons/hand.cur: New file.
262
53b37591 2632003-01-21 David Ponce <david@dponce.com>
ac6e47ef
JR
264
265 * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
266
38018ad3
AI
2672003-01-15 Andrew Innes <andrewi@gnu.org>
268
269 * gmake.defs (CURDIR): Convert to native Windows format (with
270 forward slashes), to support building with Cygwin builds of make.
271
4c11103a
JB
2722002-11-17 Ben Key <BKey1@tampabay.rr.com>
273
274 * nmake.defs:
f60ae425
BK
275 * gmake.defs: Made changes so that Emacs would link with
276 WinMM.lib. This change was required for my addition of a Windows
277 compatible implementation of play-sound-internal.
278
4c11103a 2792002-09-03 Peter Runestig <peter@runestig.com> (tiny change)
b0a1b9bb 280
4c11103a 281 * emacs.rc: Version updated to 21.3.50.
b0a1b9bb 282
960f21ae
JR
2832002-06-13 Jason Rumney <jasonr@gnu.org>
284
285 * addpm.c (env_vars): Remove EMACSLOCKDIR.
286
287 * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
288 (maybe-bootstrap-SH): New targets.
289 (all): Depend on maybe-bootstrap.
290
933af497
JR
2912002-05-03 Jason Rumney <jasonr@gnu.org>
292
293 * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
294 (sys_getpeername, fcntl): Declare as wrappers.
295
dc728514
JB
2962002-04-10 Juanma Barranquero <lektu@terra.es>
297
298 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
299 after compiling .el files.
300
3be38152
JR
3012002-03-20 Jason Rumney <jasonr@gnu.org>
302
303 * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
304 (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
305
d1ef18f2
KS
3062002-03-19 Kim F. Storm <storm@cua.dk>
307
308 * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
309 (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
310 (HAVE_SYS_UN_H): Undef.
311 From David Ponce <dponce@voila.fr>.
312
73792b51
JR
3132002-03-13 Jason Rumney <jasonr@gnu.org>
314
315 * config.nt (STRFTIME_NO_POSIX2): Define.
316
f7b9d4d1
JR
3172002-02-18 Jason Rumney <jasonr@gnu.org>
318
319 * emacs.rc: Define VS_VERSION_INFO if not already.
320 Update version info.
321
98cf1bb5
AI
3222002-01-04 Andrew Innes <andrewi@gnu.org>
323
324 * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
325 pick up relevant bits of the Windows API definitions.
326
327 * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
328 pick up relevant bits of the Windows API definitions.
329
0e4435be
AI
3302001-12-14 Andrew Innes <andrewi@gnu.org>
331
332 * makefile.w32-in (bootstrap): Build addsection program before
333 bootstrap (required for post-processing temacs.exe).
334
03f9f7ae
PJ
3352001-12-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
336
337 * COPYING: New file.
338
493faf20
AI
3392001-12-03 Andrew Innes <andrewi@gnu.org>
340
341 * makefile.w32-in (bootstrap-nmake):
342 (bootstrap-gmake): Extend bootstrap process to first do
343 bootstrap-clean in lisp dir and rebuild the DOC file.
344 (bootstrap): Do a "normal" make after the bootstrap work.
345
fc813ef6
JR
3462001-11-20 Jason Rumney <jasonr@gnu.org>
347
348 * INSTALL: Update table of versions of make that are suitable
349 for building Emacs, based on recent feedback.
350
133ef3d3 351 * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
fc813ef6 352
72431058
AI
3532001-11-19 Andrew Innes <andrewi@gnu.org>
354
355 * ftime-nostartup.bat: New file.
356
357 * ftime.bat: Don't include libc.lib for profiling - the profiler
358 corrupts part of memcpy.
359
eec004b0
JR
3602001-11-17 Jason Rumney <jasonr@gnu.org>
361
362 * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
363 expansion. From Juanma Barranquero <lektu@terra.es>.
364
71431a0e
GM
3652001-10-20 Gerd Moellmann <gerd@gnu.org>
366
6aa97356 367 * (Version 21.1 released.)
71431a0e 368
967d7793
AI
3692001-10-12 Andrew Innes <andrewi@gnu.org>
370
371 * inc/pwd.h (uid_t, gid_t): New typedefs.
372
ab952a4f
GM
3732001-10-05 Gerd Moellmann <gerd@gnu.org>
374
375 * Branch for 21.1.
85b2f69e 376
33d69478
EZ
3772001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
378
379 * README: Update the address of the mailing list and subscription
380 instructions. From Geoff Voelker <voelker@cs.ucsd.edu>.
381
05b24487
EZ
3822001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
383
384 * INSTALL: Suggest to avoid using WinZip.
c49e491a
EZ
385
386 * configure.bat: Make sure ../site-lisp exists; create if necessary.
387
3762e7d0
EZ
3882001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
389
390 * INSTALL: Mention that "make install" can be "nmake install".
391
83536c16
EZ
3922001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
393
394 * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
395 since some versions of `mkdir' don't automatically create parent
396 directories. From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
397
f466241d
EZ
3982001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
399
400 * subdirs.el: New file.
401
402 * configure.bat: Copy subdirs.el to the site-lisp directory.
403
404 * makefile.w32-in (install): Copy subdirs.el to the installation
405 directory.
406
0ac7bf6c
JR
4072001-06-20 Jason Rumney <jasonr@gnu.org>
408
409 * runemacs.c (WinMain): Add quotes around command in case of spaces.
410
ec57454f
AI
4112001-06-01 Andrew Innes <andrewi@gnu.org>
412
413 * gmake.defs (sh_output): Don't use $(warning ...) to output
414 messages, since that is not supported by GNU make 3.77.
415
263f7134
JR
4162001-05-24 Jason Rumney <jasonr@gnu.org>
417
418 * INSTALL: Clarify that building with MSVC requires nmake.
419
fbdbf318
AI
4202001-05-17 Andrew Innes <andrewi@gnu.org>
421
422 * gmake.defs (NEW_CYGWIN): Output message about spurious error
423 message that is to be ignored.
424
4b994b84
AI
4252001-05-13 Andrew Innes <andrewi@gnu.org>
426
427 * TODO: Remove file, since it is completely out of date.
428
429 * README: Add copyright notice.
430
431 * INSTALL: Add copyright notice.
432
e8918aee
EZ
4332001-04-18 Andrew Innes <andrewi@gnu.org>
434
435 * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
436 the environment.
437
438 * gmake.defs (SETLOADPATH): Remove definition.
439 (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
440 environment.
441
4422001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
443
444 * configure.bat: Make the checkw32api* labels be distinct in the
4da0d3f7 445 first 8 characters.
e8918aee
EZ
446
4472001-03-17 Andrew Innes <andrewi@gnu.org>
448
449 * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
450 escaped quotes.
451
452 * gmake.defs (DEBUG_LINK): New macro.
453 (LINK_FLAGS): Use it.
454
455 * nmake.defs (DEBUG_LINK): New macro.
456 (LINK_FLAGS): Use it.
457
4582001-03-06 Andrew Innes <andrewi@gnu.org>
459
460 * INSTALL: Add --ldflags to configure line for building with
461 recent versions of Cygwin GCC.
462
53b37591 4632001-03-05 Eli Zaretskii <eliz@is.elta.co.il>
e8918aee
EZ
464
465 * configure.bat: Use correct options when compiling a test program
466 with Cygwin. From David Ponce <dponce@voila.fr>.
467
4682001-02-24 Andrew Innes <andrewi@gnu.org>
469
470 * _emacs: Remove obsolete file.
471
472 * emacs.bat.in: Remove obsolete file.
473
474 * debug.bat.in: Remove obsolete file.
475
476 * inc/sys/socket.h: Add copyright notice.
477
478 * paths.h: Add copyright notice.
479
480 * makefile.nt: Update copyright notice.
481
482 * makefile.def: Update copyright notice.
483
484 * configure.bat: Update copyright notice.
485
486 * nmake.defs: Add copyright notice.
487
488 * gmake.defs: Add copyright notice.
489
490 * makefile.w32-in: Add copyright notice.
491
4922001-02-05 Andrew Innes <andrewi@gnu.org>
493
494 * nmake.defs (THISDIR): New definition.
495
496 * gmake.defs (THISDIR): New definition.
497
4982001-02-03 Andrew Innes <andrewi@gnu.org>
499
500 * configure.bat: Leave a space before >> only when there is a
501 preceding digit. Add a comment about the importance of this.
502
503 * README: Replace outdated information.
504
505 * INSTALL (Trouble-shooting): Add note about need to specify extra
506 compiler flags with recent Cygwin ports of gcc.
507
5082001-02-01 Eli Zaretskii <eliz@is.elta.co.il>
509
510 * configure.bat: Use "rm -f" instead of "del /f", as the latter
511 is not supported by Windows 9X's COMMAND.COM.
512
5132001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
514
515 * configure.bat: Make sure redirection is preceeded by a blank, to
516 avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
517 up the "1" part. From Rob Giardina <rob@criticalpointsoftware.com>.
518
5192001-01-30 Eli Zaretskii <eliz@is.elta.co.il>
520
521 * INSTALL: Copy the table of tested combinations of development
522 tools from confuigure.bat. Add suggestion to install Bash on
523 Windows 9X.
524
525 * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
526 lisp/Makefile.in instead. Use "rm -f" where more than one file
527 needs to be deleted, since command.com in Windows 9X doesn't grok
528 more than one argument.
529
5302001-01-24 Andrew Innes <andrewi@gnu.org>
531
85b2f69e 532 * makefile.w32-in (cleanall-other-dirs-nmake):
e8918aee
EZ
533 (cleanall-other-dirs-gmake): New targets.
534 (cleanall): Invoke them.
535
5362001-01-19 Andrew Innes <andrewi@gnu.org>
537
538 * addpm.c (env_vars): Add a version-independent site-lisp
539 directory to EMACSLOADPATH, after the version dependent one.
540
5412001-01-06 Andrew Innes <andrewi@gnu.org>
542
543 * README: Update info about compilers.
544
545 * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
546 select correct rule for invoking make in another directory. Amend
547 rules accordingly.
548 (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
549
550 * nmake.defs (EMACS_ICON_PATH): Delete definition.
551 (COMPILER_TEMP_FILES): New definition.
552 (MAKETYPE): New definition.
553
554 * gmake.defs (EMACS_ICON_PATH): Delete definition.
555 (COMPILER_TEMP_FILES): New definition.
556 (MAKETYPE): New definition.
557
558 * makefile.def (EMACS_ICON_PATH): Delete definition.
559
560 * configure.bat: Be careful not to add trailing spaces when
561 outputting to config.settings.
562
5632001-01-02 Andrew Innes <andrewi@gnu.org>
564
565 * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
566 than the function.
567
5682000-12-17 Andrew Innes <andrewi@gnu.org>
569
570 * makefile.w32-in (install): Copy directories to the correct
571 places.
572 (real_install): Remove obsolete target.
573
5742000-12-06 Andrew Innes <andrewi@gnu.org>
575
576 * nmake.defs (CURDIR): New define.
577 (INSTALL_DIR): Use it.
578
579 * gmake.defs (NEW_CYGWIN): New define.
580 (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
581 so we need to adjust how we escape embedded quotes.
582 (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
583 relative to $(CURDIR).
584
5852000-11-25 Jason Rumney <jasonr@gnu.org>
586
587 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
588
5892000-10-17 Andrew Innes <andrewi@gnu.org>
590
591 * makefile.w32-in (recompile): New target to recompile lisp
592 directory.
593 (recompile-CMD, recompile-SH): New support targets.
594
5952000-09-24 Jason Rumney <jasonr@gnu.org>
596
597 * config.nt (NO_RETURN): Define it.
598
5992000-09-17 Andrew Innes <andrewi@gnu.org>
600
601 * gmake.defs: Revert to Unix line endings.
602
603 * nmake.defs: Revert to Unix line endings.
604
6052000-09-16 Andrew Innes <andrewi@gnu.org>
606
607 * gmake.defs (SETLOADPATH): Change definition to work from any
608 subdirectory.
609
6102000-09-14 Andrew Innes <andrewi@gnu.org>
611
612 * makefile.w32-in: Revert to Unix line endings.
613
6142000-09-14 Andrew Innes <andrewi@gnu.org>
615
616 * INSTALL: Add note about expected error messages when configure
617 is run.
618
619 * configure.bat: Simplify the generation of makefiles (don't need
620 to generate various top-level targets that invoke make in other
621 directories).
622
623 * gmake.defs (SHELLTYPE): New define.
624 (SETLOADPATH): New define.
625
626 * nmake.defs (SHELLTYPE): New define.
627
628 * makefile.w32-in: Standardize indentation somewhat.
629 Add bootstrap support.
630 Pass $(MFLAGS) when invoking make recursively.
631 Add shell-specific variants of top-level targets that invoke make
632 recursively in other directories, and add necessary computed
633 dependencies.
634
6352000-09-03 Andrew Innes <andrewi@gnu.org>
636
637 * makefile.w32-in: Change to DOS line endings.
638
639 * configure.bat: Change to DOS line endings.
640
641 * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
642 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
643
644 * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
645 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
646
647 * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
648 -D_ANONYMOUS_STRUCT on compile line.
649 (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
650 (ARCH_CFLAGS): Change optimization flags to -O2.
651 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
652 (ARGQUOTE, DQUOTE): New defines.
653
654 * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
655 -D_ANONYMOUS_STRUCT on compile line.
656 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
657 (ARGQUOTE, DQUOTE): New defines.
658
6592000-08-22 Andrew Innes <andrewi@gnu.org>
660
661 * configure.bat: New file.
662
663 * gmake.defs: New file.
664
665 * nmake.defs: New file.
666
667 * makefile.w32-in: New file.
668
669 * INSTALL: Rewrite to match new configure process.
670
671 * config.nt [WINDOWSNT]: Don't declare getenv.
672 (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
673
674 * addpm.c (main): Accept /q to mean install based on addpm's
675 location without asking. Remove reference to emacs.bat which is
676 now obsolete.
677
678 * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
679
680 * paths.h: Use forward slash as directory separator in all path
681 definitions.
682 (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
683
684 * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
685
686 * runemacs.c: Remove WIN32 define.
687
688 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
689 not defined.
690
691 * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
692 (fd_set): Define to new name, after including winsock.h, so we can
693 provide our own implementation.
694
6952000-07-05 Andrew Innes <andrewi@gnu.org>
696
697 * ebuild.bat: Add support for specifying make arguments.
698
699 * makefile.nt: Add support for `bootstrap' and related targets.
700
7012000-06-11 Jason Rumney <jasonr@gnu.org>
702
703 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
704
7052000-02-06 Andrew Innes <andrewi@gnu.org>
706
707 * inc/sys/time.h: Add inclusion protection.
708
709 * makefile.def (SYS_LDFLAGS): Add -nologo.
710
7111999-11-22 Andrew Innes <andrewi@gnu.org>
712
713 * install.bat: Pass on command line arguments to make.
714
715 * makefile.nt (fast_install): Bring commands up-to-date, and fix
716 typo.
717
7181999-11-21 Andrew Innes <andrewi@gnu.org>
719
720 * makefile.nt (all): Build leim if present.
721 (install): Install leim if present.
722 (clean): Clean leim if present.
723
724 * addpm.c (env_vars): Include leim in default EMACSLOADPATH
725 definition.
726
727 * emacs.bat.in (EMACSLOADPATH): Include leim.
728
e8918aee
EZ
7291999-07-12 Richard Stallman <rms@gnu.org>
730
731 * Version 20.4 released.
732
7331999-06-16 Andrew Innes <andrewi@gnu.org>
734
735 * emacs.rc: Use an icon with a transparent background, to be in
736 keeping with other applications.
737
7381999-06-03 Andrew Innes <andrewi@gnu.org>
739
740 * preprep.c: Fix typo.
741
7421999-05-02 Andrew Innes <andrewi@gnu.org>
743
744 * config.h: Remove obsolete file.
745
746 * preprep.c (copy_executable_and_move_sections): Ifdef out a
747 couple of unused switch cases that aren't defined on all
748 platforms.
749
750 * ftime.bat: Add another variation of the profile command, which
751 only profiles extended commands.
752
7531999-03-31 Geoff Voelker <voelker@cs.washington.edu>
754
755 * cmdproxy.c (main): Fix parens.
756
7571999-03-25 Andrew Innes <andrewi@gnu.org>
758
759 * cmdproxy.c (main): Call GetShortPathName to normalize program
760 names for comparison.
761
7621999-03-05 Geoff Voelker <voelker@cs.washington.edu>
763
764 * makefile.def: Compile multiple .c files when possible.
765 Use BLD instead of assuming i386.
766 * makefile.nt: Remove common multiple file compilation commands.
767
7681999-03-04 Geoff Voelker <voelker@cs.washington.edu>
769
770 * cmdproxy.c (main): Add missing parens.
771
7721999-02-20 Andrew Innes <andrewi@gnu.org>
773
774 * preprep.c: New program to allow dumped image to be profiled.
775
776 * makefile.nt (preprep): New target.
777 (ALL): Build it.
778
779 * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
780
781 * ftime.bat: Invoke preprep to prepare dumped image for profiling.
782 Change prep options to profile libc functions and skip the startup
783 code.
784
7851999-02-15 Geoff Voelker <voelker@cs.washington.edu>
786
787 * makefile.nt: Create installation directory as first step.
788
7891999-01-31 Andrew Innes <andrewi@gnu.org>
790
791 * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from
792 ROUND_UP_DST. Zeroes the alignment slop.
793 (copy_executable_and_add_section): Update the
794 SizeOfHeaders field properly.
795
7961999-01-27 Andrew Innes <andrewi@gnu.org>
797
798 * makefile.nt: Do make version comparison as strings.
799
8001999-01-26 Andrew Innes <andrewi@harlequin.co.uk>
801
802 * runemacs.c (WinMain): Pass explicit environment block to
803 CreateProcess, to work around a bug in Windows 95/98.
804
8051999-01-22 Geoff Voelker <voelker@cs.washington.edu>
806
807 * icons: New directory with Davenport's icons.
134d9671 808 * icons/sink.ico: Renamed from emacs.ico.
e8918aee
EZ
809
810 * makefile.nt (install, fast_install): Install Windows icons
811 into etc/icons.
812
813 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
814
8151999-01-17 Andrew Innes <andrewi@gnu.org>
816
817 * makefile.nt: (ALL): List top-level targets.
818 (addsection): New top-level target.
819 (install): Copy fns-*.el to bin directory.
820
821 * addsection.c: New program to add static heap section to
822 temacs.exe after linking, in support of new unexec method.
823
8241998-12-28 Andrew Innes <andrewi@delysid.gnu.org>
825
826 * cmdproxy.c (spawn): Pass directory for child as parameter.
827 (main): Save startup directory to give to spawn, then change
828 directory to location of .exe in order not to prevent startup
829 directory from being deleted.
830
8311998-12-08 Geoff Voelker <voelker@cs.washington.edu>
832
833 * makefile.nt: Do string comparision of _NMAKE_VER.
834
8351998-12-02 Geoff Voelker <voelker@cs.washington.edu>
836
837 * config.nt (LOCALTIME_CACHE): Define.
838
8391998-11-13 Andrew Innes <andrewi@delysid.gnu.org>
840
841 * install.bat: Convert to DOS format.
842
8431998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
844
845 * cmdproxy.c (main): Set environment size only when running
846 command.com.
847
53b37591 8481998-11-03 Theodore Jump <tjump@tertius.com>
e8918aee
EZ
849
850 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
851 (DEL_TREE): Use rd instead of rmdir.
852 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries.
853 * makefile.nt: Compile multiple source files when possible.
85b2f69e 854
e8918aee
EZ
8551998-10-05 Geoff Voelker <voelker@cs.washington.edu>
856
857 * cmdproxy.c (main): Treat command line options as case-insensitive.
858
8591998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
860
861 * Version 20.3 released.
862
8631998-07-20 Geoff Voelker <voelker@cs.washington.edu>
864
865 * addpm.c (main): Explicitly check result of message box for OK.
866
8671998-06-05 Andrew Innes <andrewi@harlequin.co.uk>
868
869 * inc/sys/file.h (D_OK): Define new macro.
870
8711998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
872
873 * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
874
8751998-05-30 Geoff Voelker <voelker@cs.washington.edu>
876
877 * emacs.rc (VS_VERSION_INFO): Define.
878
8791998-04-23 Geoff Voelker <voelker@cs.washington.edu>
880
881 * makefile.nt (emacs.bat, debug.bat): Create them in the
882 installation directory.
883
8841998-04-23 Andrew Innes <andrewi@harlequin.co.uk>
885
886 * ddeclient.c: New file. (Support program for performing limited
887 interprocess communication on Windows.)
888
889 * makefile.nt: Build ddeclient.
890
891 * cmdproxy.c (main): Only set environment size for real shell, and
892 provide extra directory argument, when running on Windows 95.
85b2f69e 893
e8918aee
EZ
8941998-04-17 Geoff Voelker <voelker@cs.washington.edu>
895
896 * cmdproxy.c (fail): Exit with a negative return value.
897 (spawn): Return subprocess return code as an argument.
898 Explicitly copy environment block.
899 (main): Update to use return value argument with spawn.
900 Retry if spawn failed when a subshell was not tried.
901
902 * config.nt: Include new macros from src/config.in.
903 (GNU_MALLOC, REL_ALLOC): Define.
904 (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
905 (RE_TRANSLATE): Use char_table_translate.
906
907 * makefile.def (CP_DIR): Preserve attributes.
908
909 * makefile.nt (clean): Delete patch generated files, optimized
910 build directory.
911
9121997-10-01 Geoff Voelker <voelker@cs.washington.edu>
913
914 * addpm.c (env_vars): Fix misplaced % in SHELL entry.
915
9161997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
917
918 * Version 20.2 released.
919
9201997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
921
922 * Version 20.1 released.
923
9241997-09-11 Geoff Voelker <voelker@cs.washington.edu>
925
926 * debug.bat.in: New file.
927 * makefile.nt (debug.bat): New target.
928
9291997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
930
931 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
932 Quote group name. Allow different icons to be specified.
933
934 * cmdproxy.c (get_env_size): New function.
935 (spawn): Explicitly pass in environment when creating subprocess.
936 (main): Cleaup error messages.
937 Specify dynamically sized environment block for real shell.
938 Pass on unhandled switches to real shell.
939 Quote program name.
940
85b2f69e 941 * makefile.def (CFLAGS_COMMON): Place pdb file in object build
e8918aee 942 directory.
85b2f69e 943 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
e8918aee
EZ
944
945 * runemacs.c (WinMain): Allow Emacs process to be started with
946 high or low priority.
947
948 * emacs.bat.in: Remove OS dependent operations.
85b2f69e 949
e8918aee
EZ
9501997-09-02 Geoff Voelker <voelker@cs.washington.edu>
951
952 * addpm.c (env_vars): No longer set INFOPATH.
953
954 * cmdproxy.c (get_next_token): Null terminate token returned.
955
956 * emacs.bat.in (INFOPATH): No longer set INFOPATH.
957
9581997-08-10 Andrew Innes <andrewi@harlequin.co.uk>
959
960 * addpm.c (env_vars): Set SHELL to cmdproxy.
961 (main): Initialize idDde to 0.
962 Determine emacs_path from module file name.
963 Prompt for install.
964
965 * makefile.def (MSVCNT11): Conditionally define it.
966 (BASE_LIBS): Do not use oldnames.lib.
967 (SYS_LDFLAGS): Use pdb files.
968 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
969 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
970 (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
971
972 * makefile.nt (ALL): Build cmdproxy.
973 (cmdproxy): New target.
974 (install): Install cmdproxy.
975
976 * ftime.bat, debug.bat, cmdproxy.c: New files.
977
9781997-07-10 Geoff Voelker <voelker@cs.washington.edu>
979
980 * inc/sys/socket.h: (shutdown): Define.
981 (sys_shutdown): Export.
982
9831997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
984
985 * config.nt (RE_TRANSLATE): Copy definition from config.in.
986
9871997-07-01 Geoff Voelker <voelker@cs.washington.edu>
988
989 * config.nt: Update file comments.
990 Update undefs added/removed in src/config.in.
991
9921997-06-19 Geoff Voelker <voelker@cs.washington.edu>
993
994 * makefil.def, emacs.bat: Use windows95 and windowsnt instead
995 of win95 and winnt, respectively.
996
9971997-01-04 Geoff Voelker <voelker@cs.washington.edu>
998
999 * makefile.nt (real_install): Create site-lisp in installation dir.
1000 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
1001 * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
1002
e8918aee
EZ
10031996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1004
1005 * Version 19.33 released.
1006
10071996-08-09 Geoff Voelker <voelker@cs.washington.edu>
1008
1009 * runemacs.c (WinMain): Put a space between the binary and its args.
1010
10111996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1012
1013 * Version 19.32 released.
1014
10151996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
1016
1017 * makefile.nt (clean): Use OBJDIR macro.
1018
10191996-06-03 Kim F. Storm <kfs@olicom.dk>
1020
1021 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
1022 Not defined by default.
1023 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
1024 (WinMain): Convert backslashes to slashes in env var values.
1025
1026 * addpm.c (env_vars): Use slashes, not backslashes.
1027
10281996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
1029
1030 * Version 19.31 released.
1031
10321996-05-13 Andrew Innes <andrewi@harlequin.co.uk>
1033
1034 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
1035 undo settings afterwards.
1036
10371996-05-08 Andrew Innes <andrewi@harlequin.co.uk>
1038
1039 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
1040 environment variable.
1041
53b37591 10421996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
e8918aee
EZ
1043
1044 * install.bat: Allow for optimized build.
1045 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
1046 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
1047
53b37591 10481996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
e8918aee
EZ
1049
1050 * addpm.c (REG_ROOT): Don't use a trailing backslash.
1051 (env_vars): Rename field emacs_path to emacs_dir.
1052 (main): Add link to runemacs instead of emacs.
1053
1054 * install.bat: Check if INSTALL_DIR is passed as an argument.
1055
1056 * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
1057
1058 * makefile.nt: Build and install runemacs.exe.
1059
1060 * runemacs.c: New file.
1061
1062 * config.w95: File removed.
1063
1064 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
1065 inc/sys/socket.h, inc/sys/time.h: New header files.
1066
1067 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
85b2f69e 1068
e8918aee
EZ
10691996-03-27 Geoff Voelker <voelker@cs.washington.edu>
1070
1071 * makefile.def (DEL): Defined.
1072 (DEL_TREE) [win95]: Defined.
1073 (SYS_LDFLAGS): Set executable versions to 3.10.
85b2f69e 1074
e8918aee
EZ
1075 * makefile.nt: Change uses of del to $(DEL).
1076
10771996-01-17 Erik Naggum <erik@naggum.no>
1078
1079 * All files: Update FSF's address in comment preamble.
1080
10811996-01-03 George V. Reilly <georger@microcrafts.com>
1082
1083 * emacs.ico: Now the proverbial kitchen sink icon.
1084
10851995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1086
1087 * Version 19.30 released.
1088
10891995-11-22 Geoff Voelker <voelker@cs.washington.edu>
1090
1091 * makefile.def (CP_DIR): Use platform independent switches for xcopy.
1092
1093 * makefile.nt (install, fast_install, real_install, clean):
1094 Don't use switches to del not supported by Win95.
1095
10961995-11-07 Kevin Gallo <kgallo@microsoft.com>
1097
1098 * makefile.nt (addpm.exe): Link with $(ADVAPI32).
1099 (install, fast_install): Change same-dir test to create test file in
1100 installation tree and thereby support read-only shares.
1101 (clean): Remove .pdb files.
1102
1103 * makefile.def (NTGUI): New macro.
1104 [NTGUI] (CFLAGS): Define HAVE_NTGUI.
1105
1106 * config.nt, config.w95: Update to latest src/config.in.
1107
1108 * addpm.c (env_vars): New variable.
1109 (add_registry): New procedure.
1110 (main): Use values of configuration environment variables from
1111 the registry if defined, the process environment otherwise.
1112
11131995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1114
1115 * Version 19.29 released.
1116
1117 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
1118
11191995-06-13 Geoff Voelker <voelker@cs.washington.edu>
1120
1121 * makefile.nt: Define .c to .obj suffix rule.
1122 (addpm.obj): Compile directly, use CFLAGS.
1123 (addpm.exe): Link from addpm.obj.
85b2f69e 1124
e8918aee
EZ
1125 * makefile.def (MSVCNT11): Defined.
1126 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
1127 (CFLAGS_COMMON): Defined.
1128 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
85b2f69e 1129
e8918aee
EZ
11301995-06-09 Geoff Voelker <voelker@cs.washington.edu>
1131
134d9671
JB
1132 * emacs.bat.in: Renamed from emacs.bat.
1133 (emacs_dir): Renamed from emacs_path.
e8918aee
EZ
1134 Definition removed.
1135
1136 * addpm.c: New file.
1137 * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.
1138 (all): Depend upon $(BLD) and $(ALL).
1139 (install): Depend upon emacs.bat.
1140 Create program item for Emacs.
1141 (clean): Delete obj.
1142 (emacs.bat): Defined.
1143 * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.
1144
11451995-05-27 Geoff Voelker <voelker@cs.washington.edu>
1146
1147 * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
1148 Add carriage returns; necessary for batch files on Win95.
1149
11501995-05-25 Geoff Voelker <voelker@cs.washington.edu>
1151
1152 * config.w95: Created.
1153 * config.h: Changed to config.nt.
85b2f69e 1154
e8918aee
EZ
1155 * makefile.nt (SUBDIRS): Commented out.
1156 (all,install,clean): Expand for-loops.
1157 (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
1158
1159 * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.
1160 (ARCH): New definition.
1161 (CPU,CONFIG_H,OS_TYPE): Defined.
1162 (INCLUDE,LIB): Checked if valid.
1163 (ntwin32.mak): Included.
1164 (AR,CC,LINK): New definition.
1165 (ADVAPI32,libc,BASE_LIBS): Defined.
1166 (SYS_LDFLAGS): New definition.
1167 Update comments and preprocessor conditionals.
1168
1169 * emacs.bat (SHELL): Conditionally defined.
1170 (HOME): Conditionally defined.
1171 (emacs_path,HOME): Update comments.
1172 Turn off all echo.
1173
11741995-05-09 Geoff Voelker <voelker@cs.washington.edu>
1175
1176 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
1177 fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
1178 inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
1179 inc/sys/param.h: Removed carriage-returns.
1180
11811995-05-06 Geoff Voelker <voelker@cs.washington.edu>
1182
1183 * makefile.def (CVTRES): Defined.
1184
1185 * emacs.ico, emacs.rc: New files by Kevin Gallo.
1186
11871995-04-10 Geoff Voelker <voelker@cs.washington.edu>
1188
88c71720 1189 * src: Remove directory.
e8918aee
EZ
1190
1191 * src\config.h, src\paths.h: Moved to parent dir, src removed.
1192
11931995-04-09 Geoff Voelker <voelker@cs.washington.edu>
1194
1195 * makefile.def (INSTALL_DIR): Changed to generic directory.
1196
1197 * emacs.bat: Added arguments when emacs.exe invoked.
1198
1199 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
1200
12011994-12-13 voelker <voelker@cs.washington.edu>
1202
1203 * makefile.def (CC): In configuration section.
1204 (COMPAT_LIB): Defined.
1205
12061994-11-01 voelker <voelker@cs.washington.edu>
1207
1208 * src/paths.h: New file.
1209
1210 * src/config.h: New file.
1211
1212 * inc/pwd.h: New file.
1213
1214 * inc/sys/dir.h: New file.
1215
1216 * inc/sys/file.h: New file.
1217
1218 * inc/sys/ioctl.h: New file.
1219
1220 * inc/sys/param.h: New file.
1221
1222 * todo: New file.
1223
88c71720 1224 * README: New file.
e8918aee
EZ
1225
1226 * makefile.nt: New file.
1227
1228 * makefile.def: New file.
85b2f69e 1229
e8918aee
EZ
1230 * install.cmd: New file.
1231
88c71720 1232 * INSTALL: New file.
e8918aee
EZ
1233
1234 * fast-install.cmd: New file.
1235
1236 * emacs.cmd: New file.
1237
1238 * ebuild.cmd: New file.
1239
1240 * _emacs: New file.
1241
1242;; Local Variables:
1243;; coding: iso-2022-7bit
33462dfa 1244;; add-log-time-zone-rule: t
e8918aee 1245;; End:
2a34a036 1246
b65d8176 1247 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
ceb4c4d3 1248 2005, 2006 Free Software Foundation, Inc.
2a34a036
GM
1249 Copying and distribution of this file, with or without modification,
1250 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
1251
1252;;; arch-tag: b3d2c29c-04a0-45d0-b52d-57354711c414