x11proto-fixes: Changes to 'refs/tags/x11proto-fixes-1_4.0-3'
Tag 'x11proto-fixes-1_4.0-3' created by Julien Cristau <jcristau@debian.org> at 2008-05-11 16:24 +0000
Tagging upload of x11proto-fixes 1:4.0-3 to unstable.
Changes since x11proto-fixes-4.0-2:
Alan Coopersmith (3):
renamed: .cvsignore -> .gitignore
Update XFixes protocol spec to match XFixes 4.0
Typo fixes in XFixes protocol spec
Branden Robinson (4):
Set svn:keywords property to "Id" (keyword already present).
Note probable out-of-dateness of maplink() function body.
Add high-level documentation to XSFBS shell library, intended to reduce
Test for existence of debian/patches directory before creating a symlink to it.
Brice Goglin (5):
Fix displaying of patches applied by quilt.
Minor fixes in the patching system.
Fix "display the output of quilt push/pop".
Various fixed in debian/control and copyright
Do not call laptop-detect, let the only user call it directly
Daniel Stone (6):
Tag release 2.0 for first freedesktop.org clientside lib release.
And bump the fixes extension to 2.0.1 as well; yay. Some minor changes over 2.0.
Test check-in; I just want to see how the script works.
Another pointless commit: remove that extra space.
wow, fixesext is really copping all the crap here
New autogen.sh from Thomas Fitzsimmons that works with srcdir != objdir.
David Nusinow (13):
Move xsfbs back to its rightful place
Make us error out if we call patch and don't have quilt installed
Fix the last commit and fix spelling error. Thanks Brice Goglin for the spelling catch.
Fix for bug #371152. Thanks Joey Hess.
Pull patches from ubuntu for ARCHITECTURE, LAPTOP, RECONFIGURE, FIRSTINST, and UPGRADE variables
Move the files so they'll be put in debian/xsfbs automatically when pulled
Update serverabi generation to also account for driver Provides
Fix name of serverminver
Add support for X server input ABI versioning
Fix typo that prevented the input abi versioning from working.
Fix one missed bit from the serverabiver -> serverminver rename
Remove make-orig-tar-gz target
Kill the manifest code.
Deron (1):
Merged with modular CVS (Version 4.0 definitions).
Eric Anholt (1):
Move fixes protocol description to the new canonical location/name.
Jim Gettys (1):
Add AUTHORS.
Julien Cristau (10):
Add new "serverabi" rule to generate drivers dependency on the server.
Fix copy/paste typo in the input driver provides.
Merge remote branch 'upstream/master' into debian-unstable
Merge branch 'debian-unstable' of ssh://git.debian.org/git/pkg-xorg/xsfbs into debian-unstable
Misc packaging fixes
xsfbs.mk: make 'serverabi' depend on 'install'
Remove xsfbs-autoreconf.mk
Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into debian-unstable
debian/control updates
Prepare changelog for upload
Keith Packard (10):
Add XFIXES extension
Add XFIXES protocol document
Finish removing XFIXES
*** empty log message ***
Autofoo
Merge xfixes_2_branch back to head
Eliminate offset arguments in combining operators, create separate CopyRegion and TranslateRegion requests.
Add XFixesExpandRegion
rename fixesext.pc.in to fixesproto.pc.in as per xorg
Import changes from Xorg repository
Thierry Reding (1):
Add some more watch files.
Timo Aaltonen (1):
Bump the epoch so that this can be synced to Ubuntu in the future.
---
.gitignore | 11
AUTHORS | 1
COPYING | 2
ChangeLog | 139 +++++++
INSTALL | 8
Makefile.am | 29 +
README | 10
configure.ac | 27 +
debian/changelog | 19 +
debian/control | 15
debian/copyright | 22 +
debian/rules | 4
debian/watch | 2
debian/xsfbs/xsfbs.mk | 310 +++++++++++++++++
debian/xsfbs/xsfbs.sh | 900 ++++++++++++++++++++++++++++++++++++++++++++++++++
fixesproto.pc.in | 4
fixesproto.txt | 564 +++++++++++++++++++++++++++++++
xfixesproto.h | 4
xfixeswire.h | 4
19 files changed, 2051 insertions(+), 24 deletions(-)
---
Reply to: