x11proto-xcmisc: Changes to 'upstream-unstable'

2012-04-15 Thread Julien Cristau
 configure.ac  |   13 +++---
 docbook.am|  105 ++
 specs/.gitignore  |3 -
 specs/Makefile.am |   63 +++-
 specs/xc-misc.xml |   28 +++---
 5 files changed, 134 insertions(+), 78 deletions(-)

New commits:
commit f18667046964759f1fe086ade26829f6ced4fea7
Author: Alan Coopersmith alan.coopersm...@oracle.com
Date:   Thu Mar 22 20:52:02 2012 -0700

xcmiscproto 1.2.2

Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com

diff --git a/configure.ac b/configure.ac
index 1ce26a3..b6301ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.60])
-AC_INIT([XCMiscProto], [1.2.1],
+AC_INIT([XCMiscProto], [1.2.2],
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 AM_MAINTAINER_MODE

commit 8bdaa79348896ecbf4f69df9773ec4681eb46410
Author: Matt Dew mar...@osource.org
Date:   Sun Oct 2 20:29:17 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

diff --git a/specs/xc-misc.xml b/specs/xc-misc.xml
index 94c426f..f2dfec2 100644
--- a/specs/xc-misc.xml
+++ b/specs/xc-misc.xml
@@ -40,7 +40,7 @@
 
 /bookinfo
 
-chapter id='overview'
+chapter id='Overview'
 titleOverview/title
 
 paraWhen an X client connects to an X server, it receives a fixed range of
@@ -70,7 +70,7 @@ IDs.  Xlib can use these extension requests behind the scenes 
when it has
 exhausted its current pool of resource IDs./para
 /chapter
 
-chapter id='requests'
+chapter id='Requests'
 titleRequests/title
 
 para
@@ -131,13 +131,13 @@ range./para
 The number returned may be smaller than the number requested./para
 /chapter
 
-chapter id='events_and_errors'
+chapter id='Events_and_Errors'
 titleEvents and Errors/title
 
 paraNo new events or errors are defined by this extension./para
 /chapter
 
-chapter id='encoding'
+chapter id='Encoding'
 titleEncoding/title
 
 paraPlease refer to the X11 Protocol Encoding document as this document uses

commit 7252c99f0bdfb560efe980f6f87786f4ccedeccd
Author: Gaetan Nadon mems...@videotron.ca
Date:   Tue Sep 20 20:20:46 2011 -0400

specs: fix author affiliation

Signed-off-by: Gaetan Nadon mems...@videotron.ca

diff --git a/specs/xc-misc.xml b/specs/xc-misc.xml
index 5f81856..94c426f 100644
--- a/specs/xc-misc.xml
+++ b/specs/xc-misc.xml
@@ -11,19 +11,19 @@
 bookinfo
titleXC-MISC Extension/title
subtitleX Consortium Standard/subtitle
-   releaseinfoX Version 11, Release fullrelvers;/releaseinfo
authorgroup
   author
  firstnameBob/firstnamesurnameScheifler/surname
+ affiliationorgnameX Consortium/orgname/affiliation
   /author
   author
-   firstnameDavid/firstnamesurnameWiggins/surname
+   
firstnameDavid/firstnameothernameP./othernamesurnameWiggins/surname
+affiliationorgnameX Consortium/orgname/affiliation
   /author
-  corpauthorX Consortium/corpauthor
/authorgroup
-   copyrightyear1994/yearholderX Consortium/holder/copyright
+   releaseinfoX Version 11, Release fullrelvers;/releaseinfo
releaseinfoVersion 1.1/releaseinfo
-   affiliationorgnameX Consortium/orgname/affiliation
+   copyrightyear1994/yearholderX Consortium/holder/copyright
 
 legalnotice
 

commit 2d793cc635ca8a20a9ee0c99bcc0337c4f82bd7b
Author: Gaetan Nadon mems...@videotron.ca
Date:   Mon Sep 12 16:54:45 2011 -0400

docs: use the fullrelvers; entity to set X11 release information

Signed-off-by: Gaetan Nadon mems...@videotron.ca

diff --git a/specs/xc-misc.xml b/specs/xc-misc.xml
index f643da6..5f81856 100644
--- a/specs/xc-misc.xml
+++ b/specs/xc-misc.xml
@@ -1,6 +1,9 @@
 ?xml version=1.0 encoding=UTF-8 ?
 !DOCTYPE book PUBLIC -//OASIS//DTD DocBook XML V4.3//EN
-   http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd;
+   http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd;
+[
+!ENTITY % defs SYSTEM defs.ent %defs;
+]
 
 !-- lifted from troff+ms+XMan by doclifter --
 book id=xc-misc
@@ -8,7 +11,7 @@
 bookinfo
titleXC-MISC Extension/title
subtitleX Consortium Standard/subtitle
-   releaseinfoX Version 11, Release 6.9/7.0/releaseinfo
+   releaseinfoX Version 11, Release fullrelvers;/releaseinfo
authorgroup
   author
  firstnameBob/firstnamesurnameScheifler/surname

commit 4ecb4f1559d2ce1c74a1ff2763b1ad2746961d53
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: 

x11proto-xcmisc: Changes to 'upstream-unstable'

2010-11-02 Thread Robert Hooker
 .gitignore|   78 +++--
 Makefile.am   |   13 ++-
 README|   30 
 configure.ac  |   21 +++--
 specs/.gitignore  |6 +
 specs/Makefile.am |   64 +
 specs/xc-misc.xml |  199 ++
 7 files changed, 392 insertions(+), 19 deletions(-)

New commits:
commit bff39d1e68056ffdf83924e708e55730236655dd
Author: Alan Coopersmith alan.coopersm...@oracle.com
Date:   Sat Oct 30 00:04:11 2010 -0700

XCMiscProto 1.2.1

Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com

diff --git a/configure.ac b/configure.ac
index 2abc4dc..9bed793 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,6 @@
 AC_PREREQ([2.60])
-AC_INIT([XCMiscProto], [1.2.0], 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AC_INIT([XCMiscProto], [1.2.1],
+[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 AM_MAINTAINER_MODE
 

commit bd15ca56e689a63832cd6aa63b638fcdbe406b04
Author: Alan Coopersmith alan.coopersm...@oracle.com
Date:   Sat Oct 30 00:03:21 2010 -0700

xc-misc.xml: Misc. markup cleanups

Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com

diff --git a/specs/xc-misc.xml b/specs/xc-misc.xml
index 65ba0d2..f3f8f62 100644
--- a/specs/xc-misc.xml
+++ b/specs/xc-misc.xml
@@ -13,16 +13,17 @@
   author
  firstnameBob/firstnamesurnameScheifler/surname
   /author
+  author
+   firstnameDavid/firstnamesurnameWiggins/surname
+  /author
+  corpauthorX Consortium/corpauthor
/authorgroup
-othercreditfirstnameDavid/firstnamesurnameWiggins/surname/othercredit
-   corpnameX Consortium Standard/corpname
copyrightyear1994/yearholderX Consortium/holder/copyright
releaseinfoVersion 1.1/releaseinfo
affiliationorgnameX Consortium/orgname/affiliation
productnumberX Version 11, Release 6.9/7.0/productnumber
 
 legalnotice
-paraPermission is hereby granted, free of charge, to any person obtaining a 
copy of this software and associated documentation files (the 
ldquo;Softwarerdquo;), to deal in the Software without restriction, including 
without limitation the rights to use, copy, modify, merge, publish, distribute, 
sublicense, and/or sell copies of the Software, and to permit persons to whom 
the Software is furnished to do so, subject to the following conditions:/para
 
 paraPermission is hereby granted, free of charge, to any person obtaining a 
copy of this software and associated documentation files (the 
ldquo;Softwarerdquo;), to deal in the Software without restriction, including 
without limitation the rights to use, copy, modify, merge, publish, distribute, 
sublicense, and/or sell copies of the Software, and to permit persons to whom 
the Software is furnished to do so, subject to the following conditions:/para
 
@@ -70,60 +71,61 @@ exhausted its current pool of resource IDs./para
 chapter id='requests'
 titleRequests/title
 
-parafunctionXCMiscGetVersion/function/para
+para
+functionXCMiscGetVersion/function/para
 
 itemizedlist
-listitemparaemphasis remap='I'client_major_version/emphasis: 
CARD16/para/listitem
-listitemparaemphasis remap='I'client_minor_version/emphasis: 
CARD16/para/listitem
+listitemparaparameterclient_major_version/parameter: 
CARD16/para/listitem
+listitemparaparameterclient_minor_version/parameter: 
CARD16/para/listitem
 /itemizedlist
 para   =gt;/para
 itemizedlist
-listitemparaemphasis remap='I'client_major_version/emphasis: 
CARD16/para/listitem
-listitemparaemphasis remap='I'client_minor_version/emphasis: 
CARD16/para/listitem
+listitemparaparameterclient_major_version/parameter: 
CARD16/para/listitem
+listitemparaparameterclient_minor_version/parameter: 
CARD16/para/listitem
 /itemizedlist
 
-paraIf supplied, the emphasis remap='I'client_major_version/emphasis and
-emphasis remap='I'client_minor_version/emphasis indicate what version of 
-the protocol the client wants the server to implement.  The server version 
+paraIf supplied, the parameterclient_major_version/parameter and
+parameterclient_minor_version/parameter indicate what version of
+the protocol the client wants the server to implement.  The server version
 numbers returned indicate the protocol this extension actually supports.  This
 might not equal the version sent by the client.  An implementation can
 (but need not) support more than one version simultaneously.  The
-emphasis remap='I'server_major_version/emphasis and the emphasis 
remap='I'server_minor_version/emphasis are a
+parameterserver_major_version/parameter and the 
parameterserver_minor_version/parameter are a
 mechanism to support future revisions of the XC-MISC protocol
 which may be necessary.  In general, the major version would increment
 for incompatible changes, and the minor version would increment for
 small, upward-compatible changes.  Servers that support the protocol
-defined in 

x11proto-xcmisc: Changes to 'upstream-unstable'

2009-09-13 Thread Julien Cristau
 .gitignore|4 ++
 ChangeLog |4 --
 Makefile.am   |   13 ++
 configure.ac  |6 ++-
 xcmiscproto.h |  110 +++
 xcmiscstr.h   |  115 +-
 6 files changed, 134 insertions(+), 118 deletions(-)

New commits:
commit 7b89c288bf414de941983071bead012dc5927dcc
Author: Peter Hutterer peter.hutte...@who-t.net
Date:   Thu Aug 27 09:45:08 2009 +1000

xcmiscproto 1.2.0

diff --git a/configure.ac b/configure.ac
index cb4ee19..5128ea8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.57])
-AC_INIT([XCMiscProto], [1.1.2], 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AC_INIT([XCMiscProto], [1.2.0], 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 
 # Require xorg-macros: XORG_CHANGELOG

commit 2a29d3058e588b4b12f3540a03ac0b68afb76b40
Author: Peter Hutterer peter.hutte...@who-t.net
Date:   Wed Aug 26 14:55:01 2009 +1000

Rename xcmiscstr.h to xcmiscproto.h for consistency with other modules.

A stub xcmiscstr.h is provided to avoid clients breaking.

Signed-off-by: Peter Hutterer peter.hutte...@who-t.net

diff --git a/Makefile.am b/Makefile.am
index 4e04e92..e1827aa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,6 @@
 xcmiscdir = $(includedir)/X11/extensions
 xcmisc_HEADERS = \
+   xcmiscproto.h \
xcmiscstr.h
 
 pkgconfigdir = $(libdir)/pkgconfig
diff --git a/xcmiscproto.h b/xcmiscproto.h
new file mode 100644
index 000..482c2dc
--- /dev/null
+++ b/xcmiscproto.h
@@ -0,0 +1,110 @@
+/*
+
+Copyright 1993, 1994, 1998  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall not be
+used in advertising or otherwise to promote the sale, use or other dealings
+in this Software without prior written authorization from The Open Group.
+
+*/
+
+#ifndef _XCMISCPROTO_H_
+#define _XCMISCPROTO_H_
+
+#define X_XCMiscGetVersion 0
+#define X_XCMiscGetXIDRange1
+#define X_XCMiscGetXIDList 2
+
+#define XCMiscNumberEvents 0
+
+#define XCMiscNumberErrors 0
+
+#define XCMiscMajorVersion 1
+#define XCMiscMinorVersion 1
+
+#define XCMiscExtensionNameXC-MISC
+
+typedef struct {
+CARD8  reqType;/* always XCMiscCode */
+CARD8  miscReqType;/* always X_XCMiscGetVersion */
+CARD16 length B16;
+CARD16 majorVersion B16;
+CARD16 minorVersion B16;
+} xXCMiscGetVersionReq;
+#define sz_xXCMiscGetVersionReq 8
+
+typedef struct {
+BYTE   type;   /* X_Reply */
+CARD8  pad0;
+CARD16 sequenceNumber B16;
+CARD32 length B32;
+CARD16 majorVersion B16;
+CARD16 minorVersion B16;
+CARD32 pad1 B32;
+CARD32 pad2 B32;
+CARD32 pad3 B32;
+CARD32 pad4 B32;
+CARD32 pad5 B32;
+} xXCMiscGetVersionReply;
+#define sz_xXCMiscGetVersionReply 32
+
+typedef struct {
+CARD8  reqType;/* always XCMiscCode */
+CARD8  miscReqType;/* always X_XCMiscGetXIDRange */
+CARD16 length B16;
+} xXCMiscGetXIDRangeReq;
+#define sz_xXCMiscGetXIDRangeReq 4
+
+typedef struct {
+BYTE   type;   /* X_Reply */
+CARD8  pad0;
+CARD16 sequenceNumber B16;
+CARD32 length B32;
+CARD32 start_id B32;
+CARD32 count B32;
+CARD32 pad1 B32;
+CARD32 pad2 B32;
+CARD32 pad3 B32;
+CARD32 pad4 B32;
+} xXCMiscGetXIDRangeReply;
+#define sz_xXCMiscGetXIDRangeReply 32
+
+typedef struct {
+CARD8  reqType;/* always XCMiscCode */
+CARD8  miscReqType;/* always X_XCMiscGetXIDList */
+CARD16 length B16;
+CARD32 count B32;  /* number of IDs requested */
+} xXCMiscGetXIDListReq;
+#define sz_xXCMiscGetXIDListReq 8
+
+typedef struct {
+BYTE   type;   /* X_Reply */
+CARD8  pad0;
+CARD16 sequenceNumber B16;
+CARD32 length B32;
+CARD32 count B32;  /* number of 

x11proto-xcmisc: Changes to 'upstream-unstable'

2007-01-15 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit e4ab6602688b88ddcbc735cddeb4d13467b45efe
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Fri Jul 14 18:56:39 2006 -0700

renamed: .cvsignore - .gitignore

commit 8b2a1c812eb535f28a77ca5eec2a1f84fc38ae67
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Thu Dec 15 00:24:39 2005 +

Update package version number for final X11R7 release candidate.

commit d27dc9a0394314ac4612c50c93289adcee371fa3
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Wed Oct 19 02:48:15 2005 +

Update package version number for RC1 release.

commit 7dda031d2e4603dc3492c415326d590d16eefa4d
Author: Eric Anholt [EMAIL PROTECTED]
Date:   Tue Aug 2 19:19:40 2005 +

Add basic .cvsignore files for proto modules.

commit 42957fe96031a8d83dfefa0b74f1a876ae485e03
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Fri Jul 29 21:22:57 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit 5ebf8724cb808c022a1abab3f694c96df802df14
Author: Daniel Stone [EMAIL PROTECTED]
Date:   Sat May 21 04:53:26 2005 +

Set version to 1.1.

commit 2007ff0aeeeaafe31711c26fc81d8bc4bc7e8568
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Thu May 19 00:22:40 2005 +

revert last change, didn't do right thing at all, sorry for the noise

commit c79671f87c3e3d618e0437b9f21b635b6e8c64a3
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Thu May 19 00:10:19 2005 +

Require automake 1.7 in AM_INIT_AUTOMAKE

commit 8ebcd70260f575777c8ea6bccd0d2dd218c7298b
Author: Josh Triplett [EMAIL PROTECTED]
Date:   Wed May 18 07:58:49 2005 +

Add COPYING file for XCMisc.

commit 46fff69a6fd6c930838ace5c7b0c651cb29d6273
Author: Søren Sandmann Pedersen [EMAIL PROTECTED]
Date:   Mon May 9 18:20:06 2005 +

Change all the protonames from extensionExt to extensionProto.

commit 092cd91e62ec32afc245ba867398588f6612dab4
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Fri May 6 01:46:32 2005 +

Initial build system files for proto module.

commit 9a46e678b105529eff79d8fbdab377dea66675ac
Author: Egbert Eich [EMAIL PROTECTED]
Date:   Fri Apr 23 18:43:06 2004 +

Merging XORG-CURRENT into trunk

commit 1129bcd2569220ad510fb47a8fae9f2782681a9b
Author: Egbert Eich [EMAIL PROTECTED]
Date:   Sun Mar 14 08:31:36 2004 +

Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004

commit 7a8949b54c963b4409527fe293899caf88abf392
Author: Egbert Eich [EMAIL PROTECTED]
Date:   Wed Mar 3 12:10:54 2004 +

Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004

commit 1c32c147d23764ce812421542d96830d131f5a48
Author: Egbert Eich [EMAIL PROTECTED]
Date:   Thu Feb 26 13:35:14 2004 +

readding XFree86's cvs IDs

commit c667023cbe965cc00f292854d36d42c7c01fb77d
Author: Egbert Eich [EMAIL PROTECTED]
Date:   Thu Feb 26 09:22:28 2004 +

Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004

commit bcdb3b050a1b2e36768844d33306ad3c00981367
Author: Kaleb Keithley [EMAIL PROTECTED]
Date:   Tue Nov 25 19:28:02 2003 +

XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

commit dcafa1453732ef01df0353bf13fec9f9eb6d738a
Author: Kaleb Keithley [EMAIL PROTECTED]
Date:   Fri Nov 14 16:48:43 2003 +

XFree86 4.3.0.1

commit 0be0afff8c6ae5acee076e53ff6611873fbbbaca
Author: Kaleb Keithley [EMAIL PROTECTED]
Date:   Fri Nov 14 15:54:35 2003 +

R6.6 is the Xorg base-line


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]