summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Dew <marcoz@osource.org>2011-11-05 20:01:15 -0600
committerMatt Dew <marcoz@osource.org>2011-11-05 20:01:15 -0600
commit3467d8e356eca0677bd09836a7b4019fe2c4541e (patch)
tree27085e8e97d8cf1a25b8f20bd0cda2bbf9acfbc5
parent51500da421891cd7f67019677b24f848418a17e0 (diff)
shunk the spacing in itemizedlists.
-rwxr-xr-xspecs/CH01.xml24
-rwxr-xr-xspecs/CH02.xml38
-rwxr-xr-xspecs/CH03.xml16
-rwxr-xr-xspecs/CH05.xml10
-rwxr-xr-xspecs/CH06.xml2
-rwxr-xr-xspecs/CH07.xml30
-rwxr-xr-xspecs/CH09.xml22
-rwxr-xr-xspecs/CH10.xml8
-rwxr-xr-xspecs/CH11.xml16
-rwxr-xr-xspecs/CH12.xml28
-rwxr-xr-xspecs/appB.xml4
-rwxr-xr-xspecs/appC.xml2
-rwxr-xr-xspecs/preface.xml2
13 files changed, 101 insertions, 101 deletions
diff --git a/specs/CH01.xml b/specs/CH01.xml
index 60a19ab..f9f6c25 100755
--- a/specs/CH01.xml
+++ b/specs/CH01.xml
@@ -169,7 +169,7 @@ The predefined widget classes adhere to these conventions.
<para>
A widget instance is composed of two parts:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
A data structure which contains instance-specific values.
@@ -1207,7 +1207,7 @@ To make good use of subclassing,
widget declarations and naming conventions are highly stylized.
A widget consists of three files:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
A public .h file, used by client widgets or applications.
@@ -1234,7 +1234,7 @@ To ensure that applications need not deal with as many styles of capitalization
and spelling as the number of widget classes it uses,
the following guidelines should be followed when writing new widgets:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Use the X library naming conventions that are applicable.
@@ -1294,7 +1294,7 @@ Given a new class name AbcXyz, you should derive several names:
</para>
</listitem>
<listitem>
- <itemizedlist>
+ <itemizedlist spacing='compact'>
<listitem>
<para>
Additional widget instance structure part name AbcXyzPart.
@@ -1370,7 +1370,7 @@ simultaneously.
The public .h file for a widget class is imported by clients
and contains
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
A reference to the public .h file for the superclass.
@@ -1458,7 +1458,7 @@ widget class is
The private .h file for a widget is imported by widget classes that are
subclasses of the widget and contains
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
A reference to the public .h file for the class.
@@ -1624,7 +1624,7 @@ The .c file for a widget contains the structure initializer
for the class record variable,
which contains the following parts:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Class information (for example, <emphasis remap='I'>superclass</emphasis>, <emphasis remap='I'>class_name</emphasis>,
@@ -2329,7 +2329,7 @@ A widget class is free to use any of its superclass's self-contained
operations rather than implementing its own code.
The most frequently inherited operations are
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
expose
@@ -2433,7 +2433,7 @@ constants are defined:
<para>
For Object:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
<function>XtInheritAllocate</function>
@@ -2448,7 +2448,7 @@ For Object:
<para>
For Core:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
<function>XtInheritRealize</function>
@@ -2493,7 +2493,7 @@ For Core:
<para>
For Composite:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
<function>XtInheritGeometryManager</function>
@@ -2518,7 +2518,7 @@ For Composite:
<para>
For Shell:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
<function>XtInheritRootGeometryManager</function>
diff --git a/specs/CH02.xml b/specs/CH02.xml
index 87dd7fa..1dea75e 100755
--- a/specs/CH02.xml
+++ b/specs/CH02.xml
@@ -97,7 +97,7 @@ and
<xref linkend='XtToolkitThreadInitialize' xrefstyle='select: title'/>,
it must initialize the Intrinsics by using
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
<xref linkend='XtToolkitInitialize' xrefstyle='select: title'/>,
@@ -763,7 +763,7 @@ it will cause the default language procedure to be registered.
<para>
The default language procedure does the following:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Sets the locale according to the environment. On ANSI C-based
@@ -829,7 +829,7 @@ creates a resource database for the default screen of the display by
combining the following sources in order, with the entries in the
first named source having highest precedence:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Application command line (<emphasis remap='I'>argc</emphasis>, <emphasis remap='I'>argv</emphasis>).
@@ -870,7 +870,7 @@ is called),
it is created in the following manner using the sources listed
above in the same order:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
A temporary database, the ``server resource database'', is
@@ -991,7 +991,7 @@ This default value is constrained in the following manner:
</para>
</listitem>
<listitem>
- <itemizedlist>
+ <itemizedlist spacing='compact'>
<listitem>
<para>
If the environment variable
@@ -1997,7 +1997,7 @@ The
function performs all the boilerplate operations of widget
creation, doing the following in order:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Checks to see if the class_initialize procedure has been called for this class
@@ -2311,7 +2311,7 @@ To create multiple top-level shells within a single (logical)
application,
you can use one of two methods:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Designate one shell as the real top-level shell and
@@ -2882,7 +2882,7 @@ An
<xref linkend='XtAllocateProc' xrefstyle='select: title'/>
must perform the following:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Allocate memory for the widget instance and return it in <emphasis remap='I'>new_return</emphasis>.
@@ -2991,7 +2991,7 @@ Specifies the number of entries in the argument list.
<para>
An initialization procedure performs the following:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Allocates space for and copies any resources referenced by address
@@ -3253,7 +3253,7 @@ If the widget is already realized,
simply returns.
Otherwise it performs the following:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Binds all action names in the widget's
@@ -3287,7 +3287,7 @@ returns; otherwise it continues and performs the following:
</para>
</listitem>
<listitem>
- <itemizedlist>
+ <itemizedlist spacing='compact'>
<listitem>
<para>
Descends recursively to each of the widget's
@@ -3328,7 +3328,7 @@ and
<function>XtDestroy\%Widget</function>
maintain the following invariants:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
If a composite widget is realized, then all its managed children are realized.
@@ -3466,7 +3466,7 @@ based on information in the widget
core
structure:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
The <emphasis remap='I'>background_pixmap</emphasis> (or <emphasis remap='I'>background_pixel</emphasis> if <emphasis remap='I'>background_pixmap</emphasis> is
@@ -3981,7 +3981,7 @@ If the widget is currently unrealized,
<xref linkend='XtUnrealizeWidget' xrefstyle='select: title'/>
simply returns. Otherwise it performs the following:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Unmanages the widget if the widget is managed.
@@ -4019,7 +4019,7 @@ unrealized widget(s) had never existed.
<para>
The Intrinsics provide support
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
To destroy all the pop-up children of the widget being destroyed
@@ -4091,7 +4091,7 @@ In phase 1,
<xref linkend='XtDestroyWidget' xrefstyle='select: title'/>
performs the following:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
If the <emphasis remap='I'>being_destroyed</emphasis> field of the widget is
@@ -4136,7 +4136,7 @@ In phase 2,
performs the following on each entry in the destroy list in the order
specified:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
If the widget is not a pop-up child and the widget's parent is a subclass of
@@ -4163,7 +4163,7 @@ function then makes second traversal of the widget and all normal
and pop-up descendants to perform the following three items on each
widget in postorder:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
If the widget is not a pop-up child and the widget's parent is a subclass of
@@ -4297,7 +4297,7 @@ the destroy procedure entry in its class record can be NULL.
Deallocating storage includes, but is not limited to,
the following steps:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Calling
diff --git a/specs/CH03.xml b/specs/CH03.xml
index 6fa3c74..bac3226 100755
--- a/specs/CH03.xml
+++ b/specs/CH03.xml
@@ -8,7 +8,7 @@ Consequently, they are responsible for much more than primitive widgets.
Their responsibilities (either implemented directly by the widget class
or indirectly by Intrinsics functions) include:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Overall management of children from creation to destruction.
@@ -375,7 +375,7 @@ The
<xref linkend='XtManageChildren' xrefstyle='select: title'/>
function performs the following:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Issues an error if the children do not all have the same parent or
@@ -399,7 +399,7 @@ it makes some of the newly managed children viewable:
</para>
</listitem>
<listitem>
- <itemizedlist>
+ <itemizedlist spacing='compact'>
<listitem>
<para>
Calls the change_managed routine of the widgets' parent.
@@ -675,7 +675,7 @@ The
<xref linkend='XtUnmanageChildren' xrefstyle='select: title'/>
function performs the following:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Returns immediately if the common parent is being destroyed.
@@ -696,7 +696,7 @@ ignores the child if it is unmanaged; otherwise it performs the following:
</para>
</listitem>
<listitem>
- <itemizedlist>
+ <itemizedlist spacing='compact'>
<listitem>
<para>
Marks the child as unmanaged.
@@ -867,7 +867,7 @@ The
<xref linkend='XtChangeManagedSet' xrefstyle='select: title'/>
function performs the following:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Returns immediately if <emphasis remap='I'>num_unmanage_children</emphasis> and
@@ -900,7 +900,7 @@ performs the following:
</para>
</listitem>
<listitem>
- <itemizedlist>
+ <itemizedlist spacing='compact'>
<listitem>
<para>
Calls
@@ -928,7 +928,7 @@ Otherwise, the following is performed:
</para>
</listitem>
<listitem>
- <itemizedlist>
+ <itemizedlist spacing='compact'>
<listitem>
<para>
For each child on the <emphasis remap='I'>unmanage_children</emphasis> list; if the child is
diff --git a/specs/CH05.xml b/specs/CH05.xml
index 90a8c7a..d1efe3a 100755
--- a/specs/CH05.xml
+++ b/specs/CH05.xml
@@ -38,7 +38,7 @@ widget on the pop-up list.
There are three kinds of pop-up widgets:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Modeless pop-ups
@@ -358,7 +358,7 @@ popping up occur more slowly.
<para>
Pop-ups can be popped up through several mechanisms:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
A call to
@@ -459,7 +459,7 @@ The
<xref linkend='XtPopup' xrefstyle='select: title'/>
function performs the following:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Calls
@@ -821,7 +821,7 @@ found a matching shell, it generates a warning and returns immediately.
<para>
Pop-ups can be popped down through several mechanisms:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
A call to
@@ -870,7 +870,7 @@ The
<xref linkend='XtPopdown' xrefstyle='select: title'/>
function performs the following:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Calls
diff --git a/specs/CH06.xml b/specs/CH06.xml
index d6aff3c..4b18706 100755
--- a/specs/CH06.xml
+++ b/specs/CH06.xml
@@ -186,7 +186,7 @@ Depending on the condition,
performs the following:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
If the widget is unmanaged or the widget's parent is not realized,
diff --git a/specs/CH07.xml b/specs/CH07.xml
index 23440e3..cbe8778 100755
--- a/specs/CH07.xml
+++ b/specs/CH07.xml
@@ -19,7 +19,7 @@ The default event loop provided by the Intrinsics is
<para>
The event manager is a collection of functions to perform the following tasks:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Add or remove event sources other than X server events (in particular,
@@ -1117,7 +1117,7 @@ with the timestamp from the
<function>KeyPress</function>
event if either of the following conditions is true:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
There is a modal cascade and the widget is not in
@@ -1455,7 +1455,7 @@ with the timestamp from the
<function>ButtonPress</function>
event if either of the following conditions is true:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
There is a modal cascade and the
@@ -1746,7 +1746,7 @@ to a widget in one of five ways. Assume the server delivered the
event to the window for widget E (because of X input focus, key or
keyboard grabs, or pointer position).
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
If neither E nor any of E's ancestors have redirected the keyboard
@@ -1773,7 +1773,7 @@ F that has not redirected focus.
</para>
</listitem>
<listitem>
- <itemizedlist>
+ <itemizedlist spacing='compact'>
<listitem>
<para>
If E is the final focus target widget F or a descendant of F, the
@@ -1796,7 +1796,7 @@ If E is an ancestor of F, and the event is a key press, and either
</para>
</listitem>
<listitem>
- <itemizedlist>
+ <itemizedlist spacing='compact'>
<listitem>
<para>
E has grabbed the key with
@@ -1825,7 +1825,7 @@ Otherwise, define A as the closest common ancestor of E and F:
</para>
</listitem>
<listitem>
- <itemizedlist>
+ <itemizedlist spacing='compact'>
<listitem>
<para>
If there is an active keyboard grab for any widget via either
@@ -2963,7 +2963,7 @@ The values have the following interpretation:
<para>
<function>XtExposeNoCompress</function>
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
No exposure compression is performed; every selected event is
@@ -2975,7 +2975,7 @@ argument of NULL.
<para>
<function>XtExposeCompressSeries</function>
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Each series of exposure events is coalesced into a single event,
@@ -2987,7 +2987,7 @@ when an exposure event with count equal to zero is reached.
<para>
<function>XtExposeCompressMultiple</function>
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Consecutive series of exposure events are coalesced into a single
@@ -3001,7 +3001,7 @@ for the same widget.
<para>
<function>XtExposeCompressMaximal</function>
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
All expose series currently in the queue for the widget
@@ -3019,7 +3019,7 @@ The additional flags have the following meaning:
<para>
<function>XtExposeGraphicsExpose</function>
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Specifies that
@@ -3036,7 +3036,7 @@ events.
<para>
<function>XtExposeGraphicsExposeMerged</function>
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Specifies in the case of
@@ -3059,7 +3059,7 @@ also implies
<para>
<function>XtExposeNoExpose</function>
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Specifies that
@@ -3074,7 +3074,7 @@ other exposure events or with each other.
<para>
<function>XtExposeNoRegion</function>
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Specifies that the final region argument passed to the expose
diff --git a/specs/CH09.xml b/specs/CH09.xml
index 811bafc..cf7109e 100755
--- a/specs/CH09.xml
+++ b/specs/CH09.xml
@@ -93,7 +93,7 @@ The <emphasis remap='I'>resource_class</emphasis> field contains the class strin
specification files to identify the field.
A resource class provides two functions:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
It isolates an application from different representations that widgets
@@ -1269,7 +1269,7 @@ are automatically invoked by the resource-fetching routines.
The Intrinsics additionally provide and register several commonly used converters.
This resource conversion mechanism serves several purposes:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
It permits user and application resource files to contain textual
@@ -1448,7 +1448,7 @@ the constant
<function>XtDefaultFont</function>
and evaluate this in the following manner:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Query the resource database for the resource whose full name
@@ -1489,7 +1489,7 @@ The String-to-FontSet converter recognizes the constant
<function>XtDefaultFontSet</function>
and evaluate this in the following manner:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Query the resource database for the resource whose full name
@@ -2210,7 +2210,7 @@ field may contain one of the following values:
<para>
<function>XtCacheNone</function>
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Specifies that the results of a previous conversion
@@ -2223,7 +2223,7 @@ each time the converted value is required.
<para>
<function>XtCacheAll</function>
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Specifies that the results of a previous conversion
@@ -2235,7 +2235,7 @@ upon the same source value and conversion arguments.
<para>
<function>XtCacheByDisplay</function>
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Specifies that the results of a previous conversion
@@ -3173,14 +3173,14 @@ object instance field. If the field is a pointer type, the lifetime
of the pointed-to data is defined by the object class. For the
Intrinsics-defined resources, the following lifetimes apply:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Not valid following any operation that modifies the resource:
</para>
</listitem>
<listitem>
- <itemizedlist>
+ <itemizedlist spacing='compact'>
<listitem>
<para>
XtNchildren resource of composite widgets.
@@ -3199,7 +3199,7 @@ Remain valid at least until the widget is destroyed:
</para>
</listitem>
<listitem>
- <itemizedlist>
+ <itemizedlist spacing='compact'>
<listitem>
<para>
XtNaccelerators, XtNtranslations.
@@ -3213,7 +3213,7 @@ Remain valid until the Display is closed:
</para>
</listitem>
<listitem>
- <itemizedlist>
+ <itemizedlist spacing='compact'>
<listitem>
<para>
XtNscreen.
diff --git a/specs/CH10.xml b/specs/CH10.xml
index 71e9003..afa891b 100755
--- a/specs/CH10.xml
+++ b/specs/CH10.xml
@@ -18,7 +18,7 @@ is pressed.
<para>
The translation manager uses two kinds of tables to perform translations:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
The action tables, which are in the widget class structure,
@@ -143,7 +143,7 @@ not to assume the widget is realized in those callbacks.
<para>
For example, a Pushbutton widget has procedures to take the following actions:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Set the button to indicate it is activated.
@@ -278,7 +278,7 @@ When the widget
is realized, the translation manager
performs a search for the name in the following tables, in order:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
The widget's class and all superclass action tables, in subclass-to-superclass
@@ -517,7 +517,7 @@ The complete syntax of translation tables is specified in Appendix B.
<para>
As an example, the default behavior of Pushbutton is
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Highlight on enter window.
diff --git a/specs/CH11.xml b/specs/CH11.xml
index 5f0c537..969ceb6 100755
--- a/specs/CH11.xml
+++ b/specs/CH11.xml
@@ -3,7 +3,7 @@
<para>
The Intrinsics provide a number of utility functions that you can use to
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Determine the number of elements in an array.
@@ -154,7 +154,7 @@ according to the following rules, where child is either a pop-up child
or a normal child if the widget's class is a subclass of
Composite :
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Enumerate the object subtree rooted at the reference widget in
@@ -207,7 +207,7 @@ and
<function>free</function>
with the following added functionality:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
<xref linkend='XtMalloc' xrefstyle='select: title'/>,
@@ -1767,7 +1767,7 @@ unique among all incremental requests that are active concurrently.
<para>
For example, consider the following:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Upon receiving a request for the selection value, the owner sends
@@ -3383,7 +3383,7 @@ and for error correction or recovery.
<para>
Two levels of interface are provided:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
A high-level interface that takes an error
@@ -4574,7 +4574,7 @@ with the following substitutions
in addition to any passed by the caller and returns the value returned by
<xref linkend='XtFindFile' xrefstyle='select: title'/>:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
The value of the <emphasis remap='I'>filename</emphasis> parameter, or the application's
@@ -4772,7 +4772,7 @@ is destroyed.
The following procedures can be called with the hook registration object
as an argument:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
<xref linkend='XtAddCallback' xrefstyle='select: title'/>,
@@ -4925,7 +4925,7 @@ called before returning from the create function.
<para>
The XtNchangeHook callback list is called from:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
<xref linkend='XtSetValues' xrefstyle='select: title'/>,
diff --git a/specs/CH12.xml b/specs/CH12.xml
index 51e8213..f2f4b64 100755
--- a/specs/CH12.xml
+++ b/specs/CH12.xml
@@ -286,7 +286,7 @@ The Widget arguments to the following procedures may be of class
Object
or any subclass:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
<xref linkend='XtCreateWidget' xrefstyle='select: title'/>,
@@ -407,7 +407,7 @@ The return value of the following procedures will be of class
Object
or a subclass:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
<xref linkend='XtCreateWidget' xrefstyle='select: title'/>,
@@ -430,7 +430,7 @@ The return value of the following procedures will be
<function>objectClass</function>
or a subclass:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
<xref linkend='XtClass' xrefstyle='select: title'/>,
@@ -720,7 +720,7 @@ The WidgetClass arguments to the following procedures may be
<function>rectObjClass</function>
or any subclass:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
<xref linkend='XtCreateManagedWidget' xrefstyle='select: title'/>,
@@ -733,7 +733,7 @@ The Widget arguments to the following procedures may be of class
RectObj
or any subclass:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
<xref linkend='XtConfigureWidget' xrefstyle='select: title'/>,
@@ -777,7 +777,7 @@ The return value of the following procedures will be of class
RectObj
or a subclass:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
<xref linkend='XtCreateManagedWidget' xrefstyle='select: title'/>,
@@ -856,7 +856,7 @@ The Intrinsics will clear areas of a parent window obscured by
rectobj children, causing exposure events, under the following
circumstances:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
A rectobj child is managed or unmanaged.
@@ -936,7 +936,7 @@ Core
for possible future use by the X Consortium. The only assumptions that
may be made about the unnamed class are
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
The <emphasis remap='I'>core_class.superclass</emphasis> field of
@@ -968,7 +968,7 @@ The WidgetClass arguments to the following procedures must be of class
Shell
or a subclass:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
<xref linkend='XtCreatePopupShell' xrefstyle='select: title'/>,
@@ -985,7 +985,7 @@ The Widget arguments to the following procedures must be of class
Core
or any subclass:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
<xref linkend='XtCreatePopupShell' xrefstyle='select: title'/>,
@@ -1109,7 +1109,7 @@ The Widget arguments to the following procedures must be of class
Composite
or any subclass:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
<xref linkend='XtCreateManagedWidget' xrefstyle='select: title'/>,
@@ -1121,7 +1121,7 @@ or any subclass:
The Widget arguments to the following procedures must be of a subclass of
Shell:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
<xref linkend='XtPopdown' xrefstyle='select: title'/>,
@@ -1139,7 +1139,7 @@ The return value of the following procedure will be of class
Core
or a subclass:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
<xref linkend='XtWindowToWidget' xrefstyle='select: title'/>
@@ -1150,7 +1150,7 @@ or a subclass:
The return value of the following procedures will be of a subclass of
Shell:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
<xref linkend='XtAppCreateShell' xrefstyle='select: title'/>,
diff --git a/specs/appB.xml b/specs/appB.xml
index 2ace627..26251c9 100755
--- a/specs/appB.xml
+++ b/specs/appB.xml
@@ -160,7 +160,7 @@ An error is generated when a translation table
that contains modifiers for any other events is parsed.
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
If the modifier list has no entries and is not "None",
@@ -1025,7 +1025,7 @@ The canonical representation of a translation table is (see also
<para><emphasis role='bold'>Examples</emphasis></para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Always put more specific events in the table before more general ones:
diff --git a/specs/appC.xml b/specs/appC.xml
index 7307a67..9663c7f 100755
--- a/specs/appC.xml
+++ b/specs/appC.xml
@@ -869,7 +869,7 @@ Specifies the descriptor to use to return the converted value.
<para>
Type converters should perform the following actions:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Check to see that the number of arguments passed is correct.
diff --git a/specs/preface.xml b/specs/preface.xml
index 8d6c134..a7b10aa 100755
--- a/specs/preface.xml
+++ b/specs/preface.xml
@@ -23,7 +23,7 @@ knowing how to build them.
<bridgehead><emphasis role='bold'>Conventions Used in this Manual</emphasis></bridgehead>
<para>This document uses the following conventions:</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Global symbols are printed in <function>this special font</function>. These can be either