Initial version of fix for the MS-DOS build, not yet tested.
[bpt/emacs.git] / msdos / ChangeLog
CommitLineData
9d9d12cd
EZ
12011-02-19 Eli Zaretskii <eliz@gnu.org>
2
3 * sedlibmk.inp: New file.
4
5 * sedlibcf.inp: New file.
6
7 * sed1v2.inp (NS_OBJC_OBJ): Edit to empty.
8 (@true): Edit to "@rem".
9 (move-if-change): Edit to "update".
10 (echo): Edit to "djecho".
11 (cd $(lib) && ...): Edit to "$(MAKE) -C ...".
12
13 * mainmake.v2 (version): Remove, no longer needed (config.in
14 defines VERSION).
15 (all): Add lib.
16 (lib): New target and recipe.
17 (lib-src): Depend on lib.
18 (src): Depend on lib and lib-src.
19 (clean, mostlyclean, distclean, maintainer-clean, extraclean)
20 (bootstrap-clean): Recurse into lib.
21
22 * sed2v2.inp: Remove workaround for the "#if ! HAVE_MKTIME ||
23 BROKEN_MKTIME" stuff -- it's no longer in src/config.in.
24 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE_DECL_GETENV)
25 (HAVE__BOOL): Edit to 1.
26 (VERSION, inline, restrict): Edit for DJGPP.
27
16eea16b
GM
282011-01-08 Glenn Morris <rgm@gnu.org>
29
30 * sedleim.inp (RUN-EMACS): -batch implies --no-init-file.
31
31620103
EZ
322011-01-07 Eli Zaretskii <eliz@gnu.org>
33
34 * sed2v2.inp (HAVE___BUILTIN_UNWIND_INIT): Define.
35
d6a003a8
AS
362010-12-04 Andreas Schwab <schwab@linux-m68k.org>
37
38 * sed1v2.inp (M_FILE, S_FILE): Add $(srcdir)/ prefix.
39
c3911ead
EZ
402010-10-15 Eli Zaretskii <eliz@gnu.org>
41
42 * sed1v2.inp: Use $(..) instead of ${..} in all edit commands.
43 Needed because of changes in 2010-10-10T14:43:05Z!dann@ics.uci.edu.
44
45 * sed6.inp (mkinfodir): Edit to avoid Unix shell-isms. Needed
46 because of changes in 2010-10-09T18:31:12Z!rgm@gnu.org.
47
a4daeecf
DN
482010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
49
50 * sed1v2.inp (PROFILING_LDFLAGS):
51 * sed3v2.inp (PROFILING_LDFLAGS): Remove, not defined anymore.
52
3fb78d1f
GM
532010-10-09 Glenn Morris <rgm@gnu.org>
54
55 * mainmake.v2 (install): Remove b2m.
56
644d0594
EZ
572010-10-02 Eli Zaretskii <eliz@gnu.org>
58
59 * mainmake.v2 (TAGS tags): Use `find' to filter out loaddefs
60 files. Make all file names in TAGS tables absolute.
61
ae9cecb9
EZ
622010-10-01 Eli Zaretskii <eliz@gnu.org>
63
64 * sed1v2.inp (LIBGNUTLS_LIBS, LIBGNUTLS_CFLAGS): Edit to empty.
65
9f5a812a
EZ
662010-09-22 Eli Zaretskii <eliz@gnu.org>
67
68 * sed1v2.inp (LINKER): Don't edit, variable was removed from
69 src/Makefile.in.
70 (LD_FIRSTFLAG): Edit to empty.
71
25b88a3d
EZ
722010-09-17 Eli Zaretskii <eliz@gnu.org>
73
74 * sed1v2.inp (LIBXML2_LIBS, LIBXML2_CFLAGS): Edit to empty.
75
26446e2c
EZ
762010-08-22 Chong Yidong <cyd@stupidchicken.com>
77
78 * sedleim.inp (RUN-EMACS): Don't use --multibyte.
79
6f505bc8
EZ
802010-08-20 Eli Zaretskii <eliz@gnu.org>
81
82 * sed1v2.inp (IMAGEMAGICK_LIBS, IMAGEMAGICK_CFLAGS): Edit to empty.
83
491a1546
EZ
842010-08-15 Eli Zaretskii <eliz@gnu.org>
85
86 * mainmake.v2 (version): Update due to change in emacs.c.
87
29cf3e20
EZ
882010-08-05 Eli Zaretskii <eliz@gnu.org>
89
90 * sed1v2.inp (UNEXEC_OBJ): Edit to unexcoff.o, due to renaming of
91 unexec.c => unexcoff.c.
92
59df9fdd 932010-07-29 Chad Brown <yandros@mit.edu>
1c97e857 94
59df9fdd 95 * sed2v2.inp (HAVE_DIRENT_H): Edit to 1.
1c97e857 96
fc549af9
EZ
972010-07-12 Eli Zaretskii <eliz@gnu.org>
98
99 * sed1v2.inp (C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS):
100 Edit to empty.
101
102 * sed3v2.inp(C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS):
103 Edit to empty.
104
4ea6cb0a
EZ
1052010-07-11 Eli Zaretskii <eliz@gnu.org>
106
107 * sed2v2.inp (HAVE_STRCHR, HAVE_STRRCHR): Don't edit, already
108 defined on <sys/config.h>.
109
8966b757
AS
1102010-07-11 Andreas Schwab <schwab@linux-m68k.org>
111
112 * sed2v2.inp (HAVE_INDEX, HAVE_RINDEX): Don't edit.
113 (HAVE_STRCHR, HAVE_STRRCHR): Edit to 1.
114
e3d5fd37
EZ
1152010-07-08 Eli Zaretskii <eliz@gnu.org>
116
117 * sed1v2.inp (stamp-oldxmenu): Don't edit out in `temacs:' target,
118 which doesn't exist.
119
120 * sed2v2.inp (HAVE_MEMCPY): Don't edit, defined on <sys/config.h>.
121
49d9e6b0
DN
1222010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
123
124 * sed1v2.inp: Remove reference to prefix-args.
125
72af86bd
AS
1262010-07-07 Andreas Schwab <schwab@linux-m68k.org>
127
128 * sed2v2.inp (HAVE_MEMCPY, HAVE_MEMSET): Edit to 1.
129 (HAVE_BZERO): Don't edit.
130
baeb2564
EZ
1312010-07-02 Eli Zaretskii <eliz@gnu.org>
132
133 * sed1v2.inp (LIB_GCC): Edit to empty.
134 Return back to ../src after compiling each .el file.
135
6259c2ec
GM
1362010-06-30 Glenn Morris <rgm@gnu.org>
137
138 * sed1v2.inp (CANNOT_DUMP): Update for configure name change.
139
394f2386
EZ
1402010-06-26 Eli Zaretskii <eliz@gnu.org>
141
142 * mainmake.v2 (version): Use emacs_version[] in src/emacs.c
143 instead of lisp/version.el (see 2010-05-15T21:11:37Z!raeburn@raeburn.org).
144
145 * sed1v2.inp (MKDEPDIR): Edit to empty.
c332ebc2
EZ
146 Delete lines in rules that invoke $(MKDEPDIR). Fix editing rules
147 that begin with "cd ../lisp". Edit out sh if-then-else-fi
148 constructs that test ${CANNOT_DUMP}. Edit out "|| exit ;\"
149 constructs in emacs${EXEEXT} rule.
394f2386 150
eb697db5
DN
1512010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
152
153 * sed1v2.inp (UNEXEC_OBJ): Use UNEXEC_OBJ instead of unexec.
154
824e2978
GM
1552010-06-03 Glenn Morris <rgm@gnu.org>
156
157 * sed2v2.inp: Do not edit HAVE_ALLOCA.
158
ccd89fb3
GM
1592010-05-26 Glenn Morris <rgm@gnu.org>
160
90278cb6
GM
161 * sed1v2.inp (@PRE_EDIT_LDFLAGS@, @POST_EDIT_LDFLAGS@): Edit to nothing.
162
ccd89fb3
GM
163 * sed1v2.inp (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
164 No longer present.
165
e5458003
GM
1662010-05-25 Glenn Morris <rgm@gnu.org>
167
168 * sed1v2.inp (LD_SWITCH_SYSTEM_EXTRA): No longer present.
169
e8752c66
GM
1702010-05-21 Glenn Morris <rgm@gnu.org>
171
90278cb6 172 * sed1v2.inp (@ns_frag@): Edit to nothing.
66dbf213 173
04384b2d
GM
174 * sed1x.inp (OLDXMENU): Replace any initial value.
175 * sed1v2.inp (OLDXMENU): Edit to "nothing".
176
e8752c66
GM
177 * sed1v2.inp (CANNOT_DUMP): Edit to no.
178
9d5cf9b6
GM
1792010-05-20 Glenn Morris <rgm@gnu.org>
180
181 * sed1v2.inp (DEPFLAGS, deps_frag): Edit to empty.
182 (MKDEPDIR): Edit to ':'.
183
c1d0dcfd
GM
1842010-05-19 Glenn Morris <rgm@gnu.org>
185
d494e8f2
GM
186 * sed2v2.inp (ORDINARY_LINK): Set here rather than in s/msdos.h.
187
c1d0dcfd
GM
188 * sed1v2.inp (LD): Edit to $(CC).
189 (YMF_PASS_LDFLAGS): Edit to `flags'.
190
952d5580
EZ
1912010-05-18 Eli Zaretskii <eliz@gnu.org>
192
193 * sed1x.inp: Add copyright notice.
194
be4ff9da
GM
1952010-05-18 Glenn Morris <rgm@gnu.org>
196
40dc6bf4
GM
197 * sed1v2.inp (RALLOC_OBJ): Edit to ralloc.o.
198
be4ff9da
GM
199 * sed1v2.inp (GMALLOC_OBJ): Edit to gmalloc.o.
200 (VMLIMIT_OBJ): Edit to vm-limit.o.
201
16455a85
GM
2022010-05-17 Glenn Morris <rgm@gnu.org>
203
204 * sed1v2.inp (OLDXMENU_DEPS): Edit to empty.
205 * sed1x.inp (OLDXMENU_DEPS): Edit to ${OLDXMENU} ../src/${OLDXMENU}.
206
8877ca0f
GM
2072010-05-16 Glenn Morris <rgm@gnu.org>
208
b02a6645
GM
209 * sed1v2.inp (TEMACS_LDFLAGS2): Edit to $(LDFLAGS).
210
8877ca0f
GM
211 * sed1v2.inp (GNUSTEP_SYSTEM_LIBRARIES): Remove.
212 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): Edit to empty.
213
6e546d18
GM
2142010-05-15 Glenn Morris <rgm@gnu.org>
215
4235ca47
GM
216 * sed1v2.inp (LIBXMENU): Edit to empty.
217 * sed1x.inp (LIBXMENU): Expect empty initial value.
218
3545021d
GM
219 * sed1v2.inp (OLDXMENU): Edit to empty.
220 * sed1x.inp (OLDXMENU): Expect empty initial value.
221
9fad8b97
GM
222 * sed1v2.inp (LIBX_OTHER): Edit to empty.
223 * sed1x.inp (LIBX_OTHER): Expect empty initial value.
224
6e546d18
GM
225 * sed1v2.inp (FONT_OBJ): Edit to empty for non-X case.
226 * sed1x.inp (FONT_OBJ): Edit to xfont.o for X case.
227
dbd3f723
EZ
2282010-05-15 Eli Zaretskii <eliz@gnu.org>
229
230 * sed3v2.inp (INSTALLABLES): Edit out extra ${EXEEXT} after
231 "emacsclient".
232 (emacsserver, timer, wakeup): Remove edit-out commands.
233
234 * sed1v2.inp (MSDOS_OBJ): Add w16select.o.
235 (TERMCAP_OBJ): Add termcap.o.
236
02b49580
GM
2372010-05-15 Glenn Morris <rgm@gnu.org>
238
1a82cca9
GM
239 * sed1v2.inp (OLDXMENU_TARGET): Edit to empty.
240 * sed1x.inp (OLDXMENU_TARGET): Edit to really-oldxmenu.
241
1edbd309 242 * sed1v2.inp (LIBXT_OTHER): Edit to empty.
02b49580 243
489d31a4
GM
2442010-05-14 Glenn Morris <rgm@gnu.org>
245
177b0288
GM
246 * sed1v2.inp (ns_appdir, ns_appbindir, ns_appsrc): Edit to empty.
247
f14d1dfd
GM
248 * sed1v2.inp (MSDOS_OBJ): Edit to dosfns.o msdos.o.
249 (MSDOS_SUPPORT): Edit to $(MSDOS_SUPPORT_REAL).
250 * sed1x.inp (MSDOS_X_OBJ): Edit to w16select.o termcap.o.
251
11842bd8
GM
252 * sed2x.inp (HAVE_WINDOW_SYSTEM): Define.
253 * sed1x.inp (TOOLTIP_SUPPORT): Edit to ${lispsource}tooltip.elc.
254 (WINDOW_SUPPORT): Edit to $(BASE_WINDOW_SUPPORT) $(X_WINDOW_SUPPORT).
255 * sed1v2.inp (MOUSE_SUPPORT): Edit to $(REAL_MOUSE_SUPPORT).
256 (TOOLTIP_SUPPORT, WINDOW_SUPPORT): Edit to empty.
257
2633ef94
GM
258 * sed1v2.inp (FONT_OBJ): Use the plain X version (no XFT, Freetype).
259
489d31a4
GM
260 * sed1v2.inp (@NS_IMPL_GNUSTEP_INC@): Edit to nil.
261
5a903aa9
GM
2622010-05-13 Glenn Morris <rgm@gnu.org>
263
99ab9eb4
GM
264 * sed1x.inp (OLDXMENU): Edit to ${oldXMenudir}libXMenu11.a.
265 (LIBXMENU): Edit to ${OLDXMENU}.
266 (LIBX_OTHER): Edit to ${LIBXT} ${LIBX_EXTRA}.
267
5a903aa9
GM
268 * sed1v2.inp (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
269 (FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS, FREETYPE_LIBS)
270 (LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS, M17N_FLT_LIBS)
271 (GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBRESOLV, LIBGPM):
c4cc8b9a 272 Edit to empty.
5a903aa9
GM
273 (LIB_MATH): Edit to -lm.
274 (UNEXEC_OBJ): Edit to unexec.o.
275
1a0d7c06
GM
2762010-05-12 Glenn Morris <rgm@gnu.org>
277
44b031a6
GM
278 * sed3v2.inp (INSTALLABLES): No more @LIB_SRC_EXTRA_INSTALLABLES@.
279
1a0d7c06
GM
280 * sed1v2.inp (LIB_GCC): Edit to -Lgcc.
281
acddf8ae
GM
2822010-05-11 Glenn Morris <rgm@gnu.org>
283
284 * sed1x.inp (LIBS_SYSTEM): Edit to -lxext -lsys.
285 * sed3x.inp: New file.
286
7490175b
GM
2872010-05-10 Glenn Morris <rgm@gnu.org>
288
97efb629
GM
289 * sed1v2.inp, sed3v2.inp (LIBS_SYSTEM): Edit to empty.
290
7490175b
GM
291 * sed3v2.inp (BLESSMAIL_TARGET): Edit to need-blessmail.
292
61a808e8
CY
2932010-05-07 Chong Yidong <cyd@stupidchicken.com>
294
295 * Version 23.2 released.
296
40c17879
GM
2972010-05-08 Glenn Morris <rgm@gnu.org>
298
299 * sed1v2.inp (LIBS_TERMCAP): Edit to empty.
300 (TERMCAP_OBJ): Edit to tparam.o.
301
9fdec8bc
EZ
3022010-05-07 Eli Zaretskii <eliz@gnu.org>
303
304 Fix breakage due to autoconfiscation of Makefile.in files.
305
306 * sed3v2.inp (C_SWITCH_MACHINE): Edit to empty.
307
308 * sed1v2.inp (@LIB_MATH@): Edit to -lm.
309 (C_SWITCH_MACHINE, C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM_TEMACS)
310 (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH)
311 (LD_SWITCH_SYSTEM, LD_SWITCH_SYSTEM_EXTRA, LIBTIFF, LIBJPEG)
312 (LIBPNG, LIBGIF, LIBXPM, XFT_LIBS, DBUS_CFLAGS, DBUS_LIBS)
313 (DBUS_OBJ, GCONF_CFLAGS, GCONF_LIBS, GTK_OBJ, LIBXMU, LIBXSM)
314 (LIBXTR6, XOBJ, TOOLKIT_LIBW, WIDGET_OBJ, CYGWIN_OBJ, NS_OBJ)
315 (NS_SUPPORT, LIBSELINUX_LIBS, START_FILES): Edit to empty.
316 (XMENU_OBJ): Edit to xmenu.o.
317 (FONT_OBJ): Edit to value used for X on Unix.
318 (PRE_ALLOC_OBJ): Edit to lastfile.o.
319 (POST_ALLOC_OBJ): Edit to $(vmlimitobj).
320 (@unexec@): Edit to unexec.o.
321
e3cf0cde
GM
3222010-05-06 Glenn Morris <rgm@gnu.org>
323
324 * sed1v2.inp, sed5x.inp: Remove LN_S, unused.
325
ed68db4d
EZ
3262010-04-01 Eli Zaretskii <eliz@gnu.org>
327
328 Remove support for DJGPP v1.x.
329
330 * sed3.inp:
331 * sed2.inp:
332 * sed1.inp:
333 * mainmake: Files removed.
334
2201e7e2
EZ
3352010-03-27 Eli Zaretskii <eliz@gnu.org>
336
337 * sedlisp.inp (VPATH): Don't edit, no longer needed.
338 (lisp, srcdir): Adapt to lisp/Makefile.in changes.
339 (abs_top_builddir): New edit.
340
341 * sed3v2.inp (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB)
342 (LIBHESIOD, LIBRESOLV, LIBS_MAIL): Edit to empty values.
343
344 * sed3.inp (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB)
345 (LIBHESIOD, LIBRESOLV, LIBS_MAIL): Edit to empty values.
346
347 * sed1v2.inp (abs_builddir): Edit into "../src".
348
288f9fc0
CY
3492010-03-10 Chong Yidong <cyd@stupidchicken.com>
350
351 * Branch for 23.2.
352
e4138181
EZ
3532010-02-19 Eli Zaretskii <eliz@gnu.org>
354
355 * INSTALL: Remove a CVS-specific note. Update for latest versions
356 of Windows.
357
e2a1f100
EZ
3582009-09-17 Eli Zaretskii <eliz@gnu.org>
359
360 * sed1v2.inp (OTHER_FILES): Edit to empty.
361
66205aea
EZ
3622009-09-11 Eli Zaretskii <eliz@gnu.org>
363
364 * mainmake.v2 (bootstrap): Ensure enough environment space
365 will be available to run config.bat.
366
a6e656a4
EZ
3672009-08-27 Eli Zaretskii <eliz@gnu.org>
368
369 * sed1v2.inp (buildobj.h): Replace "echo" with "djecho".
370
70243478
CY
3712009-06-21 Chong Yidong <cyd@stupidchicken.com>
372
373 * Branch for 23.1.
374
dfec8622
EZ
3752009-04-14 Eli Zaretskii <eliz@gnu.org>
376
377 * mainmake.v2 (src) <gdb.ini>: Don't replace the line with
378 x_error_quitter; instead, append "set environment NAME" to the end.
379 Set NAME and USERNAME in the environment to the same value.
380
291f6a31
EZ
3812009-02-28 Eli Zaretskii <eliz@gnu.org>
382
383 * mainmake.v2 (boot): Don't require b-emacs.exe if not building
2a1573ff 384 out of CVS. (Bug#2151)
291f6a31 385
bd448b7a
EZ
3862008-12-19 Eli Zaretskii <eliz@gnu.org>
387
388 * INSTALL: Document the problems on Windows Vista and the
389 --with-system-malloc option to config.bat.
390
391 * sedalloc.inp: New file.
392
0c123bd1
EZ
3932008-11-21 Eli Zaretskii <eliz@gnu.org>
394
395 * mainmake.v2 (misc): New target.
396 (all, info): Depend on `misc'.
397
71a69201
EZ
3982008-11-15 Eli Zaretskii <eliz@gnu.org>
399
aae2a498
EZ
400 * mainmake.v2 (src): Move removal of src/bootlisp after recursing
401 into `lisp'.
402
ead9233b
EZ
403 Make bootstrap work again:
404
405 * mainmake.v2 (boot): New variable.
406 (src): Pass $(boot) to sub-Make. Remove src/bootlisp. If
407 src/bootlisp exists after running Make, run Make in `lisp' as
408 well.
409 (clean, mostlyclean): Remove bogus repeated clean in the top-level
410 directory.
411 (info, bootstrap-clean): New targets.
412 (bootstrap): Depend only on bootstrap-clean. Commands modified to
413 be equivalent to top-level Makefile.in.
414 (bootfast, bootstrap-lisp-1, bootstrap-lisp, bootstrap-src)
415 (bootstrap-clean-before, bootstrap-clean-after): Targets deleted.
416 (clean, mostlyclean, distclean, maintainer-clean, extraclean):
417 Don't recurse into lwlib and oldXMenu.
418
419 * sed1v2.inp: Create bootlisp when bootstrapping b-emacs.exe.
420
421 * sedlisp.inp: Don't convert *.el files to Unix text format, and
422 don't copy ldefs-boot.el into loaddefs.el.
423
424 * sed6.inp: Edit out Unixy shell features in maintainer-clean
425 targets in doc/ Makefiles.
426
71a69201
EZ
427 * INSTALL: Update the list of utilities needed by lisp/Makefile
428 and for bootstrapping.
429
cafb9504
EZ
4302008-11-08 Eli Zaretskii <eliz@gnu.org>
431
432 * INSTALL: New file, with build instructions moved from the
433 top-level INSTALL.
434
e16acc2c
EZ
4352008-10-14 Eli Zaretskii <eliz@gnu.org>
436
437 * sedlisp.inp (lisp): Set to absolute file name of current
438 directory, not to ".", to have it on EMACSLOADPATH when we descend
439 into subdirectories.
440
293a3986
EZ
4412008-08-23 Eli Zaretskii <eliz@gnu.org>
442
443 * sed2v2.inp: Remove definition of USER_FULL_NAME (now defined on
444 src/s/msdos.h).
445
446 * sed3v2.inp: Edit out @LIB_SRC_EXTRA_INSTALLABLES@.
447
b97439ce 448 * sed1v2.inp (version): Define to empty.
293a3986
EZ
449 (ALL_CFLAGS, LIBES): Edit out @FOO@ stuff.
450 (EXEEXT): Define to .exe.
451 Edit "ln -f" into "cp -pf".
452 Edit "touch" into "djecho $@ >", to avoid requiring touch.exe.
453 (b-emacs${EXEEXT}): Don't remove emacs.exe and temacs.exe.
454 Edit "`/bin/pwd`/" into "./".
455 Stubify emacs after it is dumped, to produce emacs.exe.
456 Stubedit temacs.exe to 1024K of stack, emacs.exe to 2048K, and
457 b-emacs.exe to 3072K.
458
459 * mainmake.v2 (emacs lispref lispintro): Chdir under doc/.
460 (emacs): Renamed from `man', to reflect changes in doc directory
461 structure. All callers changed.
462 (clean mostlyclean distclean maintainer-clean extraclean): Chdir
463 into doc/ for manuals. Add misc subdirectory.
464 (src): Pass an empty BOOTSTRAPEMACS variable to src/Makefile.
465 (install): Don't stubify/stubedit emacs.exe, this is now done by
466 src/Makefile.
467
57df543c
EZ
4682007-10-05 Eli Zaretskii <eliz@gnu.org>
469
470 * sed6.inp: Update comment to reflect doc directory structure.
471
472 * sed1v2.inp (RSVG_LIBS, RSVG_CFLAGS): Edit out.
473
cacc7b51
GM
4742007-07-25 Glenn Morris <rgm@gnu.org>
475
476 * Relicense all FSF files to GPLv3 or later.
477
478 * COPYING: Switch to GPLv3.
479
537a062f
CY
4802007-06-02 Chong Yidong <cyd@stupidchicken.com>
481
482 * Version 22.1 released.
483
f5f4e20d
GM
4842007-02-10 Glenn Morris <rgm@gnu.org>
485
486 * COPYING.DJ: Remove file since it is no longer needed (see README
487 for details).
488
222b4fde
GM
4892007-01-28 Glenn Morris <rgm@gnu.org>
490
491 * COPYING.DJ: New file.
492
22311938
EZ
4932006-12-04 Eli Zaretskii <eliz@gnu.org>
494
495 * sed2v2.inp (HAVE_SYNC): Define.
496
69a6e74d
EZ
4972006-11-25 Eli Zaretskii <eliz@gnu.org>
498
499 * sed1v2.inp (CFLAGS_SOUND): Edit out.
500
45a2056c
JB
5012006-09-15 Jay Belanger <belanger@truman.edu>
502
503 * COPYING: Replace "Library Public License" by "Lesser Public
504 License" throughout.
505
67b8391b
EZ
5062005-09-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
507
508 * sed3v2.inp (GETOPT_H, GETOPTOBJS): Define to use getopt.h,
509 getopt.o and getopt1.o.
510
a0ec7a4a
LK
5112005-07-04 Lute Kamstra <lute@gnu.org>
512
513 Update FSF's address in GPL notices.
514
3819d330
EZ
5152004-11-10 Eli Zaretskii <eliz@gnu.org>
516
517 * sed1.inp: Revert last change.
518
880820fe 5192004-11-09 Jan Djärv <jan.h.d@swipnet.se>
ba68f95a
JD
520
521 * sed1v2.inp: Use djecho for buildobj.lst.
522
523 * sed1.inp: Ditto.
524
3f8ea68c
EZ
5252004-11-08 Eli Zaretskii <eliz@gnu.org>
526
997a1ae5
EZ
527 * sedlisp.inp (bootstrap-clean): Copy ldefs-boot.el onto
528 loaddefs.el, unless the latter exists and is newer.
529
406865b8
EZ
530 * mainmake.v2 (mostlyclean, distclean, maintainer-clean)
531 (extraclean, bootfast): New targets.
532 (top_distclean): New macro, used by distclean, maintainer-clean,
533 and extraclean.
534 (.PHONY): Add bootfast.
535 (bootstrap): Make bootstrap-after in lisp.
5e1a6e32 536 (bootstrap-clean-before): Clean in man, lispref, and lispintro as well.
406865b8 537
3f8ea68c
EZ
538 * sed2v2.inp (HAVE_BZERO): Define for GCC v3.x and later.
539
b0b6ad00
EZ
5402004-10-06 Eli Zaretskii <eliz@gnu.org>
541
542 * sed1v2.inp (LC_ALL=C): Fix src/Makefile breakage caused by
543 recent (2004-09-24) changes in src/Makefile.in.
544
ab5a4a32
EZ
5452004-08-14 Eli Zaretskii <eliz@gnu.org>
546
547 * sedleim.inp: Remove the lines which say "<TAB>@true", to avoid
548 running a Unixy shell and to reincarnate the "Nothing to be done
549 for `all'" message from Make when there's nothing to be done.
550
cdc9b845
EZ
5512004-05-11 Eli Zaretskii <eliz@gnu.org>
552
553 * sedleim.inp (distclean): Remove stamp-subdirs.
554 (SUBDIRS): Don't use `touch', use `djecho' instead.
555 (changed.tit, changed.misc): Use `djecho' instead of `echo'.
556
05fdbeb8
EZ
5572004-05-02 Eli Zaretskii <eliz@gnu.org>
558
559 * sed2v2.inp (HAVE_GETRUSAGE): Define.
560
a6eeaa81 5612003-09-22 Eli Zaretskii <eliz@gnu.org>
2f809aae
EZ
562
563 * mainmake.v2 (man lispref lispintro): Specify an explicit target
564 `info', like Makefile.in does.
565
a6eeaa81 5662003-08-31 Eli Zaretskii <eliz@gnu.org>
bbc2d90e
EZ
567
568 * sed3v2.inp (srcdir): Use "command.com /c cd" to produce an
569 absolute file name of the current working directory. This avoids
570 the warning from Make about circular dependencies.
571
a6eeaa81 5722003-08-30 Eli Zaretskii <eliz@gnu.org>
d5947564
EZ
573
574 * sedlisp.inp: Set FNCASE=y for all targets in the lisp directory,
575 so that CVS etc. file names are filtered out of the list of
576 subdirectories.
577
a6eeaa81 5782003-08-28 Eli Zaretskii <eliz@gnu.org>
a0b18738
EZ
579
580 * sed6.inp (elisp.dvi, index.texi): Replace Unix shell commands
581 with equivalent COMMAND.COM commands.
582
a6eeaa81 5832003-08-24 Eli Zaretskii <eliz@gnu.org>
8e1cc65f 584
3d8714e7
EZ
585 * sed3v2.inp (EXEEXT): Define to an empty string.
586
b7cb1e12 587 * sed1v2.inp (EXEEXT): Define to an empty string.
5459e42a 588 Remove src/emacs after producing b-emacs.exe.
b7cb1e12
EZ
589
590 * sed2v2.inp (HAVE_DIFFTIME, HAVE_MEMCMP, HAVE_MEMMOVE)
8e1cc65f
EZ
591 (HAVE_SIZE_T): Define.
592
852eef40
EZ
5932002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
594
595 * sed2v2.inp: New file.
596
597 * sed2.inp: Remove DJGPP v2.x stuff.
598
93fc6fbe
EZ
5992002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
600
601 * sedlisp.inp <bootstrap-clean>: Make sure all *.el files have
602 Unix EOLs, to avoid overflowing pure storage while bootstrapping.
603
ab8a75de
EZ
6042002-03-20 Eli Zaretskii <eliz@is.elta.co.il>
605
177c0ea7 606 * mainmake.v2 (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src)
ab8a75de
EZ
607 (bootstrap-clean-before, bootstrap-clean-after): Return to the
608 top-level directory after sub-make.
609 (bootstrap-lisp): Pass an absolute file name as value of ${lisp}.
610
611 * sed1v2.inp: Fix editing of the rule for ${libsrc}make-docfile.
612
b9c1fa2e
EZ
6132002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
614
69587bba 615 Add support for bootstrapping Emacs:
b9c1fa2e
EZ
616
617 * sed1v2.inp: Edit the bootstrap-* targets. Fix the mostlyclean
618 target.
619
177c0ea7
JB
620 * mainmake.v2 (maybe_bootstrap, bootstrap, bootstrap-lisp-1)
621 (bootstrap-lisp, bootstrap-src, bootstrap-clean-before)
b9c1fa2e
EZ
622 (bootstrap-clean-after): New targets.
623 (all): Depend on maybe_bootstrap.
624
fcd2ab44
EZ
6252001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
626
627 * sed1v2.inp: Delete _gdbinit in distclean target.
628
880820fe 6292001-12-09 Pavel Janík <Pavel@Janik.cz>
72244db2
PJ
630
631 * COPYING: Moved back.
632
b0a63d77
EZ
6332001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
634
635 * sed2.inp (HAVE_VFORK): Don't define: the fragment in sysdep.c
636 which needed it is gone.
637
880820fe 6382001-11-29 Pavel Janík <Pavel@Janik.cz>
0142178a
PJ
639
640 * COPYING: Removed.
641
ac74199d
EZ
6422001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
643
644 * mainmake.v2 (lispintro): New target.
645 (all): Add lispintro.
646
647 * sed6.inp (SHELL): Comment away, for lispintro.
648
5c32b7c5
EZ
6492001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
650
651 * sed6.inp (texinputdir): Add, for the lispref directory.
652
653 * mainmake.v2 (all): Add lispref.
654 (man lispref): Add lispref.
655
71431a0e
GM
6562001-10-20 Gerd Moellmann <gerd@gnu.org>
657
6aa97356 658 * (Version 21.1 released.)
71431a0e 659
ab952a4f
GM
6602001-10-05 Gerd Moellmann <gerd@gnu.org>
661
662 * Branch for 21.1.
177c0ea7 663
fc406406
EZ
6642001-07-20 Eli Zaretskii <eliz@is.elta.co.il>
665
666 * mainmake.v2 (install): Create site-lisp/subdirs.el if it is not
667 already there.
668
24b97d4b
EZ
6692001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
670
671 * sed2.inp: Ifdef away the test for !HAVE_MKTIME, to avoid parse
672 error in "gcc -E -traditional" with GCC 3.0.
673
2b908342
EZ
6742001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
675
676 * sedleim.inp (srcdir=): Edit @srcdir@ into an absolute file name
677 of the leim subdirectory, so that EMACSLOADPATH doesn't break when
678 titdic-convert chdirs into leim/quail.
679
9d5d1075
EZ
6802001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
681
682 * sedleim.inp: Adapt to changes in leim/Makefile.in's $(TIT)
683 target.
684
d7fcecc1
EZ
6852001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
686
687 * README: New file.
688
689 * sed1.inp: Add copyright.
690 * sed1v2.inp: Add copyright.
691 * sed2.inp: Add copyright.
692 * sed2x.inp: Add copyright.
693 * sed3.inp: Add copyright.
694 * sed3v2.inp: Add copyright.
695 * sed4.inp: Add copyright.
696 * sed5x.inp: Add copyright.
697 * sed6.inp: Add copyright.
698 * sedleim.inp: Add copyright.
699 * sedlisp.inp: Add copyright.
700
7121a5e1
EZ
7012001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
702
703 * mainmake.v2, mainmake: Add copyright.
704
da7fab49
EZ
7052000-11-22 Eli Zaretskii <eliz@is.elta.co.il>
706
707 * sed2.inp (NSIG) [__DJGPP__ == 2 && __DJGPP_MINOR__ == 1]:
708 Define; it is undefined in DJGPP v2.01.
709
f4da4611
EZ
7102000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
711
712 * sed2.inp (HAVE_MKSTEMP): Define.
713
a115794c
EZ
7142000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
715
716 * sedleim.inp (RUN-EMACS): Remove EMACSLOADPATH setting as part of
717 the command; use Make's "export EMACSLOADPATH=" instead. Remove
718 the handling of `command` expansion, leim/Makefile.in doesn't use
719 that anymore.
720
67e0a2b6
EZ
7212000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
722
723 * sed2.inp (HAVE_INDEX, HAVE_RINDEX): Define.
724
838b9528
EZ
7252000-08-22 Eli Zaretskii <eliz@is.elta.co.il>
726
727 * mainmake.v2 (TAGS): Don't use [a-zA-Z]*, as it causes wildcard
728 expansion to become case-sensitive and return all file names in
729 upper case on plain DOS.
730
efb29aff
EZ
7312000-08-05 Eli Zaretskii <eliz@is.elta.co.il>
732
733 * mainmake.v2 (src): Put gdb.tmp after -a, since djecho's -a
734 switch requires an argument.
735
4a201758
EZ
7362000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
737
738 * mainmake.v2 (src): Make the rule faster by using a single djecho
739 command instead of multiple redir invocations.
740 (install): Speed up by using a command.com's for loop.
741
7f987ac0
EZ
7422000-07-23 Eli Zaretskii <eliz@is.elta.co.il>
743
744 * sed3v2.inp: Define ALLOCA to an empty string.
745
68be2869
EZ
7462000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
747
748 * sed1v2.inp: Put getloadavg.o into LIBOBJS, not GETLOADAVG_LIBS.
749
c107c335
EZ
7502000-07-09 Eli Zaretskii <eliz@is.elta.co.il>
751
752 * sed1v2.inp: Set LIBSOUND to an empty string.
753
7f3e4303
EZ
7542000-06-26 Eli Zaretskii <eliz@is.elta.co.il>
755
756 * sed2.inp: Define HAVE_STRUCT_TIMEZONE in src/config.h.
757
db1306d8
EZ
7582000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
759
760 * sed1v2.inp: Set GETLOADAVG_LIBS to getloadavg.o in src/Makefile.
761
4ea325f5
EZ
7622000-06-18 Eli Zaretskii <eliz@is.elta.co.il>
763
764 * sedlisp.inp (srcdir): Edit this variable.
765
7d5c8691
EZ
7662000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
767
768 * sedlisp.inp: New file.
769
fcd2e082
EZ
7702000-05-18 Eli Zaretskii <eliz@is.elta.co.il>
771
772 * sed6.inp: Changes to allow "make foo.dvi" on DJGPP platforms:
773 (ENVADD): Redefine as empty, to avoid requiring a Unixy shell.
774 (TEXINPUTS): Use semi-colon; export explicitly.
775 (MAKEINFO): Export explicitly.
776
35a28e21
EZ
7772000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
778
779 * mainmake.v2 (install): Install ebrowse.exe.
780
33744b5d
DL
7812000-04-14 Dave Love <fx@gnu.org>
782
783 * sed1v2.inp, sed1.inp: Add LIBS, LIBOBJS.
784
c1300911
EZ
7852000-03-13 Eli Zaretskii <eliz@is.elta.co.il>
786
787 * sed2.inp: Add PROTOTYPES and POINTER_TYPE, per the new
788 config.in.
789
7c7b25db
EZ
7902000-01-27 Eli Zaretskii <eliz@is.elta.co.il>
791
792 * sed2.inp (HAVE_SETITIMER): Define.
793
ba3a0c6d
EZ
7941999-11-18 Eli Zaretskii <eliz@is.elta.co.il>
795
796 * sed2.inp (HAVE_TM_GMTOFF, HAVE_MBLEN): Define.
797
798 * sed1v2.inp: Convert "LC_ALL=C ./temacs" to MS-DOS equivalent.
799
32072ea3
DL
8001999-07-29 Eli Zaretskii <eliz@gnu.org>
801
802 * sedleim.inp (SHELL, MAKESHELL): Use /xyzzy/command as the shell.
803
8041999-07-12 Richard Stallman <rms@gnu.org>
805
806 * Version 20.4 released.
807
8081999-07-01 Eli Zaretskii <eliz@gnu.org>
809
810 * mainmake.v2 (SHELL, MAKESHELL): Don't use /dos/command, it can
10d1d0af 811 invoke an incompatible version of COMMAND.COM.
32072ea3
DL
812
8131999-05-19 Eli Zaretskii <eliz@gnu.org>
814
815 * sed1v2.inp: Use -gcoff instead of -g in CFLAGS, for those who
816 have GCC configured by default to use stabs, which unexec.c
817 doesn't currently support.
818
8191999-01-14 Eli Zaretskii <eliz@gnu.org>
820
821 * mainmake.v2 (install): Use update instead of sed to install fns.el.
822
8231999-01-11 Eli Zaretskii <eliz@gnu.org>
824
825 * mainmake.v2 (install): Install fns.el in ../bin, since Emacs
826 looks for it in exec-directory.
827
8281999-01-07 Eli Zaretskii <eliz@gnu.org>
829
830 * sedleim.inp: New file, for configuring the leim directory.
831
832 * mainmake.v2 (src): Build files in leim if leim/Makefile exists.
833 (clean): Add clean in leim.
834
8351998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
836
837 * mainmake.v2 (SHELL, MAKESHELL): Don't use `override'.
838
8391998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
840
841 * mainmake.v2: Forcibly set SHELL and MAKESHELL to force Make to
842 use COMMAND.COM as the shell.
843
8441998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
845
846 * Version 20.3 released.
847
8481998-05-04 Eli Zaretskii <eliz@mescaline.gnu.org>
849
850 * mainmake.v2 (TAGS tags): Fix file name wildcards in lisp
851 directory.
852
8531998-04-13 Eli Zaretskii <eliz@delysid.gnu.org>
854
855 * mainmake.v2 (src): Replace topdir with top_srcdir in commands
856 which generate gdb.ini.
857
8581998-04-12 Eli Zaretskii <eliz@delysid.gnu.org>
859
860 * mainmake.v2 (version): Determine emacs-version from
861 lisp/version.el. Pass it to sub-Make's.
862
8631998-04-05 Eli Zaretskii <eliz@is.elta.co.il>
864
865 * sed3v2.inp: When installing ${version},
866 do it replacing @version@.
867
868 * mainmake.v2 (version): Compute the version from lisp/version.el
869 and pass to sub-Make's. Pass top_srcdir to sub-Make's.
870
8711997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
872
873 * sed6.inp: New file, configures the man directory for MSDOS.
874
875 * mainmake.v2 (man): New target to build the manual.
876 (all): Add the man dependency.
877 (install): Change bin\\nul to bin\nul.
878
8791997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
880
881 * Version 20.2 released.
882
8831997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
884
885 * Version 20.1 released.
886
8871997-09-07 Eli Zaretskii <eliz@is.elta.co.il>
888
889 * sed1v2.inp: Enlarge the stack size of temacs to 100KB.
890
8911997-08-13 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
892
8de5628c 893 * sed2.inp (EMACS_CONFIGURATION): Set to i386-pc-msdosdjgpp.
32072ea3 894
5e1a6e32 8951997-08-10 Eli Zaretskii <eliz@is.elta.co.il>
32072ea3
DL
896
897 * sed1v2.inp (CPPFLAGS, LDFLAGS): Edit to empty.
898
8991997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
900
901 * sed2.inp (HAVE_LOGB, HAVE_FREXP, HAVE_FMOD, HAVE_RINT)
902 (HAVE_CBRT, HAVE_FPATHCONF, HAVE_SETRLIMIT): Defined.
903
904 * sed1.inp, sed1v2.inp: Remove `stamp-oldxmenu' dependency, so
905 MSDOS users won't need `touch' installed.
906
907 * mainmake.v2 (TAGS, tags): Include new lisp subdirectories.
908
9091996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
910
911 * Version 19.33 released.
912
9131996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
914
915 * is_exec.c: Renamed from is-exec.c.
916
9171996-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
918
919 * Version 19.32 released.
920
921 * is-exec.c, sigaction.c: New files.
922
9231996-07-24 Eli Zaretskii <eliz@is.elta.co.il>
924
925 * mainmake.v2 (TAGS): Make sure bin/etags.exe is current. Make
926 the rules always generate TAGS.
927
9281996-06-09 Eli Zaretskii <eliz@is.elta.co.il>
929
930 * sed2.inp: Don't undef MULTI_FRAME.
931
9321996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
933
934 * Version 19.31 released.
935
9361996-04-17 Eli Zaretskii <eliz@is.elta.co.il>
937
938 * sed1.inp: Replace `make-docfile' with `make-doc.exe'. In case
939 src/Makefile needs to rebuild `make-doc.exe', use one command per line.
940 Undo the previous change.
177c0ea7 941
32072ea3
DL
9421996-04-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
943
177c0ea7 944 * sed1.inp: Change make-docfile to make-doc.exe in a second place.
32072ea3
DL
945
9461996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
947
948 * mainmake.v2 (src): Create a file with sed commands instead of using
949 a long sed command line (some versions of Sed don't handle that).
950 (gdb): Merged back into src, undoing April 13 change.
951 (install): Do use if statements, but not a loop.
177c0ea7 952
32072ea3
DL
9531996-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
954
955 * mainmake.v2 (gdb): New target, broken out of src.
956 (install): Use simple explicit copy commands, not a loop.
957
9581996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
959
960 * sed2.inp: Under DJGPP v2, use <sys/config.h> instead of most of
961 config.h.in.
962
963 * sed1v2.inp, sed3v2.inp, mainmake.v2: New files.
964
9651996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
966
967 * sed2.inp (LOCALTIME_CACHE, HAVE_TZSET): Define these.
968
9691995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
970
971 * Version 19.30 released.
972
9731995-11-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
974
975 * sed3.inp: Alter test-distrib to test-dis.
976
9771995-11-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
978
979 * mainmake (install): Don't mv make-doc.exe into ../bin/.
980
9811995-10-11 Kim Storm <kfstorm@wombat.gnu.ai.mit.edu>
982
983 * sed1.inp: Call make-doc.exe instead of make-docfile.
984
9851995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
986
987 * sed2.inp: Define STDC_HEADERS.
988 Undefine MULTI_FRAME, until somebody fixes msdos.h and msdos.c.
989
9901995-01-20 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
991
992 * sed3.inp: Fix sed append command to behave as intended.
993
9941995-01-20 Morten Welinder <terra@diku.dk>
995
996 * sed3.inp: Delete mysterious dot. Add comment to protect blank
997 line at end of file. Make sure make-docfile is compiled.
998
9991995-01-10 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
1000
1001 * sed3.inp: Use coff2exe on make-docfile.
1002 * sed1.inp: Not go32, which has problems with long arg lists.
1003
10041994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
1005
1006 * sed1.inp: Handle "\t#"-style comments.
c4cc8b9a 1007 (obj): Don't add any files -- now done in src/makefile.in.in.
32072ea3
DL
1008 (temacs): Don't depend on prefix-args.
1009 (DOC): Reflect makefile changes regarding two-batch run.
1010
1011 * sed2.inp: Add comments showing how to use the system malloc.
1012 (EMACS_CONFIG_OPTIONS): Set though not useful.
1013 (HAVE_MKTIME): Define.
1014
1015 * mainmake (clean): Add target.
1016
1017 * sed1x.inp, sed2x.inp, sed5x.inp: New files for X configuration.
1018
32072ea3
DL
10191994-07-14 Morten Welinder (terra@diku.dk)
1020
1021 * sed2.inp (HAVE_STRERROR): Define.
1022
10231994-07-08 Morten Welinder (terra@diku.dk)
1024
1025 * sed1.inp, sed2.inp: Use "m/intel386" instead of "m/dos386.h".
1026
10271994-06-01 Morten Welinder (terra@diku.dk)
1028
1029 * sed4.inp: New file for configuring src/paths.h.
1030
10311994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1032
1033 * Version 19.25 released.
1034
10351994-05-22 Morten Welinder (terra@diku.dk)
1036
1037 * sed1.inp: Adding dos-fns.elc to the set of lisp files was moved
1038 to src/makefile.in.in.
1039
10401994-05-20 Morten Welinder (terra@tyr.diku.dk)
1041
1042 * sed2.inp: Reflect change from CONFIGURATION to EMACS_CONFIGURATION.
1043 Also set it to correct three-part value.
1044
10451994-05-16 Morten Welinder (terra@tyr.diku.dk)
1046
1047 * Version 19.23 released.
1048
1049 * sed1.inp: Don't use `+' in regexps as different stream
1050 editors interpret them differently. Use `*' instead.
1051
10521994-05-12 Morten Welinder (terra@diku.dk)
1053
1054 * mainmake (install): Set the minimum stack (for running under
1055 DPMI) to 512K. Avoid using wildcard for matching one file.
1056
10571994-05-08 Morten Welinder (terra@diku.dk)
1058
1059 * sed3.inp: Don't pass version to [ce]tags.
1060
10611994-04-30 Morten Welinder (terra@diku.dk)
1062
194d44e7 1063 * sed1.inp: Don't comment out the inc-vers run as that
32072ea3
DL
1064 does not exist anymore.
1065 Don't reset DEBUG_MOLE as that no longer is used.
1066 Identify the file being patched as src/...
1067 * sed2.inp: Identify the file being patched as src/...
1068 * sed3.inp: We don't have to have the version number in here
1069 anymore. Instead we patch the way it is passed from make to
1070 the C compiler.
1071
10721994-04-29 Morten Welinder (terra@diku.dk)
1073
1074 * sed1.inp: Set CFLAGS=-O2, not -g. Handle the new
1075 M_FILE, S_FILE, and SET_MAKE defines. Get rid of ^Ms.
1076
1077 * sed2.inp: We have bcmp. Configuration is "msdos".
1078 Get rid of ^Ms.
1079
1080 * sed3.inp: Set CFLAGS=-O2, not -g. Correct for
1081 new configuration regarding utilities not to compile.
1082 Fix version number. Get rid of ^Ms.
1083
10841994-01-08 Morten Welinder (terra@diku.dk)
1085
194d44e7 1086 * sed3.inp: Improve make-compatibility by not using drive
32072ea3
DL
1087 specifications and by not specifying an explicit shell.
1088
10891994-01-07 Morten Welinder (terra@diku.dk)
1090
1091 * sed1.inp: Incorporate the actions of patch1.
1092 * patch1: File deleted.
1093
10941993-01-05 Morten Welinder (terra@diku.dk)
1095
1096 * mainmake: New file, makefile for the main directory.
1097
1098 * patch1: New file. Context diff to turn src/makefile.in into
1099 a msdos version called makefile.
1100
1101 * emacs.pif: New file, program information file for Emacs under
1102 Windows. (This file contains non-printable characters.)
1103
1104 * emacs.ico: New file, icon for Emacs under Windows. It's so ugly
8de5628c 1105 that someone is bound to create a better one. Mail uuencoded icons
32072ea3
DL
1106 to terra@diku.dk, but be prepared to sign a copyright disclaimer.
1107 (This file contains non-printable characters.)
1108
177c0ea7 1109 * sed3.inp: New file for changing lib-src/makefile.in into
32072ea3
DL
1110 lib-src/makefile.
1111
8de5628c 1112 * sed2.inp: New file for changing src/config.h-in into src/config.h.
32072ea3 1113
8de5628c 1114 * sed1.inp: New file for changing src/makefile.in.in into src/makefile.
6922b018
KH
1115
1116;; Local Variables:
880820fe 1117;; coding: utf-8
6922b018 1118;; End:
2a34a036 1119
73b0cd50 1120 Copyright (C) 1994-1999, 2001-2011 Free Software Foundation, Inc.
7f6d64f8
GM
1121
1122 This file is part of GNU Emacs.
1123
ff0cdfb9 1124 GNU Emacs is free software: you can redistribute it and/or modify
7f6d64f8 1125 it under the terms of the GNU General Public License as published by
ff0cdfb9
GM
1126 the Free Software Foundation, either version 3 of the License, or
1127 (at your option) any later version.
7f6d64f8
GM
1128
1129 GNU Emacs is distributed in the hope that it will be useful,
1130 but WITHOUT ANY WARRANTY; without even the implied warranty of
1131 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1132 GNU General Public License for more details.
1133
1134 You should have received a copy of the GNU General Public License
ff0cdfb9 1135 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.