gtk: Simplify plugin texinfo titles. No cover texts in copyright.
authorMatt Birkholz <puck@birchwood-abbey.net>
Wed, 2 Mar 2016 19:39:24 +0000 (12:39 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Fri, 25 Mar 2016 19:03:53 +0000 (12:03 -0700)
src/cairo/cairo.texinfo
src/glib/glib.texinfo
src/gtk/gtk.texinfo
src/pango/pango.texinfo

index acda0c2aecd4785d4c303b576aeb820faca9950c..55fb785397f7c52760c9f0ce0f1a554080c383bf 100644 (file)
@@ -2,7 +2,7 @@
 @comment %**start of header
 @setfilename mit-scheme-cairo
 @set VERSION 0.5
-@settitle MIT/GNU Scheme Cairo Plugin @value{VERSION}
+@settitle Cairo Plugin @value{VERSION}
 @comment %**end of header
 
 @ifhtml
@@ -24,7 +24,7 @@
 @end ifnothtml
 
 @copying
-This manual documents MIT/GNU Scheme's @acronym{Cairo} plugin @value{VERSION}.
+This manual documents MIT/GNU Scheme's Cairo plugin @value{VERSION}.
 
 Copyright @copyright{} 2014  Matthew Birkholz
 
@@ -32,14 +32,9 @@ Copyright @copyright{} 2014  Matthew Birkholz
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.2 or
 any later version published by the Free Software Foundation; with no
-Invariant Sections, with the Front-Cover Texts being ``A GNU Manual,''
-and with the Back-Cover Texts as in (a) below.  A copy of the
-license is included in the section entitled ``GNU Free Documentation
-License.''
-
-(a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
-this GNU Manual, like GNU software.  Copies published by the Free
-Software Foundation raise funds for GNU development.''
+Invariant Sections, with no Front-Cover Texts and no Back-Cover Texts.
+A copy of the license is included in the section entitled ``GNU Free
+Documentation License.''
 @end quotation
 @end copying
 
index 770a5b5c16f5df029c68c857bf7db9cbf041d8aa..30f59632f017477a0c452571328718828b29b07c 100644 (file)
@@ -2,7 +2,7 @@
 @comment %**start of header
 @setfilename mit-scheme-glib
 @set VERSION 0.5
-@settitle Glib @value{VERSION}
+@settitle GLib Plugin @value{VERSION}
 @comment %**end of header
 
 @ifhtml
@@ -24,7 +24,7 @@
 @end ifnothtml
 
 @copying
-This manual documents @acronym{Glib} @value{VERSION}.
+This manual documents MIT/GNU Scheme's GLib plugin @value{VERSION}.
 
 Copyright @copyright{} 2008, 2009, 2010, 2011, 2012, 2013, 2014
 Matthew Birkholz
@@ -33,25 +33,20 @@ Matthew Birkholz
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.2 or
 any later version published by the Free Software Foundation; with no
-Invariant Sections, with the Front-Cover Texts being ``A GNU Manual,''
-and with the Back-Cover Texts as in (a) below.  A copy of the
-license is included in the section entitled ``GNU Free Documentation
-License.''
-
-(a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
-this GNU Manual, like GNU software.  Copies published by the Free
-Software Foundation raise funds for GNU development.''
+Invariant Sections, with no Front-Cover Texts and no Back-Cover Texts.
+A copy of the license is included in the section entitled ``GNU Free
+Documentation License.''
 @end quotation
 @end copying
 
 @dircategory Programming Languages
 @direntry
-* MIT/GNU Scheme Glib: (mit-scheme-glib).
-                                GNOME Interface
+* MIT/GNU Scheme GLib: (mit-scheme-glib).
+                                GLib, GObject and GIO libraries plugin.
 @end direntry
 
 @titlepage
-@title The Glib Reference Manual
+@title The MIT/GNU Scheme GLib Plugin Manual
 @subtitle Schemely access (@value{VERSION}) to the GNOME toolkits
 @subtitle for MIT/GNU Scheme version 9.1
 @author by Matt Birkholz (@email{birkholz@@alum.mit.edu})
@@ -62,7 +57,7 @@ Software Foundation raise funds for GNU development.''
 
 @ifnottex
 @node Top, Introduction, (dir), (dir)
-@top Glib Interface
+@top GLib Plugin
 
 @insertcopying
 @end ifnottex
@@ -78,8 +73,8 @@ Software Foundation raise funds for GNU development.''
 @node Introduction, API Reference, Top, Top
 @chapter Introduction
 
-The Glib system is a collection of Scheme data types and procedures
-providing a Schemely interface to the Glib, GObject and GIO libraries.
+The GLib system is a collection of Scheme data types and procedures
+providing a Schemely interface to the GLib, GObject and GIO libraries.
 It is used by the GStreamer and Gtk wrappers.  Very little of the
 libraries' APIs has been wrapped --- just what is listed herein.  As
 one might expect of a ``Schemely'' interface, all toolkit resources
@@ -89,12 +84,12 @@ collected, the toolkit resource is freed, just as the C/Unix FFI's
 malloced aliens are automatically freed.
 
 @node API Reference, Installation, Introduction, Top
-@unnumberedsec The Glib Package
+@unnumberedsec The GLib Package
 
-Most of the Glib system's public bindings are in the @code{(glib)}
+Most of the GLib system's public bindings are in the @code{(glib)}
 package --- not exported to the global environment.  It is assumed
 that other systems will import bindings from @code{(glib)} or create
-child packages (e.g. a Glib child that exports its entry points by
+child packages (e.g. a GLib child that exports its entry points by
 adding procedures to generics imported from a more abstract package).
 
 @menu
@@ -172,7 +167,7 @@ parameter @emph{only}.  @xref{pinned-objects}.
 @end deffn
 
 The @code{gobject-get-property} and @code{gobject-set-properties}
-procedures are an attempt to use Glib's introspection facilities to
+procedures are an attempt to use GLib's introspection facilities to
 automatically determine the type of a property's value and construct
 an appropriate reflection of its value in Scheme.  They have not been
 tested @emph{at all}.
index e771d0913829773b9b8c1df72d597949841b4e57..e0063463fdcbc6eb75a74c6635ed71ea69c1b59d 100644 (file)
@@ -2,7 +2,7 @@
 @comment %**start of header
 @setfilename mit-scheme-gtk
 @set VERSION 0.5
-@settitle MIT/GNU Scheme Gtk Plugin @value{VERSION}
+@settitle Gtk Plugin @value{VERSION}
 @comment %**end of header
 
 @ifhtml
@@ -24,7 +24,7 @@
 @end ifnothtml
 
 @copying
-This manual documents MIT/GNU Scheme's @acronym{Gtk} plugin @value{VERSION}.
+This manual documents MIT/GNU Scheme's Gtk plugin @value{VERSION}.
 
 Copyright @copyright{} 2008, 2009, 2010, 2011, 2012, 2013, 2014
 Matthew Birkholz
index c05ad6e4f78e74bfa8d9c3fb9f6874af926088a8..98b96455e9bf2da63883d21b9033a8d3b9baf960 100644 (file)
@@ -2,7 +2,7 @@
 @comment %**start of header
 @setfilename mit-scheme-pango
 @set VERSION 0.5
-@settitle MIT/GNU Scheme Pango Plugin @value{VERSION}
+@settitle Pango Plugin @value{VERSION}
 @comment %**end of header
 
 @ifhtml
@@ -24,7 +24,7 @@
 @end ifnothtml
 
 @copying
-This manual documents MIT/GNU Scheme's @acronym{Pango} plugin @value{VERSION}.
+This manual documents MIT/GNU Scheme's Pango plugin @value{VERSION}.
 
 Copyright @copyright{} 2014  Matthew Birkholz
 
@@ -32,14 +32,9 @@ Copyright @copyright{} 2014  Matthew Birkholz
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.2 or
 any later version published by the Free Software Foundation; with no
-Invariant Sections, with the Front-Cover Texts being ``A GNU Manual,''
-and with the Back-Cover Texts as in (a) below.  A copy of the
-license is included in the section entitled ``GNU Free Documentation
-License.''
-
-(a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
-this GNU Manual, like GNU software.  Copies published by the Free
-Software Foundation raise funds for GNU development.''
+Invariant Sections, with no Front-Cover Texts and no Back-Cover Texts.
+A copy of the license is included in the section entitled ``GNU Free
+Documentation License.''
 @end quotation
 @end copying