aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorZephaniah E. Hull <warp@aehallh.com>2006-04-09 00:41:42 +0000
committerZephaniah E. Hull <warp@aehallh.com>2006-04-09 00:41:42 +0000
commitc968040cde4e1a7c73332701008f6abfb1fa3ab3 (patch)
tree781fe874af05337bac3981ef4f75ac7bb7337079 /ChangeLog
parentDropped the xorg-xserver 1.0.99.901 requirement. (Things were tweaked to (diff)
downloadxf86-input-evdev-c968040cde4e1a7c73332701008f6abfb1fa3ab3.tar.gz
xf86-input-evdev-c968040cde4e1a7c73332701008f6abfb1fa3ab3.tar.bz2
xf86-input-evdev-c968040cde4e1a7c73332701008f6abfb1fa3ab3.zip
Remove a debugging message.
Actually, well, _work_. Note, abs support still segfaults, I'll debug it after I've slept. But I should get it tomorrow.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e47d892..d0500a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2006-04-08 Zephaniah E. Hull <warp@aehallh.com>
+ * src/evdev.c: (EvdevCorePreInit):
+ Remove a debugging message.
+ * src/evdev_axes.c: (EvdevAxesNew), (EvdevAxesInit):
+ Actually, well, _work_.
+ Note, abs support still segfaults, I'll debug it after I've slept.
+ But I should get it tomorrow.
+
+2006-04-08 Zephaniah E. Hull <warp@aehallh.com>
+
* configure.ac:
Dropped the xorg-xserver 1.0.99.901 requirement.
(Things were tweaked to mostly work for older servers again.)