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