]> code.delx.au - gnu-emacs/blob - msdos/ChangeLog
ce51a75374165950f4cf0de6a7a6231bf1e26163
[gnu-emacs] / msdos / ChangeLog
1 2011-03-25 Eli Zaretskii <eliz@gnu.org>
2
3 * sedlibmk.inp: Adapt to addition of the gnulib stdio module.
4
5 2011-02-26 Eli Zaretskii <eliz@gnu.org>
6
7 * sedlibmk.inp (BITSIZEOF_PTRDIFF_T, BITSIZEOF_SIG_ATOMIC_T)
8 (BITSIZEOF_SIZE_T, BITSIZEOF_WCHAR_T)
9 (BITSIZEOF_WINT_TGNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_FUTIMENS)
10 (GNULIB_LCHMOD, GNULIB_LSTAT, GNULIB_MBTOWC, GNULIB_MKDIRAT)
11 (GNULIB_MKFIFO, GNULIB_MKFIFOAT, GNULIB_MKNOD, GNULIB_MKNODAT)
12 (GNULIB_STAT, GNULIB_UTIMENSAT, GNULIB_WCTOMB, HAVE_FCHMODAT)
13 (HAVE_FSTATAT, HAVE_FUTIMENS, HAVE_INTTYPES_H, HAVE_LCHMOD)
14 (HAVE_LONG_LONG_INT, HAVE_LSTAT, HAVE_MKDIRAT, HAVE_MKFIFO)
15 (HAVE_MKFIFOAT, HAVE_MKNOD, HAVE_MKNODAT)
16 (HAVE_SIGNED_SIG_ATOMIC_T, HAVE_SIGNED_WCHAR_T)
17 (HAVE_SIGNED_WINT_T, HAVE_STDINT_H, HAVE_SYS_BITYPES_H)
18 (HAVE_SYS_INTTYPES_H, HAVE_SYS_TYPES_H)
19 (HAVE_UNSIGNED_LONG_LONG_INT, HAVE_UTIMENSAT, HAVE_WCHAR_H)
20 (MKDIR_P, NEXT_AS_FIRST_DIRECTIVE_STDINT_H)
21 (NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H, NEXT_STDINT_H)
22 (NEXT_SYS_STAT_H, REPLACE_LSTAT, REPLACE_MBTOWC, REPLACE_MKDIR)
23 (REPLACE_MKFIFO, REPLACE_MKNOD, REPLACE_STAT, REPLACE_UTIMENSAT)
24 (REPLACE_WCTOMB, SIG_ATOMIC_T_SUFFIX, SIZE_T_SUFFIX, STDINT_H)
25 (WCHAR_T_SUFFIX, WINT_T_SUFFIX, APPLE_UNIVERSAL_BUILD): New edits.
26 ($(MKDIR_P)): Replace with equivalent DOS command.
27 (gl_LIBOBJS): Add md5.o and filemode.o.
28
29 * sed2v2.inp (BITSIZEOF_PTRDIFF_T, BITSIZEOF_SIG_ATOMIC_T)
30 (BITSIZEOF_SIZE_T, BITSIZEOF_WCHAR_T, BITSIZEOF_WINT_T)
31 (HAVE_LONG_LONG_INT, HAVE_SIGNED_SIG_ATOMIC_T, HAVE_SIGNED_WINT_T)
32 (HAVE_UNSIGNED_LONG_LONG_INT, HAVE_WCHAR_H, HAVE_INTTYPES_H): New
33 edits.
34
35 * depfiles.bat: Create a dummy .Po file only if a file by the same
36 name does not already exist in the deps/ subdirectory.
37
38 2011-02-19 Eli Zaretskii <eliz@gnu.org>
39
40 * depfiles.bat: New file.
41
42 * sedlibmk.inp: New file.
43
44 * sedlibcf.inp: New file.
45
46 * sedleim.inp (RUN_EMACS): Rename from RUN-EMACS.
47 (BUILT_EMACS): Rename from BUILT-EMACS.
48
49 * sed6.inp (MAKEINFO): Edit to "makeinfo".
50 (ENVADD): Adjust to MAKEINFO_OPTS.
51 (texinputdir): Don't edit.
52
53 * sed3v2.inp (-DVERSION): Edit out.
54 (LOADLIBES): Don't edit to empty.
55
56 * sed2v2.inp: Remove workaround for the "#if ! HAVE_MKTIME ||
57 BROKEN_MKTIME" stuff -- it's no longer in src/config.in.
58 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE_DECL_GETENV)
59 (HAVE__BOOL): Edit to 1.
60 (VERSION, inline, restrict): Edit for DJGPP.
61 (my_strftime): Edit to nstrftime.
62
63 * sed1v2.inp (NS_OBJC_OBJ): Edit to empty.
64 (@true): Edit to "@rem".
65 (move-if-change): Edit to "update".
66 (echo): Edit to "djecho".
67 (cd $(lib) && ...): Edit to "$(MAKE) -C ...".
68 (LIBOBJS): Edit to empty.
69 ($(libsrc)/make-docfile): Two new edits, one each for every
70 invocation of make-docfile.
71 (move-if-change): Fix edit.
72 Remove some unused switches from $(ALL_CFLAGS), to make the GCC
73 command line shorter.
74
75 * mainmake.v2 (version): Remove, no longer needed (config.in
76 defines VERSION).
77 (all): Add lib.
78 (lib): New target and recipe.
79 (lib-src): Depend on lib.
80 (src): Depend on lib and lib-src.
81 (clean, mostlyclean, distclean, maintainer-clean, extraclean)
82 (bootstrap-clean): Recurse into lib.
83 (lib, lib-src, src): Specify "all" as an explicit target.
84
85 2011-01-08 Glenn Morris <rgm@gnu.org>
86
87 * sedleim.inp (RUN-EMACS): -batch implies --no-init-file.
88
89 2011-01-07 Eli Zaretskii <eliz@gnu.org>
90
91 * sed2v2.inp (HAVE___BUILTIN_UNWIND_INIT): Define.
92
93 2010-12-04 Andreas Schwab <schwab@linux-m68k.org>
94
95 * sed1v2.inp (M_FILE, S_FILE): Add $(srcdir)/ prefix.
96
97 2010-10-15 Eli Zaretskii <eliz@gnu.org>
98
99 * sed1v2.inp: Use $(..) instead of ${..} in all edit commands.
100 Needed because of changes in 2010-10-10T14:43:05Z!dann@ics.uci.edu.
101
102 * sed6.inp (mkinfodir): Edit to avoid Unix shell-isms. Needed
103 because of changes in 2010-10-09T18:31:12Z!rgm@gnu.org.
104
105 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
106
107 * sed1v2.inp (PROFILING_LDFLAGS):
108 * sed3v2.inp (PROFILING_LDFLAGS): Remove, not defined anymore.
109
110 2010-10-09 Glenn Morris <rgm@gnu.org>
111
112 * mainmake.v2 (install): Remove b2m.
113
114 2010-10-02 Eli Zaretskii <eliz@gnu.org>
115
116 * mainmake.v2 (TAGS tags): Use `find' to filter out loaddefs
117 files. Make all file names in TAGS tables absolute.
118
119 2010-10-01 Eli Zaretskii <eliz@gnu.org>
120
121 * sed1v2.inp (LIBGNUTLS_LIBS, LIBGNUTLS_CFLAGS): Edit to empty.
122
123 2010-09-22 Eli Zaretskii <eliz@gnu.org>
124
125 * sed1v2.inp (LINKER): Don't edit, variable was removed from
126 src/Makefile.in.
127 (LD_FIRSTFLAG): Edit to empty.
128
129 2010-09-17 Eli Zaretskii <eliz@gnu.org>
130
131 * sed1v2.inp (LIBXML2_LIBS, LIBXML2_CFLAGS): Edit to empty.
132
133 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
134
135 * sedleim.inp (RUN-EMACS): Don't use --multibyte.
136
137 2010-08-20 Eli Zaretskii <eliz@gnu.org>
138
139 * sed1v2.inp (IMAGEMAGICK_LIBS, IMAGEMAGICK_CFLAGS): Edit to empty.
140
141 2010-08-15 Eli Zaretskii <eliz@gnu.org>
142
143 * mainmake.v2 (version): Update due to change in emacs.c.
144
145 2010-08-05 Eli Zaretskii <eliz@gnu.org>
146
147 * sed1v2.inp (UNEXEC_OBJ): Edit to unexcoff.o, due to renaming of
148 unexec.c => unexcoff.c.
149
150 2010-07-29 Chad Brown <yandros@mit.edu>
151
152 * sed2v2.inp (HAVE_DIRENT_H): Edit to 1.
153
154 2010-07-12 Eli Zaretskii <eliz@gnu.org>
155
156 * sed1v2.inp (C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS):
157 Edit to empty.
158
159 * sed3v2.inp(C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS):
160 Edit to empty.
161
162 2010-07-11 Eli Zaretskii <eliz@gnu.org>
163
164 * sed2v2.inp (HAVE_STRCHR, HAVE_STRRCHR): Don't edit, already
165 defined on <sys/config.h>.
166
167 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
168
169 * sed2v2.inp (HAVE_INDEX, HAVE_RINDEX): Don't edit.
170 (HAVE_STRCHR, HAVE_STRRCHR): Edit to 1.
171
172 2010-07-08 Eli Zaretskii <eliz@gnu.org>
173
174 * sed1v2.inp (stamp-oldxmenu): Don't edit out in `temacs:' target,
175 which doesn't exist.
176
177 * sed2v2.inp (HAVE_MEMCPY): Don't edit, defined on <sys/config.h>.
178
179 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
180
181 * sed1v2.inp: Remove reference to prefix-args.
182
183 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
184
185 * sed2v2.inp (HAVE_MEMCPY, HAVE_MEMSET): Edit to 1.
186 (HAVE_BZERO): Don't edit.
187
188 2010-07-02 Eli Zaretskii <eliz@gnu.org>
189
190 * sed1v2.inp (LIB_GCC): Edit to empty.
191 Return back to ../src after compiling each .el file.
192
193 2010-06-30 Glenn Morris <rgm@gnu.org>
194
195 * sed1v2.inp (CANNOT_DUMP): Update for configure name change.
196
197 2010-06-26 Eli Zaretskii <eliz@gnu.org>
198
199 * mainmake.v2 (version): Use emacs_version[] in src/emacs.c
200 instead of lisp/version.el (see 2010-05-15T21:11:37Z!raeburn@raeburn.org).
201
202 * sed1v2.inp (MKDEPDIR): Edit to empty.
203 Delete lines in rules that invoke $(MKDEPDIR). Fix editing rules
204 that begin with "cd ../lisp". Edit out sh if-then-else-fi
205 constructs that test ${CANNOT_DUMP}. Edit out "|| exit ;\"
206 constructs in emacs${EXEEXT} rule.
207
208 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
209
210 * sed1v2.inp (UNEXEC_OBJ): Use UNEXEC_OBJ instead of unexec.
211
212 2010-06-03 Glenn Morris <rgm@gnu.org>
213
214 * sed2v2.inp: Do not edit HAVE_ALLOCA.
215
216 2010-05-26 Glenn Morris <rgm@gnu.org>
217
218 * sed1v2.inp (@PRE_EDIT_LDFLAGS@, @POST_EDIT_LDFLAGS@): Edit to nothing.
219
220 * sed1v2.inp (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
221 No longer present.
222
223 2010-05-25 Glenn Morris <rgm@gnu.org>
224
225 * sed1v2.inp (LD_SWITCH_SYSTEM_EXTRA): No longer present.
226
227 2010-05-21 Glenn Morris <rgm@gnu.org>
228
229 * sed1v2.inp (@ns_frag@): Edit to nothing.
230
231 * sed1x.inp (OLDXMENU): Replace any initial value.
232 * sed1v2.inp (OLDXMENU): Edit to "nothing".
233
234 * sed1v2.inp (CANNOT_DUMP): Edit to no.
235
236 2010-05-20 Glenn Morris <rgm@gnu.org>
237
238 * sed1v2.inp (DEPFLAGS, deps_frag): Edit to empty.
239 (MKDEPDIR): Edit to ':'.
240
241 2010-05-19 Glenn Morris <rgm@gnu.org>
242
243 * sed2v2.inp (ORDINARY_LINK): Set here rather than in s/msdos.h.
244
245 * sed1v2.inp (LD): Edit to $(CC).
246 (YMF_PASS_LDFLAGS): Edit to `flags'.
247
248 2010-05-18 Eli Zaretskii <eliz@gnu.org>
249
250 * sed1x.inp: Add copyright notice.
251
252 2010-05-18 Glenn Morris <rgm@gnu.org>
253
254 * sed1v2.inp (RALLOC_OBJ): Edit to ralloc.o.
255
256 * sed1v2.inp (GMALLOC_OBJ): Edit to gmalloc.o.
257 (VMLIMIT_OBJ): Edit to vm-limit.o.
258
259 2010-05-17 Glenn Morris <rgm@gnu.org>
260
261 * sed1v2.inp (OLDXMENU_DEPS): Edit to empty.
262 * sed1x.inp (OLDXMENU_DEPS): Edit to ${OLDXMENU} ../src/${OLDXMENU}.
263
264 2010-05-16 Glenn Morris <rgm@gnu.org>
265
266 * sed1v2.inp (TEMACS_LDFLAGS2): Edit to $(LDFLAGS).
267
268 * sed1v2.inp (GNUSTEP_SYSTEM_LIBRARIES): Remove.
269 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): Edit to empty.
270
271 2010-05-15 Glenn Morris <rgm@gnu.org>
272
273 * sed1v2.inp (LIBXMENU): Edit to empty.
274 * sed1x.inp (LIBXMENU): Expect empty initial value.
275
276 * sed1v2.inp (OLDXMENU): Edit to empty.
277 * sed1x.inp (OLDXMENU): Expect empty initial value.
278
279 * sed1v2.inp (LIBX_OTHER): Edit to empty.
280 * sed1x.inp (LIBX_OTHER): Expect empty initial value.
281
282 * sed1v2.inp (FONT_OBJ): Edit to empty for non-X case.
283 * sed1x.inp (FONT_OBJ): Edit to xfont.o for X case.
284
285 2010-05-15 Eli Zaretskii <eliz@gnu.org>
286
287 * sed3v2.inp (INSTALLABLES): Edit out extra ${EXEEXT} after
288 "emacsclient".
289 (emacsserver, timer, wakeup): Remove edit-out commands.
290
291 * sed1v2.inp (MSDOS_OBJ): Add w16select.o.
292 (TERMCAP_OBJ): Add termcap.o.
293
294 2010-05-15 Glenn Morris <rgm@gnu.org>
295
296 * sed1v2.inp (OLDXMENU_TARGET): Edit to empty.
297 * sed1x.inp (OLDXMENU_TARGET): Edit to really-oldxmenu.
298
299 * sed1v2.inp (LIBXT_OTHER): Edit to empty.
300
301 2010-05-14 Glenn Morris <rgm@gnu.org>
302
303 * sed1v2.inp (ns_appdir, ns_appbindir, ns_appsrc): Edit to empty.
304
305 * sed1v2.inp (MSDOS_OBJ): Edit to dosfns.o msdos.o.
306 (MSDOS_SUPPORT): Edit to $(MSDOS_SUPPORT_REAL).
307 * sed1x.inp (MSDOS_X_OBJ): Edit to w16select.o termcap.o.
308
309 * sed2x.inp (HAVE_WINDOW_SYSTEM): Define.
310 * sed1x.inp (TOOLTIP_SUPPORT): Edit to ${lispsource}tooltip.elc.
311 (WINDOW_SUPPORT): Edit to $(BASE_WINDOW_SUPPORT) $(X_WINDOW_SUPPORT).
312 * sed1v2.inp (MOUSE_SUPPORT): Edit to $(REAL_MOUSE_SUPPORT).
313 (TOOLTIP_SUPPORT, WINDOW_SUPPORT): Edit to empty.
314
315 * sed1v2.inp (FONT_OBJ): Use the plain X version (no XFT, Freetype).
316
317 * sed1v2.inp (@NS_IMPL_GNUSTEP_INC@): Edit to nil.
318
319 2010-05-13 Glenn Morris <rgm@gnu.org>
320
321 * sed1x.inp (OLDXMENU): Edit to ${oldXMenudir}libXMenu11.a.
322 (LIBXMENU): Edit to ${OLDXMENU}.
323 (LIBX_OTHER): Edit to ${LIBXT} ${LIBX_EXTRA}.
324
325 * sed1v2.inp (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
326 (FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS, FREETYPE_LIBS)
327 (LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS, M17N_FLT_LIBS)
328 (GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBRESOLV, LIBGPM):
329 Edit to empty.
330 (LIB_MATH): Edit to -lm.
331 (UNEXEC_OBJ): Edit to unexec.o.
332
333 2010-05-12 Glenn Morris <rgm@gnu.org>
334
335 * sed3v2.inp (INSTALLABLES): No more @LIB_SRC_EXTRA_INSTALLABLES@.
336
337 * sed1v2.inp (LIB_GCC): Edit to -Lgcc.
338
339 2010-05-11 Glenn Morris <rgm@gnu.org>
340
341 * sed1x.inp (LIBS_SYSTEM): Edit to -lxext -lsys.
342 * sed3x.inp: New file.
343
344 2010-05-10 Glenn Morris <rgm@gnu.org>
345
346 * sed1v2.inp, sed3v2.inp (LIBS_SYSTEM): Edit to empty.
347
348 * sed3v2.inp (BLESSMAIL_TARGET): Edit to need-blessmail.
349
350 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
351
352 * Version 23.2 released.
353
354 2010-05-08 Glenn Morris <rgm@gnu.org>
355
356 * sed1v2.inp (LIBS_TERMCAP): Edit to empty.
357 (TERMCAP_OBJ): Edit to tparam.o.
358
359 2010-05-07 Eli Zaretskii <eliz@gnu.org>
360
361 Fix breakage due to autoconfiscation of Makefile.in files.
362
363 * sed3v2.inp (C_SWITCH_MACHINE): Edit to empty.
364
365 * sed1v2.inp (@LIB_MATH@): Edit to -lm.
366 (C_SWITCH_MACHINE, C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM_TEMACS)
367 (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH)
368 (LD_SWITCH_SYSTEM, LD_SWITCH_SYSTEM_EXTRA, LIBTIFF, LIBJPEG)
369 (LIBPNG, LIBGIF, LIBXPM, XFT_LIBS, DBUS_CFLAGS, DBUS_LIBS)
370 (DBUS_OBJ, GCONF_CFLAGS, GCONF_LIBS, GTK_OBJ, LIBXMU, LIBXSM)
371 (LIBXTR6, XOBJ, TOOLKIT_LIBW, WIDGET_OBJ, CYGWIN_OBJ, NS_OBJ)
372 (NS_SUPPORT, LIBSELINUX_LIBS, START_FILES): Edit to empty.
373 (XMENU_OBJ): Edit to xmenu.o.
374 (FONT_OBJ): Edit to value used for X on Unix.
375 (PRE_ALLOC_OBJ): Edit to lastfile.o.
376 (POST_ALLOC_OBJ): Edit to $(vmlimitobj).
377 (@unexec@): Edit to unexec.o.
378
379 2010-05-06 Glenn Morris <rgm@gnu.org>
380
381 * sed1v2.inp, sed5x.inp: Remove LN_S, unused.
382
383 2010-04-01 Eli Zaretskii <eliz@gnu.org>
384
385 Remove support for DJGPP v1.x.
386
387 * sed3.inp:
388 * sed2.inp:
389 * sed1.inp:
390 * mainmake: Files removed.
391
392 2010-03-27 Eli Zaretskii <eliz@gnu.org>
393
394 * sedlisp.inp (VPATH): Don't edit, no longer needed.
395 (lisp, srcdir): Adapt to lisp/Makefile.in changes.
396 (abs_top_builddir): New edit.
397
398 * sed3v2.inp (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB)
399 (LIBHESIOD, LIBRESOLV, LIBS_MAIL): Edit to empty values.
400
401 * sed3.inp (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB)
402 (LIBHESIOD, LIBRESOLV, LIBS_MAIL): Edit to empty values.
403
404 * sed1v2.inp (abs_builddir): Edit into "../src".
405
406 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
407
408 * Branch for 23.2.
409
410 2010-02-19 Eli Zaretskii <eliz@gnu.org>
411
412 * INSTALL: Remove a CVS-specific note. Update for latest versions
413 of Windows.
414
415 2009-09-17 Eli Zaretskii <eliz@gnu.org>
416
417 * sed1v2.inp (OTHER_FILES): Edit to empty.
418
419 2009-09-11 Eli Zaretskii <eliz@gnu.org>
420
421 * mainmake.v2 (bootstrap): Ensure enough environment space
422 will be available to run config.bat.
423
424 2009-08-27 Eli Zaretskii <eliz@gnu.org>
425
426 * sed1v2.inp (buildobj.h): Replace "echo" with "djecho".
427
428 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
429
430 * Branch for 23.1.
431
432 2009-04-14 Eli Zaretskii <eliz@gnu.org>
433
434 * mainmake.v2 (src) <gdb.ini>: Don't replace the line with
435 x_error_quitter; instead, append "set environment NAME" to the end.
436 Set NAME and USERNAME in the environment to the same value.
437
438 2009-02-28 Eli Zaretskii <eliz@gnu.org>
439
440 * mainmake.v2 (boot): Don't require b-emacs.exe if not building
441 out of CVS. (Bug#2151)
442
443 2008-12-19 Eli Zaretskii <eliz@gnu.org>
444
445 * INSTALL: Document the problems on Windows Vista and the
446 --with-system-malloc option to config.bat.
447
448 * sedalloc.inp: New file.
449
450 2008-11-21 Eli Zaretskii <eliz@gnu.org>
451
452 * mainmake.v2 (misc): New target.
453 (all, info): Depend on `misc'.
454
455 2008-11-15 Eli Zaretskii <eliz@gnu.org>
456
457 * mainmake.v2 (src): Move removal of src/bootlisp after recursing
458 into `lisp'.
459
460 Make bootstrap work again:
461
462 * mainmake.v2 (boot): New variable.
463 (src): Pass $(boot) to sub-Make. Remove src/bootlisp. If
464 src/bootlisp exists after running Make, run Make in `lisp' as
465 well.
466 (clean, mostlyclean): Remove bogus repeated clean in the top-level
467 directory.
468 (info, bootstrap-clean): New targets.
469 (bootstrap): Depend only on bootstrap-clean. Commands modified to
470 be equivalent to top-level Makefile.in.
471 (bootfast, bootstrap-lisp-1, bootstrap-lisp, bootstrap-src)
472 (bootstrap-clean-before, bootstrap-clean-after): Targets deleted.
473 (clean, mostlyclean, distclean, maintainer-clean, extraclean):
474 Don't recurse into lwlib and oldXMenu.
475
476 * sed1v2.inp: Create bootlisp when bootstrapping b-emacs.exe.
477
478 * sedlisp.inp: Don't convert *.el files to Unix text format, and
479 don't copy ldefs-boot.el into loaddefs.el.
480
481 * sed6.inp: Edit out Unixy shell features in maintainer-clean
482 targets in doc/ Makefiles.
483
484 * INSTALL: Update the list of utilities needed by lisp/Makefile
485 and for bootstrapping.
486
487 2008-11-08 Eli Zaretskii <eliz@gnu.org>
488
489 * INSTALL: New file, with build instructions moved from the
490 top-level INSTALL.
491
492 2008-10-14 Eli Zaretskii <eliz@gnu.org>
493
494 * sedlisp.inp (lisp): Set to absolute file name of current
495 directory, not to ".", to have it on EMACSLOADPATH when we descend
496 into subdirectories.
497
498 2008-08-23 Eli Zaretskii <eliz@gnu.org>
499
500 * sed2v2.inp: Remove definition of USER_FULL_NAME (now defined on
501 src/s/msdos.h).
502
503 * sed3v2.inp: Edit out @LIB_SRC_EXTRA_INSTALLABLES@.
504
505 * sed1v2.inp (version): Define to empty.
506 (ALL_CFLAGS, LIBES): Edit out @FOO@ stuff.
507 (EXEEXT): Define to .exe.
508 Edit "ln -f" into "cp -pf".
509 Edit "touch" into "djecho $@ >", to avoid requiring touch.exe.
510 (b-emacs${EXEEXT}): Don't remove emacs.exe and temacs.exe.
511 Edit "`/bin/pwd`/" into "./".
512 Stubify emacs after it is dumped, to produce emacs.exe.
513 Stubedit temacs.exe to 1024K of stack, emacs.exe to 2048K, and
514 b-emacs.exe to 3072K.
515
516 * mainmake.v2 (emacs lispref lispintro): Chdir under doc/.
517 (emacs): Renamed from `man', to reflect changes in doc directory
518 structure. All callers changed.
519 (clean mostlyclean distclean maintainer-clean extraclean): Chdir
520 into doc/ for manuals. Add misc subdirectory.
521 (src): Pass an empty BOOTSTRAPEMACS variable to src/Makefile.
522 (install): Don't stubify/stubedit emacs.exe, this is now done by
523 src/Makefile.
524
525 2007-10-05 Eli Zaretskii <eliz@gnu.org>
526
527 * sed6.inp: Update comment to reflect doc directory structure.
528
529 * sed1v2.inp (RSVG_LIBS, RSVG_CFLAGS): Edit out.
530
531 2007-07-25 Glenn Morris <rgm@gnu.org>
532
533 * Relicense all FSF files to GPLv3 or later.
534
535 * COPYING: Switch to GPLv3.
536
537 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
538
539 * Version 22.1 released.
540
541 2007-02-10 Glenn Morris <rgm@gnu.org>
542
543 * COPYING.DJ: Remove file since it is no longer needed (see README
544 for details).
545
546 2007-01-28 Glenn Morris <rgm@gnu.org>
547
548 * COPYING.DJ: New file.
549
550 2006-12-04 Eli Zaretskii <eliz@gnu.org>
551
552 * sed2v2.inp (HAVE_SYNC): Define.
553
554 2006-11-25 Eli Zaretskii <eliz@gnu.org>
555
556 * sed1v2.inp (CFLAGS_SOUND): Edit out.
557
558 2006-09-15 Jay Belanger <belanger@truman.edu>
559
560 * COPYING: Replace "Library Public License" by "Lesser Public
561 License" throughout.
562
563 2005-09-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
564
565 * sed3v2.inp (GETOPT_H, GETOPTOBJS): Define to use getopt.h,
566 getopt.o and getopt1.o.
567
568 2005-07-04 Lute Kamstra <lute@gnu.org>
569
570 Update FSF's address in GPL notices.
571
572 2004-11-10 Eli Zaretskii <eliz@gnu.org>
573
574 * sed1.inp: Revert last change.
575
576 2004-11-09 Jan Djärv <jan.h.d@swipnet.se>
577
578 * sed1v2.inp: Use djecho for buildobj.lst.
579
580 * sed1.inp: Ditto.
581
582 2004-11-08 Eli Zaretskii <eliz@gnu.org>
583
584 * sedlisp.inp (bootstrap-clean): Copy ldefs-boot.el onto
585 loaddefs.el, unless the latter exists and is newer.
586
587 * mainmake.v2 (mostlyclean, distclean, maintainer-clean)
588 (extraclean, bootfast): New targets.
589 (top_distclean): New macro, used by distclean, maintainer-clean,
590 and extraclean.
591 (.PHONY): Add bootfast.
592 (bootstrap): Make bootstrap-after in lisp.
593 (bootstrap-clean-before): Clean in man, lispref, and lispintro as well.
594
595 * sed2v2.inp (HAVE_BZERO): Define for GCC v3.x and later.
596
597 2004-10-06 Eli Zaretskii <eliz@gnu.org>
598
599 * sed1v2.inp (LC_ALL=C): Fix src/Makefile breakage caused by
600 recent (2004-09-24) changes in src/Makefile.in.
601
602 2004-08-14 Eli Zaretskii <eliz@gnu.org>
603
604 * sedleim.inp: Remove the lines which say "<TAB>@true", to avoid
605 running a Unixy shell and to reincarnate the "Nothing to be done
606 for `all'" message from Make when there's nothing to be done.
607
608 2004-05-11 Eli Zaretskii <eliz@gnu.org>
609
610 * sedleim.inp (distclean): Remove stamp-subdirs.
611 (SUBDIRS): Don't use `touch', use `djecho' instead.
612 (changed.tit, changed.misc): Use `djecho' instead of `echo'.
613
614 2004-05-02 Eli Zaretskii <eliz@gnu.org>
615
616 * sed2v2.inp (HAVE_GETRUSAGE): Define.
617
618 2003-09-22 Eli Zaretskii <eliz@gnu.org>
619
620 * mainmake.v2 (man lispref lispintro): Specify an explicit target
621 `info', like Makefile.in does.
622
623 2003-08-31 Eli Zaretskii <eliz@gnu.org>
624
625 * sed3v2.inp (srcdir): Use "command.com /c cd" to produce an
626 absolute file name of the current working directory. This avoids
627 the warning from Make about circular dependencies.
628
629 2003-08-30 Eli Zaretskii <eliz@gnu.org>
630
631 * sedlisp.inp: Set FNCASE=y for all targets in the lisp directory,
632 so that CVS etc. file names are filtered out of the list of
633 subdirectories.
634
635 2003-08-28 Eli Zaretskii <eliz@gnu.org>
636
637 * sed6.inp (elisp.dvi, index.texi): Replace Unix shell commands
638 with equivalent COMMAND.COM commands.
639
640 2003-08-24 Eli Zaretskii <eliz@gnu.org>
641
642 * sed3v2.inp (EXEEXT): Define to an empty string.
643
644 * sed1v2.inp (EXEEXT): Define to an empty string.
645 Remove src/emacs after producing b-emacs.exe.
646
647 * sed2v2.inp (HAVE_DIFFTIME, HAVE_MEMCMP, HAVE_MEMMOVE)
648 (HAVE_SIZE_T): Define.
649
650 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
651
652 * sed2v2.inp: New file.
653
654 * sed2.inp: Remove DJGPP v2.x stuff.
655
656 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
657
658 * sedlisp.inp <bootstrap-clean>: Make sure all *.el files have
659 Unix EOLs, to avoid overflowing pure storage while bootstrapping.
660
661 2002-03-20 Eli Zaretskii <eliz@is.elta.co.il>
662
663 * mainmake.v2 (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src)
664 (bootstrap-clean-before, bootstrap-clean-after): Return to the
665 top-level directory after sub-make.
666 (bootstrap-lisp): Pass an absolute file name as value of ${lisp}.
667
668 * sed1v2.inp: Fix editing of the rule for ${libsrc}make-docfile.
669
670 2002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
671
672 Add support for bootstrapping Emacs:
673
674 * sed1v2.inp: Edit the bootstrap-* targets. Fix the mostlyclean
675 target.
676
677 * mainmake.v2 (maybe_bootstrap, bootstrap, bootstrap-lisp-1)
678 (bootstrap-lisp, bootstrap-src, bootstrap-clean-before)
679 (bootstrap-clean-after): New targets.
680 (all): Depend on maybe_bootstrap.
681
682 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
683
684 * sed1v2.inp: Delete _gdbinit in distclean target.
685
686 2001-12-09 Pavel Janík <Pavel@Janik.cz>
687
688 * COPYING: Moved back.
689
690 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
691
692 * sed2.inp (HAVE_VFORK): Don't define: the fragment in sysdep.c
693 which needed it is gone.
694
695 2001-11-29 Pavel Janík <Pavel@Janik.cz>
696
697 * COPYING: Removed.
698
699 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
700
701 * mainmake.v2 (lispintro): New target.
702 (all): Add lispintro.
703
704 * sed6.inp (SHELL): Comment away, for lispintro.
705
706 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
707
708 * sed6.inp (texinputdir): Add, for the lispref directory.
709
710 * mainmake.v2 (all): Add lispref.
711 (man lispref): Add lispref.
712
713 2001-10-20 Gerd Moellmann <gerd@gnu.org>
714
715 * (Version 21.1 released.)
716
717 2001-10-05 Gerd Moellmann <gerd@gnu.org>
718
719 * Branch for 21.1.
720
721 2001-07-20 Eli Zaretskii <eliz@is.elta.co.il>
722
723 * mainmake.v2 (install): Create site-lisp/subdirs.el if it is not
724 already there.
725
726 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
727
728 * sed2.inp: Ifdef away the test for !HAVE_MKTIME, to avoid parse
729 error in "gcc -E -traditional" with GCC 3.0.
730
731 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
732
733 * sedleim.inp (srcdir=): Edit @srcdir@ into an absolute file name
734 of the leim subdirectory, so that EMACSLOADPATH doesn't break when
735 titdic-convert chdirs into leim/quail.
736
737 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
738
739 * sedleim.inp: Adapt to changes in leim/Makefile.in's $(TIT)
740 target.
741
742 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
743
744 * README: New file.
745
746 * sed1.inp: Add copyright.
747 * sed1v2.inp: Add copyright.
748 * sed2.inp: Add copyright.
749 * sed2x.inp: Add copyright.
750 * sed3.inp: Add copyright.
751 * sed3v2.inp: Add copyright.
752 * sed4.inp: Add copyright.
753 * sed5x.inp: Add copyright.
754 * sed6.inp: Add copyright.
755 * sedleim.inp: Add copyright.
756 * sedlisp.inp: Add copyright.
757
758 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
759
760 * mainmake.v2, mainmake: Add copyright.
761
762 2000-11-22 Eli Zaretskii <eliz@is.elta.co.il>
763
764 * sed2.inp (NSIG) [__DJGPP__ == 2 && __DJGPP_MINOR__ == 1]:
765 Define; it is undefined in DJGPP v2.01.
766
767 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
768
769 * sed2.inp (HAVE_MKSTEMP): Define.
770
771 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
772
773 * sedleim.inp (RUN-EMACS): Remove EMACSLOADPATH setting as part of
774 the command; use Make's "export EMACSLOADPATH=" instead. Remove
775 the handling of `command` expansion, leim/Makefile.in doesn't use
776 that anymore.
777
778 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
779
780 * sed2.inp (HAVE_INDEX, HAVE_RINDEX): Define.
781
782 2000-08-22 Eli Zaretskii <eliz@is.elta.co.il>
783
784 * mainmake.v2 (TAGS): Don't use [a-zA-Z]*, as it causes wildcard
785 expansion to become case-sensitive and return all file names in
786 upper case on plain DOS.
787
788 2000-08-05 Eli Zaretskii <eliz@is.elta.co.il>
789
790 * mainmake.v2 (src): Put gdb.tmp after -a, since djecho's -a
791 switch requires an argument.
792
793 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
794
795 * mainmake.v2 (src): Make the rule faster by using a single djecho
796 command instead of multiple redir invocations.
797 (install): Speed up by using a command.com's for loop.
798
799 2000-07-23 Eli Zaretskii <eliz@is.elta.co.il>
800
801 * sed3v2.inp: Define ALLOCA to an empty string.
802
803 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
804
805 * sed1v2.inp: Put getloadavg.o into LIBOBJS, not GETLOADAVG_LIBS.
806
807 2000-07-09 Eli Zaretskii <eliz@is.elta.co.il>
808
809 * sed1v2.inp: Set LIBSOUND to an empty string.
810
811 2000-06-26 Eli Zaretskii <eliz@is.elta.co.il>
812
813 * sed2.inp: Define HAVE_STRUCT_TIMEZONE in src/config.h.
814
815 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
816
817 * sed1v2.inp: Set GETLOADAVG_LIBS to getloadavg.o in src/Makefile.
818
819 2000-06-18 Eli Zaretskii <eliz@is.elta.co.il>
820
821 * sedlisp.inp (srcdir): Edit this variable.
822
823 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
824
825 * sedlisp.inp: New file.
826
827 2000-05-18 Eli Zaretskii <eliz@is.elta.co.il>
828
829 * sed6.inp: Changes to allow "make foo.dvi" on DJGPP platforms:
830 (ENVADD): Redefine as empty, to avoid requiring a Unixy shell.
831 (TEXINPUTS): Use semi-colon; export explicitly.
832 (MAKEINFO): Export explicitly.
833
834 2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
835
836 * mainmake.v2 (install): Install ebrowse.exe.
837
838 2000-04-14 Dave Love <fx@gnu.org>
839
840 * sed1v2.inp, sed1.inp: Add LIBS, LIBOBJS.
841
842 2000-03-13 Eli Zaretskii <eliz@is.elta.co.il>
843
844 * sed2.inp: Add PROTOTYPES and POINTER_TYPE, per the new
845 config.in.
846
847 2000-01-27 Eli Zaretskii <eliz@is.elta.co.il>
848
849 * sed2.inp (HAVE_SETITIMER): Define.
850
851 1999-11-18 Eli Zaretskii <eliz@is.elta.co.il>
852
853 * sed2.inp (HAVE_TM_GMTOFF, HAVE_MBLEN): Define.
854
855 * sed1v2.inp: Convert "LC_ALL=C ./temacs" to MS-DOS equivalent.
856
857 1999-07-29 Eli Zaretskii <eliz@gnu.org>
858
859 * sedleim.inp (SHELL, MAKESHELL): Use /xyzzy/command as the shell.
860
861 1999-07-12 Richard Stallman <rms@gnu.org>
862
863 * Version 20.4 released.
864
865 1999-07-01 Eli Zaretskii <eliz@gnu.org>
866
867 * mainmake.v2 (SHELL, MAKESHELL): Don't use /dos/command, it can
868 invoke an incompatible version of COMMAND.COM.
869
870 1999-05-19 Eli Zaretskii <eliz@gnu.org>
871
872 * sed1v2.inp: Use -gcoff instead of -g in CFLAGS, for those who
873 have GCC configured by default to use stabs, which unexec.c
874 doesn't currently support.
875
876 1999-01-14 Eli Zaretskii <eliz@gnu.org>
877
878 * mainmake.v2 (install): Use update instead of sed to install fns.el.
879
880 1999-01-11 Eli Zaretskii <eliz@gnu.org>
881
882 * mainmake.v2 (install): Install fns.el in ../bin, since Emacs
883 looks for it in exec-directory.
884
885 1999-01-07 Eli Zaretskii <eliz@gnu.org>
886
887 * sedleim.inp: New file, for configuring the leim directory.
888
889 * mainmake.v2 (src): Build files in leim if leim/Makefile exists.
890 (clean): Add clean in leim.
891
892 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
893
894 * mainmake.v2 (SHELL, MAKESHELL): Don't use `override'.
895
896 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
897
898 * mainmake.v2: Forcibly set SHELL and MAKESHELL to force Make to
899 use COMMAND.COM as the shell.
900
901 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
902
903 * Version 20.3 released.
904
905 1998-05-04 Eli Zaretskii <eliz@mescaline.gnu.org>
906
907 * mainmake.v2 (TAGS tags): Fix file name wildcards in lisp
908 directory.
909
910 1998-04-13 Eli Zaretskii <eliz@delysid.gnu.org>
911
912 * mainmake.v2 (src): Replace topdir with top_srcdir in commands
913 which generate gdb.ini.
914
915 1998-04-12 Eli Zaretskii <eliz@delysid.gnu.org>
916
917 * mainmake.v2 (version): Determine emacs-version from
918 lisp/version.el. Pass it to sub-Make's.
919
920 1998-04-05 Eli Zaretskii <eliz@is.elta.co.il>
921
922 * sed3v2.inp: When installing ${version},
923 do it replacing @version@.
924
925 * mainmake.v2 (version): Compute the version from lisp/version.el
926 and pass to sub-Make's. Pass top_srcdir to sub-Make's.
927
928 1997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
929
930 * sed6.inp: New file, configures the man directory for MSDOS.
931
932 * mainmake.v2 (man): New target to build the manual.
933 (all): Add the man dependency.
934 (install): Change bin\\nul to bin\nul.
935
936 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
937
938 * Version 20.2 released.
939
940 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
941
942 * Version 20.1 released.
943
944 1997-09-07 Eli Zaretskii <eliz@is.elta.co.il>
945
946 * sed1v2.inp: Enlarge the stack size of temacs to 100KB.
947
948 1997-08-13 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
949
950 * sed2.inp (EMACS_CONFIGURATION): Set to i386-pc-msdosdjgpp.
951
952 1997-08-10 Eli Zaretskii <eliz@is.elta.co.il>
953
954 * sed1v2.inp (CPPFLAGS, LDFLAGS): Edit to empty.
955
956 1997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
957
958 * sed2.inp (HAVE_LOGB, HAVE_FREXP, HAVE_FMOD, HAVE_RINT)
959 (HAVE_CBRT, HAVE_FPATHCONF, HAVE_SETRLIMIT): Defined.
960
961 * sed1.inp, sed1v2.inp: Remove `stamp-oldxmenu' dependency, so
962 MSDOS users won't need `touch' installed.
963
964 * mainmake.v2 (TAGS, tags): Include new lisp subdirectories.
965
966 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
967
968 * Version 19.33 released.
969
970 1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
971
972 * is_exec.c: Renamed from is-exec.c.
973
974 1996-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
975
976 * Version 19.32 released.
977
978 * is-exec.c, sigaction.c: New files.
979
980 1996-07-24 Eli Zaretskii <eliz@is.elta.co.il>
981
982 * mainmake.v2 (TAGS): Make sure bin/etags.exe is current. Make
983 the rules always generate TAGS.
984
985 1996-06-09 Eli Zaretskii <eliz@is.elta.co.il>
986
987 * sed2.inp: Don't undef MULTI_FRAME.
988
989 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
990
991 * Version 19.31 released.
992
993 1996-04-17 Eli Zaretskii <eliz@is.elta.co.il>
994
995 * sed1.inp: Replace `make-docfile' with `make-doc.exe'. In case
996 src/Makefile needs to rebuild `make-doc.exe', use one command per line.
997 Undo the previous change.
998
999 1996-04-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1000
1001 * sed1.inp: Change make-docfile to make-doc.exe in a second place.
1002
1003 1996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
1004
1005 * mainmake.v2 (src): Create a file with sed commands instead of using
1006 a long sed command line (some versions of Sed don't handle that).
1007 (gdb): Merged back into src, undoing April 13 change.
1008 (install): Do use if statements, but not a loop.
1009
1010 1996-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1011
1012 * mainmake.v2 (gdb): New target, broken out of src.
1013 (install): Use simple explicit copy commands, not a loop.
1014
1015 1996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
1016
1017 * sed2.inp: Under DJGPP v2, use <sys/config.h> instead of most of
1018 config.h.in.
1019
1020 * sed1v2.inp, sed3v2.inp, mainmake.v2: New files.
1021
1022 1996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
1023
1024 * sed2.inp (LOCALTIME_CACHE, HAVE_TZSET): Define these.
1025
1026 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1027
1028 * Version 19.30 released.
1029
1030 1995-11-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1031
1032 * sed3.inp: Alter test-distrib to test-dis.
1033
1034 1995-11-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
1035
1036 * mainmake (install): Don't mv make-doc.exe into ../bin/.
1037
1038 1995-10-11 Kim Storm <kfstorm@wombat.gnu.ai.mit.edu>
1039
1040 * sed1.inp: Call make-doc.exe instead of make-docfile.
1041
1042 1995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
1043
1044 * sed2.inp: Define STDC_HEADERS.
1045 Undefine MULTI_FRAME, until somebody fixes msdos.h and msdos.c.
1046
1047 1995-01-20 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
1048
1049 * sed3.inp: Fix sed append command to behave as intended.
1050
1051 1995-01-20 Morten Welinder <terra@diku.dk>
1052
1053 * sed3.inp: Delete mysterious dot. Add comment to protect blank
1054 line at end of file. Make sure make-docfile is compiled.
1055
1056 1995-01-10 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
1057
1058 * sed3.inp: Use coff2exe on make-docfile.
1059 * sed1.inp: Not go32, which has problems with long arg lists.
1060
1061 1994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
1062
1063 * sed1.inp: Handle "\t#"-style comments.
1064 (obj): Don't add any files -- now done in src/makefile.in.in.
1065 (temacs): Don't depend on prefix-args.
1066 (DOC): Reflect makefile changes regarding two-batch run.
1067
1068 * sed2.inp: Add comments showing how to use the system malloc.
1069 (EMACS_CONFIG_OPTIONS): Set though not useful.
1070 (HAVE_MKTIME): Define.
1071
1072 * mainmake (clean): Add target.
1073
1074 * sed1x.inp, sed2x.inp, sed5x.inp: New files for X configuration.
1075
1076 1994-07-14 Morten Welinder (terra@diku.dk)
1077
1078 * sed2.inp (HAVE_STRERROR): Define.
1079
1080 1994-07-08 Morten Welinder (terra@diku.dk)
1081
1082 * sed1.inp, sed2.inp: Use "m/intel386" instead of "m/dos386.h".
1083
1084 1994-06-01 Morten Welinder (terra@diku.dk)
1085
1086 * sed4.inp: New file for configuring src/paths.h.
1087
1088 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1089
1090 * Version 19.25 released.
1091
1092 1994-05-22 Morten Welinder (terra@diku.dk)
1093
1094 * sed1.inp: Adding dos-fns.elc to the set of lisp files was moved
1095 to src/makefile.in.in.
1096
1097 1994-05-20 Morten Welinder (terra@tyr.diku.dk)
1098
1099 * sed2.inp: Reflect change from CONFIGURATION to EMACS_CONFIGURATION.
1100 Also set it to correct three-part value.
1101
1102 1994-05-16 Morten Welinder (terra@tyr.diku.dk)
1103
1104 * Version 19.23 released.
1105
1106 * sed1.inp: Don't use `+' in regexps as different stream
1107 editors interpret them differently. Use `*' instead.
1108
1109 1994-05-12 Morten Welinder (terra@diku.dk)
1110
1111 * mainmake (install): Set the minimum stack (for running under
1112 DPMI) to 512K. Avoid using wildcard for matching one file.
1113
1114 1994-05-08 Morten Welinder (terra@diku.dk)
1115
1116 * sed3.inp: Don't pass version to [ce]tags.
1117
1118 1994-04-30 Morten Welinder (terra@diku.dk)
1119
1120 * sed1.inp: Don't comment out the inc-vers run as that
1121 does not exist anymore.
1122 Don't reset DEBUG_MOLE as that no longer is used.
1123 Identify the file being patched as src/...
1124 * sed2.inp: Identify the file being patched as src/...
1125 * sed3.inp: We don't have to have the version number in here
1126 anymore. Instead we patch the way it is passed from make to
1127 the C compiler.
1128
1129 1994-04-29 Morten Welinder (terra@diku.dk)
1130
1131 * sed1.inp: Set CFLAGS=-O2, not -g. Handle the new
1132 M_FILE, S_FILE, and SET_MAKE defines. Get rid of ^Ms.
1133
1134 * sed2.inp: We have bcmp. Configuration is "msdos".
1135 Get rid of ^Ms.
1136
1137 * sed3.inp: Set CFLAGS=-O2, not -g. Correct for
1138 new configuration regarding utilities not to compile.
1139 Fix version number. Get rid of ^Ms.
1140
1141 1994-01-08 Morten Welinder (terra@diku.dk)
1142
1143 * sed3.inp: Improve make-compatibility by not using drive
1144 specifications and by not specifying an explicit shell.
1145
1146 1994-01-07 Morten Welinder (terra@diku.dk)
1147
1148 * sed1.inp: Incorporate the actions of patch1.
1149 * patch1: File deleted.
1150
1151 1993-01-05 Morten Welinder (terra@diku.dk)
1152
1153 * mainmake: New file, makefile for the main directory.
1154
1155 * patch1: New file. Context diff to turn src/makefile.in into
1156 a msdos version called makefile.
1157
1158 * emacs.pif: New file, program information file for Emacs under
1159 Windows. (This file contains non-printable characters.)
1160
1161 * emacs.ico: New file, icon for Emacs under Windows. It's so ugly
1162 that someone is bound to create a better one. Mail uuencoded icons
1163 to terra@diku.dk, but be prepared to sign a copyright disclaimer.
1164 (This file contains non-printable characters.)
1165
1166 * sed3.inp: New file for changing lib-src/makefile.in into
1167 lib-src/makefile.
1168
1169 * sed2.inp: New file for changing src/config.h-in into src/config.h.
1170
1171 * sed1.inp: New file for changing src/makefile.in.in into src/makefile.
1172
1173 ;; Local Variables:
1174 ;; coding: utf-8
1175 ;; End:
1176
1177 Copyright (C) 1994-1999, 2001-2011 Free Software Foundation, Inc.
1178
1179 This file is part of GNU Emacs.
1180
1181 GNU Emacs is free software: you can redistribute it and/or modify
1182 it under the terms of the GNU General Public License as published by
1183 the Free Software Foundation, either version 3 of the License, or
1184 (at your option) any later version.
1185
1186 GNU Emacs is distributed in the hope that it will be useful,
1187 but WITHOUT ANY WARRANTY; without even the implied warranty of
1188 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1189 GNU General Public License for more details.
1190
1191 You should have received a copy of the GNU General Public License
1192 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.