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