summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2004-04-24 15:30:53 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:02:17 +0200
commit4c4599a8acc2d1b1ab3eb8453cedf435e984aa13 (patch)
treec85f402e38c3c7f767c1a1cd32b0ddb92dd275fe /NEWS
parent9d9b89db9154ae6cb97f7b32fcfe392fc6898931 (diff)
Changed version to 0.13.0.v0.13.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9f50914..9662929 100644
--- a/NEWS
+++ b/NEWS
@@ -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.