ChangeLog | 341 ++++++++++++ autogen.sh | 4 configure.ac | 18 debian/changelog | 33 + debian/control | 9 debian/rules | 9 debian/x11proto-xext-dev.install | 5 docbook.am | 105 +++ shm.h | 2 shmproto.h | 42 + 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 ++-- 25 files changed, 2075 insertions(+), 1514 deletions(-)
New commits: commit f224ee88f8b975c871c719e9f8c968bf3a5d8a40 Author: Julien Cristau <jcris...@debian.org> Date: Sun Nov 24 17:08:59 2013 +0100 Upload to experimental diff --git a/debian/changelog b/debian/changelog index c8589c2..334e42e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -x11proto-xext (7.2.99.901-1) UNRELEASED; urgency=low +x11proto-xext (7.2.99.901-1) experimental; urgency=low * New upstream release candidate. - -- Julien Cristau <jcris...@debian.org> Sun, 24 Nov 2013 17:03:05 +0100 + -- Julien Cristau <jcris...@debian.org> Sun, 24 Nov 2013 17:08:53 +0100 x11proto-xext (7.2.1-1) unstable; urgency=low commit 31bd9ab488e662ba4511b68a0a03e29407c4001f Author: Julien Cristau <jcris...@debian.org> Date: Sun Nov 24 17:03:31 2013 +0100 Bump changelogs diff --git a/ChangeLog b/ChangeLog index 4144881..781e62b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,51 @@ +commit 3f355f138d6df57e067458a20f47307883048adb +Author: Keith Packard <kei...@keithp.com> +Date: Tue Nov 5 16:03:40 2013 -0800 + + Bump version to 7.2.99.901 (7.3 RC1) + + Signed-off-by: Keith Packard <kei...@keithp.com> + +commit be1483563532b5dcaef6847c206d0a6f772c8bd4 +Author: Keith Packard <kei...@keithp.com> +Date: Thu Jan 17 13:48:15 2013 -0800 + + Adds MIT-SHM AttachFd and CreateSegment requests + + Passes shared memory segments by file descriptor, AttachFd passes from + client to server, CreateSegment passes from server to client. + + Signed-off-by: Keith Packard <kei...@keithp.com> + +commit 18515392d35c1e07a5978876d4559012f5078f92 +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Sat Oct 26 09:42:05 2013 -0400 + + config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES + + Fix Automake warning: AC_OUTPUT should be used without arguments. + www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Files + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + +commit f27fcc99d1cf935cc289933326f7d3baacd5107a +Author: Colin Walters <walt...@verbum.org> +Date: Wed Jan 4 17:37:06 2012 -0500 + + autogen.sh: Implement GNOME Build API + + http://people.gnome.org/~walters/docs/build-api.txt + + Signed-off-by: Adam Jackson <a...@redhat.com> + +commit f672d845f39cc912aa1e0357fab05a86775a4b37 +Author: Adam Jackson <a...@redhat.com> +Date: Tue Jan 15 14:01:10 2013 -0500 + + configure: Remove AM_MAINTAINER_MODE + + Signed-off-by: Adam Jackson <a...@redhat.com> + commit dff1a34f49644b2ed9cfac321dce6d31aed868cf Author: Alan Coopersmith <alan.coopersm...@oracle.com> Date: Thu Mar 22 20:54:16 2012 -0700 diff --git a/debian/changelog b/debian/changelog index ed6be2f..c8589c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +x11proto-xext (7.2.99.901-1) UNRELEASED; urgency=low + + * New upstream release candidate. + + -- Julien Cristau <jcris...@debian.org> Sun, 24 Nov 2013 17:03:05 +0100 + x11proto-xext (7.2.1-1) unstable; urgency=low * New upstream release. commit 3f355f138d6df57e067458a20f47307883048adb Author: Keith Packard <kei...@keithp.com> Date: Tue Nov 5 16:03:40 2013 -0800 Bump version to 7.2.99.901 (7.3 RC1) Signed-off-by: Keith Packard <kei...@keithp.com> diff --git a/configure.ac b/configure.ac index 9a2ee35..5b7c285 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.60]) -AC_INIT([XExtProto], [7.2.1], +AC_INIT([XExtProto], [7.2.99.901], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) commit be1483563532b5dcaef6847c206d0a6f772c8bd4 Author: Keith Packard <kei...@keithp.com> Date: Thu Jan 17 13:48:15 2013 -0800 Adds MIT-SHM AttachFd and CreateSegment requests Passes shared memory segments by file descriptor, AttachFd passes from client to server, CreateSegment passes from server to client. Signed-off-by: Keith Packard <kei...@keithp.com> diff --git a/shm.h b/shm.h index e076402..be49f5e 100644 --- a/shm.h +++ b/shm.h @@ -32,7 +32,7 @@ in this Software without prior written authorization from The Open Group. #define SHMNAME "MIT-SHM" #define SHM_MAJOR_VERSION 1 /* current version numbers */ -#define SHM_MINOR_VERSION 1 +#define SHM_MINOR_VERSION 2 #define ShmCompletion 0 #define ShmNumberEvents (ShmCompletion + 1) diff --git a/shmproto.h b/shmproto.h index e5de377..8136aa9 100644 --- a/shmproto.h +++ b/shmproto.h @@ -43,6 +43,8 @@ in this Software without prior written authorization from The Open Group. #define X_ShmPutImage 3 #define X_ShmGetImage 4 #define X_ShmCreatePixmap 5 +#define X_ShmAttachFd 6 +#define X_ShmCreateSegment 7 typedef struct _ShmQueryVersion { CARD8 reqType; /* always ShmReqCode */ @@ -178,6 +180,46 @@ typedef struct _ShmCompletion { } xShmCompletionEvent; #define sz_xShmCompletionEvent 32 +/* Version 1.2 additions */ +typedef struct _ShmAttachFd { + CARD8 reqType; /* always ShmReqCode */ + CARD8 shmReqType; /* always X_ShmAttachFd */ + CARD16 length B16; + ShmSeg shmseg B32; + BOOL readOnly; + BYTE pad0; + CARD16 pad1 B16; +} xShmAttachFdReq; +/* File descriptor is passed with this request */ +#define sz_xShmAttachFdReq 12 + +typedef struct _ShmCreateSegment { + CARD8 reqType; /* always ShmReqCode */ + CARD8 shmReqType; /* always X_ShmAttachFd */ + CARD16 length B16; + ShmSeg shmseg B32; + CARD32 size B32; + BOOL readOnly; + BYTE pad0; + CARD16 pad1 B16; +} xShmCreateSegmentReq; +#define sz_xShmCreateSegmentReq 16 + +typedef struct { + CARD8 type; /* must be X_Reply */ + CARD8 nfd; /* must be 1 */ + CARD16 sequenceNumber B16; /* last sequence number */ + CARD32 length B32; /* 0 */ + CARD32 pad2 B32; /* unused */ + CARD32 pad3 B32; /* unused */ + CARD32 pad4 B32; /* unused */ + CARD32 pad5 B32; /* unused */ + CARD32 pad6 B32; /* unused */ + CARD32 pad7 B32; /* unused */ +} xShmCreateSegmentReply; +/* File descriptor is passed with this reply */ +#define sz_xShmCreateSegmentReply 32 + #undef ShmSeg #undef Drawable #undef VisualID commit 18515392d35c1e07a5978876d4559012f5078f92 Author: Gaetan Nadon <mems...@videotron.ca> Date: Sat Oct 26 09:42:05 2013 -0400 config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES Fix Automake warning: AC_OUTPUT should be used without arguments. www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Files Signed-off-by: Gaetan Nadon <mems...@videotron.ca> diff --git a/configure.ac b/configure.ac index d6924fe..9a2ee35 100644 --- a/configure.ac +++ b/configure.ac @@ -14,6 +14,7 @@ XORG_WITH_FOP XORG_WITH_XSLTPROC XORG_CHECK_SGML_DOCTOOLS(1.8) -AC_OUTPUT([Makefile +AC_CONFIG_FILES([Makefile specs/Makefile xextproto.pc]) +AC_OUTPUT commit f27fcc99d1cf935cc289933326f7d3baacd5107a Author: Colin Walters <walt...@verbum.org> Date: Wed Jan 4 17:37:06 2012 -0500 autogen.sh: Implement GNOME Build API http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Adam Jackson <a...@redhat.com> diff --git a/autogen.sh b/autogen.sh index 904cd67..fc34bd5 100755 --- a/autogen.sh +++ b/autogen.sh @@ -9,4 +9,6 @@ cd $srcdir autoreconf -v --install || exit 1 cd $ORIGDIR || exit $? -$srcdir/configure --enable-maintainer-mode "$@" +if test -z "$NOCONFIGURE"; then + $srcdir/configure "$@" +fi commit f672d845f39cc912aa1e0357fab05a86775a4b37 Author: Adam Jackson <a...@redhat.com> Date: Tue Jan 15 14:01:10 2013 -0500 configure: Remove AM_MAINTAINER_MODE Signed-off-by: Adam Jackson <a...@redhat.com> diff --git a/configure.ac b/configure.ac index 4f80b94..d6924fe 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,6 @@ AC_PREREQ([2.60]) AC_INIT([XExtProto], [7.2.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) -AM_MAINTAINER_MODE # Require xorg-macros minimum of 1.12 for DocBook external references m4_ifndef([XORG_MACROS_VERSION], commit 249016f69d1ca0ded34300443d892044db9b6c7b Author: Julien Cristau <jcris...@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 <jcris...@debian.org> Sun, 15 Apr 2012 18:36:12 +0200 + -- Julien Cristau <jcris...@debian.org> Sun, 15 Apr 2012 19:44:59 +0200 x11proto-xext (7.2.0-3) unstable; urgency=low commit 019e0ffa3aa600309f63a30884f6c9241fb8b240 Author: Julien Cristau <jcris...@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 <jcris...@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 <k...@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 <jcris...@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 <jcris...@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 <jcris...@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.coopersm...@oracle.com> +Date: Thu Mar 22 20:54:16 2012 -0700 + + xextproto 7.2.1 + + Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com> + +commit 38c6d386637eecc105f6e6b03ff10e6299bd0002 +Author: Matt Dew <mar...@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 <mar...@osource.org> + +commit 618cea608d726c0aeb48960da7bedc2dd8b36bba +Author: Matt Dew <mar...@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 <mar...@osource.org> + +commit 8f35303d8d40a68deb8c4830e8946ea356b0577f +Author: Gaetan Nadon <mems...@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 <mems...@videotron.ca> + +commit 7c7f6b9e21cea649e833afa4402fd4848c97e047 +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Wed Sep 21 15:44:59 2011 -0400 + + xtest spec: fix copyright markup + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + +commit c43e9edc3bed977885ec69c8e3a7f106d778b931 +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Wed Sep 21 15:42:18 2011 -0400 + + top-cup spec: remove orphan corpname markup + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + +commit b72a529226cce698b3550a75ecedfea6585daccf +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Wed Sep 21 15:40:08 2011 -0400 + + sync spec: fix copyright markup for multiple authors + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + +commit daf6658219cac1fb1bde12f9e827a7832162536a +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Wed Sep 21 15:31:39 2011 -0400 + + shm spec: fix author affiliation and copyright text + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + +commit 7961ee6a9d2d398f0f05ca7058644c4894822910 +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Wed Sep 21 15:24:12 2011 -0400 + + shape spec: fix author affiliation and copyright text + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + +commit 77f8d11c0d2e521b1dfbd27acfde381a4dcfb135 +Author: Gaetan Nadon <mems...@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 <mems...@videotron.ca> + +commit ac60c5c5081690e2984192a8aeed7790c8b98297 +Author: Gaetan Nadon <mems...@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 <mems...@videotron.ca> + +commit 11529183d7294901074332e1369364fc0ed0cafa +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Wed Sep 21 10:20:31 2011 -0400 + + lbx: complete the authors name + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + +commit 414fdfca99ac0b787ce63777024fa306126f4505 +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Wed Sep 21 10:12:06 2011 -0400 + + geproto: fix author's e-mail + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + +commit 91f892076e7fa842993aa2ce17eafd8c61fbe024 +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Wed Sep 21 09:52:43 2011 -0400 + + evi spec: fix copyright and orphan markup + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + +commit ff0477883d6015e00b5f323c697d2bdd7e746298 +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Wed Sep 21 09:44:15 2011 -0400 + + dpms spec: fix author affiliation + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + +commit 40814443d5f73f340879719d945f6a8cfd2fb3fd +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Wed Sep 21 09:26:11 2011 -0400 + + dbe spec: fix author affiliation and copyright notices + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + +commit b1f8a6d384b6866ce70c8289a727d25aa5de7dbf +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Tue Sep 20 20:54:02 2011 -0400 + + appgrp: use <copyright> markup and minor titlepage fixes + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + +commit 08f39a5f52ef9e10ae7b32d9ae21d64f5eaef354 +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Wed Sep 14 20:55:08 2011 -0400 + + sync: fix author name and authors affiliation + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + +commit 895d967d56711617ff59e2d2d60389609557072b +Author: Gaetan Nadon <mems...@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 <mems...@videotron.ca> + +commit a19f712304f9a606dd2f9d805d5292b37371b31d +Author: Gaetan Nadon <mems...@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 <mems...@videotron.ca> + +commit 2ff4ebb7014d739744d30a873c90530bc4103927 +Author: Gaetan Nadon <mems...@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 <mems...@videotron.ca> + +commit a6b33943e6245da960d74dc7dd9a2dec40310fa2 +Author: Gaetan Nadon <mems...@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 <mems...@videotron.ca> + +commit e689b12b5d685deb7d226d116fbac21951d08968 +Author: Gaetan Nadon <mems...@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 <mems...@videotron.ca> + +commit 84ddb52e2362953c2e646e85eb745c34c1c01e2a +Author: Gaetan Nadon <mems...@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 <mems...@videotron.ca> + +commit 09dcc84b4cea1416d01a53b32875295adfb36ba4 +Author: Gaetan Nadon <mems...@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 <mar...@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 <mar...@osource.org> + Reviewed-by: Alan Coopersmith <alan.coopersm...@oracle.com> + Reviewed-by: Gaetan Nadon <mems...@videotron.ca> + +commit 6dba94ecadfa4f58dd1b2ee0ceb39d4710900ac8 +Author: Gaetan Nadon <mems...@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 <mar...@osource.org> + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + commit c593fd1000ceb83f0933361c5e7496d799233f7e Author: Keith Packard <kei...@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 <jcris...@debian.org> Sun, 15 Apr 2012 18:31:25 +0200 + -- Julien Cristau <jcris...@debian.org> Sun, 15 Apr 2012 18:36:12 +0200 x11proto-xext (7.2.0-3) unstable; urgency=low commit 198b750adfd6dffea75db3027e3b52ba4645424a Author: Julien Cristau <jcris...@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 <jcris...@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.coopersm...@oracle.com> Date: Thu Mar 22 20:54:16 2012 -0700 xextproto 7.2.1 Signed-off-by: Alan Coopersmith <alan.coopersm...@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 <mar...@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 <mar...@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'> -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1vkcot-0004gg...@moszumanska.debian.org