ChangeLog 39 KB

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