xf86-input-mouse: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Mon May 17 16:01:57 PDT 2010


 Makefile.am      |    7 
 README           |  297 +++++++-------
 README.sgml      | 1125 -------------------------------------------------------
 configure.ac     |   63 +--
 man/Makefile.am  |    2 
 src/hurd_mouse.c |    1 
 src/lnx_mouse.c  |    1 
 src/mouse.c      |    5 
 src/pnp.c        |    1 
 src/sco_mouse.c  |  258 ------------
 10 files changed, 177 insertions(+), 1583 deletions(-)

New commits:
commit ad78ef7a9488f7235032e106839224fc43f20e5f
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu May 13 16:09:03 2010 -0400

    config: let AC_PROG_SED find the best value for $SED
    
    Reviewed-by: Rémi Cardona <remi at gentoo.org>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 9a9344e66d2e03ee44bf6fe6a1c1d97082a74c20
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu May 13 15:59:24 2010 -0400

    README: keep the text version of README, discard the sgml version
    
    The linuxdoc doc tool is deprecated.
    README files are exclusively text files.
    The file had not been updated for 5 years.
    
    Reviewed-by: Rémi Cardona <remi at gentoo.org>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 9711c050e6d2a7c7c89ddc26775d819b5bc41ad3
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu May 13 14:29:32 2010 -0400

    config: fix warnings, m4 quoting and layout
    
    Fix some m4 quoting
    Fix some autoconf warnings
    Regroup statements per section
    Add comments
    
    Reviewed-by: Rémi Cardona <remi at gentoo.org>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 86ddfe77024dbd94e99695a23ba77c2100b7e3e8
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu May 13 14:08:04 2010 -0400

    config: Upgrade X.Org macros to 1.4 for INSTALL file copying
    
    Reviewed-by: Rémi Cardona <remi at gentoo.org>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 349db3f68d7f727b965132ade5bcefd5da6ad399
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu May 13 14:01:28 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.
    
    Reviewed-by: Rémi Cardona <remi at gentoo.org>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 59ace3b6fd3c1901e8025f4785c31d514aac3b3f
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu May 13 14:00:41 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".
    
    Reviewed-by: Rémi Cardona <remi at gentoo.org>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 540f1d8826aeee17235bd29c42144fe52213130c
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu May 13 14:00:06 2010 -0400

    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
    
    Regroup AC statements at the top.
    
    Reviewed-by: Rémi Cardona <remi at gentoo.org>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 27d00be1f8ae04be0bcb73d2744731ded527e8e5
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu May 13 13:58:03 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
    
    Reviewed-by: Rémi Cardona <remi at gentoo.org>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit f76449cbe38d9f2e925d0af0cd0b1050168d86d1
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu May 13 13:28:37 2010 -0400

    config: optional extension check for inputproto not required
    
    The check should be in PKG_CHECK_MODULES permanently.
    
    The XORG_DRIVER_CHECK_EXT will add inputproto to PKG_CHECK_MODULES
    only if the extension is available. By definition, this extension
    is an integral part of the server and is always present.
    
    The server always sets XINPUT macro to 1.
    The conditional code was removed
    
    Reviewed-by: Rémi Cardona <remi at gentoo.org>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit a4dfc92927c8e26aca58da11bae1e516238fd60a
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu May 13 13:27:02 2010 -0400

    config: remove extension check for unused RANDR extension
    
    The randr protocol is not used, no randr*.h are included.
    
    Reviewed-by: Rémi Cardona <remi at gentoo.org>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit ecc0b614aa3077e4d73f1b1a567486f5540f3eb5
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu May 13 13:12:34 2010 -0400

    config: remove AH_TOP autoheader statement
    
    The generated config.h does not need to include xorg-server.h
    for the content it provides.
    Add #include <xorg-server.h> in .[hc] files as needed.
    
    Reviewed-by: Rémi Cardona <remi at gentoo.org>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 4ef973d4c740a0b92e6b0d1afae1d6fca0386bd8
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu May 13 13:08:00 2010 -0400

    Remove unused SCO driver files
    
    The SCO driver has never been enabled since its original commit
    
    Reviewed-by: Rémi Cardona <remi at gentoo.org>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 0071e2eb6bd3c31be108b7cdbc415498c83ed1c6
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Wed Apr 28 18:18:14 2010 -0400

    README: update text content from sgml content
    
    Reviewed-by: Rémi Cardona <remi at gentoo.org>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 4fc24a0093d453944dc8d46aebe27b1671d45c77
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Tue Apr 27 13:50:20 2010 -0400

    README: fix linuxdoc content
    
    defs.ent are located under X11 directory
    ident tag is not a Linuxdoc tag
    replace docbook email tag with linuxdoc email tag
    replace <code> with <verb> which preserves tabs
    
    Reviewed-by: Rémi Cardona <remi at gentoo.org>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list