ChangeLog.1 47 KB

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