These changes are the minimal needed to get "make" to
complete w/o error or warnings using GNU Texinfo 6.3.
* doc/goops/goops.texi <title page>: Condense @author lines.
(Running GOOPS, Methods, User-defined types)
(Asking for the type of an object):
Promote these nodes from subsection to section.
* doc/r5rs/r5rs.texi <title page>: Remove spurious @author;
change @unnumbered to @heading.
(Entry format): Comment out spurious @center;
remove spurious @item.
(Characters): Likewise.
(Lexical structure): Rework @format blocks w/ embedded
@t and @cindex, as a series of abutting @example blocks
that close and reopen around the @cindex; and sans @t.
(Additional material): Comment out spurious @center lines.
* doc/tutorial/guile-tut.texi (Hello World):
Promote from @subsection to @section.
(A bunch of operations in Scheme): Likewise;
change @print to take no args.
(Using recursion to process lists, Processing matrices):
Promote from @subsection to @section.
(Using Guile to program in Scheme): Change @print to take no args.
* GUILE-VERSION: Bumped version numbers.
* configure.in: Removed --enable-arrays option.
* srfi-1.scm, srfi-60.scm: Updated versions in library name to
match GUILE-VERSION.
* goops.texi (Basic Generic Function Creation): Added blurb about
merge-generics duplicates handler from NEWS-