summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Dew <marcoz@osource.org>2011-11-05 21:12:30 -0600
committerMatt Dew <marcoz@osource.org>2011-11-05 21:12:30 -0600
commit4f7c50b55c21242983e4f9398d00e1812d93b3f9 (patch)
treecee565756673c3a5022b4ba661b17ea99935a05a
parent6399031a36ebc4341dbf4f31effac162c350ef76 (diff)
more cleanup.
orderedlists less space
-rwxr-xr-xspecs/CH02.xml2
-rwxr-xr-xspecs/CH06.xml2
-rwxr-xr-xspecs/CH11.xml109
-rwxr-xr-xspecs/CH12.xml4
-rwxr-xr-xspecs/CH13.xml6
-rwxr-xr-xspecs/appA.xml2
-rwxr-xr-xspecs/appB.xml10
-rwxr-xr-xspecs/appE.xml14
-rwxr-xr-xspecs/appF.xml2
9 files changed, 89 insertions, 62 deletions
diff --git a/specs/CH02.xml b/specs/CH02.xml
index e20b6df..35c3b59 100755
--- a/specs/CH02.xml
+++ b/specs/CH02.xml
@@ -1513,7 +1513,7 @@ beginning with the characters ``-xt'' for future standard uses.
The creation of widget instances is a three-phase process:
</para>
-<orderedlist>
+<orderedlist spacing='compact'>
<listitem>
<para>
The widgets are allocated and initialized with resources
diff --git a/specs/CH06.xml b/specs/CH06.xml
index 947a27b..1d8e81e 100755
--- a/specs/CH06.xml
+++ b/specs/CH06.xml
@@ -87,7 +87,7 @@ see Sections 2.5 and 2.6.
</para>
<note>
-<orderedlist>
+<orderedlist spacing='compact'>
<listitem>
<para>
The Intrinsics treatment of stacking requests is deficient in several areas.
diff --git a/specs/CH11.xml b/specs/CH11.xml
index 88fd00e..f6a4367 100755
--- a/specs/CH11.xml
+++ b/specs/CH11.xml
@@ -4574,55 +4574,84 @@ 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 spacing='compact'>
- <listitem>
- <para>
+
+<variablelist spacing='compact'>
+ <varlistentry>
+ <term>%N</term>
+ <listitem>
+ <para>
The value of the <emphasis remap='I'>filename</emphasis> parameter, or the application's
class name if <emphasis remap='I'>filename</emphasis> is NULL.
- </para>
- </listitem>
- <listitem>
- <para>
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>%T</term>
+ <listitem>
+ <para>
The value of the <emphasis remap='I'>type</emphasis> parameter.
- </para>
- </listitem>
- <listitem>
- <para>
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>%S</term>
+ <listitem>
+ <para>
The value of the <emphasis remap='I'>suffix</emphasis> parameter.
- </para>
- </listitem>
- <listitem>
- <para>
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>%L</term>
+ <listitem>
+ <para>
The language string associated with the specified display.
- </para>
- </listitem>
- <listitem>
- <para>
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>%l</term>
+ <listitem>
+ <para>
The language part of the display's language string.
- </para>
- </listitem>
- <listitem>
- <para>
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>%t</term>
+ <listitem>
+ <para>
The territory part of the display's language string.
- </para>
- </listitem>
- <listitem>
- <para>
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>%c</term>
+ <listitem>
+ <para>
The codeset part of the display's language string.
- </para>
- </listitem>
- <listitem>
- <para>
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>%C</term>
+ <listitem>
+ <para>
The customization string retrieved from the resource
database associated with <emphasis remap='I'>display</emphasis>.
- </para>
- </listitem>
- <listitem>
- <para>
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>%D</term>
+ <listitem>
+ <para>
The value of the implementation-specific default path.
- </para>
- </listitem>
-</itemizedlist>
+ </para>
+ </listitem>
+ </varlistentry>
+</variablelist>
+
<para>
If a path is passed to
<xref linkend='XtResolvePathname' xrefstyle='select: title'/>,
@@ -4672,8 +4701,8 @@ Possible values might include ".txt", ".dat", and ".bm".
A suggested value for the default path on POSIX-based systems is
</para>
<literallayout>
- /usr/lib/X11/%L/%T/%N%C%S:/usr/lib/X11/%l/%T/%N%C%S:\\
- /usr/lib/X11/%T/%N%C%S:/usr/lib/X11/%L/%T/%N%S:\\
+ /usr/lib/X11/%L/%T/%N%C%S:/usr/lib/X11/%l/%T/%N%C%S:\
+ /usr/lib/X11/%T/%N%C%S:/usr/lib/X11/%L/%T/%N%S:\
/usr/lib/X11/%l/%T/%N%S:/usr/lib/X11/%T/%N%S
</literallayout>
diff --git a/specs/CH12.xml b/specs/CH12.xml
index f2f4b64..6145c2b 100755
--- a/specs/CH12.xml
+++ b/specs/CH12.xml
@@ -236,7 +236,7 @@ resource list are:
<colspec colwidth='1.0*' colname='c2'/>
<colspec colwidth='1.0*' colname='c3'/>
<thead>
- <row>
+ <row rowsep='1'>
<entry>Name</entry>
<entry>Class</entry>
<entry>Representation</entry>
@@ -655,7 +655,7 @@ resource list are:
<colspec colwidth='1.0*' colname='c2'/>
<colspec colwidth='1.0*' colname='c3'/>
<thead>
- <row>
+ <row rowsep='1'>
<entry>Name</entry>
<entry>Class</entry>
<entry>Representation</entry>
diff --git a/specs/CH13.xml b/specs/CH13.xml
index a03e588..c312aa1 100755
--- a/specs/CH13.xml
+++ b/specs/CH13.xml
@@ -297,11 +297,9 @@ a resource named ``baseTranslations''.
Applications wishing to take advantage of the new functionality
would change their application defaults file, e.g., from
<literallayout >
- app.widget.translations: <emphasis remap='I'>value</emphasis>
-</literallayout>
+ app.widget.translations: <emphasis remap='I'>value</emphasis>
to
-<literallayout >
- app.widget.baseTranslations: <emphasis remap='I'>value</emphasis>
+ app.widget.baseTranslations: <emphasis remap='I'>value</emphasis>
</literallayout>
If it is important to the application to preserve complete
compatibility of the defaults file between different versions
diff --git a/specs/appA.xml b/specs/appA.xml
index 647bb94..6cf0d5f 100755
--- a/specs/appA.xml
+++ b/specs/appA.xml
@@ -15,7 +15,7 @@ for convenience only.
<informaltable frame='none'>
<?dbfo keep-together="always" ?>
<tgroup cols='2' align='left' colsep='0' rowsep='0'>
- <colspec colwidth='1.0*' colname='c1'/>
+ <colspec colwidth='0.2*' colname='c1'/>
<colspec colwidth='1.0*' colname='c2'/>
<tbody>
<row>
diff --git a/specs/appB.xml b/specs/appB.xml
index 26251c9..34e9d14 100755
--- a/specs/appB.xml
+++ b/specs/appB.xml
@@ -9,7 +9,7 @@ Syntax is specified in EBNF notation with the following conventions:
<informaltable frame='none'>
<?dbfo keep-together="always" ?>
<tgroup cols='2' align='left' colsep='0' rowsep='0'>
- <colspec colwidth='1.0*' colname='c1'/>
+ <colspec colwidth='0.1*' colname='c1'/>
<colspec colwidth='1.0*' colname='c2'/>
<tbody>
<row>
@@ -42,7 +42,7 @@ Syntax
<informaltable frame='none'>
<?dbfo keep-together="always" ?>
<tgroup cols='2' align='left' colsep='0' rowsep='0'>
- <colspec colwidth='1.0*' colname='c1'/>
+ <colspec colwidth='0.2*' colname='c1'/>
<colspec colwidth='1.0*' colname='c2'/>
<tbody>
<row>
@@ -386,7 +386,7 @@ A modifier_list/KeySym combination in a translation matches a
modifiers/KeyCode combination in an event in the following ways:
</para>
-<orderedlist>
+<orderedlist spacing='compact'>
<listitem>
<para>
If a colon (:) is used, the Intrinsics call the display's
@@ -713,7 +713,7 @@ The detail field is supported for the following event types:
<informaltable frame='none'>
<?dbfo keep-together="always" ?>
<tgroup cols='2' align='left' rowsep='0' colsep='0'>
- <colspec colwidth='1.0*' colname='c1'/>
+ <colspec colwidth='0.5*' colname='c1'/>
<colspec colwidth='1.0*' colname='c2'/>
<tbody>
<row>
@@ -845,7 +845,7 @@ The canonical representation of a translation table is (see also
<informaltable frame='none'>
<?dbfo keep-together="always" ?>
<tgroup cols='2' align='left' colsep='0' rowsep='0'>
- <colspec colwidth='1.0*' colname='c1'/>
+ <colspec colwidth='0.2*' colname='c1'/>
<colspec colwidth='1.0*' colname='c2'/>
<tbody>
<row>
diff --git a/specs/appE.xml b/specs/appE.xml
index 64bf97e..4df8643 100755
--- a/specs/appE.xml
+++ b/specs/appE.xml
@@ -9,7 +9,7 @@ class, and representation type symbolic constants.
<para><emphasis role='bold'>Resource names:</emphasis></para>
<informaltable frame='topbot'>
- <?dbfo keep-together="always" ?>
+ <?dbfo keep-together="auto" ?>
<tgroup cols='2' align='left' colsep='0' rowsep='0'>
<colspec colwidth='1.0*' colname='c1'/>
<colspec colwidth='1.0*' colname='c2'/>
@@ -406,7 +406,7 @@ class, and representation type symbolic constants.
<para><emphasis role='bold'>Resource classes:</emphasis></para>
<informaltable frame='topbot'>
- <?dbfo keep-together="always" ?>
+ <?dbfo keep-together="auto" ?>
<tgroup cols='2' align='left' rowsep='0' colsep='0'>
<colspec colwidth='1.0*' colname='c1'/>
<colspec colwidth='1.0*' colname='c2'/>
@@ -696,7 +696,7 @@ class, and representation type symbolic constants.
<para><emphasis role='bold'>Resource representation types:</emphasis></para>
<informaltable frame='topbot'>
- <?dbfo keep-together="always" ?>
+ <?dbfo keep-together="auto" ?>
<tgroup cols='2' align='left' colsep='0' rowsep='0'>
<colspec colwidth='1.0*' colname='c1'/>
<colspec colwidth='1.0*' colname='c2'/>
@@ -917,7 +917,7 @@ class, and representation type symbolic constants.
<para><emphasis role='bold'>Boolean enumeration constants:</emphasis></para>
<informaltable frame='topbot'>
- <?dbfo keep-together="always" ?>
+ <?dbfo keep-together="auto" ?>
<tgroup cols='2' align='left' rowsep='0' colsep='0'>
<colspec colwidth='1.0*' colname='c1'/>
<colspec colwidth='1.0*' colname='c2'/>
@@ -1059,7 +1059,7 @@ class, and representation type symbolic constants.
<para><emphasis role='bold'>Hooks for External Agents constants:</emphasis></para>
<informaltable frame='topbot'>
- <?dbfo keep-together="always" ?>
+ <?dbfo keep-together="auto" ?>
<tgroup cols='2' align='left' colsep='0' rowsep='0'>
<colspec colwidth='1.0*' colname='c1'/>
<colspec colwidth='1.0*' colname='c2'/>
@@ -1191,7 +1191,7 @@ class, and representation type symbolic constants.
<para><emphasis role='bold'>Resource names:</emphasis></para>
<informaltable frame='topbot'>
- <?dbfo keep-together="always" ?>
+ <?dbfo keep-together="auto" ?>
<tgroup cols='2' align='left' colsep='0' rowsep='0'>
<colspec colwidth='1.0*' colname='c1'/>
<colspec colwidth='1.0*' colname='c2'/>
@@ -1448,7 +1448,7 @@ class, and representation type symbolic constants.
<para><emphasis role='bold'>Resource classes:</emphasis></para>
<informaltable frame='topbot'>
- <?dbfo keep-together="always" ?>
+ <?dbfo keep-together="auto" ?>
<tgroup cols='2' align='left' colsep='0' rowsep='0'>
<colspec colwidth='1.0*' colname='c1'/>
<colspec colwidth='1.0*' colname='c2'/>
diff --git a/specs/appF.xml b/specs/appF.xml
index 3af47d9..f06df27 100755
--- a/specs/appF.xml
+++ b/specs/appF.xml
@@ -53,7 +53,7 @@ of bytes in the resource name), the resource name and the new
value for the resource. This property's type is <function>XA_STRING</function> and
the format of the string is:
</para>
-<orderedlist>
+<orderedlist spacing='compact'>
<listitem>
<para>
The length of the resource name (the number of bytes in