commit 03ff22bd9e6ac03b1fe72903e6ca283bc1bcda59
Author: Adam Jackson <ajax@redhat.com>
Date:   Tue Aug 14 14:38:28 2018 -0400

    v4l 0.3.0
    
    Signed-off-by: Adam Jackson <ajax@redhat.com>

commit 33c2170e895a38a8f667777389b2459b66861db6
Author: Adam Jackson <ajax@redhat.com>
Date:   Tue Aug 14 14:58:18 2018 -0400

    Fix distcheck
    
    Signed-off-by: Adam Jackson <ajax@redhat.com>

commit bbf9462a4e829bb5e98f707b16c3a410f7c621a0
Author: Hans de Goede <hdegoede@redhat.com>
Date:   Tue Aug 14 14:57:32 2018 -0400

    Fix build post xserver 1.17
    
    Signed-off-by: Adam Jackson <ajax@redhat.com>

commit 26f1e15569404d1c1d6b97f1506cbb93c140e409
Author: Adam Jackson <ajax@redhat.com>
Date:   Tue Aug 14 14:55:19 2018 -0400

    Revert "v4l 0.3.0"
    
    Doesn't distcheck yet, sigh.
    
    This reverts commit 1eef30fdee22f28c85d2bb2d6b3082e3e1dfa39f.

commit 1eef30fdee22f28c85d2bb2d6b3082e3e1dfa39f
Author: Adam Jackson <ajax@redhat.com>
Date:   Tue Aug 14 14:38:28 2018 -0400

    v4l 0.3.0
    
    Signed-off-by: Adam Jackson <ajax@redhat.com>

commit b45bef53fc86335e9bbabfbafd2fe55a5890668d
Author: Adam Jackson <ajax@redhat.com>
Date:   Tue Aug 14 14:42:08 2018 -0400

    Remove a bogus memset
    
    We get this warning:
    
        v4l.c:1154:39: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to remove the addressof? [-Wsizeof-pointer-memaccess]
    
    It's correct enough, but ->cap is already zeroed by the previous memset.
    Just remove the bogus one.
    
    Fixes: xorg/driver/xf86-video-v4l#1
    Signed-off-by: Adam Jackson <ajax@redhat.com>

commit 0cbeee8e03e832f145e3d0e94abe6024e7f1de05
Author: Mihail Konev <k.mvc@ya.ru>
Date:   Thu Jan 26 14:00:21 2017 +1000

    autogen: add default patch prefix
    
    Signed-off-by: Mihail Konev <k.mvc@ya.ru>

commit 74d39213b4cf89fdaa6f14913d0150852a1090f2
Author: Adam Jackson <ajax@redhat.com>
Date:   Tue Jan 24 09:43:43 2017 -0500

    Remove call to LoaderGetOS
    
    If you're not using Linux, this isn't likely to build let alone run. And
    if it _does_ build on non-Linux, it's probably because someone went out
    of their way to try to make it work.
    
    Signed-off-by: Adam Jackson <ajax@redhat.com>

commit 95fcc10d962f3ff682cfb8c1bbfd3f14db167a13
Author: Cyril Brulebois <kibi@debian.org>
Date:   Tue Jun 28 16:11:31 2011 +0200

    Bump version for development.
    
    Signed-off-by: Cyril Brulebois <kibi@debian.org>
    Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

commit ca09693ba2b82be416eaa0f9b6d4cd644bed514b
Author: Mauro Carvalho Chehab <mchehab@redhat.com>
Date:   Fri Feb 11 09:12:29 2011 -0200

    Fix standard video size detection
    
    video width/height size can vary not only as a function of the
    video standard but also in function of device capabilities. Due
    to that, the code were trying to get those info from the hardware.
    However, due to a driver bug, the info is not properly filled when
    the video standard is changed.
    
    While I intend to fix this inside the drivers, the current logic
    doesn't work with the current stable kernels. So, use an alternative
    way of getting this info, just using video standards information.
    
    Let's keep the not working code there, in order to make easy to
    return, after fixing the drivers. We'll probably need to check for
    driver versions after reenabling the correct (not working) code,
    or to use the new VIDIOC ioctl's to enumberate the supported
    formats.
    
    Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

commit f7e6dcee73fe7bd95a1f9ae34018dbf4f2412f00
Author: Mauro Carvalho Chehab <mchehab@redhat.com>
Date:   Fri Feb 11 09:07:53 2011 -0200

    Fix arguments for v4l_check_yuv
    
    The device name and the file descriptors are wrong at the cal for
    v4l_check_yuv(). Due to that, the driver were falling back to work
    with RGB formats.
    
    While here, add a code to prevent V4L driver to work if no video
    adapter provide Xv overlay method.
    
    Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

commit 6167b289f12ae9edff5640c8dc95eec102db1ee8
Author: Mauro Carvalho Chehab <mchehab@redhat.com>
Date:   Fri Feb 11 09:02:06 2011 -0200

    Provide a more consistent message if FBUF fails
    
    Instead of providing an useless info that FBUF fails, print an
    error indicating what's the Fourcc format that fails.
    
    Also, on debug mode, prints a message indicating the selection of a
    given fourcc. This helps to verify if both the video adapter and the
    video capture board were set to the same video format.
    
    Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

commit 362a97d43c063809f9d64f9c762f50c382fd4cd3
Author: Mauro Carvalho Chehab <mchehab@redhat.com>
Date:   Fri Feb 11 08:58:30 2011 -0200

    Return BadMatch if a Port Attribute is not found
    
    Fix a small non-compliance issue: if a port attribute is not known,
    according with Xv specs, it should return BadMatch, and not BadValue.
    
    Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

commit 2cca68d701d6b803b200ae064a4b77123d9a03f5
Author: Mauro Carvalho Chehab <mchehab@redhat.com>
Date:   Fri Feb 11 08:54:39 2011 -0200

    Fix Get/Set Port Attribute logic
    
    There are several issues at GPA/SPA logic:
      - driver tries to limit minimum/maximum values to -1000/1000;
      - If yuv_format is available, all GPA/SPA are sent to the
        overlay encoder at the video adapter;
      - The most used return condition is an error.
    
    Rework the entire logic to fix the above bugs and clean the
    code.
    
    Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

commit f344cb78efc3d3bf80a74862111fcd352076201c
Author: Mauro Carvalho Chehab <mchehab@redhat.com>
Date:   Fri Feb 11 08:46:32 2011 -0200

    Use the fourcc header instead of redefining it inside the code
    
    Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

commit 436829a9d661815683f29df16a6843aa2e6066df
Author: Mauro Carvalho Chehab <mchehab@redhat.com>
Date:   Fri Feb 11 08:27:38 2011 -0200

    Coding style Cleanup
    
    It is hard to work on a file that has multiple coding styles. As
    we're rewriting the entire file, the better is to remove trailing
    spaces and fix all the alignment issues, using 4 spaces for alignment
    and not using tab.
    
    No functional changes are made on this patch.
    
    Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

commit f4ccca1dec77ebc10609e23313e47504e8f19f55
Author: Mauro Carvalho Chehab <mchehab@redhat.com>
Date:   Fri Feb 11 07:49:01 2011 -0200

    Port xf86-video-v4l driver to V4L2
    
    V4L1 API was dropped on kernel 2.6.38. Even the emulation layer
    inside kernel was dropped. While it might still be possible to use
    X with libv4l and a LD_PRELOADER setup, the proper way is to port
    the driver to use the V4L2 API.
    
    This change brings some improvements to the code, as now all
    integer/boolean/menu controls are visible, and all video standards.
    
    Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

commit f4a94cfaef35ef06906eac8568af900647b5a9ec
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jul 21 16:49:04 2010 -0400

    config: add comments for main statements

commit ecfd000f3e1dbbcc5e8fa6e93eec97fa3f92fe18
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jul 21 16:07:00 2010 -0400

    config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit e47ceda611a45296dd1f06c0c305a1ec9a85d1af
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jul 21 14:37:42 2010 -0400

    config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit d1f217447c991d6886ae56709ce3907e8eb6826c
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jul 21 14:05:23 2010 -0400

    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 1da8c1e13b15646f0e4db12ba0be520209bfca73
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jul 21 09:27:42 2010 -0400

    config: complete AC_INIT m4 quoting
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit d1270c79a470dbf3031600e49457423674222764
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Jul 20 21:44:58 2010 -0400

    config: remove unrequired AC_SUBST([XORG_CFLAGS])
    
    This macro is called by PKG_CHECK_MODULES
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit c3d768e9849b9bdb2398c70fa087deec1636d534
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Jul 20 20:24:42 2010 -0400

    config: remove unrequired AC_HEADER_STDC
    
    Autoconf says:
    "This macro is obsolescent, as current systems have conforming
    header files. New programs need not use this macro".
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit a42995857743e55922f2429773931eb36162cdfc
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Jul 20 19:41:31 2010 -0400

    config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
    
    XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
    AC_PROG_C_C99. This sets gcc with -std=gnu99.
    If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 58c08d3906e352e78d7542ba816255712f27b995
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Jul 20 18:45:19 2010 -0400

    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 <memsize@videotron.ca>

commit 1d6d285a5ec981560ab04087fe9c1c4fea12e36a
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Jul 20 16:15:30 2010 -0400

    config: upgrade to util-macros 1.8 for additional man page support
    
    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
    The value of MAN_SUBST is the same for all X.Org packages.

commit 45a5eb8cab4733e8155236d904e9cbe433014009
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed May 26 16:17:15 2010 -0400

    config: header files are part of the source not in EXTRA_DIST
    
    Only files that are not part of the source used to build
    the driver are listed in EXTRA_DIST
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 70bdb4d93af143ae6dbbe2ea5decdb1ca39dcf17
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Jan 15 15:06:39 2010 -0800

    Update Sun license notices to current X.Org standard form
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 0eaed2f59c4716d9537c73e50bf1d28d99c987c7
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Dec 15 22:01:02 2009 -0500

    configure.ac: remove unused sdkdir=$(pkg-config...) statement
    
    The sdkdir variable isn't use, so remove the statement.
    
    Acked-by: Dan Nicholson <dbn.lists@gmail.com>
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit e0f72fbed7237dcddd719c9dec9e6b0e4bcc8df7
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Nov 23 09:25:06 2009 -0500

    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
    
    Now that the INSTALL file is generated.
    Allows running make maintainer-clean.

commit 8e4e3ba24704dcdc287254ebfa7f415664a5a2aa
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Oct 28 14:41:41 2009 -0400

    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
    
    Automake 'foreign' option is specified in configure.ac.
    Remove from Makefile.am

commit 2d55ea6e19b4d6f32052e5216fbc5ada82a524ae
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Oct 28 14:09:10 2009 -0400

    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
    
    Add missing INSTALL file. Use standard GNU file on building tarball
    README may have been updated
    Remove AUTHORS file as it is empty and no content available yet.
    Remove NEWS file as it is empty and no content available yet.

commit d72d75a57fd78c30178beeb409d2c713ac93d768
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Oct 26 12:54:22 2009 -0400

    Several driver modules do not have a ChangeLog target in Makefile.am #23814
    
    The git generated ChangeLog replaces the hand written one.
    Update configure.ac to xorg-macros level 1.3.
    Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros
    Update Makefile.am to add ChangeLog target if missing
    Remove ChangeLog from EXTRA_DIST or *CLEAN variables
    This is a pre-req for the INSTALL_CMD

commit 19811b8245690b53c7eae4748303fb904f377727
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Oct 22 13:05:12 2009 -0400

    .gitignore: use common defaults with custom section # 24239
    
    Using common defaults will reduce errors and maintenance.
    Only the very small or inexistent custom section need periodic maintenance
    when the structure of the component changes. Do not edit defaults.

commit b00a028be1d3af73413e90f97efa1a64b517f30b
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Oct 22 12:34:18 2009 -0400

    .gitignore: use common defaults with custom section # 24239
    
    Using common defaults will reduce errors and maintenance.
    Only the very small or inexistent custom section need periodic maintenance
    when the structure of the component changes. Do not edit defaults.

commit 09f1117d0394fff12f13376226171a5b9a64e507
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Jan 9 16:37:45 2009 -0800

    Remove xorgconfig & xorgcfg from See Also list in man page

commit 610a3400509ba83a89d152674fc70d955f1f191c
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Jun 9 20:38:12 2008 +0200

    Add missing includes.
    
    Fixes missing declaration of close() and ioctl().

commit 509d2914791f19aed96707cd4d7c64c2c52a2e33
Author: Adam Jackson <ajax@redhat.com>
Date:   Wed Mar 19 16:43:42 2008 -0400

    v4l 0.2.0

commit b0dad860b9bbe5db7ae7cf5ef1a8eacb3cb5db05
Author: Adam Jackson <ajax@redhat.com>
Date:   Wed Mar 19 16:42:18 2008 -0400

    Fix ioctl() outparameter on LP64 systems.

commit edfeb249a80e52fb67c075e1f5e07d420cccb2b5
Author: Adam Jackson <ajax@redhat.com>
Date:   Wed Mar 19 16:14:52 2008 -0400

    Death to RCS tags.

commit eb742cfb9e0db0962e9e0380b57418cff2059110
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Mar 9 00:03:41 2008 +0100

    Makefile.am: nuke RCS Id

commit a2cddcf03437f485fa91ee081bf1e0c2dccf86fe
Author: Fabrice Lorrain <Fabrice.Lorrain@free.fr>
Date:   Sat Feb 16 18:07:48 2008 +0100

    Fix typo in the manpage.
    
    (Debian bug #466098)

commit 6260e7a8166cefb57c85d3e6aa3ac9f421e2a8b9
Author: James Cloos <cloos@jhcloos.com>
Date:   Mon Sep 3 05:52:48 2007 -0400

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

commit 68ef5a3537dbb78644969e08eab09cfb29c32239
Author: James Cloos <cloos@jhcloos.com>
Date:   Thu Aug 23 19:26:00 2007 -0400

    Rename .cvsignore to .gitignore

commit 0fb67e3f76398b85f19c634b095cbc1522c76ef5
Author: Adam Jackson <ajax@nwnk.net>
Date:   Sat Apr 8 01:52:08 2006 +0000

    Bump to 0.1.1 for Xv changes.

commit 3288506bb324c1de36985170d9862c5c7d143b61
Author: Aaron Plattner <aplattner@nvidia.com>
Date:   Fri Apr 7 23:17:04 2006 +0000

    Add a DrawablePtr argument to the XV functions to pave the way for
        redirected video.

commit 0ae947b760b829010392a41c0d0497466d775474
Author: Adam Jackson <ajax@nwnk.net>
Date:   Fri Apr 7 21:45:55 2006 +0000

    Unlibcwrap. Bump server version requirement. Bump to 0.1.0.

commit f00943051a80d286e8a55f28bf60baebab2a4e92
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Dec 21 02:30:04 2005 +0000

    Update package version for X11R7 release.

commit 58443583fbef699ebc4dda243bf86241913edbe8
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Dec 19 16:25:56 2005 +0000

    Stub COPYING files

commit 0f0ae40ac9a9815d50c1ae3eee4b524557b9fb68
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Dec 19 09:07:50 2005 +0000

    Typo fixes, mailing list & url updates, and other changes to prepare for
        X11R6.9 & 7.0 releases.

commit c3917f36a9ac2b2cd77b8aff2b74a5245f687ef3
Author: Kevin E Martin <kem@kem.org>
Date:   Thu Dec 15 00:24:21 2005 +0000

    Update package version number for final X11R7 release candidate.

commit 6a46c3a4dba3f2470290191c760c1e657214e1f7
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Dec 6 22:48:40 2005 +0000

    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit 7b16fc59d14b2ca0db3a270f44d455f2911d2924
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Dec 3 05:49:36 2005 +0000

    Update package version number for X11R7 RC3 release.

commit db38e33e96bb3a9a6e4ab6456f41796ee164584d
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Dec 2 02:16:11 2005 +0000

    Remove extraneous AC_MSG_RESULT.

commit e09d3fa5a2954bb5d651eddc79b24998a64a3c46
Author: Adam Jackson <ajax@nwnk.net>
Date:   Tue Nov 29 23:30:06 2005 +0000

    Only build dlloader modules by default.

commit b960665c1a03112251537bbf324cac85dcd105f7
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Nov 28 22:04:14 2005 +0000

    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit 9e9e26cbfcd483b0f4f59fa3f58cb2176f86e45b
Author: Eric Anholt <anholt@freebsd.org>
Date:   Mon Nov 21 10:49:21 2005 +0000

    Add .cvsignores for drivers.

commit f95d090f2618019cbddc4eba95304aa7fd06482f
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Nov 9 21:15:22 2005 +0000

    Update package version number for X11R7 RC2 release.

commit f1b782df5d01a4f17e33fb5506dff5523b65c9e2
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Nov 1 15:08:56 2005 +0000

    Update pkgcheck depedencies to work with separate build roots.

commit bec1ce8deaad0f3f8a25e669e1cb5118f7ba81ce
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Oct 19 02:48:06 2005 +0000

    Update package version number for RC1 release.

commit d66e3714e897eca8c21a588b73c630e6505efa1d
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Tue Oct 18 00:01:55 2005 +0000

    Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
        substitutions to work better with BSD make

commit ff178dcf9abded36bfaa6b9b62eae792095b7c67
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Oct 17 22:57:37 2005 +0000

    More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
        of indirectly

commit c61d66bc02c1ac7bc15d90ceb15aa4ed1841f881
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Oct 17 00:09:08 2005 +0000

    Use sed & cpp to substitute variables in driver man pages

commit 083adf60322bf9de0a6838846f5688928b2cb017
Author: Adam Jackson <ajax@nwnk.net>
Date:   Wed Sep 21 00:30:22 2005 +0000

    Bug #4328: Add build skeleton for the poor forgotten v4l driver.

commit 1f05cde42c682f3b366543958f78e119f755415f
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Jul 11 02:30:06 2005 +0000

    Prep for modular builds by adding guarded #include "config.h" everywhere.

commit 1fa8d2f701bd9173c36610ecf09bce25c1b32a82
Author: Adam Jackson <ajax@nwnk.net>
Date:   Sat Jun 25 21:16:59 2005 +0000

    Bug #3626: _X_EXPORT tags for video and input drivers.

commit 7123df70e01cbcca9a49a0b54b7f421f4a91760a
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Wed Apr 20 12:25:32 2005 +0000

    Fix includes right throughout the Xserver tree:
    change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h;
    change "foo.h", "extensions/foo.h" and "X11/foo.h" to
        <X11/extensions/foo.h> for extension headers, e.g. Xv.h;
    change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.

commit b299863dd21226e2ea47f7983f31e1920ac70cd9
Author: Eric Anholt <anholt@freebsd.org>
Date:   Wed Jun 16 09:24:09 2004 +0000

    DRI XFree86-4_3_99_12-merge import

commit 1f8ceb0991d6154eb5993cf2eb8b2d9a68a8eaf9
Author: Egbert Eich <eich@suse.de>
Date:   Fri Apr 23 19:52:24 2004 +0000

    Merging XORG-CURRENT into trunk

commit fb4a148b6ea5f839f418a8dc7ab0f44bd90678d1
Author: Egbert Eich <eich@suse.de>
Date:   Sun Mar 14 08:33:41 2004 +0000

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

commit abaaf69833e147c48bbcc355597f4ac2f86f2774
Author: Egbert Eich <eich@suse.de>
Date:   Wed Mar 3 12:12:28 2004 +0000

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

commit bd8c0455c20035003f93d4cfe17036de0236f646
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 13:35:55 2004 +0000

    readding XFree86's cvs IDs

commit 9c34b95344359a22f1c730165be3af80a804df7e
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 09:23:28 2004 +0000

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

commit 871d6d6aeffa34b9a6fe8072f8dba94da9d733a8
Author: Egbert Eich <eich@suse.de>
Date:   Thu Jan 29 08:08:41 2004 +0000

    Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004

commit e8bf6a26c81b32da1b9a02dc8a5dc9998b5ce708
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Dec 19 20:55:19 2003 +0000

    XFree86 4.3.99.902 (RC 2)

commit 0fc7fdb71a319c3af5cf33cc46f0ebc0c2648e67
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Tue Nov 25 19:28:43 2003 +0000

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

commit 1c98a4f36feff5bde09283b4d4cc7420ce92d4e6
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:48:55 2003 +0000

    XFree86 4.3.0.1

commit 5c72acfc65bcea784244f6c8412b6c6c22bcd05d
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:48:55 2003 +0000

    Initial revision
