[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-input-synaptics: Changes to 'refs/tags/xserver-xorg-input-synaptics-1.1.0-1'



Tag 'xserver-xorg-input-synaptics-1.1.0-1' created by Julien Cristau <jcristau@debian.org> at 2009-04-09 00:34 +0000

Tagging upload of xserver-xorg-input-synaptics 1.1.0-1 to unstable.

Changes since xserver-xorg-input-synaptics-0.99.3-3:
Alan Coopersmith (1):
      Remove xorgconfig & xorgcfg from See Also list in man page

Andre Herms (1):
      use Xrecord extension for event triggered key event notification

Batchty (2):
      Ignore moves during tap processing if no finger is down.
      Stop two-finger scrolling if no finger is present.

Ben Gamari (1):
      Add comma after version number in configure.ac

Benjamin Close (2):
      Fix typo preventing psmcomm from being enabled on BSD platforms
      Use the correct header so psmcomm.h builds again

Christoph Brill (1):
      FDI: Add few examples suggested by Christian Schmitt <chris@ilovelinux.de>

Fedor P. Goncharov (Fredy) (2):
      change type of FastTaps option to bool
      Auto-adjust right_edge for touchpads with hardware scroll area.

Julien Cristau (11):
      Add 10-synaptics.fdi
      Add patch from xorg git to fix usage of the EVIOCGBIT ioctl() (closes: #493101).
      Prepare changelog for upload, fix patch to actually apply
      xsfbs: add a repack script for uscan
      xsfbs.sh: kill {,de}register_x_lib_dir_with_ld_so
      Merge branch 'debian-experimental' into debian-unstable
      Merge tag 'xf86-input-synaptics-0.99.3' into upstream
      Merge branch 'upstream' into debian-unstable
      update changelog
      Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into debian-unstable
      Upload to unstable.

Magnus Kessler (1):
      Export synapticsModuleData

Marcel Dejean (2):
      two-finger emulation through fingerWidth
      change magic numbers to fractions

Mattia Dongili (4):
      Rename fdi file to the same name as upstream
      Update fdi file for appletouch and amend README.Debian
      Actually install the renamed fdi file (and with 0644 perms)
      Use proper version numbering

Peter Hutterer (32):
      fdi: make use of hal's contains_outof matcher to reduce duplication.
      fdi: only match on input.touchpad, not on various product names.
      Fix compilation issue (opts undeclared) for XINPUT ABI 0. (#18988)
      properties: implement float properties.
      Bump to 1.0.99.
      Remove synSetFloatOption, use xf86SetRealOption instead.
      Remove commented-out sections from configure.ac.
      synclient: clean up a bit, namespace shm functions.
      synclient: split shm_set_value into a parse_cmd.
      synclient: add support for device properties.
      Remove randr requirement from configure.ac
      Bump to 1.0.99.1
      synclient: Fix build errors - BOOL isn't always available.
      synclient: define XATOM_FLOAT if missing from xserver-properties.
      Bump to 1.0.99.2
      synclient: print an error if we can't find the synaptics device.
      syndaemon: fix minor typo in --help output.
      syndaemon: remove enable/disable_touchpad(), use toggle_touchpad instead
      syndaemon: move shm code into shm_init().
      syndaemon: if we wanted XRECORD, but it failed, exit.
      syndaemon: use device properties unless SHM is requested.
      syndaemon: disable XRecord by default.
      synclient: XCloseDisplay doesn't like NULL-pointers.
      syndaemon: needs XI_LIBS to link now.
      synclient: don't print driver's package version info.
      Don't auto-include xorg-server.h in config.h
      Bump to 1.0.99.3
      include xorg-server.h from all driver source files.
      Bump to 1.0.99.4
      man: device properties are now supported, should be stated as such.
      man: remove some pointless ( and ) around "float" options.
      synaptics 1.1.0

---
 configure.ac                                      |   25 
 debian/changelog                                  |   27 
 debian/xserver-xorg-input-synaptics.README.Debian |   17 
 debian/xsfbs/repack.sh                            |   32 +
 debian/xsfbs/xsfbs.sh                             |   66 --
 fdi/11-x11-synaptics.fdi                          |   22 
 include/synaptics-properties.h                    |   11 
 include/synaptics.h                               |    1 
 man/synaptics.man                                 |  322 ++++++++--
 man/synclient.man                                 |   23 
 man/syndaemon.man                                 |   16 
 src/alpscomm.c                                    |    1 
 src/eventcomm.c                                   |    1 
 src/properties.c                                  |   97 ++-
 src/ps2comm.c                                     |    1 
 src/psmcomm.c                                     |    1 
 src/synaptics.c                                   |   54 -
 tools/Makefile.am                                 |    4 
 tools/synclient.c                                 |  671 +++++++++++++++++-----
 tools/syndaemon.c                                 |  397 +++++++++++--
 20 files changed, 1382 insertions(+), 407 deletions(-)
---


Reply to: