x11proto-print: Changes to 'upstream-unstable'

2011-01-13 Thread Cyril Brulebois
 .gitignore |3 
 COPYING|2 
 Makefile.am|   38 
 Print.h|2 
 Printstr.h |2 
 README |   30 
 configure.ac   |   24 
 man/Xprint.man |  421 
 man/Xprint.sgml|  627 
 specs/xp_proto.book|binary
 specs/xp_proto.mif |73304 +
 specs/xp_proto.ps  |10422 ++
 specs/xp_protoIX.doc   |binary
 specs/xp_protoTOC.doc  |binary
 specs/xp_proto_cov.mif | 3467 ++
 15 files changed, 88332 insertions(+), 10 deletions(-)

New commits:
commit cca2ca69d2a6b4b133dba69d5330499fbfe88257
Author: Alan Coopersmith 
Date:   Wed Jan 5 18:31:40 2011 -0800

printproto 1.0.5

Signed-off-by: Alan Coopersmith 

diff --git a/configure.ac b/configure.ac
index b935c48..9702d35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure.
 
 # Initialize Autoconf
 AC_PREREQ([2.60])
-AC_INIT([PrintProto], [1.0.4],
+AC_INIT([PrintProto], [1.0.5],
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
 AC_CONFIG_SRCDIR([Makefile.am])
 

commit bf29f29a6e054e4208951a906d818b85949a93cc
Author: Alan Coopersmith 
Date:   Tue Dec 28 19:05:41 2010 -0800

Add README with pointers to mailing lists, git, bugzilla, the true status, 
etc.

Signed-off-by: Alan Coopersmith 

diff --git a/README b/README
new file mode 100644
index 000..deef4e7
--- /dev/null
+++ b/README
@@ -0,0 +1,30 @@
+Xprint extension to the X11 protocol - a portable, network-transparent
+ printing system
+
+WARNING: Xprint is no longer actively maintained.  This package is
+mainly provided to allow continued binary compatibility of libraries
+and applications that link against libXp.
+
+All questions regarding this software should be directed at the
+Xorg mailing list:
+
+http://lists.freedesktop.org/mailman/listinfo/xorg
+
+Please submit bug reports to the Xorg bugzilla:
+
+https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
+
+The master development code repository can be found at:
+
+git://anongit.freedesktop.org/git/xorg/proto/printproto
+
+http://cgit.freedesktop.org/xorg/proto/printproto
+
+For patch submission instructions, see:
+
+   http://www.x.org/wiki/Development/Documentation/SubmittingPatches
+
+For more information on the git code manager, see:
+
+http://wiki.x.org/wiki/GitPage
+

commit 6e385b9711f9ac4808672528f8e856033b9cea06
Author: Alan Coopersmith 
Date:   Tue Dec 28 18:57:31 2010 -0800

config: Replace obsolete usage of AC_OUTPUT with AC_CONFIG_FILES

Signed-off-by: Alan Coopersmith 

diff --git a/configure.ac b/configure.ac
index 92d8638..b935c48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,5 +17,6 @@ m4_ifndef([XORG_MACROS_VERSION],
 XORG_MACROS_VERSION(1.3)
 XORG_DEFAULT_OPTIONS
 
-AC_OUTPUT([Makefile
-   printproto.pc])
+AC_CONFIG_FILES([Makefile
+ printproto.pc])
+AC_OUTPUT

commit be513b2f2f296cba566093f9533d51a5deaddab3
Author: Alan Coopersmith 
Date:   Tue Dec 28 18:56:43 2010 -0800

config: Add missing AC_CONFIG_SRCDIR & AM_MAINTAINER_MODE

Regroup AC statements under the Autoconf initialization section.
Regroup AM statements under the Automake initialization section.

Signed-off-by: Alan Coopersmith 

diff --git a/configure.ac b/configure.ac
index 834ae13..92d8638 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,15 @@
+dnl
+dnl Process this file with autoconf to create configure.
+
+# Initialize Autoconf
 AC_PREREQ([2.60])
-AC_INIT([PrintProto], [1.0.4], 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AC_INIT([PrintProto], [1.0.4],
+[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AC_CONFIG_SRCDIR([Makefile.am])
+
+# Initialize Automake
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_MAINTAINER_MODE
 
 # Require xorg-macros 1.3 or later: XORG_DEFAULT_OPTIONS
 m4_ifndef([XORG_MACROS_VERSION],

commit bb21c638673d1b2c4b24374267490e9dfedf97cb
Author: Gaetan Nadon 
Date:   Tue Dec 28 18:55:27 2010 -0800

config: update AC_PREREQ statement to 2.60

Unrelated to the previous patches, the new value simply reflects
the reality that the minimum level for autoconf to configure
all x.org modules is 2.60 dated June 2006.

ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz

Signed-off-by: Gaetan Nadon 
Signed-off-by: Alan Coopersmith 

diff --git a/configure.ac b/configure.ac
index 8b369d2..834ae13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_PREREQ([2.57])
+AC_PREREQ([2.60])
 AC_INIT([PrintProto], [1.0.4], 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 

commit 687530cecc4e139dadda3c0dcbd8ab77824f7588
Author: Paulo Zanoni 
Date:   Thu Dec 16 13:41:51 2010 -0200

Use docbookx.dtd version 4.3 for all docs

Signed-off-by: P

x11proto-print: Changes to 'upstream-unstable'

2008-03-07 Thread Julien Cristau
 .gitignore   |1 +
 ChangeLog|   10 --
 Makefile.am  |   10 ++
 Printstr.h   |4 +---
 configure.ac |2 +-
 5 files changed, 13 insertions(+), 14 deletions(-)

New commits:
commit 1a3f6429362c505c1ab5df5fcc00cb913381c8c0
Author: Eamon Walsh <[EMAIL PROTECTED]>
Date:   Fri Dec 14 01:09:37 2007 -0500

Update package version number for devPrivates rework.

diff --git a/configure.ac b/configure.ac
index 3ffac39..26d4dbb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.57])
-AC_INIT([PrintProto], [1.0.3], 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AC_INIT([PrintProto], [1.0.4], 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 
 XORG_RELEASE_VERSION

commit 257f7118e71ef4aa59bec55cd43bf1bdd228d152
Author: James Cloos <[EMAIL PROTECTED]>
Date:   Thu Dec 6 16:39:03 2007 -0500

Replace static ChangeLog with dist-hook to generate from git log

diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 03b1497..000
--- a/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-2005-12-14  Kevin E. Martin  
-
-   * configure.ac:
-   Update package version number for final X11R7 release candidate.
-
-2005-12-03  Kevin E. Martin  
-
-   * configure.ac:
-   Update package version number for X11R7 RC3 release.
-
diff --git a/Makefile.am b/Makefile.am
index 0ce1e0e..5492c79 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,3 +7,13 @@ pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = printproto.pc
 
 EXTRA_DIST = autogen.sh printproto.pc.in
+
+EXTRA_DIST += ChangeLog
+MAINTAINERCLEANFILES = ChangeLog
+
+.PHONY: ChangeLog
+
+ChangeLog:
+   (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv 
.changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git 
directory not found: installing possibly empty changelog.' >&2)
+
+dist-hook: ChangeLog

commit d284123348eeffdc8419144c7999c2b82b0cddc0
Author: James Cloos <[EMAIL PROTECTED]>
Date:   Mon Sep 3 05:54:11 2007 -0400

Add *~ to .gitignore to skip patch/emacs droppings

diff --git a/.gitignore b/.gitignore
index 8359630..56a6724 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ configure
 install-sh
 missing
 printproto.pc
+*~

commit e58036978c7c9077fe90517cd9e3e3c8035ca1f2
Author: Eamon Walsh <[EMAIL PROTECTED]>
Date:   Tue Aug 28 09:50:44 2007 -0400

Updates to printproto as part of devPrivates rework.

diff --git a/Printstr.h b/Printstr.h
index 45ac7a5..86fa001 100644
--- a/Printstr.h
+++ b/Printstr.h
@@ -758,7 +758,7 @@ typedef struct _XpContext {
 struct _XpClient *clientHead; /* list of clients */
 CARD32 state;
 VisualID pageWin;
-DevUnion *devPrivates;
+PrivateRec *devPrivates;
 XpDriverFuncs funcs;
ClientPtr clientSlept;
int imageRes;
@@ -766,11 +766,9 @@ typedef struct _XpContext {
 
 #include   /* FontResolutionPtr */
 
-extern Bool XpAllocateContextPrivate(int, unsigned);
 extern FontResolutionPtr XpGetClientResolutions(ClientPtr, int *);
 extern XpContextPtr XpContextOfClient(ClientPtr);
 extern XpContextPtr XpGetPrintContext(ClientPtr);
-extern int XpAllocateContextPrivateIndex(void);
 extern int XpRehashPrinterList(void);
 extern void XpSetFontResFunc(ClientPtr);
 extern void XpUnsetFontResFunc(ClientPtr);

commit e0972b5ba2e9a39f5afa6ad17668dfa517e04cea
Author: Egbert Eich <[EMAIL PROTECTED]>
Date:   Fri Mar 5 13:38:51 2004 +

23. Merged with XFree86 4.4.0. Added changes that went into infected files.
Reverted darwin/bundle/**/Credits.rtf to XFree86 versions to avoid
future conflicts on ASCII but not humal readable files. (There should
probably be separate CreditsXorg.rtf files) (Egbert Eich).

diff --git a/Print.h b/Print.h
index dc9c66d..2d45082 100644
--- a/Print.h
+++ b/Print.h
@@ -57,7 +57,7 @@
  **
  **
  */
-/* $XFree86: xc/include/extensions/Print.h,v 1.5 2001/01/17 17:53:15 dawes Exp 
$ */
+/* $XFree86: xc/include/extensions/Print.h,v 1.4 2000/01/25 18:37:31 dawes Exp 
$ */
 
 #ifndef _XpPrint_H_
 #define _XpPrint_H_
diff --git a/Printstr.h b/Printstr.h
index a518da8..164e2f3 100644
--- a/Printstr.h
+++ b/Printstr.h
@@ -43,7 +43,7 @@
  **
  **
  */
-/* $XFree86: xc/include/extensions/Printstr.h,v 1.6 2001/08/23 12:46:11 alanh 
Exp $ */
+/* $XFree86: xc/include/extensions/Printstr.h,v 1.5 2001/08/01 00:44:35 tsi 
Exp $ */
 
 
 #ifndef _XpPrintstr_H_

commit 498f7aff528f11f2ad33a659c1634ae74d291aba
Author: Kaleb Keithley <[EMAIL PROTECTED]>
Date:   Mon Nov 17 19:03:40 2003 +

merge XFree86 4.3.0.1 to -CURRENT

diff --git a/Print.h b/Print.h
index 3a8e4f2..dc9c66d 

x11proto-print: Changes to 'upstream-unstable'

2007-01-19 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit 4f039c9a8c7e9270cb41c3584a53a78610a804fd
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Fri Jul 14 18:56:25 2006 -0700

renamed: .cvsignore -> .gitignore

commit edf1eb2c9b0cb27f703a647c313f991df01a7a2c
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Thu Dec 15 00:24:38 2005 +

Update package version number for final X11R7 release candidate.

commit fd24d13432838905386228344ef915cbfa4c228a
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Dec 3 05:49:46 2005 +

Update package version number for X11R7 RC3 release.

commit 353a1f812eb7fcf560df8e8b4e08bc229ef78c0a
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Nov 19 07:15:48 2005 +

Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps to work
with separate build roots.

commit 9aba897159ed942e5399a4b2b6fff665deeac8d5
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Oct 19 02:48:14 2005 +

Update package version number for RC1 release.

commit 46bc30b476513df72ad9ef1fa0484338c69b2b33
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Tue Aug 2 19:19:39 2005 +

Add basic .cvsignore files for proto modules.

commit 89dbcc4915ae60e4a03142fe2b013ca7023499d1
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Jul 29 21:22:56 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 73623780051fecab6397cf075f87c707eca1a5ab
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Jul 25 16:15:05 2005 +

#include "fontstruct.h" ->  for modularization
(Drew Parsons)

commit 6b9a6d5696f2324b7982ee958f51de9a21297285
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Sat May 21 04:13:23 2005 +

Set version to 1.0.

commit 1cdce3bdede75f204d241c254c51b60c248369dc
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Thu May 19 00:22:39 2005 +

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

commit 14bb8b2c0366c09f234c438a357adc0e40d767ad
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Thu May 19 00:10:18 2005 +

Require automake 1.7 in AM_INIT_AUTOMAKE

commit edb479dbcee12685ced059a70e4ad7a462d6a793
Author: Josh Triplett <[EMAIL PROTECTED]>
Date:   Mon May 16 08:42:55 2005 +

Add COPYING file for Print.

commit 163d7443ea3776eeb00f85fdebebb53938924fb0
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Mon May 9 18:20:05 2005 +

Change all the protonames from Ext to Proto.

commit 61968cefee6fa47e6a2e99ac1277aa7496555d9b
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri May 6 01:46:31 2005 +

Initial build system files for proto module.

commit 3450fba3cd4e37d66f612c06dae92b416ba267d7
Author: Egbert Eich <[EMAIL PROTECTED]>
Date:   Fri Apr 23 18:43:06 2004 +

Merging XORG-CURRENT into trunk

commit e33d669067beddc3f89cd5fbd91371a5f735ad27
Author: Egbert Eich <[EMAIL PROTECTED]>
Date:   Sun Mar 14 08:31:35 2004 +

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

commit 3501dfac1febcaf4a6fd615216258cec5f8bdf98
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 53d3ca9ad964d55afc04916ada912c06d10d5209
Author: Egbert Eich <[EMAIL PROTECTED]>
Date:   Thu Feb 26 13:35:11 2004 +

readding XFree86's cvs IDs

commit e91280eaba1651b9e600fe87c1760601981b9edf
Author: Egbert Eich <[EMAIL PROTECTED]>
Date:   Thu Feb 26 09:22:27 2004 +

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

commit 2e88b0d462b9dc068096c6be7f0ba49e21f7e1c7
Author: Kaleb Keithley <[EMAIL PROTECTED]>
Date:   Fri Nov 14 16:48:42 2003 +

XFree86 4.3.0.1

commit 4382611f85dc0dcbfc7cca9a4ba175b3bc83da14
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]