diff options
author | Peter Osterlund <petero2@telia.com> | 2005-01-06 19:33:50 +0100 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:03:04 +0200 |
commit | 838003ddc37b14cdac638b33b83e10fc89392fbb (patch) | |
tree | 2194221906f0c50af191ac3e58c2bd090b107799 | |
parent | 87e31f868566f0e2669aec9742833a7c800ca678 (diff) |
Changed version to 0.14.0.v0.14.0
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 34 | ||||
-rw-r--r-- | manpages/synclient.1 | 2 | ||||
-rw-r--r-- | manpages/syndaemon.1 | 2 | ||||
-rw-r--r-- | synaptics.spec | 2 |
5 files changed, 38 insertions, 4 deletions
@@ -1,4 +1,4 @@ -VERSION=0.13.6 +VERSION=0.14.0 # Define the TOP variable to build using include files from a local source tree. #TOP = /usr/src/redhat/BUILD/XFree86-4.3.0/xc @@ -1,3 +1,37 @@ +0.14.0 (2005-01-06) +- Configurable palm detection heuristics. +- Added FastTaps option to make the driver react faster to tapping. +- Another Makefile fix for x86_64 systems, from the FC3 RPM. +- Support up to 12 (virtual) mouse buttons. +- Made the event device auto detection more robust. Check for required + features instead of relying on the IDs of the input device. + Suggested by Vojtech Pavlik. +- Made it possible to disable tapping without disabling mouse + movements. Added -t switch to syndaemon to disable only tapping in + response to keyboard activity. +- Remove the shared memory area when the X server terminates. +- Improved edge motion behavior. The speed no longer depends on the + MinSpeed, MaxSpeed and AccelFactor parameters, and it doesn't depend + on the packet rate from the touchpad hardware. The + EdgeMotionMinSpeed and EdgeMotionMaxSpeed parameters may have to be + modified to get the same speed as before this change. +- Better noise reduction in the x/y delta estimates used for pointer + motion. This will slow down the pointer movements, so to regain the + same speed as before, the MinSpeed, MaxSpeed and AccelFactor + parameters should be multiplied by 1.5. +- Made it possible to use horizontal circular scrolling by smoothly + switching from "horizontal" to "horizontal circular" when the finger + enters the lower left or lower right corners during horizontal + scrolling. +- Fixed a bug that made it possible to lock up the X server by setting + VertScrollDelta, HorizScrollDelta or CircScrollDelta to 0 while the + touchpad was scrolling. +- Implemented coasting, ie the ability to automatically continue + scrolling with the same speed in the same direction when the finger + leaves the touchpad. +- Some documentation updates. +- Updated the compatibility list. + 0.13.6 (2004-10-23) - Updated the ALPS patch for kernel 2.6.9. - Fixed detection of ALPS touchpads with signature 63 03 c8. diff --git a/manpages/synclient.1 b/manpages/synclient.1 index 412b2c7..f89b7f6 100644 --- a/manpages/synclient.1 +++ b/manpages/synclient.1 @@ -1,4 +1,4 @@ -.TH "synclient" "1" "0.13.6" "" "" +.TH "synclient" "1" "0.14.0" "" "" .SH "NAME" .LP synclient \- query and modify Synaptics TouchPad driver for XFree86 server parameters on the fly. diff --git a/manpages/syndaemon.1 b/manpages/syndaemon.1 index 283681c..c076844 100644 --- a/manpages/syndaemon.1 +++ b/manpages/syndaemon.1 @@ -1,4 +1,4 @@ -.TH "syndaemon" "1" "0.13.6" "" "" +.TH "syndaemon" "1" "0.14.0" "" "" .SH "NAME" .LP syndaemon \- a program that monitors keyboard activity and disables the touchpad when the keyboard is being used. diff --git a/synaptics.spec b/synaptics.spec index ec056d0..d1d539b 100644 --- a/synaptics.spec +++ b/synaptics.spec @@ -1,6 +1,6 @@ Summary: The Synaptics touchpad X driver Name: synaptics -Version: 0.13.6 +Version: 0.14.0 Release: 1 License: GPL Group: User Interface/X |