diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 18 | ||||
-rw-r--r-- | manpages/synclient.1 | 2 | ||||
-rw-r--r-- | manpages/syndaemon.1 | 2 | ||||
-rw-r--r-- | synaptics.spec | 2 |
5 files changed, 22 insertions, 4 deletions
@@ -1,4 +1,4 @@ -VERSION=0.12.4 +VERSION=0.12.5 INSTALLED_X = $(DESTDIR)/usr/X11R6 LOCAL_X = Xincludes/usr/X11R6 @@ -1,3 +1,21 @@ +0.12.5 (2004-03-04) +- Added more models to the compatibility list. +- Added support for physical (ie not emulated) middle mouse buttons. + Some ALPS models have middle mouse buttons. +- The is_equal() function in synclient.c forgot to check + multibuttons. +- Reverted ALPS gesture bit handling to the 0.12.1 state, as the code + in 0.12.2 breaks tap-and-drag operations on some ALPS touchpads. +- Added pressure dependent edge motion speed. From Matthias Ihmig. +- Made it possible to use "edge motion" also when not dragging. From + Matthias Ihmig. +- Made it possible to disable vertical and horizontal scrolling by + setting the corresponding parameter to zero. From Matthias Ihmig. +- Made it possible to have both circular scrolling and + vertical/horizontal scrolling enabled at the same time. From + Matthias Ihmig. +- Minor documentation updates. + 0.12.4 (2004-02-10) - Changed suggested default values in the INSTALL file, to get more reasonable speed settings and edge parameters. diff --git a/manpages/synclient.1 b/manpages/synclient.1 index 0844fbf..d8c7ce5 100644 --- a/manpages/synclient.1 +++ b/manpages/synclient.1 @@ -1,4 +1,4 @@ -.TH "synclient" "1" "0.12.4" "" "" +.TH "synclient" "1" "0.12.5" "" "" .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 9bf3e96..a4a5be7 100644 --- a/manpages/syndaemon.1 +++ b/manpages/syndaemon.1 @@ -1,4 +1,4 @@ -.TH "syndaemon" "1" "0.12.4" "" "" +.TH "syndaemon" "1" "0.12.5" "" "" .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 a210b5d..5a2cc44 100644 --- a/synaptics.spec +++ b/synaptics.spec @@ -1,6 +1,6 @@ Summary: The Synaptics touchpad X driver Name: synaptics -Version: 0.12.4 +Version: 0.12.5 Release: 1 License: GPL Group: User Interface/X |