diff options
author | Peter Osterlund <petero2@telia.com> | 2004-04-24 15:30:53 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:02:17 +0200 |
commit | 4c4599a8acc2d1b1ab3eb8453cedf435e984aa13 (patch) | |
tree | c85f402e38c3c7f767c1a1cd32b0ddb92dd275fe | |
parent | 9d9b89db9154ae6cb97f7b32fcfe392fc6898931 (diff) |
Changed version to 0.13.0.v0.13.0
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 21 | ||||
-rw-r--r-- | manpages/synclient.1 | 2 | ||||
-rw-r--r-- | manpages/syndaemon.1 | 2 | ||||
-rw-r--r-- | synaptics.spec | 2 |
5 files changed, 25 insertions, 4 deletions
@@ -1,4 +1,4 @@ -VERSION=0.12.5 +VERSION=0.13.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,24 @@ +0.13.0 (2004-04-24) +- Added back support for the TOP Makefile variable. (Needed when + compiling for XFree86 < 4.2). +- Fixed "double tap and drag", which is needed for word selection from + an xterm. +- Made it possible to bind the CornerButton and TapButton parameters + to button values > 3. +- Locked drags incorrectly generated extra button events in some + cases. +- Handle synaptics touchpads with a middle mouse button. Based on a + 2.6 kernel patch from Dmitry Torokhov. +- Added (untested) support for the FreeBSD psm mouse driver. +- If the evdev kernel module seems to be missing, say so in the log + file. (Very common error situation when using 2.6 kernels.) +- Added support for ALPS touchpads using the 2.4 linux kernel. +- Removed "repeater" from the shared memory segment. It's not possible + to share pointers between different address spaces. +- Added more models to the compatibility list. +- Various documentation updates. +- Some code cleanups. + 0.12.5 (2004-03-04) - Added more models to the compatibility list. - Added support for physical (ie not emulated) middle mouse buttons. diff --git a/manpages/synclient.1 b/manpages/synclient.1 index d8c7ce5..e81fd4d 100644 --- a/manpages/synclient.1 +++ b/manpages/synclient.1 @@ -1,4 +1,4 @@ -.TH "synclient" "1" "0.12.5" "" "" +.TH "synclient" "1" "0.13.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 a4a5be7..2954116 100644 --- a/manpages/syndaemon.1 +++ b/manpages/syndaemon.1 @@ -1,4 +1,4 @@ -.TH "syndaemon" "1" "0.12.5" "" "" +.TH "syndaemon" "1" "0.13.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 5a2cc44..2e3b504 100644 --- a/synaptics.spec +++ b/synaptics.spec @@ -1,6 +1,6 @@ Summary: The Synaptics touchpad X driver Name: synaptics -Version: 0.12.5 +Version: 0.13.0 Release: 1 License: GPL Group: User Interface/X |