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