From 654910a63f188084e9dd4f30907a621e6a01b5fa Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Wed, 2 Mar 2016 12:39:24 -0700 Subject: [PATCH] gtk: Simplify plugin texinfo titles. No cover texts in copyright. --- src/cairo/cairo.texinfo | 15 +++++---------- src/glib/glib.texinfo | 35 +++++++++++++++-------------------- src/gtk/gtk.texinfo | 4 ++-- src/pango/pango.texinfo | 15 +++++---------- 4 files changed, 27 insertions(+), 42 deletions(-) diff --git a/src/cairo/cairo.texinfo b/src/cairo/cairo.texinfo index acda0c2ae..55fb78539 100644 --- a/src/cairo/cairo.texinfo +++ b/src/cairo/cairo.texinfo @@ -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 diff --git a/src/glib/glib.texinfo b/src/glib/glib.texinfo index 770a5b5c1..30f59632f 100644 --- a/src/glib/glib.texinfo +++ b/src/glib/glib.texinfo @@ -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}. diff --git a/src/gtk/gtk.texinfo b/src/gtk/gtk.texinfo index e771d0913..e0063463f 100644 --- a/src/gtk/gtk.texinfo +++ b/src/gtk/gtk.texinfo @@ -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 diff --git a/src/pango/pango.texinfo b/src/pango/pango.texinfo index c05ad6e4f..98b96455e 100644 --- a/src/pango/pango.texinfo +++ b/src/pango/pango.texinfo @@ -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 -- 2.25.1