diff options
author | Peter Osterlund <petero2@telia.com> | 2005-07-22 00:50:20 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:03:30 +0200 |
commit | 08b4ee902b25d228dc0269837c1a9ce696c58a92 (patch) | |
tree | 8ad5063f37554c4431018effc7723db4d5b562a6 | |
parent | 2ca10fe975e4bda95dded06486a2568324f59fa8 (diff) |
Changed version to 0.14.3.v0.14.3
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 21 | ||||
-rw-r--r-- | manpages/synaptics.5 | 2 | ||||
-rw-r--r-- | manpages/synclient.1 | 2 | ||||
-rw-r--r-- | manpages/syndaemon.1 | 2 | ||||
-rw-r--r-- | synaptics.spec | 2 |
6 files changed, 26 insertions, 5 deletions
@@ -1,4 +1,4 @@ -VERSION=0.14.2 +VERSION=0.14.3 # 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,24 @@ +0.14.3 (2005-07-22) +- Added -k switch to syndaemon to make it ignore modifier keys when + monitoring keyboard activity. Suggested by Harold Aling. +- Also disable scrolling when the TouchpadOff parameter is set to 2. + It doesn't make any sense to disable tapping but not scrolling as a + response to keyboard activity. +- In the DeviceOn() function, if opening the device node fails, try to + auto-detect the correct event device again. This fixes some problems + which occur after a suspend/resume cycle or after rmmod/insmod-ing + the psmouse kernel driver. +- Implemented new driver options LeftRightScrolling, + UpDownScrollRepeat, LeftRightScrollRepeat and ScrollButtonRepeat to + control the auto-repeat behavior of the scroll buttons. Contributed + by Sam Barnett-Cormack with some small changes by me. +- The evdev auto-dev code could incorrectly blame problems on a + missing evdev driver. +- If no /dev/input/event* device nodes are found, say so in the log + file. +- Documentation updates. +- Updated the compatibility list. + 0.14.2 (2005-05-16) - Added a hotplug script that disables the touchpad when a USB mouse is connected. (And reenables it again when the USB mouse is diff --git a/manpages/synaptics.5 b/manpages/synaptics.5 index 76fb0a0..77c28ff 100644 --- a/manpages/synaptics.5 +++ b/manpages/synaptics.5 @@ -1,4 +1,4 @@ -.TH "synaptics" "5" "0.14.2" "" "" +.TH "synaptics" "5" "0.14.3" "" "" .SH "NAME" .LP synaptics - Synaptics touchpad driver for XOrg/XFree86. diff --git a/manpages/synclient.1 b/manpages/synclient.1 index 13efe1e..1113ad0 100644 --- a/manpages/synclient.1 +++ b/manpages/synclient.1 @@ -1,4 +1,4 @@ -.TH "synclient" "1" "0.14.2" "" "" +.TH "synclient" "1" "0.14.3" "" "" .SH "NAME" .LP synclient \- query and modify Synaptics TouchPad driver for diff --git a/manpages/syndaemon.1 b/manpages/syndaemon.1 index 8611b0d..873f40d 100644 --- a/manpages/syndaemon.1 +++ b/manpages/syndaemon.1 @@ -1,4 +1,4 @@ -.TH "syndaemon" "1" "0.14.2" "" "" +.TH "syndaemon" "1" "0.14.3" "" "" .SH "NAME" .LP syndaemon \- a program that monitors keyboard activity and disables diff --git a/synaptics.spec b/synaptics.spec index 1eaef7d..b956952 100644 --- a/synaptics.spec +++ b/synaptics.spec @@ -1,6 +1,6 @@ Summary: The Synaptics touchpad X driver Name: synaptics -Version: 0.14.2 +Version: 0.14.3 Release: 1 License: GPL Group: User Interface/X |