Fix the "config msdos" step of MS-DOS build (due to removal of some cpp stuff from...
[bpt/emacs.git] / msdos / ChangeLog
... / ...
CommitLineData
12010-05-06 Glenn Morris <rgm@gnu.org>
2
3 * sed1v2.inp, sed5x.inp: Remove LN_S, unused.
4
52010-04-01 Eli Zaretskii <eliz@gnu.org>
6
7 Remove support for DJGPP v1.x.
8
9 * sed3.inp:
10 * sed2.inp:
11 * sed1.inp:
12 * mainmake: Files removed.
13
142010-03-27 Eli Zaretskii <eliz@gnu.org>
15
16 * sedlisp.inp (VPATH): Don't edit, no longer needed.
17 (lisp, srcdir): Adapt to lisp/Makefile.in changes.
18 (abs_top_builddir): New edit.
19
20 * sed3v2.inp (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB)
21 (LIBHESIOD, LIBRESOLV, LIBS_MAIL): Edit to empty values.
22
23 * sed3.inp (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB)
24 (LIBHESIOD, LIBRESOLV, LIBS_MAIL): Edit to empty values.
25
26 * sed1v2.inp (abs_builddir): Edit into "../src".
27
282010-03-10 Chong Yidong <cyd@stupidchicken.com>
29
30 * Branch for 23.2.
31
322010-02-19 Eli Zaretskii <eliz@gnu.org>
33
34 * INSTALL: Remove a CVS-specific note. Update for latest versions
35 of Windows.
36
372009-09-17 Eli Zaretskii <eliz@gnu.org>
38
39 * sed1v2.inp (OTHER_FILES): Edit to empty.
40
412009-09-11 Eli Zaretskii <eliz@gnu.org>
42
43 * mainmake.v2 (bootstrap): Ensure enough environment space
44 will be available to run config.bat.
45
462009-08-27 Eli Zaretskii <eliz@gnu.org>
47
48 * sed1v2.inp (buildobj.h): Replace "echo" with "djecho".
49
502009-06-21 Chong Yidong <cyd@stupidchicken.com>
51
52 * Branch for 23.1.
53
542009-04-14 Eli Zaretskii <eliz@gnu.org>
55
56 * mainmake.v2 (src) <gdb.ini>: Don't replace the line with
57 x_error_quitter; instead, append "set environment NAME" to the end.
58 Set NAME and USERNAME in the environment to the same value.
59
602009-02-28 Eli Zaretskii <eliz@gnu.org>
61
62 * mainmake.v2 (boot): Don't require b-emacs.exe if not building
63 out of CVS. (Bug#2151)
64
652008-12-19 Eli Zaretskii <eliz@gnu.org>
66
67 * INSTALL: Document the problems on Windows Vista and the
68 --with-system-malloc option to config.bat.
69
70 * sedalloc.inp: New file.
71
722008-11-21 Eli Zaretskii <eliz@gnu.org>
73
74 * mainmake.v2 (misc): New target.
75 (all, info): Depend on `misc'.
76
772008-11-15 Eli Zaretskii <eliz@gnu.org>
78
79 * mainmake.v2 (src): Move removal of src/bootlisp after recursing
80 into `lisp'.
81
82 Make bootstrap work again:
83
84 * mainmake.v2 (boot): New variable.
85 (src): Pass $(boot) to sub-Make. Remove src/bootlisp. If
86 src/bootlisp exists after running Make, run Make in `lisp' as
87 well.
88 (clean, mostlyclean): Remove bogus repeated clean in the top-level
89 directory.
90 (info, bootstrap-clean): New targets.
91 (bootstrap): Depend only on bootstrap-clean. Commands modified to
92 be equivalent to top-level Makefile.in.
93 (bootfast, bootstrap-lisp-1, bootstrap-lisp, bootstrap-src)
94 (bootstrap-clean-before, bootstrap-clean-after): Targets deleted.
95 (clean, mostlyclean, distclean, maintainer-clean, extraclean):
96 Don't recurse into lwlib and oldXMenu.
97
98 * sed1v2.inp: Create bootlisp when bootstrapping b-emacs.exe.
99
100 * sedlisp.inp: Don't convert *.el files to Unix text format, and
101 don't copy ldefs-boot.el into loaddefs.el.
102
103 * sed6.inp: Edit out Unixy shell features in maintainer-clean
104 targets in doc/ Makefiles.
105
106 * INSTALL: Update the list of utilities needed by lisp/Makefile
107 and for bootstrapping.
108
1092008-11-08 Eli Zaretskii <eliz@gnu.org>
110
111 * INSTALL: New file, with build instructions moved from the
112 top-level INSTALL.
113
1142008-10-14 Eli Zaretskii <eliz@gnu.org>
115
116 * sedlisp.inp (lisp): Set to absolute file name of current
117 directory, not to ".", to have it on EMACSLOADPATH when we descend
118 into subdirectories.
119
1202008-08-23 Eli Zaretskii <eliz@gnu.org>
121
122 * sed2v2.inp: Remove definition of USER_FULL_NAME (now defined on
123 src/s/msdos.h).
124
125 * sed3v2.inp: Edit out @LIB_SRC_EXTRA_INSTALLABLES@.
126
127 * sed1v2.inp (version): Define to empty.
128 (ALL_CFLAGS, LIBES): Edit out @FOO@ stuff.
129 (EXEEXT): Define to .exe.
130 Edit "ln -f" into "cp -pf".
131 Edit "touch" into "djecho $@ >", to avoid requiring touch.exe.
132 (b-emacs${EXEEXT}): Don't remove emacs.exe and temacs.exe.
133 Edit "`/bin/pwd`/" into "./".
134 Stubify emacs after it is dumped, to produce emacs.exe.
135 Stubedit temacs.exe to 1024K of stack, emacs.exe to 2048K, and
136 b-emacs.exe to 3072K.
137
138 * mainmake.v2 (emacs lispref lispintro): Chdir under doc/.
139 (emacs): Renamed from `man', to reflect changes in doc directory
140 structure. All callers changed.
141 (clean mostlyclean distclean maintainer-clean extraclean): Chdir
142 into doc/ for manuals. Add misc subdirectory.
143 (src): Pass an empty BOOTSTRAPEMACS variable to src/Makefile.
144 (install): Don't stubify/stubedit emacs.exe, this is now done by
145 src/Makefile.
146
1472007-10-05 Eli Zaretskii <eliz@gnu.org>
148
149 * sed6.inp: Update comment to reflect doc directory structure.
150
151 * sed1v2.inp (RSVG_LIBS, RSVG_CFLAGS): Edit out.
152
1532007-07-25 Glenn Morris <rgm@gnu.org>
154
155 * Relicense all FSF files to GPLv3 or later.
156
157 * COPYING: Switch to GPLv3.
158
1592007-06-02 Chong Yidong <cyd@stupidchicken.com>
160
161 * Version 22.1 released.
162
1632007-02-10 Glenn Morris <rgm@gnu.org>
164
165 * COPYING.DJ: Remove file since it is no longer needed (see README
166 for details).
167
1682007-01-28 Glenn Morris <rgm@gnu.org>
169
170 * COPYING.DJ: New file.
171
1722006-12-04 Eli Zaretskii <eliz@gnu.org>
173
174 * sed2v2.inp (HAVE_SYNC): Define.
175
1762006-11-25 Eli Zaretskii <eliz@gnu.org>
177
178 * sed1v2.inp (CFLAGS_SOUND): Edit out.
179
1802006-09-15 Jay Belanger <belanger@truman.edu>
181
182 * COPYING: Replace "Library Public License" by "Lesser Public
183 License" throughout.
184
1852005-09-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
186
187 * sed3v2.inp (GETOPT_H, GETOPTOBJS): Define to use getopt.h,
188 getopt.o and getopt1.o.
189
1902005-07-04 Lute Kamstra <lute@gnu.org>
191
192 Update FSF's address in GPL notices.
193
1942004-11-10 Eli Zaretskii <eliz@gnu.org>
195
196 * sed1.inp: Revert last change.
197
1982004-11-09 Jan Djärv <jan.h.d@swipnet.se>
199
200 * sed1v2.inp: Use djecho for buildobj.lst.
201
202 * sed1.inp: Ditto.
203
2042004-11-08 Eli Zaretskii <eliz@gnu.org>
205
206 * sedlisp.inp (bootstrap-clean): Copy ldefs-boot.el onto
207 loaddefs.el, unless the latter exists and is newer.
208
209 * mainmake.v2 (mostlyclean, distclean, maintainer-clean)
210 (extraclean, bootfast): New targets.
211 (top_distclean): New macro, used by distclean, maintainer-clean,
212 and extraclean.
213 (.PHONY): Add bootfast.
214 (bootstrap): Make bootstrap-after in lisp.
215 (bootstrap-clean-before): Clean in man, lispref, and lispintro as well.
216
217 * sed2v2.inp (HAVE_BZERO): Define for GCC v3.x and later.
218
2192004-10-06 Eli Zaretskii <eliz@gnu.org>
220
221 * sed1v2.inp (LC_ALL=C): Fix src/Makefile breakage caused by
222 recent (2004-09-24) changes in src/Makefile.in.
223
2242004-08-14 Eli Zaretskii <eliz@gnu.org>
225
226 * sedleim.inp: Remove the lines which say "<TAB>@true", to avoid
227 running a Unixy shell and to reincarnate the "Nothing to be done
228 for `all'" message from Make when there's nothing to be done.
229
2302004-05-11 Eli Zaretskii <eliz@gnu.org>
231
232 * sedleim.inp (distclean): Remove stamp-subdirs.
233 (SUBDIRS): Don't use `touch', use `djecho' instead.
234 (changed.tit, changed.misc): Use `djecho' instead of `echo'.
235
2362004-05-02 Eli Zaretskii <eliz@gnu.org>
237
238 * sed2v2.inp (HAVE_GETRUSAGE): Define.
239
2402003-09-22 Eli Zaretskii <eliz@gnu.org>
241
242 * mainmake.v2 (man lispref lispintro): Specify an explicit target
243 `info', like Makefile.in does.
244
2452003-08-31 Eli Zaretskii <eliz@gnu.org>
246
247 * sed3v2.inp (srcdir): Use "command.com /c cd" to produce an
248 absolute file name of the current working directory. This avoids
249 the warning from Make about circular dependencies.
250
2512003-08-30 Eli Zaretskii <eliz@gnu.org>
252
253 * sedlisp.inp: Set FNCASE=y for all targets in the lisp directory,
254 so that CVS etc. file names are filtered out of the list of
255 subdirectories.
256
2572003-08-28 Eli Zaretskii <eliz@gnu.org>
258
259 * sed6.inp (elisp.dvi, index.texi): Replace Unix shell commands
260 with equivalent COMMAND.COM commands.
261
2622003-08-24 Eli Zaretskii <eliz@gnu.org>
263
264 * sed3v2.inp (EXEEXT): Define to an empty string.
265
266 * sed1v2.inp (EXEEXT): Define to an empty string.
267 Remove src/emacs after producing b-emacs.exe.
268
269 * sed2v2.inp (HAVE_DIFFTIME, HAVE_MEMCMP, HAVE_MEMMOVE)
270 (HAVE_SIZE_T): Define.
271
2722002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
273
274 * sed2v2.inp: New file.
275
276 * sed2.inp: Remove DJGPP v2.x stuff.
277
2782002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
279
280 * sedlisp.inp <bootstrap-clean>: Make sure all *.el files have
281 Unix EOLs, to avoid overflowing pure storage while bootstrapping.
282
2832002-03-20 Eli Zaretskii <eliz@is.elta.co.il>
284
285 * mainmake.v2 (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src)
286 (bootstrap-clean-before, bootstrap-clean-after): Return to the
287 top-level directory after sub-make.
288 (bootstrap-lisp): Pass an absolute file name as value of ${lisp}.
289
290 * sed1v2.inp: Fix editing of the rule for ${libsrc}make-docfile.
291
2922002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
293
294 Add support for bootstrapping Emacs:
295
296 * sed1v2.inp: Edit the bootstrap-* targets. Fix the mostlyclean
297 target.
298
299 * mainmake.v2 (maybe_bootstrap, bootstrap, bootstrap-lisp-1)
300 (bootstrap-lisp, bootstrap-src, bootstrap-clean-before)
301 (bootstrap-clean-after): New targets.
302 (all): Depend on maybe_bootstrap.
303
3042001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
305
306 * sed1v2.inp: Delete _gdbinit in distclean target.
307
3082001-12-09 Pavel Janík <Pavel@Janik.cz>
309
310 * COPYING: Moved back.
311
3122001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
313
314 * sed2.inp (HAVE_VFORK): Don't define: the fragment in sysdep.c
315 which needed it is gone.
316
3172001-11-29 Pavel Janík <Pavel@Janik.cz>
318
319 * COPYING: Removed.
320
3212001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
322
323 * mainmake.v2 (lispintro): New target.
324 (all): Add lispintro.
325
326 * sed6.inp (SHELL): Comment away, for lispintro.
327
3282001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
329
330 * sed6.inp (texinputdir): Add, for the lispref directory.
331
332 * mainmake.v2 (all): Add lispref.
333 (man lispref): Add lispref.
334
3352001-10-20 Gerd Moellmann <gerd@gnu.org>
336
337 * (Version 21.1 released.)
338
3392001-10-05 Gerd Moellmann <gerd@gnu.org>
340
341 * Branch for 21.1.
342
3432001-07-20 Eli Zaretskii <eliz@is.elta.co.il>
344
345 * mainmake.v2 (install): Create site-lisp/subdirs.el if it is not
346 already there.
347
3482001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
349
350 * sed2.inp: Ifdef away the test for !HAVE_MKTIME, to avoid parse
351 error in "gcc -E -traditional" with GCC 3.0.
352
3532001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
354
355 * sedleim.inp (srcdir=): Edit @srcdir@ into an absolute file name
356 of the leim subdirectory, so that EMACSLOADPATH doesn't break when
357 titdic-convert chdirs into leim/quail.
358
3592001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
360
361 * sedleim.inp: Adapt to changes in leim/Makefile.in's $(TIT)
362 target.
363
3642001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
365
366 * README: New file.
367
368 * sed1.inp: Add copyright.
369 * sed1v2.inp: Add copyright.
370 * sed2.inp: Add copyright.
371 * sed2x.inp: Add copyright.
372 * sed3.inp: Add copyright.
373 * sed3v2.inp: Add copyright.
374 * sed4.inp: Add copyright.
375 * sed5x.inp: Add copyright.
376 * sed6.inp: Add copyright.
377 * sedleim.inp: Add copyright.
378 * sedlisp.inp: Add copyright.
379
3802001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
381
382 * mainmake.v2, mainmake: Add copyright.
383
3842000-11-22 Eli Zaretskii <eliz@is.elta.co.il>
385
386 * sed2.inp (NSIG) [__DJGPP__ == 2 && __DJGPP_MINOR__ == 1]:
387 Define; it is undefined in DJGPP v2.01.
388
3892000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
390
391 * sed2.inp (HAVE_MKSTEMP): Define.
392
3932000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
394
395 * sedleim.inp (RUN-EMACS): Remove EMACSLOADPATH setting as part of
396 the command; use Make's "export EMACSLOADPATH=" instead. Remove
397 the handling of `command` expansion, leim/Makefile.in doesn't use
398 that anymore.
399
4002000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
401
402 * sed2.inp (HAVE_INDEX, HAVE_RINDEX): Define.
403
4042000-08-22 Eli Zaretskii <eliz@is.elta.co.il>
405
406 * mainmake.v2 (TAGS): Don't use [a-zA-Z]*, as it causes wildcard
407 expansion to become case-sensitive and return all file names in
408 upper case on plain DOS.
409
4102000-08-05 Eli Zaretskii <eliz@is.elta.co.il>
411
412 * mainmake.v2 (src): Put gdb.tmp after -a, since djecho's -a
413 switch requires an argument.
414
4152000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
416
417 * mainmake.v2 (src): Make the rule faster by using a single djecho
418 command instead of multiple redir invocations.
419 (install): Speed up by using a command.com's for loop.
420
4212000-07-23 Eli Zaretskii <eliz@is.elta.co.il>
422
423 * sed3v2.inp: Define ALLOCA to an empty string.
424
4252000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
426
427 * sed1v2.inp: Put getloadavg.o into LIBOBJS, not GETLOADAVG_LIBS.
428
4292000-07-09 Eli Zaretskii <eliz@is.elta.co.il>
430
431 * sed1v2.inp: Set LIBSOUND to an empty string.
432
4332000-06-26 Eli Zaretskii <eliz@is.elta.co.il>
434
435 * sed2.inp: Define HAVE_STRUCT_TIMEZONE in src/config.h.
436
4372000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
438
439 * sed1v2.inp: Set GETLOADAVG_LIBS to getloadavg.o in src/Makefile.
440
4412000-06-18 Eli Zaretskii <eliz@is.elta.co.il>
442
443 * sedlisp.inp (srcdir): Edit this variable.
444
4452000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
446
447 * sedlisp.inp: New file.
448
4492000-05-18 Eli Zaretskii <eliz@is.elta.co.il>
450
451 * sed6.inp: Changes to allow "make foo.dvi" on DJGPP platforms:
452 (ENVADD): Redefine as empty, to avoid requiring a Unixy shell.
453 (TEXINPUTS): Use semi-colon; export explicitly.
454 (MAKEINFO): Export explicitly.
455
4562000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
457
458 * mainmake.v2 (install): Install ebrowse.exe.
459
4602000-04-14 Dave Love <fx@gnu.org>
461
462 * sed1v2.inp, sed1.inp: Add LIBS, LIBOBJS.
463
4642000-03-13 Eli Zaretskii <eliz@is.elta.co.il>
465
466 * sed2.inp: Add PROTOTYPES and POINTER_TYPE, per the new
467 config.in.
468
4692000-01-27 Eli Zaretskii <eliz@is.elta.co.il>
470
471 * sed2.inp (HAVE_SETITIMER): Define.
472
4731999-11-18 Eli Zaretskii <eliz@is.elta.co.il>
474
475 * sed2.inp (HAVE_TM_GMTOFF, HAVE_MBLEN): Define.
476
477 * sed1v2.inp: Convert "LC_ALL=C ./temacs" to MS-DOS equivalent.
478
4791999-07-29 Eli Zaretskii <eliz@gnu.org>
480
481 * sedleim.inp (SHELL, MAKESHELL): Use /xyzzy/command as the shell.
482
4831999-07-12 Richard Stallman <rms@gnu.org>
484
485 * Version 20.4 released.
486
4871999-07-01 Eli Zaretskii <eliz@gnu.org>
488
489 * mainmake.v2 (SHELL, MAKESHELL): Don't use /dos/command, it can
490 invoke an incompatible version of COMMAND.COM.
491
4921999-05-19 Eli Zaretskii <eliz@gnu.org>
493
494 * sed1v2.inp: Use -gcoff instead of -g in CFLAGS, for those who
495 have GCC configured by default to use stabs, which unexec.c
496 doesn't currently support.
497
4981999-01-14 Eli Zaretskii <eliz@gnu.org>
499
500 * mainmake.v2 (install): Use update instead of sed to install fns.el.
501
5021999-01-11 Eli Zaretskii <eliz@gnu.org>
503
504 * mainmake.v2 (install): Install fns.el in ../bin, since Emacs
505 looks for it in exec-directory.
506
5071999-01-07 Eli Zaretskii <eliz@gnu.org>
508
509 * sedleim.inp: New file, for configuring the leim directory.
510
511 * mainmake.v2 (src): Build files in leim if leim/Makefile exists.
512 (clean): Add clean in leim.
513
5141998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
515
516 * mainmake.v2 (SHELL, MAKESHELL): Don't use `override'.
517
5181998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
519
520 * mainmake.v2: Forcibly set SHELL and MAKESHELL to force Make to
521 use COMMAND.COM as the shell.
522
5231998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
524
525 * Version 20.3 released.
526
5271998-05-04 Eli Zaretskii <eliz@mescaline.gnu.org>
528
529 * mainmake.v2 (TAGS tags): Fix file name wildcards in lisp
530 directory.
531
5321998-04-13 Eli Zaretskii <eliz@delysid.gnu.org>
533
534 * mainmake.v2 (src): Replace topdir with top_srcdir in commands
535 which generate gdb.ini.
536
5371998-04-12 Eli Zaretskii <eliz@delysid.gnu.org>
538
539 * mainmake.v2 (version): Determine emacs-version from
540 lisp/version.el. Pass it to sub-Make's.
541
5421998-04-05 Eli Zaretskii <eliz@is.elta.co.il>
543
544 * sed3v2.inp: When installing ${version},
545 do it replacing @version@.
546
547 * mainmake.v2 (version): Compute the version from lisp/version.el
548 and pass to sub-Make's. Pass top_srcdir to sub-Make's.
549
5501997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
551
552 * sed6.inp: New file, configures the man directory for MSDOS.
553
554 * mainmake.v2 (man): New target to build the manual.
555 (all): Add the man dependency.
556 (install): Change bin\\nul to bin\nul.
557
5581997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
559
560 * Version 20.2 released.
561
5621997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
563
564 * Version 20.1 released.
565
5661997-09-07 Eli Zaretskii <eliz@is.elta.co.il>
567
568 * sed1v2.inp: Enlarge the stack size of temacs to 100KB.
569
5701997-08-13 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
571
572 * sed2.inp (EMACS_CONFIGURATION): Set to i386-pc-msdosdjgpp.
573
5741997-08-10 Eli Zaretskii <eliz@is.elta.co.il>
575
576 * sed1v2.inp (CPPFLAGS, LDFLAGS): Edit to empty.
577
5781997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
579
580 * sed2.inp (HAVE_LOGB, HAVE_FREXP, HAVE_FMOD, HAVE_RINT)
581 (HAVE_CBRT, HAVE_FPATHCONF, HAVE_SETRLIMIT): Defined.
582
583 * sed1.inp, sed1v2.inp: Remove `stamp-oldxmenu' dependency, so
584 MSDOS users won't need `touch' installed.
585
586 * mainmake.v2 (TAGS, tags): Include new lisp subdirectories.
587
5881996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
589
590 * Version 19.33 released.
591
5921996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
593
594 * is_exec.c: Renamed from is-exec.c.
595
5961996-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
597
598 * Version 19.32 released.
599
600 * is-exec.c, sigaction.c: New files.
601
6021996-07-24 Eli Zaretskii <eliz@is.elta.co.il>
603
604 * mainmake.v2 (TAGS): Make sure bin/etags.exe is current. Make
605 the rules always generate TAGS.
606
6071996-06-09 Eli Zaretskii <eliz@is.elta.co.il>
608
609 * sed2.inp: Don't undef MULTI_FRAME.
610
6111996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
612
613 * Version 19.31 released.
614
6151996-04-17 Eli Zaretskii <eliz@is.elta.co.il>
616
617 * sed1.inp: Replace `make-docfile' with `make-doc.exe'. In case
618 src/Makefile needs to rebuild `make-doc.exe', use one command per line.
619 Undo the previous change.
620
6211996-04-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
622
623 * sed1.inp: Change make-docfile to make-doc.exe in a second place.
624
6251996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
626
627 * mainmake.v2 (src): Create a file with sed commands instead of using
628 a long sed command line (some versions of Sed don't handle that).
629 (gdb): Merged back into src, undoing April 13 change.
630 (install): Do use if statements, but not a loop.
631
6321996-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
633
634 * mainmake.v2 (gdb): New target, broken out of src.
635 (install): Use simple explicit copy commands, not a loop.
636
6371996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
638
639 * sed2.inp: Under DJGPP v2, use <sys/config.h> instead of most of
640 config.h.in.
641
642 * sed1v2.inp, sed3v2.inp, mainmake.v2: New files.
643
6441996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
645
646 * sed2.inp (LOCALTIME_CACHE, HAVE_TZSET): Define these.
647
6481995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
649
650 * Version 19.30 released.
651
6521995-11-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
653
654 * sed3.inp: Alter test-distrib to test-dis.
655
6561995-11-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
657
658 * mainmake (install): Don't mv make-doc.exe into ../bin/.
659
6601995-10-11 Kim Storm <kfstorm@wombat.gnu.ai.mit.edu>
661
662 * sed1.inp: Call make-doc.exe instead of make-docfile.
663
6641995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
665
666 * sed2.inp: Define STDC_HEADERS.
667 Undefine MULTI_FRAME, until somebody fixes msdos.h and msdos.c.
668
6691995-01-20 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
670
671 * sed3.inp: Fix sed append command to behave as intended.
672
6731995-01-20 Morten Welinder <terra@diku.dk>
674
675 * sed3.inp: Delete mysterious dot. Add comment to protect blank
676 line at end of file. Make sure make-docfile is compiled.
677
6781995-01-10 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
679
680 * sed3.inp: Use coff2exe on make-docfile.
681 * sed1.inp: Not go32, which has problems with long arg lists.
682
6831994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
684
685 * sed1.inp: Handle "\t#"-style comments.
686 (obj): Don't add any files -- now done in src/makefile.in.in
687 (temacs): Don't depend on prefix-args.
688 (DOC): Reflect makefile changes regarding two-batch run.
689
690 * sed2.inp: Add comments showing how to use the system malloc.
691 (EMACS_CONFIG_OPTIONS): Set though not useful.
692 (HAVE_MKTIME): Define.
693
694 * mainmake (clean): Add target.
695
696 * sed1x.inp, sed2x.inp, sed5x.inp: New files for X configuration.
697
6981994-07-14 Morten Welinder (terra@diku.dk)
699
700 * sed2.inp (HAVE_STRERROR): Define.
701
7021994-07-08 Morten Welinder (terra@diku.dk)
703
704 * sed1.inp, sed2.inp: Use "m/intel386" instead of "m/dos386.h".
705
7061994-06-01 Morten Welinder (terra@diku.dk)
707
708 * sed4.inp: New file for configuring src/paths.h.
709
7101994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
711
712 * Version 19.25 released.
713
7141994-05-22 Morten Welinder (terra@diku.dk)
715
716 * sed1.inp: Adding dos-fns.elc to the set of lisp files was moved
717 to src/makefile.in.in.
718
7191994-05-20 Morten Welinder (terra@tyr.diku.dk)
720
721 * sed2.inp: Reflect change from CONFIGURATION to EMACS_CONFIGURATION.
722 Also set it to correct three-part value.
723
7241994-05-16 Morten Welinder (terra@tyr.diku.dk)
725
726 * Version 19.23 released.
727
728 * sed1.inp: Don't use `+' in regexps as different stream
729 editors interpret them differently. Use `*' instead.
730
7311994-05-12 Morten Welinder (terra@diku.dk)
732
733 * mainmake (install): Set the minimum stack (for running under
734 DPMI) to 512K. Avoid using wildcard for matching one file.
735
7361994-05-08 Morten Welinder (terra@diku.dk)
737
738 * sed3.inp: Don't pass version to [ce]tags.
739
7401994-04-30 Morten Welinder (terra@diku.dk)
741
742 * sed1.inp: Don't comment out the inc-vers run as that
743 does not exist anymore.
744 Don't reset DEBUG_MOLE as that no longer is used.
745 Identify the file being patched as src/...
746 * sed2.inp: Identify the file being patched as src/...
747 * sed3.inp: We don't have to have the version number in here
748 anymore. Instead we patch the way it is passed from make to
749 the C compiler.
750
7511994-04-29 Morten Welinder (terra@diku.dk)
752
753 * sed1.inp: Set CFLAGS=-O2, not -g. Handle the new
754 M_FILE, S_FILE, and SET_MAKE defines. Get rid of ^Ms.
755
756 * sed2.inp: We have bcmp. Configuration is "msdos".
757 Get rid of ^Ms.
758
759 * sed3.inp: Set CFLAGS=-O2, not -g. Correct for
760 new configuration regarding utilities not to compile.
761 Fix version number. Get rid of ^Ms.
762
7631994-01-08 Morten Welinder (terra@diku.dk)
764
765 * sed3.inp: Improve make-compatibility by not using drive
766 specifications and by not specifying an explicit shell.
767
7681994-01-07 Morten Welinder (terra@diku.dk)
769
770 * sed1.inp: Incorporate the actions of patch1.
771 * patch1: File deleted.
772
7731993-01-05 Morten Welinder (terra@diku.dk)
774
775 * mainmake: New file, makefile for the main directory.
776
777 * patch1: New file. Context diff to turn src/makefile.in into
778 a msdos version called makefile.
779
780 * emacs.pif: New file, program information file for Emacs under
781 Windows. (This file contains non-printable characters.)
782
783 * emacs.ico: New file, icon for Emacs under Windows. It's so ugly
784 that someone is bound to create a better one. Mail uuencoded icons
785 to terra@diku.dk, but be prepared to sign a copyright disclaimer.
786 (This file contains non-printable characters.)
787
788 * sed3.inp: New file for changing lib-src/makefile.in into
789 lib-src/makefile.
790
791 * sed2.inp: New file for changing src/config.h-in into src/config.h.
792
793 * sed1.inp: New file for changing src/makefile.in.in into src/makefile.
794
795;; Local Variables:
796;; coding: utf-8
797;; add-log-time-zone-rule: t
798;; End:
799
800 Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003,
801 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
802
803 This file is part of GNU Emacs.
804
805 GNU Emacs is free software: you can redistribute it and/or modify
806 it under the terms of the GNU General Public License as published by
807 the Free Software Foundation, either version 3 of the License, or
808 (at your option) any later version.
809
810 GNU Emacs is distributed in the hope that it will be useful,
811 but WITHOUT ANY WARRANTY; without even the implied warranty of
812 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
813 GNU General Public License for more details.
814
815 You should have received a copy of the GNU General Public License
816 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
817
818;;; arch-tag: b602fbb5-3776-4053-8de2-03da33c29d44