x11proto-xext: Changes to 'debian-unstable'
ChangeLog | 293 ++++++++++
configure.ac | 14
debian/changelog | 10
debian/control | 6
debian/rules | 9
debian/x11proto-xext-dev.install | 3
docbook.am | 105 +++
specs/.gitignore | 1
specs/Makefile.am | 64 --
specs/appgrp.xml | 219 ++++---
specs/dbe.xml | 248 ++++-----
specs/dpms.xml | 115 ++--
specs/evi.xml | 72 +-
specs/geproto.xml | 43 +
specs/lbx.xml | 1071 ++++++++++++++++++++-------------------
specs/multibuf.xml | 59 +-
specs/security.xml | 561 +++++++++-----------
specs/shape.xml | 168 +++---
specs/shm.xml | 61 +-
specs/sync.xml | 171 +++---
specs/tog-cup.xml | 58 +-
specs/xtest.xml | 110 ++--
22 files changed, 1953 insertions(+), 1508 deletions(-)
New commits:
commit 249016f69d1ca0ded34300443d892044db9b6c7b
Author: Julien Cristau <jcristau@debian.org>
Date: Sun Apr 15 19:45:02 2012 +0200
Upload to unstable
diff --git a/debian/changelog b/debian/changelog
index f3bbe9b..ed6be2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-xext (7.2.1-1) UNRELEASED; urgency=low
+x11proto-xext (7.2.1-1) unstable; urgency=low
* New upstream release.
* Don't require (fake)root for debian/rules clean.
@@ -6,7 +6,7 @@ x11proto-xext (7.2.1-1) UNRELEASED; urgency=low
* Bump build-deps on xutils-dev, xmlto and xorg-sgml-doctools per
configure.ac.
- -- Julien Cristau <jcristau@debian.org> Sun, 15 Apr 2012 18:36:12 +0200
+ -- Julien Cristau <jcristau@debian.org> Sun, 15 Apr 2012 19:44:59 +0200
x11proto-xext (7.2.0-3) unstable; urgency=low
commit 019e0ffa3aa600309f63a30884f6c9241fb8b240
Author: Julien Cristau <jcristau@debian.org>
Date: Sun Apr 15 18:46:28 2012 +0200
Bump build-deps on xutils-dev, xmlto and xorg-sgml-doctools per configure.ac.
diff --git a/debian/changelog b/debian/changelog
index 077c017..f3bbe9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ x11proto-xext (7.2.1-1) UNRELEASED; urgency=low
* New upstream release.
* Don't require (fake)root for debian/rules clean.
* Set docdir in configure directly.
+ * Bump build-deps on xutils-dev, xmlto and xorg-sgml-doctools per
+ configure.ac.
-- Julien Cristau <jcristau@debian.org> Sun, 15 Apr 2012 18:36:12 +0200
diff --git a/debian/control b/debian/control
index dd2ea51..2bddd1d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,13 @@ Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Cyril Brulebois <kibi@debian.org>
Build-Depends:
debhelper (>= 5.0.0),
- xutils-dev (>= 1:7.5+4),
+ xutils-dev (>= 1:7.6+2),
autoconf,
automake,
pkg-config,
# specs:
- xmlto,
- xorg-sgml-doctools (>= 1:1.5),
+ xmlto (>= 0.0.22),
+ xorg-sgml-doctools (>= 1:1.8),
w3m,
Standards-Version: 3.9.1
Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-xext
commit 4cde8cd606effc766d14595524381bd217202dc4
Author: Julien Cristau <jcristau@debian.org>
Date: Sun Apr 15 18:45:31 2012 +0200
Set docdir in configure directly.
diff --git a/debian/changelog b/debian/changelog
index 2b2e0f5..077c017 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ x11proto-xext (7.2.1-1) UNRELEASED; urgency=low
* New upstream release.
* Don't require (fake)root for debian/rules clean.
+ * Set docdir in configure directly.
-- Julien Cristau <jcristau@debian.org> Sun, 15 Apr 2012 18:36:12 +0200
diff --git a/debian/rules b/debian/rules
index d1ba8d2..30c6f50 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,6 +39,7 @@ build/config.status: configure
cd build && \
../configure --prefix=/usr --mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info \
+ --docdir=\$${datadir}/doc/$(PACKAGE) \
--with-xmlto --without-fop \
$(confflags) CFLAGS="$(CFLAGS)"
@@ -76,7 +77,8 @@ binary-indep: build install
dh_installdocs
dh_installman
- find debian/tmp/usr/share/doc/xextproto -name '*.xml' -delete
+ find debian/tmp/usr/share/doc/$(PACKAGE) -name '*.xml' -delete
+ find debian/tmp/usr/share/doc/$(PACKAGE) -name '*.db' -delete
dh_install --sourcedir=debian/tmp --fail-missing
dh_installchangelogs
dh_link
diff --git a/debian/x11proto-xext-dev.install b/debian/x11proto-xext-dev.install
index 8b2e16f..4f4f4f1 100644
--- a/debian/x11proto-xext-dev.install
+++ b/debian/x11proto-xext-dev.install
@@ -1,4 +1,3 @@
usr/include/X11/extensions/*
usr/lib/pkgconfig/xextproto.pc /usr/share/pkgconfig
-usr/share/doc/xextproto/*.html usr/share/doc/x11proto-xext-dev/
-usr/share/doc/xextproto/*.txt usr/share/doc/x11proto-xext-dev/
+usr/share/doc/x11proto-xext-dev
commit 1ac670d3c04ac3d608e47ac91d4e32a533f0677d
Author: Julien Cristau <jcristau@debian.org>
Date: Sun Apr 15 18:37:16 2012 +0200
Bump changelogs
diff --git a/ChangeLog b/ChangeLog
index 778f35a..4144881 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,296 @@
+commit dff1a34f49644b2ed9cfac321dce6d31aed868cf
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Thu Mar 22 20:54:16 2012 -0700
+
+ xextproto 7.2.1
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 38c6d386637eecc105f6e6b03ff10e6299bd0002
+Author: Matt Dew <marcoz@osource.org>
+Date: Mon Jan 16 13:18:50 2012 -0700
+
+ informaltable cleanup
+
+ On certain tables, add top and bottom borders to table
+ header and a bottom border to the table. This matches
+ what those tables in the old pdfs looked like.
+
+ the <?dbfo keep-together='always'> prevents tables from
+ splitting across pages. Useful for tiny tables.
+
+ Converting the colwidth to a floating point,
+ IE, 1* -> 1.0* cleans up these build errors:
+ WARNING: table-layout="fixed" and column-width unspecified
+ => falling back to proportional-column-width(1)
+
+ Signed-off-by: Matt Dew <marcoz@osource.org>
+
+commit 618cea608d726c0aeb48960da7bedc2dd8b36bba
+Author: Matt Dew <marcoz@osource.org>
+Date: Fri Sep 30 22:28:10 2011 -0600
+
+ #1 - fix the capitalization of the ID attriutes to
+ match either the <title> or <funcdef> string it goes with.
+ #2 - fix any <linkend>'s that were affected by #1
+ #3 - any <function> in the docs that has an actual funcdef,
+ will become an olink.
+
+ Signed-off-by: Matt Dew <marcoz@osource.org>
+
+commit 8f35303d8d40a68deb8c4830e8946ea356b0577f
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Sep 21 19:35:12 2011 -0400
+
+ geproto spec: add missing copyright with the author's permission
+
+ http://cgit.freedesktop.org/xorg/proto/xextproto/commit/geproto.txt
+ ?id=69356e4165f11f3ed4b377d29df038549191a91e
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 7c7f6b9e21cea649e833afa4402fd4848c97e047
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Sep 21 15:44:59 2011 -0400
+
+ xtest spec: fix copyright markup
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit c43e9edc3bed977885ec69c8e3a7f106d778b931
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Sep 21 15:42:18 2011 -0400
+
+ top-cup spec: remove orphan corpname markup
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit b72a529226cce698b3550a75ecedfea6585daccf
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Sep 21 15:40:08 2011 -0400
+
+ sync spec: fix copyright markup for multiple authors
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit daf6658219cac1fb1bde12f9e827a7832162536a
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Sep 21 15:31:39 2011 -0400
+
+ shm spec: fix author affiliation and copyright text
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 7961ee6a9d2d398f0f05ca7058644c4894822910
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Sep 21 15:24:12 2011 -0400
+
+ shape spec: fix author affiliation and copyright text
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 77f8d11c0d2e521b1dfbd27acfde381a4dcfb135
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Sep 21 10:35:58 2011 -0400
+
+ security: fix X Consortium copyrigh legal text and minor markups
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit ac60c5c5081690e2984192a8aeed7790c8b98297
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Sep 21 10:30:12 2011 -0400
+
+ multibuf spec: refactor copyright legal text for multi licensing
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 11529183d7294901074332e1369364fc0ed0cafa
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Sep 21 10:20:31 2011 -0400
+
+ lbx: complete the authors name
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 414fdfca99ac0b787ce63777024fa306126f4505
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Sep 21 10:12:06 2011 -0400
+
+ geproto: fix author's e-mail
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 91f892076e7fa842993aa2ce17eafd8c61fbe024
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Sep 21 09:52:43 2011 -0400
+
+ evi spec: fix copyright and orphan markup
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit ff0477883d6015e00b5f323c697d2bdd7e746298
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Sep 21 09:44:15 2011 -0400
+
+ dpms spec: fix author affiliation
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 40814443d5f73f340879719d945f6a8cfd2fb3fd
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Sep 21 09:26:11 2011 -0400
+
+ dbe spec: fix author affiliation and copyright notices
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit b1f8a6d384b6866ce70c8289a727d25aa5de7dbf
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Tue Sep 20 20:54:02 2011 -0400
+
+ appgrp: use <copyright> markup and minor titlepage fixes
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 08f39a5f52ef9e10ae7b32d9ae21d64f5eaef354
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Sep 14 20:55:08 2011 -0400
+
+ sync: fix author name and authors affiliation
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 895d967d56711617ff59e2d2d60389609557072b
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Mon Sep 12 11:23:00 2011 -0400
+
+ docs: use the &fullrelvers; entity to set X11 release information
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit a19f712304f9a606dd2f9d805d5292b37371b31d
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Sun Sep 11 19:49:54 2011 -0400
+
+ docs: remove <productnumber> which is not used by default
+
+ This element is not rendered by default on the title. A template
+ customization is required to display it.
+ X Window System does not have a product number.
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 2ff4ebb7014d739744d30a873c90530bc4103927
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Fri Sep 9 21:03:36 2011 -0400
+
+ Use more appropriate docbook element to get "Edited by"
+
+ The proper element to use is <editor>.
+ The <contrib> was a hack to insert text and showed up in the wrong location
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit a6b33943e6245da960d74dc7dd9a2dec40310fa2
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Thu Sep 8 20:00:00 2011 -0400
+
+ docbook.am: embed css styles inside the HTML HEAD element
+
+ Rather than referring to the external xorg.css stylesheet, embed the content
+ of the file in the html output produced. This is accomplished by using
+ version 1.10 of xorg-xhtml.xsl.
+
+ This makes the whole html docs tree much more relocatable.
+ In addition, it eliminates xorg.css as a runtime file which makes
+ xorg-sgml-doctools a build time only package.
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit e689b12b5d685deb7d226d116fbac21951d08968
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Sep 7 10:31:04 2011 -0400
+
+ docbook.am: global maintenance update - entities, images and olinking
+
+ Adding support in libX11 for html chunking caused a reorg of docbook.am
+ as well as the xorg-sgml-doctools masterdb for olinking.
+ The parameter img.src.path is added for pdf images.
+ A searchpath to the root builddir is added for local entities, if present.
+
+ The docbook.am makefile hides all the details and is identical for
+ all 22 modules having DocBook documentation. It is included by a thin
+ Makefile.am which requires no docbook knowledge.
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 84ddb52e2362953c2e646e85eb745c34c1c01e2a
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Sun Jun 12 17:54:50 2011 -0400
+
+ Install xml versions of specs even if HAVE_XMLTO is false
+
+ DocBook/XML input source is also a usefull output format that can be viewed
+ with an XML viewer or editor and by some O/S help system.
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 09dcc84b4cea1416d01a53b32875295adfb36ba4
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Sun Jun 5 16:27:37 2011 -0400
+
+ Install target dbs alongside generated documents
+
+ This matches a change in xorg-sgml-docs whereby the masterdb will look for
+ the target dbs into the same location as the generated documents.
+
+ The target dbs are now installed alongside the generated documents.
+ Previously they are installed in $prefix/sgml/X11/dbs alongside masterdb which
+ has the potential of installing outside the package prefix and cause
+ distcheck to fail when user does not have write permission in this package.
+
+ Requires XORG_CHECK_SGML_DOCTOOLS(1.8) which was released 2011-06-11
+
+commit 4f42558a78d3e14b611247249f3f300424f8ecd3
+Author: Matt Dew <marcoz@osource.org>
+Date: Wed May 25 21:56:10 2011 -0600
+
+ Add id attributes to funcsynopsis to allow other docs to olink to them.
+
+ Signed-off-by: Matt Dew <marcoz@osource.org>
+ Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+ Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 6dba94ecadfa4f58dd1b2ee0ceb39d4710900ac8
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Sun Feb 27 15:06:18 2011 -0500
+
+ Documentation: add Docbook external references support
+
+ When writing technical documentation, it is often necessary to cross
+ reference to other information. When that other information is not in the
+ current document, additional support is needed, namely <olink>.
+
+ A new feature with version 1.7 of xorg-sgml-doctools adds references to
+ other documents within or outside this package.
+
+ This patch adds technical support for this feature but does not change
+ the content of the documentation as seen by the end user.
+
+ Each book or article must generate a database containing the href
+ of sections that can be referred to from another document. This database
+ is installed in DATAROOTDIR/sgml/X11/dbs. There is a requirement that
+ the value of DATAROOTDIR for xorg-sgml-doctools and for the package
+ documentation is the same. This forms a virtual document tree.
+
+ This database is consulted by other documents while they are being generated
+ in order to fulfill the missing information for linking.
+ Refer to the xorg-sgml-doctools for further technical information.
+
+ Co-authored-by: Matt Dew <marcoz@osource.org>
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
commit c593fd1000ceb83f0933361c5e7496d799233f7e
Author: Keith Packard <keithp@keithp.com>
Date: Sat Feb 26 23:57:48 2011 -0800
diff --git a/debian/changelog b/debian/changelog
index 3e8ddd4..2b2e0f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-x11proto-xext (7.2.0-4) UNRELEASED; urgency=low
+x11proto-xext (7.2.1-1) UNRELEASED; urgency=low
+ * New upstream release.
* Don't require (fake)root for debian/rules clean.
- -- Julien Cristau <jcristau@debian.org> Sun, 15 Apr 2012 18:31:25 +0200
+ -- Julien Cristau <jcristau@debian.org> Sun, 15 Apr 2012 18:36:12 +0200
x11proto-xext (7.2.0-3) unstable; urgency=low
commit 198b750adfd6dffea75db3027e3b52ba4645424a
Author: Julien Cristau <jcristau@debian.org>
Date: Sun Apr 15 18:31:36 2012 +0200
Don't require (fake)root for debian/rules clean.
diff --git a/debian/changelog b/debian/changelog
index fd7775a..3e8ddd4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x11proto-xext (7.2.0-4) UNRELEASED; urgency=low
+
+ * Don't require (fake)root for debian/rules clean.
+
+ -- Julien Cristau <jcristau@debian.org> Sun, 15 Apr 2012 18:31:25 +0200
+
x11proto-xext (7.2.0-3) unstable; urgency=low
* Mark x11proto-xext-dev Multi-Arch: foreign
diff --git a/debian/rules b/debian/rules
index 2430a12..d1ba8d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,18 +50,15 @@ build-stamp: build/config.status
clean:
dh_testdir
- dh_testroot
rm -f build-stamp
-
rm -f config.cache config.log config.status
rm -f */config.cache */config.log */config.status
rm -f conftest* */conftest*
rm -rf autom4te.cache */autom4te.cache
rm -rf build
rm -f config.guess config.sub
- rm -f $$(find -name Makefile.in)
+ find -name Makefile.in -delete
rm -f aclocal.m4 configure install-sh missing mkinstalldirs
-
dh_clean
install: build
commit dff1a34f49644b2ed9cfac321dce6d31aed868cf
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Thu Mar 22 20:54:16 2012 -0700
xextproto 7.2.1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
diff --git a/configure.ac b/configure.ac
index 6c68248..4f80b94 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,6 @@
AC_PREREQ([2.60])
-AC_INIT([XExtProto], [7.2.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AC_INIT([XExtProto], [7.2.1],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
commit 38c6d386637eecc105f6e6b03ff10e6299bd0002
Author: Matt Dew <marcoz@osource.org>
Date: Mon Jan 16 13:18:50 2012 -0700
informaltable cleanup
On certain tables, add top and bottom borders to table
header and a bottom border to the table. This matches
what those tables in the old pdfs looked like.
the <?dbfo keep-together='always'> prevents tables from
splitting across pages. Useful for tiny tables.
Converting the colwidth to a floating point,
IE, 1* -> 1.0* cleans up these build errors:
WARNING: table-layout="fixed" and column-width unspecified
=> falling back to proportional-column-width(1)
Signed-off-by: Matt Dew <marcoz@osource.org>
diff --git a/specs/appgrp.xml b/specs/appgrp.xml
index cf2c2d0..0f91e16 100644
--- a/specs/appgrp.xml
+++ b/specs/appgrp.xml
@@ -105,9 +105,10 @@ As a member of an Application Group, when an application creates and maps a wind
<para><emphasis role='bold'>AppGroupQueryVersion</emphasis></para>
-<informaltable>
-<tgroup cols='1'>
-<colspec colsep='0'/>
+<informaltable frame='none'>
+<?dbfo keep-together="always" ?>
+<tgroup cols='1' colsep='0' rowsep='0'>
+<colspec colsep='0' colwidth='1.0*'/>
<tbody>
<row>
<entry>client_major_version: CARD16</entry>
@@ -135,9 +136,10 @@ If supplied, the client_major_version and client_minor_version indicate what ver
<para><emphasis role='bold'>AppGroupCreate</emphasis></para>
-<informaltable>
-<tgroup cols='1'>
-<colspec colsep='0'/>
+<informaltable frame='none'>
+<?dbfo keep-together="always" ?>
+<tgroup cols='1' colsep='0' rowsep='0'>
+<colspec colsep='0' colwidth='1.0*'/>
<tbody>
<row>
<entry>app_group: APPGROUP</entry>
@@ -166,13 +168,14 @@ This request creates an Application Group using app_group as the Application Gro
The value_mask and value_list specify attributes of the Application Group that are to be explicitly initialized. The attributes, their types, and the default values are:
</para>
-<informaltable frame="all">
-<tgroup cols='3'>
-<colspec colsep='0'/>
-<colspec colsep='0'/>
-<colspec colsep='0'/>
+<informaltable frame="topbot">
+<?dbfo keep-together="always" ?>
+<tgroup cols='3' colsep='0' rowsep='0'>
+<colspec colname='c1' colwidth='1.0*'/>
+<colspec colname='c2' colwidth='1.0*'/>
+<colspec colname='c3' colwidth='1.0*'/>
<tbody>
- <row>
+ <row rowsep='1'>
<entry>Attribute</entry>
<entry>Type</entry>
<entry>Default</entry>
@@ -257,9 +260,10 @@ If the application that created a non-embedded Application Group exits, and ther
<para><emphasis role='bold'>AppGroupGetAttr</emphasis></para>
-<informaltable>
-<tgroup cols='1'>
-<colspec colsep='0'/>
+<informaltable frame='none'>
+<?dbfo keep-together="always" ?>
+<tgroup cols='1' colsep='0' rowsep='0'>
+<colspec colname='c1' colwidth='1.0*'/>
<tbody>
<row>
<entry>>app_group: APPGROUP</entry>
@@ -280,9 +284,10 @@ This request returns the application group attributes for app_group.
<para><emphasis role='bold'>AppGroupQuery</emphasis></para>
-<informaltable>
-<tgroup cols='1'>
-<colspec colsep='0'/>
+<informaltable frame='none'>
+<?dbfo keep-together="always" ?>
+<tgroup cols='1' colsep='0' rowsep='0'>
+<colspec colname='c1' colwidth='1.0*'/>
<tbody>
<row>
<entry>resource: XID</entry>
@@ -303,9 +308,10 @@ This request returns the Application Group ID of the application that created re
<para><emphasis role='bold'>AppGroupCreateAssociation</emphasis></para>
-<informaltable>
-<tgroup cols='1'>
-<colspec colsep='0'/>
+<informaltable frame='none'>
+<?dbfo keep-together="always" ?>
+<tgroup cols='1' colsep='0' rowsep='0'>
+<colspec colname='c1' colwidth='1.0*'/>
<tbody>
<row>
<entry>window: WINDOW</entry>
@@ -326,9 +332,10 @@ This request associates window with system_window. The window_type indicates the
<para><emphasis role='bold'>AppGroupDestroyAssociation</emphasis></para>
-<informaltable>
-<tgroup cols='1'>
-<colspec colsep='0'/>
+<informaltable frame='none'>
+<?dbfo keep-together="always" ?>
+<tgroup cols='1' colsep='0' rowsep='0'>
+<colspec colname='c1' colwidth='1.0*'/>
<tbody>
<row>
<entry>window: WINDOW</entry>
@@ -647,25 +654,26 @@ VALUEs
<title>Library API</title>
<informaltable frame='none'>
-<tgroup cols='1'>
-<colspec colsep='0'/>
+<?dbfo keep-together="always" ?>
+<tgroup cols='1' colsep='0' rowsep='0'>
+<colspec colname='c1' colwidth='1.0*'/>
<tbody>
- <row rowsep='0'>
+ <row>
<entry role='functiondecl'>
Status <emphasis>XagQueryVersion</emphasis> (<emphasis> xkb, keycode</emphasis>) /* macro */
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
Display <emphasis>dpy</emphasis>;
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
int * <emphasis>major_version_return</emphasis>;
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
int * <emphasis>minor_version_return</emphasis>;
</entry>
@@ -688,40 +696,41 @@ An embedding manager such as a web browser that intends to embed programs in an
<informaltable frame='none'>
-<tgroup cols='1'>
-<colspec colsep='0'/>
+<?dbfo keep-together="always" ?>
+<tgroup cols='1' colsep='0' rowsep='0'>
+<colspec colname='c1' colwidth='1.0*'/>
<tbody>
- <row rowsep='0'>
+ <row>
<entry role='functiondecl'>
Status XagCreateEmbeddedApplicationGroup(
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
Display* dpy,
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
VisualID root_visual,
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
Colormap default_colormap,
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
unsigned long black_pixel,
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
unsigned long white_pixel,
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
XAppGroup* app_group_return);
</entry>
@@ -744,20 +753,21 @@ A special font-path can be created by creating an Application Group, getting an
</para></note>
<informaltable frame='none'>
-<tgroup cols='1'>
-<colspec colsep='0'/>
+<?dbfo keep-together="always" ?>
+<tgroup cols='1' colsep='0' rowsep='0'>
+<colspec colname='c1' colwidth='1.0*'/>
<tbody>
- <row rowsep='0'>
+ <row>
<entry role='functiondecl'>
Status XagCreateNonembeddedApplicationGroup(
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
Display* dpy,
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
XAppGroup* app_group_return);
</entry>
@@ -775,20 +785,21 @@ To destroy an Application Group use XagDestroyApplicationGroup.
</para>
<informaltable frame='none'>
-<tgroup cols='1'>
-<colspec colsep='0'/>
+<?dbfo keep-together="always" ?>
+<tgroup cols='1' colsep='0' rowsep='0'>
+<colspec colname='c1' colwidth='1.0*'/>
<tbody>
- <row rowsep='0'>
+ <row>
<entry role='functiondecl'>
Status XagDestroyApplicationGroup(
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
Display* dpy,
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
XAppGroup app_group);
</entry>
@@ -808,25 +819,26 @@ To retrieve the attributes of an Application Group use XagGetApplicationGroupAtt
<informaltable frame='none'>
-<tgroup cols='1'>
-<colspec colsep='0'/>
+<?dbfo keep-together="always" ?>
+<tgroup cols='1' colsep='0' rowsep='0'>
+<colspec colname='c1' colwidth='1.0*'/>
<tbody>
- <row rowsep='0'>
+ <row>
<entry role='functiondecl'>
Status XagGetApplicationGroupAttributes(
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
Display* dpy,
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
XAppGroup app_group,
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
...);
</entry>
@@ -886,25 +898,26 @@ To determine which Application Group a resource (such as a window) belongs to, u
</para>
<informaltable frame='none'>
-<tgroup cols='1'>
-<colspec colsep='0'/>
+<?dbfo keep-together="always" ?>
+<tgroup cols='1' colsep='0' rowsep='0'>
+<colspec colname='c1' colwidth='1.0*'/>
<tbody>
- <row rowsep='0'>
+ <row>
<entry role='functiondecl'>
Status XagQueryApplicationGroup(
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
Display* dpy,
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
XID resource,
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
XAppGroup* app_group_return);
</entry>
@@ -923,25 +936,26 @@ To associate an X Window ID with a system-specific window ID, such as a HWND or
</para>
<informaltable frame='none'>
-<tgroup cols='1'>
-<colspec colsep='0'/>
+<?dbfo keep-together="always" ?>
+<tgroup cols='1' colsep='0' rowsep='0'>
+<colspec colname='c1' colwidth='1.0*'/>
<tbody>
- <row rowsep='0'>
+ <row>
<entry role='functiondecl'>
Status XagCreateAssociation(
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
Display* dpy,
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
Window* window_return,
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
void* system_window);
</entry>
@@ -991,20 +1005,21 @@ To destroy the association created with XagCreateAssociation use XagDestroyAssoc
<informaltable frame='none'>
-<tgroup cols='1'>
-<colspec colsep='0'/>
+<?dbfo keep-together="always" ?>
+<tgroup cols='1' colsep='0' rowsep='0'>
+<colspec colname='c1' colwidth='1.0*'/>
<tbody>
- <row rowsep='0'>
+ <row>
<entry role='functiondecl'>
Status XagDestroyAssociation(
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
Display* dpy,
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
Window window);
</entry>
diff --git a/specs/dbe.xml b/specs/dbe.xml
index d0319d3..5af90a6 100644
--- a/specs/dbe.xml
+++ b/specs/dbe.xml
@@ -446,30 +446,31 @@ This request returns the major and minor version numbers of this extension.
</para>
<para>DBEGetVersion</para>
-<informaltable>
- <tgroup cols="2">
- <colspec colname="c1"/>
- <colspec colname="c2" />
+<informaltable frame='none'>
+ <?dbfo keep-together="always" ?>
+ <tgroup cols="2" align='left' colsep='0' rowsep='0'>
+ <colspec colname="c1" colwidth='1.0*'/>
+ <colspec colname="c2" colwidth='2.0*'/>
<tbody>
<row>
- <entry align="left">client-major-version</entry>
- <entry align="left">CARD8</entry>
+ <entry>client-major-version</entry>
+ <entry>CARD8</entry>
</row>
<row>
- <entry align="left">client-minor-version </entry>
- <entry align="left">CARD8</entry>
+ <entry>client-minor-version </entry>
+ <entry>CARD8</entry>
</row>
<row>
- <entry align="left">=></entry>
- <entry align="left"></entry>
+ <entry>=></entry>
+ <entry></entry>
</row>
<row>
- <entry align="left">server-major-version </entry>
- <entry align="left">CARD8</entry>
+ <entry>server-major-version </entry>
+ <entry>CARD8</entry>
</row>
<row>
- <entry align="left">server-minor-version </entry>
- <entry align="left">CARD8</entry>
+ <entry>server-minor-version </entry>
+ <entry>CARD8</entry>
</row>
</tbody>
</tgroup>
@@ -506,48 +507,50 @@ This request returns information about which visuals support double buffering.
<para>DBEGetVisualInfo</para>
-<informaltable>
- <tgroup cols="2">
- <colspec colname="c1"/>
- <colspec colname="c2"/>
+<informaltable frame='none'>
+ <?dbfo keep-together="always" ?>
+ <tgroup cols="2" align='left' colsep='0' rowsep='0'>
+ <colspec colname="c1" colwidth='1.0*'/>
+ <colspec colname="c2" colwidth='2.0*'/>
<tbody>
<row>
- <entry align="left">screen-specifiers</entry>
- <entry align="left">LISTofDRAWABLE</entry>
+ <entry>screen-specifiers</entry>
+ <entry>LISTofDRAWABLE</entry>
</row>
<row>
- <entry align="left">=></entry>
- <entry align="left"></entry>
+ <entry>=></entry>
Reply to: