ChangeLog 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673
  1. 2014-06-27 Ludovic Courtès <ludo@gnu.org>
  2. PR external/16327
  3. PR external/16328
  4. * Makefile.in (MAKEINFO, TEXI2DVI, TEXI2PDF, TEXI2HTML, DVIPS)
  5. (TEXIDIR, INFOFILES, DVIFILES, PDFFILES, HTMLFILES): Remove.
  6. (all): Remove dependency on 'info'.
  7. (install): Remove dependency on 'install-info'.
  8. (standards.info, standards.html, standards.dvi, standards.ps)
  9. (standards.pdf, configure.info, configure.dvi, configure.ps)
  10. (configure.pdf, configure.pdf): Remove.
  11. (info, install-info, html, install-html, dvi, pdf, install-pdf)
  12. clean, maintainer-clean, realclean): Remove body.
  13. * etc/configbuild.ein, etc/configbuild.fig, etc/configbuild.jin,
  14. etc/configbuild.tin, etc/configdev.ein, etc/configdev.fig,
  15. etc/configdev.jin, etc/configdev.tin, etc/configure.texi,
  16. etc/fdl.texi, etc/gnu-oids.texi, etc/make-stds.texi,
  17. etc/standards.texi: Remove.
  18. 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  19. * Makefile.in (install-strip): New target.
  20. 2010-06-08 Nick Clifton <nickc@redhat.com>
  21. * standards.texi: Import current version from gnustandards
  22. project.
  23. * gnu-oids.texi: New file.
  24. * fdl.texi: Replace with v1.3 text.
  25. 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  26. * configure: Regenerate.
  27. 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  28. * Makefile.in (AUTOCONF, configure_deps): New variables.
  29. ($(srcdir)/configure, config.status): New rules.
  30. (Makefile): Depend on config.status.
  31. * configure.in: Accept --enable-maintainer-mode, set and
  32. substitute MAINT accordingly.
  33. 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
  34. * configure.in: AC_SUBST pdfdir.
  35. * configure: Regenerate.
  36. 2007-08-13 Nick Clifton <nickc@redhat.com>
  37. * standards.texi: Import 22 July 2007 version.
  38. * fdl.texi: Import version 1.2.
  39. * make-stds.texi: Import 2006 version.
  40. 2007-04-04 Eric Christopher <echristo@apple.com>
  41. Move from gcc:
  42. 2007-04-04 Zack Weinberg <zack@mrtock.ucsd.edu>
  43. * texi2pod.pl: Correct handling of @itemize with no argument.
  44. 2007-02-16 Matthias Klose <doko@debian.org>
  45. * texi2pod.pl: Handle @subsubsection, ignore @anchor.
  46. 2007-02-06 Richard Sandiford <richard@codesourcery.com>
  47. * texi2pod.pl: Handle @multitable.
  48. 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
  49. * Makefile.in: Add support for "pdf" and "install-pdf" targets.
  50. 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
  51. * configure.texi: Fix botched commit.
  52. 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
  53. * texi2pod.pl: Correct handling of absolute @include.
  54. 2006-05-02 Daniel Jacobowitz <dan@codesourcery.com>
  55. * texi2pod.pl: Handle -I.
  56. 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
  57. * Makefile.in: Add install-html target. Add htmldir,
  58. docdir and datarootdir.
  59. * configure.texi: Document install-html target.
  60. * configure.in: AC_SUBST datarootdir, docdir, htmldir.
  61. * configure: Regenerate.
  62. 2006-02-27 Carlos O'Donell <carlos@codesourcery.com>
  63. * Makefile.in: TEXI2HTML uses makeinfo. Define
  64. HTMLFILES. Add html targets.
  65. * configure.texi: Use ifnottex. Add alternative
  66. image format specifier as jpg.
  67. * standards.texi: Use ifnottex.
  68. 2005-10-21 Mark Mitchell <mark@codesourcery.com>
  69. * texi2pod.pl: Substitue for @value even when part of @include.
  70. 2005-10-21 Bob Wilson <bob.wilson@acm.org>
  71. * texi2pod.pl: Import latest version from GCC.
  72. 2005-05-19 Zack Weinberg <zack@codesourcery.com>
  73. * Makefile.in: Have 'all' depend on 'info'.
  74. 2003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
  75. * configure.texi: Use "i[3-7]86" in example.
  76. 2003-01-02 H.J. Lu <hjl@gnu.org>
  77. * Makefile.in (DESTDIR): New.
  78. (install-info): Use it.
  79. 2002-06-11 Nick Clifton <nickc@cambridge.redhat.com>
  80. Import the following patches from the FSF GCC sources:
  81. 2002-03-25 Zack Weinberg <zack@codesourcery.com>
  82. * texi2pod.pl: Handle @end ftable and @end vtable.
  83. 2001-12-12 Matthias Klose <doko@debian.org>
  84. * texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows
  85. generation of more than one man page from one source.
  86. Add '-' to set of valid chars for an identifier.
  87. Let -D option accept flags of the form <flag>=<value>.
  88. Use \s+ for whitespace detection in '@c man' lines.
  89. Handle @set and @clear independent of $output.
  90. Substitute all @value{}'s in a line.
  91. 2001-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
  92. * texi2pod.pl: Handle @ifnottex, @iftex and @display. Handle @var
  93. in verbatim blocks specially. Handle @unnumbered, @unnumberedsec
  94. and @center. Allow [a-z] after @enumerate. Handle 0 and numbers
  95. greater than 9 in enumerations.
  96. 2001-07-03 Joseph S. Myers <jsm28@cam.ac.uk>
  97. * texi2pod.pl: Handle @r inside @item.
  98. 2002-02-27 Andrew Cagney <ac131313@redhat.com>
  99. * fdl.texi: New file.
  100. 2002-02-24 Andrew Cagney <ac131313@redhat.com>
  101. * standards.texi: Import February 14, 2002 version.
  102. * make-stds.texi: Import 2001 version.
  103. 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
  104. * Makefile.in (install): Depend on install-info.
  105. 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
  106. * texi2pod.pl: New file (from gcc/contrib).
  107. 1999-04-01 Jim Blandy <jimb@zwingli.cygnus.com>
  108. * add-log.el, add-log.vi: New files.
  109. 1999-01-20 Angela Marie Thomas (angela@cygnus.com)
  110. * comp-tools-verify: Remove some checks that are no longer valid.
  111. 1998-12-03 Nick Clifton <nickc@cygnus.com>
  112. * targetdoc/fr30.texi: New document.
  113. 1998-10-01 Angela Marie Thomas (angela@cygnus.com)
  114. * comp-tools-fix, cross-tools-fix: Replace /usr/include
  115. with ${FIXINCDIR}.
  116. 1998-08-11 Doug Evans <devans@canuck.cygnus.com>
  117. * make-rel-sym-tree (version): Update calculation.
  118. 1998-06-12 Ian Lance Taylor <ian@cygnus.com>
  119. * configure.texi: Various additions.
  120. * Makefile.in (TEXI2HTML, DVIPS): New variables.
  121. (standards.ps): New target.
  122. (configure.dvi): Copy .tin files in as well.
  123. (configure.ps, configure.html): New targets.
  124. (clean): Remove configdev.jpg and configbuild.jpg.
  125. * configdev.fig: New file.
  126. * configdev.ein: New file (EPS version of configdev.fig).
  127. * configdev.jin: New file (JPEG version of configdev.fig).
  128. * configbuild.fig: New file.
  129. * configbuild.ein: New file (EPS version of configbuild.fig).
  130. * configbuild.jin: New file (JPEG version of configbuild.fig).
  131. 1998-06-10 Ian Lance Taylor <ian@cygnus.com>
  132. * configure.texi: New file.
  133. * configdev.tin: New file.
  134. * configbuild.tin: New file.
  135. * Makefile.in (MAKEINFO): Use makeinfo from texinfo directory if
  136. it exists.
  137. (TEXI2DVI): Likewise for texi2dvi.
  138. (INFOFILES): Add configure.info.
  139. (DVIFILES): Add configure.dvi.
  140. (info): Only build info files if the source files exist.
  141. (install-info): Only install info files if they exist.
  142. (dvi): Only build DVI files if the sources files exist.
  143. (configure.info): New target.
  144. (configure.dvi): New target.
  145. (clean): Remove configdev and configbuild derived files.
  146. Remove obsolete documentation.
  147. * intro.texi: Remove.
  148. * install.texi: Remove.
  149. * config-names.texi: Remove.
  150. * screen1.eps: Remove.
  151. * screen1.obj: Remove.
  152. * screen2.eps: Remove.
  153. * screen2.obj: Remove.
  154. * Makefile.in: Remove references to the above.
  155. Thu May 21 14:34:51 1998 Nick Clifton <nickc@cygnus.com>
  156. * targetdoc/arm-interwork.texi: Add note about ignoring linker
  157. warning message when using --support-old-code.
  158. Mon May 18 14:27:37 1998 Angela Marie Thomas (angela@cygnus.com)
  159. * Install.in, comp-tools-fix, comp-tools-verify, cross-tools-fix:
  160. Use $GCCvn rather than substitute everywhere.
  161. Thu May 14 14:43:10 1998 Nick Clifton <nickc@cygnus.com>
  162. * targetdoc/arm-interwork.texi: Document dlltool support of
  163. interworking.
  164. Thu May 7 16:49:38 1998 Jason Molenda (crash@bugshack.cygnus.com)
  165. * Install.in: Remove references to TCL_LIBRARY, TK_LIBRARY,
  166. and GDBTK_FILENAME.
  167. Wed Apr 1 17:11:44 1998 Nick Clifton <nickc@cygnus.com>
  168. * targetdoc/arm-interwork.texi: Document ARM/thumb interworking.
  169. Tue Mar 31 15:28:20 1998 Ian Lance Taylor <ian@cygnus.com>
  170. * standards.texi, make-stds.texi: Update to current FSF versions.
  171. * Makefile.in (standards.info): Depend upon make-std.texi.
  172. Tue Mar 24 16:13:26 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
  173. * configure: Regenerate with autoconf 2.12.1 to fix shell issues
  174. for NT native builds.
  175. Mon Mar 9 16:41:04 1998 Doug Evans <devans@canuck.cygnus.com>
  176. * make-rel-sym-tree (binprogs): Add objcopy.
  177. Tue Feb 24 18:11:58 1998 Doug Evans <devans@canuck.cygnus.com>
  178. * make-rel-sym-tree: as.new -> as-new, ld.new -> ld-new
  179. nm.new -> nm-new. Make symlinks to crt*.o.
  180. Fri Nov 21 12:54:58 1997 Manfred Hollstein <manfred@s-direktnet.de>
  181. * Makefile.in: Add --no-split argument to avoid creating files
  182. with names longer than 14 characters.
  183. Thu Sep 25 13:13:11 1997 Jason Molenda (crash@pern.cygnus.com)
  184. * intro.texi: Add closing ifset.
  185. Mon Sep 1 10:31:32 1997 Angela Marie Thomas (angela@cygnus.com)
  186. * Install.in: Move setting HOST and TARGET to the beginning
  187. of the file for editing convenience.
  188. Mon Sep 1 10:28:37 1997 Angela Marie Thomas (angela@cygnus.com)
  189. * Install.in.: More friendly options/messages when extracting
  190. from a file instead of a tape device.
  191. Tue Jun 17 15:50:23 1997 Angela Marie Thomas (angela@cygnus.com)
  192. * Install.in: Add /usr/bsd to PATH for Irix (home of compress)
  193. Thu Jun 12 13:47:00 1997 Angela Marie Thomas (angela@cygnus.com)
  194. * Install.in (show_exec_prefix_msg): fix quoting
  195. Wed Jun 4 15:31:43 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
  196. * rebuilding.texi: Removed.
  197. Sat May 24 18:02:20 1997 Angela Marie Thomas (angela@cygnus.com)
  198. * cross-tools-fix: Remove host check since it doesn't matter
  199. for this case.
  200. * Install.in (guess_system): clean up more unused hosts.
  201. * Install.in, cross-tools-fix, comp-tools-fix, comp-tools-verify:
  202. Hack for host check to not warn the user for certain cases.
  203. Fri May 23 23:46:10 1997 Angela Marie Thomas (angela@cygnus.com)
  204. * subst-strings: Remove a lot of unused code
  205. * Install.in: Remove reference to TAPEdflt, use variables instead of
  206. string substitution when able.
  207. Fri Apr 11 17:25:52 1997 Ian Lance Taylor <ian@cygnus.com>
  208. * configure.in: Change file named in AC_INIT to Makefile.in.
  209. * configure: Rebuild.
  210. Fri Apr 11 18:12:42 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
  211. * Install.in (guess_system): Back out change to INSTALLHOST to
  212. call all IRIX systems "mips-sgi-irix4"
  213. * Makefile.in: Remove references to configure.texi and cfg-paper.texi.
  214. Thu Apr 10 23:26:45 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
  215. * srctree.texi, emacs-relnotes.texi, cfg-paper.texi: Remove.
  216. * Install.in: Remove Ultrix-specific hacks.
  217. Update Cygnus phone numbers.
  218. (guess_system): Remove some old systems (Ultrix, OSF1 v1 & 2,
  219. m68k-HPUX, m68k SunOS, etc.)
  220. (show_gnu_root_msg): Remove.
  221. Removed all the remove option code.
  222. Thu Apr 10 23:23:33 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
  223. * configure.man, configure.texi: Remote.
  224. Mon Apr 7 18:15:00 1997 Brendan Kehoe <brendan@cygnus.com>
  225. * Fix the version string for OSF1 4.0 to recognize either
  226. V4.* or X4.*
  227. Mon Apr 7 15:34:47 1997 Ian Lance Taylor <ian@cygnus.com>
  228. * standards.texi, make-stds.texi: Update to current FSF versions.
  229. Tue Nov 19 15:36:14 1996 Doug Evans <dje@canuck.cygnus.com>
  230. * make-rel-sym-tree: New file.
  231. Wed Oct 23 00:34:07 1996 Angela Marie Thomas (angela@cygnus.com)
  232. * Lots of patches from progressive...
  233. * Install.in: restore DDOPTS for AIX 4.x
  234. * Install.in, subst-strings: add case for DG Aviion
  235. * subst-strings: fix typo in INSTALLdir var setting
  236. * comp-tools-verify: set SHLIB_PATH for shared libs
  237. * Install.in, subst-strings: add case for solaris2.5
  238. * Install.in: fix regression for hppa1.1 check
  239. * comp-tools-fix: set LD_LIBRARY_PATH
  240. * comp-tools-fix: If fixincludes fixes /usr/include/limits.h,
  241. install it as syslimits.h.
  242. Wed Oct 16 19:20:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
  243. * Install.in (guess_system): Treat powerpc-ibm-aix4.1 the same as
  244. rs6000-ibm-aix4.1, since the compiler now uses common mode by
  245. default.
  246. Wed Oct 2 15:39:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
  247. * configure.in (AC_PROG_INSTALL): Added.
  248. * Makefile.in (distclean): Remove config.cache.
  249. Wed Oct 2 14:33:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
  250. * configure.in: Switch to autoconf configure.in.
  251. * configure: New.
  252. * Makefile.in: Use autoconf-substituted values.
  253. Tue Jun 25 18:56:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
  254. * Makefile.in (datadir): Changed to $(prefix)/share.
  255. Fri Mar 29 11:38:01 1996 J.T. Conklin (jtc@lisa.cygnus.com)
  256. * configure.man: Changed to be recognized by catman -w on Solaris.
  257. Wed Dec 6 15:40:28 1995 Doug Evans <dje@canuck.cygnus.com>
  258. * comp-tools-fix (fixincludes): Define FIXPROTO_DEFINES from
  259. .../install-tools/fixproto-defines.
  260. Sun Nov 12 19:31:27 1995 Jason Molenda (crash@phydeaux.cygnus.com)
  261. * comp-tools-verify (verify_cxx_initializers): delete argv,
  262. argc declarations, add -static to compile line.
  263. (verify_cxx_hello_world): delete argv, argc declarations, add
  264. -static to compile line.
  265. Wed Sep 20 13:21:52 1995 Ian Lance Taylor <ian@cygnus.com>
  266. * Makefile.in (maintainer-clean): New target, synonym for
  267. realclean.
  268. Mon Aug 28 17:25:49 1995 Jason Molenda (crash@phydeaux.cygnus.com)
  269. * Install.in (PATH): add /usr/ucb to $PATH (for SunOS 4.1.x).
  270. Tue Aug 15 21:51:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
  271. * Install.in (guess_system): Match OSF/1 v3.x as the same as
  272. v2.x--v2.x binaries are upward compatible.
  273. Tue Aug 15 21:46:54 1995 Jason Molenda (crash@phydeaux.cygnus.com)
  274. * Install.in (guess_system): recognize HP 9000/800 systems as the
  275. same as HP 9000/700 systems.
  276. Tue Aug 8 13:11:56 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
  277. * Install.in: For emacs, run show_emacs_alternate_msg and exit.
  278. (show_emacs_alternate_msg): New message saying how emacs can't be
  279. installed in an alternate prefix.
  280. Thu Jun 8 00:42:56 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
  281. * subst-strings: change du commands to $BINDIR/. & $SRCDIR/. just
  282. in case they are symlinks.
  283. Tue Apr 18 14:23:10 1995 J.T. Conklin <jtc@rtl.cygnus.com>
  284. * cdk-fix: Extracted table of targets that don't need their
  285. headers fixed from gcc's configure script.
  286. * cdk-fix, cdk-verify: Use ${HOST} instead of ||HOSTstr||
  287. * cdk-fix, cdk-verify: New files, install script fragments used
  288. for Cygnus Developer's Kit.
  289. * Install.in (do_mkdir): New function.
  290. * Install.in: Added support for --with and --without options.
  291. Changed so that tape commands are not run when extracting
  292. from a file.
  293. (do_mt): Changed to take only one argument.
  294. Wed Mar 29 11:16:38 1995 Jason Molenda (crash@phydeaux.cygnus.com)
  295. * Install.in: catch UNAME==alpha-dec-osf2.x and correct entry for
  296. alpha-dec-osf1.x
  297. Fri Jan 27 12:04:29 1995 J.T. Conklin <jtc@rtl.cygnus.com>
  298. * subst-strings (mips-sgi-irix5): New entry in table.
  299. Thu Jan 19 12:15:44 1995 J.T. Conklin <jtc@rtl.cygnus.com>
  300. * Install.in: Major rewrite, bundle dependent code (for example,
  301. fixincludes for comp-tools) will be inserted into the Install
  302. script when it is generated.
  303. Tue Jan 17 16:51:32 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
  304. * Makefile.in (Makefile): Rebuild using $(SHELL).
  305. Thu Nov 3 19:30:33 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
  306. * Makefile.in (install-info): Depend on info.
  307. Fri Aug 19 16:16:38 1994 Jason Molenda (crash@phydeaux.cygnus.com)
  308. * Install.in: set $FIX_HEADER so fixproto can find fix-header.
  309. Fri May 6 16:18:58 1994 Jason Molenda (crash@sendai.cygnus.com)
  310. * Makefile.in (install-info): add a semicolon in the if statement.
  311. Fri Apr 29 16:56:07 1994 David J. Mackenzie (djm@rtl.cygnus.com)
  312. * cfg-paper.texi: Update some outdated information.
  313. * Makefile.in (install-info): Pass file, not directory, as last
  314. arg to INSTALL_DATA.
  315. (uninstall): New target.
  316. Thu Apr 28 14:42:22 1994 David J. Mackenzie (djm@rtl.cygnus.com)
  317. * configure.texi: Comment out @smallbook.
  318. * Makefile.in: Define TEXI2DVI and TEXIDIR, and use the latter.
  319. Remove info files in realclean, not clean, per coding standards.
  320. Remove TeX output in clean.
  321. Tue Apr 26 17:18:03 1994 Jason Molenda (crash@sendai.cygnus.com)
  322. * Install.in: fixincludes output is actually put in fixincludes.log,
  323. but echo'ed messages claim it is fixinc.log. This is the same
  324. messages as I logged in March 4 1994, but for some reason we found
  325. the change hadn't been done. I'll have to dig through the logs
  326. and find out what I really did do that day. :)
  327. Mon Apr 25 20:28:19 1994 Jason Molenda (crash@sendai.cygnus.com)
  328. * Install.in: use eval to call do_mt() for Ultrix brokenness.
  329. Mon Apr 25 20:00:00 1994 Jason Molenda (crash@sendai.cygnus.com)
  330. * Install.in(do_mt): exit with error status 1 if # of parameters
  331. != 3.
  332. Mon Apr 25 19:42:36 1994 Jason Molenda (crash@sendai.cygnus.com)
  333. * Install.in: lose TAPE_FORWARD and TAPE_REWIND, add do_mt()
  334. to do all tape movement operations. Currently untested. Addresses
  335. PR # 4886 from bull.
  336. * Install.in: add 1994 to the copyright thing.
  337. Fri Apr 22 19:05:13 1994 David J. Mackenzie (djm@rtl.cygnus.com)
  338. * standards.texi: Update from FSF.
  339. Fri Apr 22 15:46:10 1994 Jason Molenda (crash@cygnus.com)
  340. * Install.in: Add $DDOPTS, has ``bs=124b'' for all systems except
  341. AIX (some versions of AIX don't understand bs=124b. Silly OS).
  342. Mon Apr 4 22:55:05 1994 Jason Molenda (crash@sendai.cygnus.com)
  343. * Install.in: null out $TOOLS before adding stuff to it
  344. non-destructively.
  345. Wed Mar 30 21:45:35 1994 David J. Mackenzie (djm@rtl.cygnus.com)
  346. * standards.texi: Fix typo.
  347. * configure.texi, configure.man: Document --disable-.
  348. Mon Mar 28 13:22:15 1994 David J. Mackenzie (djm@rtl.cygnus.com)
  349. * standards.texi: Update from FSF.
  350. Sat Mar 26 09:21:44 1994 David J. Mackenzie (djm@rtl.cygnus.com)
  351. * standards.texi, make-stds.texi: Update from FSF.
  352. Fri Mar 25 22:59:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
  353. * configure.texi, configure.man: Document --enable-* options.
  354. Wed Mar 23 23:38:24 1994 Jason Molenda (crash@sendai.cygnus.com)
  355. * Install.in: set CPP to be gcc -E for fixincludes.
  356. Wed Mar 23 13:42:48 1994 Jason Molenda (crash@sendai.cygnus.com)
  357. * Install.in: set PATH to $PATH:/bin:/usr/bin so we can pick
  358. up native tools even if the user doesn't have them in his
  359. path.
  360. * Install.in: ``hppa-1.1-hp-hpux'' -> ``hppa1.1-hp-hpux''.
  361. Tue Mar 15 22:09:20 1994 Jason Molenda (crash@sendai.cygnus.com)
  362. * Install.in: TAPE_REWIND and TAPE_FORWARD variables for Unixunaware,
  363. added switch statement to detect if system is Unixunaware.
  364. Fri Mar 4 12:10:30 1994 Jason Molenda (crash@sendai.cygnus.com)
  365. * Install.in: fixincludes output is actually put in fixincludes.log,
  366. but echo'ed messages claim it is fixinc.log.
  367. Wed Nov 3 02:58:02 1993 Jeffrey Osier (jeffrey@thepub.cygnus.com)
  368. * subst-strings: output TEXBUNDLE for more install notes matching
  369. * install-texi.in: PRMS info now exists
  370. Tue Oct 26 16:57:12 1993 K. Richard Pixley (rich@sendai.cygnus.com)
  371. * subst-strings: match solaris*. Also, add default case to catch
  372. and error out for unrecognized systems.
  373. Thu Aug 19 18:21:31 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
  374. * Install.in: handle the new fixproto work
  375. Mon Jul 19 12:05:41 1993 david d `zoo' zuhn (zoo@cirdan.cygnus.com)
  376. * Install.in: remove "MT=tctl" for AIX (not needed, and barely
  377. worked anyway)
  378. Mon Jun 14 19:09:22 1993 Jeffrey Osier (jeffrey@cygnus.com)
  379. * subst-strings: changed HOST to recognize Solaris for install notes
  380. Thu Jun 10 16:01:25 1993 Jeffrey Osier (jeffrey@cygnus.com)
  381. * dos-inst.texi: new file.
  382. Wed Jun 9 19:23:59 1993 Jeffrey Osier (jeffrey@rtl.cygnus.com)
  383. * install-texi.in: added conditionals (nearly complete)
  384. cleaned up
  385. added support for other releases (not done)
  386. Wed Jun 9 15:53:58 1993 Jim Kingdon (kingdon@cygnus.com)
  387. * Makefile.in (install-info): Use INSTALL_DATA.
  388. ({dist,real}clean): Also delete Makefile and config.status.
  389. Fri Jun 4 17:09:56 1993 Jeffrey Osier (jeffrey@cygnus.com)
  390. * subst-strings: added data for OS_STRING
  391. * subst-strings: added support for OS_STRING
  392. Thu Jun 3 00:37:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
  393. * Install.in: pull COPYING and COPYING.LIB off of the tape
  394. Tue Jun 1 16:52:08 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
  395. * subst-strings: replace RELEASE_DIR too
  396. Mon Mar 22 23:55:27 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
  397. * Makefile.in: add installcheck target
  398. Wed Mar 17 02:21:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
  399. * Install.in: fix 'source only' extraction bug where it looked for
  400. the src dir under H-<host>/src instead of src; also remove stray
  401. reference to EMACSHIBIN
  402. Mon Mar 15 01:25:45 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
  403. * make-stds.texi: added 'installcheck' to the standard targets
  404. Tue Mar 9 19:48:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
  405. * standards.texi: added INFO-DIR-ENTRY, updated version from the FSF
  406. Tue Feb 9 12:40:23 1993 Ian Lance Taylor (ian@cygnus.com)
  407. * Makefile.in (standards.info): Added -I$(srcdir) to find
  408. make-stds.texi.
  409. Mon Feb 1 16:32:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
  410. * standards.texi: updated to latest FSF version, which includes:
  411. * make-stds.texi: new file
  412. Mon Nov 30 01:31:40 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
  413. * install-texi.in, relnotes.texi, intro.texi: changed Cygnus phone
  414. numbers from the old Palo Alto ones to the new Mtn. View numbers
  415. Mon Nov 16 16:50:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
  416. * Makefile.in: define $(RM) to "rm -f"
  417. Sun Oct 11 16:05:48 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
  418. * intro.texi: added INFO-DIR-ENTRY