summaryrefslogtreecommitdiff
path: root/driver/xf86-input-mouse/ChangeLog
blob: b0ff3925235ab6a1d427ed15cf3429a260a44db9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
2006-05-15  Matthias Hopf  <mhopf@suse.de>

	* configure.ac,src/mouse.c:
	Bump to 1.1.1.

2006-04-21  Matthias Hopf  <mhopf@suse.de>

	* man/mouse.man:
	Fixed default for YAxisMapping.
	Changed default for ZAxisMapping. Added short explanation.
	* src/mouse.c: (MouseCommonOptions), (MouseReadInput):
	Autodetect (one way only) single wheel only for EXPS2.
	Use singlebit protocol for multiwheel EXPS2 mice.

2006-04-20  Matthias Hopf  <mhopf@suse.de>

	* src/mouse.c: (MousePostEvent):
	Overhaul of wheel processing. Does work correctly with multibit
	zaxis events now.

2006-04-06  Adam Jackson  <ajax@freedesktop.org>

	* configure.ac:
	* src/mouse.c:
	* src/pnp.c:
	Unlibcwrap.  Bump server version requirement.  Bump to 1.1.0.

2006-03-09  Eric Anholt  <anholt@FreeBSD.org>

	* src/mouse.c: (MouseCommonOptions):
	Coverity #875: Correct several memory leaks in options parsing.

2006-02-28  Adam Jackson  <ajax@freedesktop.org>

	* configure.ac:
	* src/mouse.c:
	Bump to 1.0.4.

2006-02-02  Matthias Hopf  <mhopf@suse.de>

	* man/mouse.man:
	Fixed ButtonMapping default.

2006-01-17  Matthias Hopf  <mhopf@suse.de>

	* src/mouse.c: (MouseDoPostEvent):
	Bug #5071: EmulateWheelTimeout didn't work as anticipated.

2006-01-09  Daniel Stone  <daniel@freedesktop.org>

	* src/mouse.c:
	Remove #ifdef PNP_MOUSE blocks, as it was always defined in the
	monolith.

2005-12-20  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* configure.ac:
	Update package version for X11R7 release.

2005-12-19  Alan Coopersmith  <alan.coopersmith@sun.com>

	* man/mouse.man:
	Update URL for mouse docs online.
	Add VUID to supported protocols (used on Solaris).

	* README.sgml:
	Update docs for X11R6.9 & 7.0 releases.
	Add note about new ButtonMapping option.
	Explain changes due to "virtual mouse" support in Solaris 10.
	Change "mices" to "mice".

2005-12-14  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* configure.ac:
	* src/mouse.c:
	Update package version number for final X11R7 release candidate.
	Bump driver version number.

2005-12-06  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* man/Makefile.am:
	Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

2005-12-03  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* configure.ac:
	Update package version number for X11R7 RC3 release.

2005-12-01  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* configure.ac:
	Remove extraneous AC_MSG_RESULT.

2005-11-29  Adam Jackson  <ajax@freedesktop.org>

	* configure.ac:
	Only build dlloader modules by default.

2005-11-22  Daniel Stone  <daniel@freedesktop.org>

	* configure.ac:
	Update dependency on xorg-server to >= 0.99.3, for MouseDriverRec changes.

2005-11-09  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* configure.ac:
	Update package version number for X11R7 RC2 release.

2005-11-01  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* configure.ac:
	Update pkgcheck dependencies to work with separate build roots.