<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Fri, 2010-05-28 at 15:28 +1000, Peter Hutterer wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On Tue, May 25, 2010 at 02:25:14PM -0400, Gaetan Nadon wrote:
> The following changes since commit 76dd6ffee7257f9ff0aec5a9655de67f6e7973c9:
> Peter Hutterer (1):
> Bump to 1.2.99
>
> are available in the git repository at:
>
> ssh://people.freedesktop.org/~gnadon/xf86-input-synaptics master
>
>
> Gaetan Nadon (16):
> config: move synclient and syndaemon in their respective dir
I don't understand why this is necessary. I would understand moving the man
pages into tools/ although that seems overdoing it too.
please leave them in the tools/ directory.
> config: remove HAVE_PROPERTIES check as properties are always available
I'm hesitant to remove server 1.5 support but that's for other, non-logical
reasons. This commit though is incomplete, there is more HAVE_PROPERTIES
stuff in the source code that needs to be removed at the same time.
> config: rework the synclient and syndaemon dependencies
> config: regroup macros and variables in the backend checking
> config: update AC_PREREQ statement to 2.60
> config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
> config: remove unrequired AC_HEADER_STDC
> config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
> config: Upgrade X.Org macros to 1.4 for INSTALL file copying
> config: fix warnings, m4 quoting and layout
> config: close a loophole where user input means x server has a feature
> config: use automake "dir" pattern for simplification
> config: 50-synaptics.conf must be unconditionally distributed
> man: Use Autoconf provided $(AM_V_GEN)$(SED)
> config: unconditionaly build synclient and syndaemon apps
> config: replace Automake deprecated INCLUDES var with AM_CPPFLAGS
rest looks good, thanks for the work.
Cheers,
Peter
</PRE>
</BLOCKQUOTE>
<BR>
Move back syn* in tools<BR>
No action required for HAVE_PROPERTIES. All support for 1.5 already removed<BR>
Added 6 more patches
<BLOCKQUOTE>
<PRE>
The following changes since commit 76dd6ffee7257f9ff0aec5a9655de67f6e7973c9:
Peter Hutterer (1):
Bump to 1.2.99
are available in the git repository at:
ssh://people.freedesktop.org/~gnadon/xf86-input-synaptics master
Gaetan Nadon (23):
config: move synclient and syndaemon in their respective dir
config: remove HAVE_PROPERTIES check as properties are always available
config: rework the synclient and syndaemon dependencies
config: regroup macros and variables in the backend checking
config: update AC_PREREQ statement to 2.60
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
config: remove unrequired AC_HEADER_STDC
config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
config: Upgrade X.Org macros to 1.4 for INSTALL file copying
config: fix warnings, m4 quoting and layout
config: close a loophole where user input means x server has a feature
config: use automake "dir" pattern for simplification
config: 50-synaptics.conf must be unconditionally distributed
man: Use Autoconf provided $(AM_V_GEN)$(SED)
config: unconditionaly build synclient and syndaemon apps
config: replace Automake deprecated INCLUDES var with AM_CPPFLAGS
config: move synclient syndaemon to tools directory
config: upgrade to util-macros 1.8 for additional man page support
config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
Remove unused TODO file
COPYING: add three missing authors listed in synaptics.c
README: add standard reference links section
config: add AC_CHECK_LIB for math library functions
COPYING | 3 +
README | 27 +++++++
TODO | 7 --
conf/Makefile.am | 9 +--
configure.ac | 195 ++++++++++++++++++++++++-----------------------------
man/Makefile.am | 22 +------
src/Makefile.am | 2 +-
tools/Makefile.am | 19 ++----
tools/syndaemon.c | 12 ++--
9 files changed, 136 insertions(+), 160 deletions(-)
delete mode 100644 TODO
</PRE>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>