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