Add multi-lib support
[platform/upstream/libXi.git] / ChangeLog
1 commit ae163b6202d844a46541928d00049b29cbdf930f
2 Author: Peter Hutterer <peter.hutterer@who-t.net>
3 Date:   Thu May 3 16:01:35 2012 +1000
4
5     libXi 1.6.1
6     
7     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
8
9 commit fd5e000308925f703ecd15c288127ab33a456425
10 Author: Peter Hutterer <peter.hutterer@who-t.net>
11 Date:   Mon Apr 23 13:32:59 2012 +1000
12
13     man: update XIQueryVersion for current server behaviour
14     
15     XIQueryVersion(v1);
16     XIQueryVersion(v2);
17     
18     is now ok as long as v1 <= v2.
19     
20     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
21     Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
22
23 commit f8f44f42eb543ecd944a84facba6c09bf48e7711
24 Author: Chase Douglas <chase.douglas@canonical.com>
25 Date:   Fri Apr 20 15:30:30 2012 -0700
26
27     Destroy extension record after last display is removed
28     
29     The extension record is currently leaked and never freed.
30     
31     Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
32     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
33
34 commit 2ac185d2fd2b884f4f59a7f7f61f414d139859aa
35 Author: Peter Hutterer <peter.hutterer@who-t.net>
36 Date:   Mon Mar 26 09:07:34 2012 +1000
37
38     Set the RawEvent sourceid (#34240)
39     
40     XI 2.2 and later include the sourceid in raw events.
41     
42     X.Org Bug 34240 <http://bugs.freedesktop.org/show_bug.cgi?id=34240>
43     
44     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
45     Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
46
47 commit dfc101e4c6cdac4ff9a51732b2754287fbdc8582
48 Author: Peter Hutterer <peter.hutterer@who-t.net>
49 Date:   Mon Mar 26 09:05:24 2012 +1000
50
51     Move version comparison into a helper function.
52     
53     No functional changes, this simply introduces a version helper function that
54     returns -1, 0 or 1 depending on the version comparison result. To be used
55     internally only.
56     
57     Needed for fix to #34240
58     
59     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
60     Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
61
62 commit 8436c920953f288aea2d6d5f370f8eaaaef82d97
63 Author: Peter Hutterer <peter.hutterer@who-t.net>
64 Date:   Thu Mar 15 11:51:41 2012 +1000
65
66     Fix wrong button label and mask copy on OS X
67     
68     Regression introduced in c1a5a70b51f12dedf354102217c7cd4247ed3a4b.
69     
70     If double-padding is applied, the length of the mask on the wire may be
71     smaller than libXi's mask_len. When copying, only the wire length must be
72     copied, with the remainder set to 0.
73     When advancing to the button labels, the wire length matters, not libXi's
74     internal length.
75     
76     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
77     Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
78     Tested-by: Jeremy Huddleston <jeremyhu@apple.com>
79
80 commit 70b730b0548ca9e408f14f2576b972beb32a0ad0
81 Author: Peter Hutterer <peter.hutterer@who-t.net>
82 Date:   Thu Mar 8 16:03:50 2012 +1000
83
84     libXi 1.6.0
85     
86     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
87
88 commit 1b9f0394c3d4d3833f8560ae8170a4d5842419ab
89 Author: Chase Douglas <chase.douglas@canonical.com>
90 Date:   Wed Mar 7 14:52:54 2012 -0800
91
92     Fix XIScrollClass increment value on 32-bit machines
93     
94     This fixes scroll class increment values on 32-bit machines. Performing
95     1UL << 32 shifts the bit off the end of a 32-bit unsigned long value. By
96     expanding to 1ULL, we have the full 64-bits of an unsigned long long
97     including on 32-bit machines.
98     
99     Before this change, xinput list --long would output scroll increment
100     values of -nan.
101     
102     Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
103     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
104
105 commit c1a5a70b51f12dedf354102217c7cd4247ed3a4b
106 Author: Michał Masłowski <mtjm@mtjm.eu>
107 Date:   Tue Feb 21 20:54:40 2012 +0100
108
109     Fix bus error on MIPS N32 for bug #38331.
110     
111     XIValuatorClassInfo and XIScrollClassInfo might have an address
112     of 4 bytes modulo 8, while they contain doubles which need 8 byte
113     alignment.  This is fixed by adding extra padding after each structure
114     or array in sizeDeviceClassType and adding helper functions to
115     determine sizes and padding only in one place.
116     
117     Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=38331
118     Signed-off-by: Michał Masłowski <mtjm@mtjm.eu>
119     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
120
121 commit 34964b05c16161de65709d60799b9ad97ce56296
122 Author: Peter Hutterer <peter.hutterer@who-t.net>
123 Date:   Fri Jan 27 15:35:44 2012 +1000
124
125     libXi 1.5.99.3
126     
127     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
128
129 commit b355b7300235395717de06809ee6631ce55d3189
130 Author: Peter Hutterer <peter.hutterer@who-t.net>
131 Date:   Fri Jan 27 13:28:52 2012 +1000
132
133     Handle new XIAllowEvent request size
134     
135     inputproto 2.1.99.6 restored the previous request for ABI compatibility
136     reasons, and it introduced a new XI 2.2 specific define.
137     
138     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
139     Reviewed-by: Keith Packard <keithp@keithp.com>
140
141 commit 07ced7b48219e3bc0c98806f3d7106f86d1b2ca0
142 Author: Peter Hutterer <peter.hutterer@who-t.net>
143 Date:   Tue Jan 17 21:26:14 2012 +0100
144
145     Force class alignment to a multiple of sizeof(XID).
146     
147     Calculate length field to a multiples of sizeof(XID). XIDs are typedefs
148     to ulong and thus may be 8 bytes on some platforms. This can trigger a
149     SIGBUS if a class ends up not being 8-aligned (e.g. after XAxisInfo).
150     
151     Reported-by: Nicolai Stange <nicolai.stange@zmaw.de>
152     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
153     Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
154
155 commit 15feb92b30e13e7439a3434bea9f454645b97444
156 Author: Peter Hutterer <peter.hutterer@who-t.net>
157 Date:   Thu Jan 5 13:55:41 2012 +1000
158
159     man: fix typo Mappiing → Mapping
160     
161     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
162
163 commit 8576ae6b9ee974829e2fb8a834087652a6e9e1a2
164 Author: Cyril Brulebois <kibi@debian.org>
165 Date:   Thu Dec 22 15:50:47 2011 +0100
166
167     configure.ac: Fix a typo in comments.
168     
169     Signed-off-by: Cyril Brulebois <kibi@debian.org>
170     Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
171     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
172
173 commit ae0187c8708d2378373889827117911086581fdd
174 Author: Peter Hutterer <peter.hutterer@who-t.net>
175 Date:   Thu Dec 22 09:42:43 2011 +1000
176
177     libXi 1.5.99.2
178     
179     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
180
181 commit 47f3d887a7731f4ab68a69ed31dbe7acf6d13270
182 Merge: 82a6312 e73e2fe
183 Author: Peter Hutterer <peter.hutterer@who-t.net>
184 Date:   Wed Dec 21 15:40:37 2011 +1000
185
186     Merge branch 'multitouch'
187     
188     Conflicts:
189         configure.ac
190
191 commit 82a631263ef4e6f46c1f33748089db8bf603b095
192 Author: Peter Hutterer <peter.hutterer@who-t.net>
193 Date:   Wed Dec 21 15:33:17 2011 +1000
194
195     libXi 1.5.0
196     
197     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
198
199 commit e73e2fe95dab3e0048b24d16327adbe54326ff3f
200 Author: Peter Hutterer <peter.hutterer@who-t.net>
201 Date:   Wed Sep 14 22:33:57 2011 -0700
202
203     Implement support for XI 2.2
204     
205     Adds support for the new TouchClass for multitouch-capable servers/devices.
206     
207     New events:
208       XITouchOwnershipEvent
209     
210     New event types handled:
211       XITouchBegin, XITouchUpdate, XITouchEnd
212       XIRawTouchBegin, XIRawTouchUpdate, XIRawTouchEnd
213     
214     New functions:
215       XIGrabTouchBegin ... passive grabs on touches
216       XIUngrabTouchBegin
217       XIAllowTouchEvents ... Allow/reject touch event sequences
218     
219     New XIQueryDevice classes:
220       XITouchClassInfo
221     
222     Requires libX11 1.5 for GetReqSized
223     
224     Co-authored by: Chase Douglas <chase.douglas@canonical.com>
225     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
226
227 commit 7888d14a499062a1c3b333f31f1330cecf1e97c1
228 Author: Peter Hutterer <peter.hutterer@who-t.net>
229 Date:   Tue Oct 25 13:30:47 2011 +1000
230
231     Bump to 1.5.99.1
232     
233     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
234
235 commit fa6505f0a86b296e8f12f0fb8f472ef17b501fdb
236 Author: Peter Hutterer <peter.hutterer@who-t.net>
237 Date:   Mon Dec 19 09:36:34 2011 +1000
238
239     man: minor formatting fix in XIGrabButton
240
241 commit 49408e39e4b084fe362e9ee197bfa0aa1c55384d
242 Author: Peter Hutterer <peter.hutterer@who-t.net>
243 Date:   Fri Nov 11 15:32:21 2011 +1000
244
245     Include config.h from source files
246     
247     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
248     Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
249     Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
250
251 commit ba83a1e58592e41f207524f106ba26dd71fe4171
252 Author: Peter Hutterer <peter.hutterer@who-t.net>
253 Date:   Wed Oct 26 08:55:35 2011 +1000
254
255     Stop unnecessary calls to size_classes
256     
257     Xmalloc is a macro evaluating its argument twice.
258     
259     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
260     Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
261
262 commit 6d6ae8fc8b9620bf864ac7dff8d818573eee3e4f
263 Author: Peter Hutterer <peter.hutterer@who-t.net>
264 Date:   Wed Oct 26 08:54:53 2011 +1000
265
266     Fix duplicate sizeof in copy_classes
267     
268     sizeof(bla * sizeof()) is'nt right.
269     
270     Plus add some () to the next_block call too to emphasise that *nclasses is
271     the multiplicator.
272     
273     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
274     Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
275
276 commit 323730f7fa70190d2ea00e62c6964fee524ca430
277 Author: Peter Hutterer <peter.hutterer@who-t.net>
278 Date:   Thu Oct 27 10:27:49 2011 +1000
279
280     man: passive grabs return the number of failed modifier combinations
281     
282     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
283
284 commit 5189df57e18c79327848fb117a8ede59868c8fdb
285 Author: Peter Hutterer <peter.hutterer@who-t.net>
286 Date:   Fri Oct 21 08:49:31 2011 +1000
287
288     man: XIGrabButton returns error codes, not status codes
289     
290     Reword slightly that the returned value is the error code for this
291     particular grab.
292     
293     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
294
295 commit 05aaf65b3b6b7dc7268137ce4ee516f08eefb62f
296 Author: Peter Hutterer <peter.hutterer@who-t.net>
297 Date:   Fri Oct 21 08:07:45 2011 +1000
298
299     man: fix #include for XIGrabButton
300     
301     Reported-by: Matthias Clasen <mclasen@redhat.com>
302     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
303
304 commit c25debae73be50b9a77454ed4d72ffeaab726846
305 Author: Peter Hutterer <peter.hutterer@who-t.net>
306 Date:   Mon Oct 10 10:24:38 2011 +1000
307
308     Bump to 1.4.99.1
309     
310     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
311
312 commit 7ca05f3094958c04e8f78a786061124c58f8e1f3
313 Author: Peter Hutterer <peter.hutterer@who-t.net>
314 Date:   Wed Sep 28 11:16:42 2011 +1000
315
316     Remove superfluous assignment of lib->classes in XIQueryDevices.
317     
318     A few lines south from here we malloc lib->classes, this assignment is a
319     leftover from 225071e2e67fb65a0258397212f9826c9b25e078.
320     
321     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
322     Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
323
324 commit e97c3dd00369b47af067e30e910335b199a2f147
325 Author: Matt Dew <marcoz@osource.org>
326 Date:   Mon Oct 3 22:05:51 2011 -0600
327
328         1 - fix the capitalization of the ID attriutes to match either the
329             <title> or <funcdef> string it goes with.
330         2 - fix any <linkend>'s that were affected by 1.
331         3 - any <function> in the docs that has an actual funcdef,
332             will become an olink.
333     
334         Signed-off-by: Matt Dew <marcoz@osource.org>
335
336 commit 5f9df47340e192d095127e3c7da180b0fb3dc286
337 Author: Peter Hutterer <peter.hutterer@who-t.net>
338 Date:   Fri Sep 23 09:04:21 2011 +1000
339
340     Use a separate nclasses variable in XIQueryDevice
341     
342     No functional changes, just clarifying the code. If we skip over unknown
343     classes, lib->num_classes != wire->num_classe. Use a separate variable to
344     make that change more explicit and align the code closer with
345     wireToDeviceChangedEvent.
346     
347     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
348     Reviewed-by: Daniel Stone <daniel@fooishbar.org>
349
350 commit 2eb34db82dbd8429594c7ce1d361cabf3571edf1
351 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
352 Date:   Fri Sep 16 21:00:19 2011 -0700
353
354     Make shadow man pages generated by asciidoc work with Solaris man
355     
356     Solaris man requires .so entries in man pages include the man section
357     directory, not just the man page filename, even when it's in the same
358     directory, so use sed to add it in.
359     
360     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
361     
362     This may be a temporary fix only. See
363     http://lists.freedesktop.org/archives/xorg-devel/2011-September/025219.html
364     
365     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
366
367 commit a43c0a5d2a6cf80df314c96e0b58804dd87868be
368 Author: Gaetan Nadon <memsize@videotron.ca>
369 Date:   Tue Sep 20 15:11:13 2011 -0400
370
371     specs: refactor and complete copyright legal text
372     
373     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
374
375 commit 552f60789263ad2a1d983cf5b479af63d90f7591
376 Author: Jeremy Huddleston <jeremyhu@apple.com>
377 Date:   Sun Sep 18 00:53:56 2011 -0700
378
379     Use AM_CPPFLAGS to use in tree headers before installed headers
380     
381     This addresses a build failure found by the tinderbox.
382     
383     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
384     Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
385
386 commit 69f2580fd47cfe24105892e9ffb79cd046954b7d
387 Merge: fc5d478 3ed1b46
388 Author: Peter Hutterer <peter.hutterer@who-t.net>
389 Date:   Sat Sep 17 06:41:30 2011 +1000
390
391     Merge branch 'smooth-scrolling'
392     
393     Conflicts:
394         src/XExtInt.c
395
396 commit 3ed1b463205295a5ebba7d570a4cb8dfade51a38
397 Author: Peter Hutterer <peter.hutterer@who-t.net>
398 Date:   Wed Aug 17 14:50:39 2011 +1000
399
400     Support XI 2.1 XIScrollClass
401     
402     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
403
404 commit 00382417331d0b38373796fd31757be9fd3e9971
405 Author: Peter Hutterer <peter.hutterer@who-t.net>
406 Date:   Thu Jun 2 13:23:32 2011 +1000
407
408     Support XI 2.1 internally
409     
410     Add the required constants to pretend to support XI 2.1.
411     Having named constants for 2.1 seems a bit pointless, so let's just use the
412     numbers directly.
413     
414     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
415     Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
416
417 commit fc5d47895c1361763aa7f088b6d8cb3859e3fda8
418 Author: Peter Hutterer <peter.hutterer@who-t.net>
419 Date:   Sat Sep 17 06:40:01 2011 +1000
420
421     Require inputproto 2.0.99.1 or later
422     
423     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
424
425 commit 4dcbad7e10289317edc22113c1f451d79df221e1
426 Author: Peter Hutterer <peter.hutterer@who-t.net>
427 Date:   Fri Jun 3 15:46:47 2011 +1000
428
429     man: update property and grab man pages for new constants
430     
431     Suggest the use of the new XIGrabModeAsync, etc. defines instead of the core
432     defines. Add a BUGS section to each man page explaining
433     backwards-compatibility.
434     
435     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
436     Reviewed-by: Daniel Stone <daniel@fooishbar.org>
437
438 commit 14f674296bc23b3cd50f6d302c3064250132c2c1
439 Author: Peter Hutterer <peter.hutterer@who-t.net>
440 Date:   Mon Aug 22 13:55:56 2011 +1000
441
442     man: fix typo in XIQueryDevice man page
443     
444     struct name is XIValuatorClassInfo.
445     
446     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
447
448 commit 91f928a70246c26cbee00bf59a8e318e9317142e
449 Author: Peter Hutterer <peter.hutterer@who-t.net>
450 Date:   Wed Aug 17 15:20:48 2011 +1000
451
452     Handle unknown device classes.
453     
454     If the server sends an unknown device class in response to an XIQueryDevice
455     call, no memory is allocated for these classes but we still write type
456     and sourceid as well as setting to->classes[i]. The latter causes multiple
457     classes to point to the same memory field.
458     
459     Move the common code of assigning these three into the respective class type
460     handlers so to automatically skip any unknown classes.
461     
462     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
463
464 commit f5b4ff2b4bbac5477af337ed63d019b1f1bc21c9
465 Author: Gaetan Nadon <memsize@videotron.ca>
466 Date:   Thu Sep 15 11:58:31 2011 -0400
467
468     inputlib: restore original title "X Input Device Extension Library"
469     
470     Somehow the title got changed during troff to docbook conversion.
471     Latest troff version:
472     ftp://www.x.org/pub/X11R7.0/doc/PDF/XiLib.pdf
473     
474     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
475     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
476
477 commit 5174411eb67ff672abb3301268bd4fe06851ce3e
478 Author: Gaetan Nadon <memsize@videotron.ca>
479 Date:   Thu Sep 15 11:57:12 2011 -0400
480
481     inputlib: prefix 1.0 with the word Version
482     
483     To be consistent with all other docs
484     
485     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
486
487 commit b695f07ac85e76c7502a743343aacb2c93318ac5
488 Author: Gaetan Nadon <memsize@videotron.ca>
489 Date:   Thu Sep 15 11:56:33 2011 -0400
490
491     inputlib: fix copyright statements
492     
493     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
494
495 commit d8aea9731674ecb4e313051f866966113473e395
496 Author: Gaetan Nadon <memsize@videotron.ca>
497 Date:   Mon Sep 12 16:54:45 2011 -0400
498
499     docs: use the &fullrelvers; entity to set X11 release information
500     
501     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
502
503 commit b4690e1d9d0a27e04c7204614c0e88edef210ba7
504 Author: Gaetan Nadon <memsize@videotron.ca>
505 Date:   Sun Sep 11 19:49:54 2011 -0400
506
507     docs: remove <productnumber> which is not used by default
508     
509     This element is not rendered by default on the title. A template
510     customization is required to display it.
511     X Window System does not have a product number.
512     
513     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
514
515 commit 83a3f9d1b06391d5c25602c0b6a3dba63e7abc81
516 Author: Gaetan Nadon <memsize@videotron.ca>
517 Date:   Thu Sep 8 20:00:00 2011 -0400
518
519     docbook.am: embed css styles inside the HTML HEAD element
520     
521     Rather than referring to the external xorg.css stylesheet, embed the content
522     of the file in the html output produced. This is accomplished by using
523     version 1.10 of xorg-xhtml.xsl.
524     
525     This makes the whole html docs tree much more relocatable.
526     In addition, it eliminates xorg.css as a runtime file which makes
527     xorg-sgml-doctools a build time only package.
528     
529     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
530
531 commit bd4c9c82e889d737f3488c234659216a218d8eb2
532 Author: Gaetan Nadon <memsize@videotron.ca>
533 Date:   Wed Sep 7 10:31:04 2011 -0400
534
535     docbook.am: global maintenance update - entities, images and olinking
536     
537     Adding support in libX11 for html chunking caused a reorg of docbook.am
538     as well as the xorg-sgml-doctools masterdb for olinking.
539     The parameter img.src.path is added for pdf images.
540     A searchpath to the root builddir is added for local entities, if present.
541     
542     The docbook.am makefile hides all the details and is identical for
543     all 22 modules having DocBook documentation. It is included by a thin
544     Makefile.am which requires no docbook knowledge.
545     
546     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
547
548 commit 942dd55eb370e0acea3184de78619766a09f7670
549 Author: Peter Hutterer <peter.hutterer@who-t.net>
550 Date:   Fri Jun 3 15:46:47 2011 +1000
551
552     man: update property and grab man pages for new constants
553     
554     Suggest the use of the new XIGrabModeAsync, etc. defines instead of the core
555     defines. Add a BUGS section to each man page explaining
556     backwards-compatibility.
557     
558     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
559     Reviewed-by: Daniel Stone <daniel@fooishbar.org>
560
561 commit eb5039859810a0fc4e4e594a4a1ccd99c5fecf85
562 Author: Peter Hutterer <peter.hutterer@who-t.net>
563 Date:   Mon Aug 22 13:55:56 2011 +1000
564
565     man: fix typo in XIQueryDevice man page
566     
567     struct name is XIValuatorClassInfo.
568     
569     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
570
571 commit 635c2c029b1e73311c3f650bcaf7eeb9e782134b
572 Author: Peter Hutterer <peter.hutterer@who-t.net>
573 Date:   Wed Aug 17 15:20:48 2011 +1000
574
575     Handle unknown device classes.
576     
577     If the server sends an unknown device class in response to an XIQueryDevice
578     call, no memory is allocated for these classes but we still write type
579     and sourceid as well as setting to->classes[i]. The latter causes multiple
580     classes to point to the same memory field.
581     
582     Move the common code of assigning these three into the respective class type
583     handlers so to automatically skip any unknown classes.
584     
585     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
586
587 commit ca73cd3b7630e7eb7d26c61c4af10d35dbce5465
588 Author: Peter Hutterer <peter.hutterer@who-t.net>
589 Date:   Fri Aug 12 14:24:26 2011 +1000
590
591     Don't use the protocol defines for 2.0 versioning.
592     
593     Otherwise we run into the old problem again: recompiling libXi against
594     newer inputproto headers will appear to change the version support,
595     potentially causing errors or other misbehaviours.
596     
597     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
598     Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
599
600 commit 5a299d1731d3db16ccdd3a66246c81ca522f1702
601 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
602 Date:   Mon Aug 1 16:47:38 2011 -0700
603
604     Fix the FIXME output in man page .TH macros generated by asciidoc
605     
606     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
607     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
608
609 commit e8531dd6a981c6cf19a1d256c29e886e34e8f51a
610 Author: Peter Hutterer <peter.hutterer@who-t.net>
611 Date:   Tue Sep 7 15:21:31 2010 +1000
612
613     Add XI2 library-internal array offsets to XIint.h
614     
615     These defines are currently defined in XI.h and XI2.h. Their only use is as
616     offset into a library-internal array. Add them to XIint.h to have them where
617     they belong.
618     
619     These defines do not have any effect on the protocol. They are simply
620     offsets into an array for libXi-specific version checking. The defines are
621     added to this header for readability, given that we cannot remove them from
622     the protocol without potentially breaking clients (who should never use
623     these anyway, but...) means they will never get hit.
624     
625     Future defines for these offsets will only be added to libXi, not the
626     protocol.
627     
628     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
629
630 commit 653b45b7cc275a560c1ea213216a908c125e443d
631 Author: Peter Hutterer <peter.hutterer@who-t.net>
632 Date:   Fri Jun 24 10:09:10 2011 +1000
633
634     man: Fix formatting in XGetFeedbackControl
635     
636     Indent structs to make them more readable, make "Structures" header an
637     actual header.
638     
639     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
640
641 commit 809c9e936b9f5234de03148376d389fdcfa6d40a
642 Author: Gaetan Nadon <memsize@videotron.ca>
643 Date:   Sun Jun 12 18:39:46 2011 -0400
644
645     Install xml versions of specs even if HAVE_XMLTO is false
646     
647     DocBook/XML input source is also a usefull output format that can be viewed
648     with an XML viewer or editor and by some O/S help system.
649     
650     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
651
652 commit 94f585af88a6486148ad6514f1f74eb83ce547ef
653 Author: Gaetan Nadon <memsize@videotron.ca>
654 Date:   Sun Jun 5 16:27:37 2011 -0400
655
656     Install target dbs alongside generated documents
657     
658     This matches a change in xorg-sgml-docs whereby the masterdb will look for
659     the target dbs into the same location as the generated documents.
660     
661     The target dbs are now installed alongside the generated documents.
662     Previously they are installed in $prefix/sgml/X11/dbs alongside masterdb which
663     has the potential of installing outside the package prefix and cause
664     distcheck to fail when user does not have write permission in this package.
665     
666     Requires XORG_CHECK_SGML_DOCTOOLS(1.8) which was released 2011-06-11
667
668 commit 2d2581479c64b8b44ab91e90ecb04acd5d106ea2
669 Author: Gaetan Nadon <memsize@videotron.ca>
670 Date:   Thu Jun 9 15:59:23 2011 -0400
671
672     make: use AM_V_at rather than AM_V_GEN to prefix the mv command
673     
674     This will prevent outputting a "GEN" prefix. Moving and removing files
675     is not "generating" anything.
676     
677     Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
678     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
679
680 commit f4bdafebaf123c584e1b5e4ff1bc48f7cf4c5b26
681 Author: Gaetan Nadon <memsize@videotron.ca>
682 Date:   Thu Jun 9 15:49:23 2011 -0400
683
684     make: remove unneeded AM_V_GEN silent rule directive.
685     
686     It happens to be in the middle of the script statement and cause this
687     incorrect output:
688     
689      rm XCloseDevice.man && make
690       GEN    XOpenDevice.3
691     /bin/bash: line 1: @echo: command not found
692     /bin/bash: line 2: @echo: command not found
693     [...]
694     
695     Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
696     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
697
698 commit f4930482c24a22c8cdf9da3c96516936ddd1f7b9
699 Author: Peter Hutterer <peter.hutterer@who-t.net>
700 Date:   Tue Jun 7 14:12:08 2011 +1000
701
702     Bump to 1.4.99
703     
704     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
705
706 commit 938ef832b892fdefe0d5c2bb4510c91bbbccca9f
707 Author: Peter Hutterer <peter.hutterer@who-t.net>
708 Date:   Fri Jun 3 15:10:27 2011 +1000
709
710     man: Fix typo in XIChangeProperty
711     
712     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
713
714 commit 597a6a51721d30c4354d1133bb6da6bd2e12446e
715 Author: Peter Hutterer <peter.hutterer@who-t.net>
716 Date:   Fri Jun 3 15:02:35 2011 +1000
717
718     man: Fix wrong event names in XIGrabButton.
719     
720     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
721
722 commit 7736957fa2598800c14a88cae1dd7809b184d743
723 Author: Matt Dew <marcoz@osource.org>
724 Date:   Tue May 31 20:03:23 2011 -0600
725
726     Add id attributes to funcsynopsis to allow other docs to olink to them.
727     
728     Signed-off-by: Matt Dew <marcoz@osource.org>
729     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
730     Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
731
732 commit 9faab2bc0bdd4d98a04e572a7a5201bfcd3bdc70
733 Author: Peter Hutterer <peter.hutterer@who-t.net>
734 Date:   Thu Jun 2 16:21:59 2011 +1000
735
736     Use Data, not Data32 in XIPassiveGrabDevice
737     
738     Data32 takes and iterates over an array of longs, thus skipping every 4
739     bytes on LP64. Here we only have arrays of ints, use the normal Data macro
740     instead.
741     
742     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
743     Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
744
745 commit 67441d30df756eb715a262d3439865dedd4055e8
746 Author: Peter Hutterer <peter.hutterer@who-t.net>
747 Date:   Thu Jun 2 14:17:44 2011 +1000
748
749     man: fix missing comma in XIGrabEnter man page
750
751 commit 4a694b3f4f5c92d62526ea1c5461c59df86c13db
752 Author: Peter Hutterer <peter.hutterer@who-t.net>
753 Date:   Thu May 5 09:30:21 2011 +1000
754
755     Silence compiler warning due to differnent event conversion procs
756     
757     XExtInt.c:161:5: warning: initialization from incompatible pointer type
758     
759     XSndExEv.c: In function 'XSendExtensionEvent':
760     XSndExEv.c:84:8: warning: assignment from incompatible pointer type
761     
762     Xlib and libXi differ in the conversion functions. libXi takes an xEvent**
763     and a num_events parameter since it may split an event into multiple
764     xEvents.
765     
766     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
767
768 commit fd680f025b1db22b1069aed2f142f670181574e5
769 Author: Peter Hutterer <peter.hutterer@who-t.net>
770 Date:   Thu May 5 09:20:23 2011 +1000
771
772     Silence compiler warning in XListDProp.c
773     
774     XListDProp.c: In function 'XListDeviceProperties':
775     XListDProp.c:72:9: warning: pointer targets in passing argument 2 of
776     '_XRead32' differ in signedness
777     /usr/include/X11/Xlibint.h:652:13: note: expected 'long int *' but argument
778     is of type 'Atom *'
779     
780     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
781
782 commit aa2432240ad02c54280f2d11c007969c3eb9b79f
783 Author: Peter Hutterer <peter.hutterer@who-t.net>
784 Date:   Thu May 5 09:43:32 2011 +1000
785
786     man: fix typo, layout in XGetExtensionVersion.man
787     
788     Fix a typo and move from MPX to XI2. Add a linebreak to make the
789     depreciation separate from the function description. Changes in the second
790     paragraph are just realignment due to the linebreak.
791     
792     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
793
794 commit f148a6279f07f029fc6a5b0a6556ff6622e6686a
795 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
796 Date:   Wed Feb 2 17:01:52 2011 -0800
797
798     Move Xinput server API documentation from libXi to xserver
799     
800     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
801     Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
802
803 commit 4cc2b17a3d069b296837edbd6e81af5bbf9821b4
804 Author: Peter Hutterer <peter.hutterer@who-t.net>
805 Date:   Tue May 3 14:51:12 2011 +1000
806
807     Remove a few unused assignments.
808     
809     Found by static analyzer.
810     
811     Reported-by: Jeremy Huddleston <jeremyhu@apple.com>
812     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
813     Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
814
815 commit cc6feecae23b321952921cf927bc965386844c8c
816 Author: Peter Hutterer <peter.hutterer@who-t.net>
817 Date:   Tue May 3 14:34:22 2011 +1000
818
819     XIChangeHierarchy: Return Success early if no actual changes are requested.
820     
821     Do the same for negative num_changes.
822     
823     Found by static analyzer.
824     
825     Reported-by: Jeremy Huddleston <jeremyhu@apple.com>
826     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
827     Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
828
829 commit af65475b1f6b7209750220a74aaad9968d54aaf7
830 Author: Peter Hutterer <peter.hutterer@who-t.net>
831 Date:   Tue May 3 13:21:02 2011 +1000
832
833     Allocate enough memory for raw events + extra data.
834     
835     Necessary space was calculated, but not actually used to allocate memory. As
836     a result, valuator data would overwrite the allocated memory.
837     
838     ==4166== Invalid write of size 1
839     ==4166==    at 0x4C29F04: memcpy (mc_replace_strmem.c:497)
840     ==4166==    by 0x8F39180: ??? (in /usr/lib/libXi.so.6.1.0)
841     ==4166==    by 0x7433D48: _XCopyEventCookie (in /usr/lib/libX11.so.6.3.0)
842     ==4166==    by 0x7425166: XPeekEvent (in /usr/lib/libX11.so.6.3.0)
843     ==4166==    by 0x49C3E3: process_key (x11_be.c:1065)
844     ==4166==    by 0x49EA5C: event_key_release (x11_be.c:2201)
845     ==4166==    by 0x49DD6E: x11_be_process_events (x11_be.c:1892)
846     ==4166==    by 0x4A38F4: x11_be_main_loop (x11_be.c:4353)
847     ==4166==    by 0x4A39E1: x11_be_thread_main (x11_be.c:4385)
848     ==4166==    by 0x87549C9: start_thread (pthread_create.c:300)
849     ==4166==    by 0x8A516FC: clone (clone.S:112)
850     ==4166==  Address 0x168afe80 is 0 bytes after a block of size 96 alloc'd
851     ==4166==    at 0x4C284A8: malloc (vg_replace_malloc.c:236)
852     ==4166==    by 0x8F390BD: ??? (in /usr/lib/libXi.so.6.1.0)
853     ==4166==    by 0x7433D48: _XCopyEventCookie (in /usr/lib/libX11.so.6.3.0)
854     ==4166==    by 0x7425166: XPeekEvent (in /usr/lib/libX11.so.6.3.0)
855     ==4166==    by 0x49C3E3: process_key (x11_be.c:1065)
856     ==4166==    by 0x49EA5C: event_key_release (x11_be.c:2201)
857     ==4166==    by 0x49DD6E: x11_be_process_events (x11_be.c:1892)
858     ==4166==    by 0x4A38F4: x11_be_main_loop (x11_be.c:4353)
859     ==4166==    by 0x4A39E1: x11_be_thread_main (x11_be.c:4385)
860     ==4166==    by 0x87549C9: start_thread (pthread_create.c:300)
861     
862     Reported-by: Roger Cruz <roger.cruz@virtualcomputer.com>
863     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
864     Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
865     Reviewed-by: Daniel Stone <daniel@fooishbar.org>
866
867 commit 18177afd4fb3934d0a9083c599fb96701eec2ad9
868 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
869 Date:   Fri Apr 1 22:49:09 2011 +0200
870
871     Fix XISelectEvents on 64 bits, strict alignement architectures.
872     
873     Use Data() to send the struct xXIEventMask on the wire instead of
874     Data32() which expects a pointer to a 64bits value on LP64
875     architectures.
876     
877     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
878
879 commit 75dc4029316c321d8f09fae584024f36c5c85c7f
880 Author: Gaetan Nadon <memsize@videotron.ca>
881 Date:   Sun Feb 27 15:06:18 2011 -0500
882
883     Documentation: add Docbook external references support
884     
885     When writing technical documentation, it is often necessary to cross
886     reference to other information. When that other information is not in the
887     current document, additional support is needed, namely <olink>.
888     
889     A new feature with version 1.7 of xorg-sgml-doctools adds references to
890     other documents within or outside this package.
891     
892     This patch adds technical support for this feature but does not change
893     the content of the documentation as seen by the end user.
894     
895     Each book or article must generate a database containing the href
896     of sections that can be referred to from another document. This database
897     is installed in DATAROOTDIR/sgml/X11/dbs. There is a requirement that
898     the value of DATAROOTDIR for xorg-sgml-doctools and for the package
899     documentation is the same. This forms a virtual document tree.
900     
901     This database is consulted by other documents while they are being generated
902     in order to fulfill the missing information for linking.
903     Refer to the xorg-sgml-doctools for further technical information.
904     
905     Co-authored-by: Matt Dew <marcoz@osource.org>
906     
907     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
908
909 commit 32236a7779f721d252d633d06ade306f246421a3
910 Author: Jeremy Huddleston <jeremyhu@apple.com>
911 Date:   Fri Mar 18 16:30:13 2011 -0700
912
913     configure.ac: 1.4.2
914     
915     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
916
917 commit 2d638fc37b0dbf28e5c826f74f68ada83a8c3e2b
918 Author: Peter Hutterer <peter.hutterer@who-t.net>
919 Date:   Tue Mar 15 10:55:10 2011 +1000
920
921     Force alignment with sizeof(Atom) for XIButtonClassInfo
922     
923     The memory layout of an XIButtonClassInfo is
924     [struct XIButtonClassInfo][mask][labels]
925     
926     With the mask being currently 4-byte aligned and labels a list of Atoms. On
927     LP64, Atoms are 8 byte, leading to unaligned access for some mask lengths.
928     Force the alignment to be sizeof(Atom).
929     
930     Reported-by: Christian Weisgerber <naddy@mips.inka.de>
931     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
932     Tested-by: Christian Weisgerber <naddy@mips.inka.de>
933     Reviewed-by: Adam Jackson <ajax@redhat.com>
934
935 commit 477f922fb07eea629f16c55b0a022e836ede6d41
936 Author: Peter Hutterer <peter.hutterer@who-t.net>
937 Date:   Tue Mar 8 14:44:10 2011 +1000
938
939     Don't discard extra data for passive grabs.
940     
941     Failed modifier data was discarded, causing assertions inside xcb.
942     
943     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
944
945 commit f0a352412920d9989323c7d33ca75c3646ee3f35
946 Author: Peter Hutterer <peter.hutterer@who-t.net>
947 Date:   Tue Mar 8 14:01:35 2011 +1000
948
949     man: describe return value for XI2 passive grabbing calls.
950     
951     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
952
953 commit 11b1e8ea7bc160cf9a42231742eedb0e7fefa222
954 Author: Peter Hutterer <peter.hutterer@who-t.net>
955 Date:   Thu Sep 9 14:43:03 2010 +1000
956
957     Rename XSetCPtr.c to XISetCPtr.c.
958     
959     XISetClientPointer is an XI2.0 call and should be named accordingly.
960     
961     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
962     Reviewed-by: Daniel Stone <daniel@fooishbar.org>
963
964 commit 19ac7ef23e7ff07068a63d1553159e7cb3ad2576
965 Author: Peter Hutterer <peter.hutterer@who-t.net>
966 Date:   Thu Sep 9 14:43:02 2010 +1000
967
968     Require XI 2 for all XI 2 calls.
969     
970     Each XI2 call should check _XiCheckExtInit for XI version 2.0 or higher.
971     
972     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
973     Reviewed-by: Daniel Stone <daniel@fooishbar.org>
974
975 commit 536bd44c513ede7e61e112c82a80fb9197f261f7
976 Author: Peter Hutterer <peter.hutterer@who-t.net>
977 Date:   Wed Feb 23 10:53:21 2011 +1000
978
979     Fix typo in comment.
980     
981     Reported-by: Julien Cristau <jcristau@debian.org>
982     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
983
984 commit 4ca8be9f3ffbafe9515e50d784f4ff83f6993be0
985 Author: Peter Hutterer <peter.hutterer@who-t.net>
986 Date:   Wed Feb 23 09:30:59 2011 +1000
987
988     Fix invalid read in XIGrabDevice.
989     
990     Miscalculation of length caused Data() to memcpy too many bytes.
991     
992     ==2865== Invalid read of size 1
993     ==2865==    at 0x4A07480: memcpy (mc_replace_strmem.c:602)
994     ==2865==    by 0x544271E: XIGrabDevice (XIGrabDevice.c:69)
995     ==2865==    by 0x400B0A: main (gnome642481.c:56)
996     ==2865==  Address 0x642f614 is 0 bytes after a block of size 20 alloc'd
997     ==2865==    at 0x4A04896: calloc (vg_replace_malloc.c:418)
998     ==2865==    by 0x54425D3: XIGrabDevice (XIGrabDevice.c:65)
999     ==2865==    by 0x400B0A: main (gnome642481.c:56)
1000     
1001     SetReqLen() expects 4-byte units.
1002     Data() expects bytes.
1003     
1004     Gnome Bug 642481 <https://bugzilla.gnome.org/show_bug.cgi?id=642481>
1005     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1006
1007 commit 4db3db2b38d8eb9024170633d3bf7c5050272dd0
1008 Author: Peter Hutterer <peter.hutterer@who-t.net>
1009 Date:   Mon Feb 14 08:48:07 2011 +1000
1010
1011     Mark sourceid in Raw events as bug and force to 0..
1012     
1013     The protocol does not provide a source ID for raw events, so this value is
1014     always 0. It shouldn't really be there, but the past is so hard to change.
1015     
1016     Reported-by:  Mark Dokter <dokter@icg.tugraz.at>
1017     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1018
1019 commit d79a9b174a79e89ca2507a61f2e12af25102313f
1020 Author: Peter Hutterer <peter.hutterer@who-t.net>
1021 Date:   Tue Feb 1 07:36:08 2011 +1000
1022
1023     man: note that callers of XIQueryPointer must free the button mask.
1024     
1025     buttons_return->mask is allocated by the library and must be freed by the
1026     caller to avoid leaking.
1027     
1028     Reported-by: Matthias Clasen <mclasen@redhat.com>
1029     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1030
1031 commit 1b376f371c2f866cd1cdf047e50210a5c69772b9
1032 Author: Gaetan Nadon <memsize@videotron.ca>
1033 Date:   Wed Feb 2 11:43:43 2011 -0500
1034
1035     config: comment, minor upgrade, quote and layout configure.ac
1036     
1037     Group statements per section as per Autoconf standard layout
1038     Quote statements where appropriate.
1039     Autoconf recommends not using dnl instead of # for comments
1040     
1041     Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
1042     Use AC_PROG_LIBTOOL to replace the deprecated AM_PROG_LIBTOOL
1043     Remove redundant AC_SUBST(*_CFLAGS) and/or *_LIBS
1044     Remove redundant AC_PROG_MAKE_SET included with AM_INIT_AUTOMAKE
1045     Remove redundant AC_CANONICAL_HOST included in XORG_DEFAULT_OPTIONS
1046     Add AC_CONFIG_SRCDIR([Makefile.am]) where missing
1047     Update minimum version of util-macros to at least 1.8.
1048     
1049     One or more of the above actions were applied
1050     No functional configuration changes
1051     
1052     This helps automated maintenance and release activities.
1053     Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
1054     
1055     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1056
1057 commit faff510fed9733b2860e14490d5a40d70b840eae
1058 Author: Gaetan Nadon <memsize@videotron.ca>
1059 Date:   Fri Jan 28 19:41:37 2011 -0500
1060
1061     config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
1062     
1063     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1064
1065 commit 3776075264024af7eca93f689305d46302e88536
1066 Author: Gaetan Nadon <memsize@videotron.ca>
1067 Date:   Fri Jan 28 12:07:46 2011 -0500
1068
1069     config: remove already included AC_PROG_SED statement
1070     
1071     Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
1072     Use the appropriate platform version of sed
1073     
1074     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1075
1076 commit 5283e87ca909304d3e1820ef877bf3587a9c8724
1077 Author: Gaetan Nadon <memsize@videotron.ca>
1078 Date:   Thu Jan 27 18:50:15 2011 -0500
1079
1080     config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
1081     
1082     XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
1083     AC_PROG_C_C99. This sets gcc with -std=gnu99.
1084     If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
1085     
1086     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1087
1088 commit be2a1b33c9394dcab52622bde53c83f1dd840ea0
1089 Author: Peter Hutterer <peter.hutterer@who-t.net>
1090 Date:   Wed Jan 26 07:42:53 2011 +1000
1091
1092     libXi 1.4.1
1093     
1094     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1095
1096 commit e0c95ce2348a9c9afaa4862368c7a5ae6913457c
1097 Author: Carlos Garnacho <carlosg@gnome.org>
1098 Date:   Mon Jan 24 12:35:04 2011 +0100
1099
1100     Fill in mods/group->effective in XIQueryPointer()
1101     
1102     the other XIModifierState/XIGroupState fields are being set correctly,
1103     but the "effective" field was being left as undefined memory.
1104     
1105     Signed-off-by: Carlos Garnacho <carlosg@gnome.org>
1106     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1107
1108 commit a5961a8459614fcaa801a47cda07d3ee8246b16f
1109 Author: Philipp Reh <sefi@s-e-f-i.de>
1110 Date:   Mon Jan 10 17:35:57 2011 +0100
1111
1112     Fix passive grabs.
1113     
1114     _XIPassiveGrabDevice, which is called by alle the passive grab functions,
1115     wrongly returns an error when it shouldn't.
1116     The attached patch adds the missing "not" to properly test the error
1117     condition of _XReply.
1118     
1119     Signed-off-by: Philipp Reh <sefi@s-e-f-i.de>
1120     Reviewed-by: Daniel Stone <daniel@fooishbar.org>
1121     Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
1122
1123 commit 408db9e86a92c897390129ef27a804d7cf6ba6fb
1124 Author: Paulo Zanoni <pzanoni@mandriva.com>
1125 Date:   Thu Dec 16 14:10:05 2010 -0200
1126
1127     Use docbookx.dtd version 4.3 for all docs
1128     
1129     Signed-off-by: Paulo Zanoni <pzanoni@mandriva.com>
1130     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1131
1132 commit 9419fe9f0b21232d342885a693fbf9222b5844e4
1133 Author: Daniel Stone <daniel@fooishbar.org>
1134 Date:   Mon Dec 13 19:49:58 2010 +0000
1135
1136     WireToEvent: Set display member of all events as well
1137     
1138     All events were getting random uninitialised garbage for display; fix
1139     that.
1140     
1141     Signed-off-by: Daniel Stone <daniel@fooishbar.org>
1142
1143 commit 549dd5f470148df74e65ce7bb1af316a2848a71d
1144 Author: Gaetan Nadon <memsize@videotron.ca>
1145 Date:   Tue Nov 9 13:04:55 2010 -0500
1146
1147     config: HTML file generation: use the installed copy of xorg.css
1148     
1149     Currenlty the xorg.css file is copied in each location
1150     where a DocBook/XML file resides. This produces about
1151     70 copies in the $(docdir) install tree.
1152     
1153     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1154
1155 commit ea7e12eaf84ada28f4933e85ecf51a47c9db0b93
1156 Author: Peter Hutterer <peter.hutterer@who-t.net>
1157 Date:   Tue Nov 2 14:26:34 2010 +1000
1158
1159     libXi 1.4
1160     
1161     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1162
1163 commit 556246beaffb42e1f58d816542d91e360ea02080
1164 Author: Peter Hutterer <peter.hutterer@who-t.net>
1165 Date:   Tue Nov 2 11:22:01 2010 +1000
1166
1167     man: XGetDeviceProperty(3) has no parameter 'pending'.
1168     
1169     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1170     Reviewed-by: Julien Cristau <jcristau@debian.org>
1171
1172 commit ccbebb111fb2084716fce67cb44b5bd8b86adbbc
1173 Author: Jesse Adkins <jesserayadkins@gmail.com>
1174 Date:   Tue Sep 28 13:30:03 2010 -0700
1175
1176     Purge cvs tags.
1177     
1178     Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
1179     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1180
1181 commit f237427f897d1dc527494653735d4bb93d740546
1182 Author: Carlos Garnacho <carlosg@gnome.org>
1183 Date:   Wed Oct 6 11:04:21 2010 +0200
1184
1185     Fix typo when converting raw events from the wire.
1186     
1187     The raw values were being miscalculated, containing only the integral part
1188     of the FP3232, meanwhile normal valuators were mistakenly added the fractional
1189     part of its corresponding raw value.
1190     
1191     Signed-off-by: Carlos Garnacho <carlosg@gnome.org>
1192     Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
1193     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1194
1195 commit abc26c71b6032683b89085a7ebcd40ca81cdf3f2
1196 Author: Julien Cristau <jcristau@debian.org>
1197 Date:   Sun Oct 3 17:04:57 2010 +0200
1198
1199     man: fix typo in XIQueryDevice doc
1200     
1201     Don't pretend this is XIQueryPointer.
1202     
1203     Debian bug#598964
1204     Reported-by: Joachim Breitner <nomeata@debian.org>
1205     Signed-off-by: Julien Cristau <jcristau@debian.org>
1206
1207 commit a00926cd16a0b6ddb9f7b074dce88e3fb840831c
1208 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
1209 Date:   Wed Aug 25 22:21:55 2010 +0200
1210
1211     Fix build with gcc 2.95
1212     
1213     Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
1214     Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
1215     Reviewed-by: Matt Turner <mattst88@gmail.com>
1216     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1217
1218 commit 3f2814a0f9193cb33b44ef53059a4b349cf4cabc
1219 Author: Peter Hutterer <peter.hutterer@who-t.net>
1220 Date:   Mon Aug 2 15:40:32 2010 +1000
1221
1222     man: improve readability of XAllowDeviceEvents.
1223     
1224     Parse the options to event-mode as a list. This requires un-indenting the
1225     rest, otherwise the asciidoc/xmlto conversion will indent the trailing
1226     paragraphs more than the list
1227     
1228     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1229
1230 commit d3eb99478ca96fdfc4ceb2a9809f19f803bba6c7
1231 Author: Gaetan Nadon <memsize@videotron.ca>
1232 Date:   Sun Aug 15 18:05:13 2010 -0400
1233
1234     man: add $(AM_V_GEN) for silent rules where missing
1235     
1236     Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
1237     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1238
1239 commit dbcca7e1296ae671964c55be13bfbb9113a600a0
1240 Author: Gaetan Nadon <memsize@videotron.ca>
1241 Date:   Sun Aug 15 17:46:52 2010 -0400
1242
1243     man: whitespace management
1244     
1245     This style should make it easier to read filenames
1246     in a large list.
1247     
1248     Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
1249     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1250
1251 commit bc9f68de51ec7d3d88330ff843eccd6cbf9a93ad
1252 Author: Gaetan Nadon <memsize@videotron.ca>
1253 Date:   Sun Aug 15 12:53:04 2010 -0400
1254
1255     man: Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
1256     
1257     The value of MAN_SUBST is the same for all X.Org packages.
1258     Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
1259     
1260     Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
1261     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1262
1263 commit 20b843c820dd147a0f8f7e6d06da7a0c18d40f1c
1264 Author: Gaetan Nadon <memsize@videotron.ca>
1265 Date:   Sun Aug 15 09:33:17 2010 -0400
1266
1267     man: add/change comments regarding the 3 step conversion from text source
1268     
1269     In the hope of making it easier to learn.
1270     This makefile may serve as a reference.
1271     
1272     Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
1273     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1274
1275 commit e7b4e33a3ea1a3cce074da2d91bda7258e01652a
1276 Author: Gaetan Nadon <memsize@videotron.ca>
1277 Date:   Sun Aug 15 07:54:39 2010 -0400
1278
1279     man: rename libman_pre to libman_PRE
1280     
1281     To be consistent with all other man pages makefiles.
1282     
1283     Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
1284     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1285
1286 commit d854293a63be4a983e3e8fe8a1110a5ea1ffba2a
1287 Author: Gaetan Nadon <memsize@videotron.ca>
1288 Date:   Sun Aug 15 07:32:10 2010 -0400
1289
1290     man: use "shadows" terminology in variable names.
1291     
1292     For man pages that are just links to a main man page.
1293     This is how they are referred to in all other librairies.
1294     
1295     Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
1296     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1297
1298 commit 9fe6bfec833a66a3a8ca70b8769eada91a320bf7
1299 Author: Gaetan Nadon <memsize@videotron.ca>
1300 Date:   Sat Aug 14 21:41:51 2010 -0400
1301
1302     man: remove used LIB_MAN_DIR_SUFFIX (part of an unrequired broken fix)
1303     
1304     Local fix in CVS for bug 5628 is not required
1305     as the problem has been fixed in
1306     util-macros d9062e4077ebfd0985baf8418f3d0f111b9ddbba
1307     
1308     Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
1309     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1310
1311 commit 8daf961d0fe6a1433c8248d984618a7e22ff88b8
1312 Author: Pauli Nieminen <ext-pauli.nieminen@nokia.com>
1313 Date:   Fri Jun 18 11:32:36 2010 +0300
1314
1315     Always unlock display correctly
1316     
1317     XISelectEvents and XIGetSelectedEvents were not unlocking display in all
1318     return paths.
1319     
1320     Reported-by: Julien Cristau <jcristau@debian.org>
1321     Signed-off-by: Pauli Nieminen <ext-pauli.nieminen@nokia.com>
1322
1323 commit 3a6839b4a229aa59188025c9b285023110a20aad
1324 Author: Pauli Nieminen <ext-pauli.nieminen@nokia.com>
1325 Date:   Mon Jun 14 10:37:56 2010 +0300
1326
1327     Use single error path in XGetDeviceControl
1328     
1329     This reduces code duplication and fixes possible leak of d. d would leak if
1330     allocation of Device fails.
1331     
1332     Signed-off-by: Pauli Nieminen <ext-pauli.nieminen@nokia.com>
1333     Reviewed-by: Julien Cristau <jcristau@debian.org>
1334
1335 commit 850288fee663c07fbd491859629543f78bbadd3c
1336 Author: Pauli Nieminen <ext-pauli.nieminen@nokia.com>
1337 Date:   Mon Jun 14 10:37:56 2010 +0300
1338
1339     Use single error path in XGetFeedbackControl
1340     
1341     This reduces code duplication and fixes possible leak of f. f would leak if
1342     allocation of Feedback fails.
1343     
1344     Signed-off-by: Pauli Nieminen <ext-pauli.nieminen@nokia.com>
1345     Reviewed-by: Julien Cristau <jcristau@debian.org>
1346
1347 commit 9ca839742b49d49e98a17baa40c9662ee76c397f
1348 Author: Pauli Nieminen <ext-pauli.nieminen@nokia.com>
1349 Date:   Mon Jun 14 10:16:22 2010 +0300
1350
1351     Use single error path in XQueryDeviceState
1352     
1353     This reduces code duplication and fixes possible leak of data. data would
1354     leak if allocation of state fails.
1355     
1356     Signed-off-by: Pauli Nieminen <ext-pauli.nieminen@nokia.com>
1357     Reviewed-by: Julien Cristau <jcristau@debian.org>
1358
1359 commit b953bf7b9775e5970776a21ae3f7919592289c92
1360 Author: Pauli Nieminen <ext-pauli.nieminen@nokia.com>
1361 Date:   Mon Jun 14 10:05:36 2010 +0300
1362
1363     Fix memory leak in XIGetSelectedEvents
1364     
1365     mask_in was leaking for every successfull XIGetSelectedEvents.
1366     
1367     Signed-off-by: Pauli Nieminen <ext-pauli.nieminen@nokia.com>
1368     Reviewed-by: Julien Cristau <jcristau@debian.org>
1369
1370 commit 6199f89992e2b6ba5f96833f4f4087b61ca61ac5
1371 Author: Pauli Nieminen <ext-pauli.nieminen@nokia.com>
1372 Date:   Fri Jun 11 17:30:44 2010 +0300
1373
1374     Fix usage of uninitialized value
1375     
1376     In error case length of extra data could be uninitialized. This would
1377     result randomly sized request later in function.
1378     
1379     Signed-off-by: Pauli Nieminen <ext-pauli.nieminen@nokia.com>
1380     Reviewed-by: Julien Cristau <jcristau@debian.org>
1381
1382 commit d364aaaa47a69789b7acfd54b625caa299780480
1383 Author: Matt Dew <matt@osource.org>
1384 Date:   Sat Jul 10 09:48:13 2010 -0400
1385
1386     specs: convert input .ms specs from xorg-docs module to DocBook XML
1387     
1388     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1389
1390 commit 30b076ea0b761c4a94c275be273accf311dc81c2
1391 Author: Fernando Carrijo <fcarrijo@yahoo.com.br>
1392 Date:   Thu Jul 1 06:58:28 2010 -0300
1393
1394     Purge macros NEED_EVENTS and NEED_REPLIES
1395     
1396     Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
1397     Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com>
1398     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1399
1400 commit 54fbe5759aa961dccc618b35573845f847675570
1401 Author: Jamey Sharp <jamey@minilop.net>
1402 Date:   Fri Apr 9 17:31:00 2010 -0700
1403
1404     Don't unlock the Display twice.
1405     
1406     _xiQueryVersion's caller must wrap it in a LockDisplay/UnlockDisplay
1407     pair, so it shouldn't call UnlockDisplay itself.
1408     
1409     Signed-off-by: Jamey Sharp <jamey@minilop.net>
1410
1411 commit f7c3b023f04e06dfe380dce488f80943a10be57e
1412 Author: Gaetan Nadon <memsize@videotron.ca>
1413 Date:   Mon Mar 29 16:50:34 2010 -0400
1414
1415     config: update AC_PREREQ statement to 2.60
1416     
1417     Unrelated to the previous patches, the new value simply reflects
1418     the reality that the minimum level for autoconf to configure
1419     all x.org modules is 2.60 dated June 2006.
1420     
1421     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
1422     
1423     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1424
1425 commit e48a8569f854237f2fead7c7a75e90b6c5fe8693
1426 Author: Gaetan Nadon <memsize@videotron.ca>
1427 Date:   Mon Mar 29 14:53:48 2010 -0400
1428
1429     config: remove the pkgconfig pc.in file from EXTRA_DIST
1430     
1431     Automake always includes it in the tarball.
1432     
1433     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1434
1435 commit 93aca1583dcdd21d79c7ab75d81a49359523a0e2
1436 Author: Gaetan Nadon <memsize@videotron.ca>
1437 Date:   Thu Mar 11 10:16:51 2010 -0500
1438
1439     doc: specify minimum version for xmlto and ascidoc
1440     
1441     Specify 0.0.20 as the minimum version for xmlto.
1442     Older versions do not have fop backend.
1443     
1444     Specify 8.4.5 as the minimum version for ascidooc.
1445     Older versions stop with errors.
1446     
1447     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1448
1449 commit 299de21b2ab3cfa2078823215f84da67e7b3d1a3
1450 Author: Peter Hutterer <peter.hutterer@who-t.net>
1451 Date:   Wed Dec 9 13:59:57 2009 +1000
1452
1453     Initialize extension with the right number of events.
1454     
1455     If the server supports a lower XI version than the client, the Xlib-internal
1456     event vector may be smashed. See libXext for more details.
1457     http://cgit.freedesktop.org/xorg/lib/libXext/commit/?id=83fdb27df4ddc2fb088ddf2ec65f0db6b7c57287
1458     
1459     This patch queries the server for the supported XI extension before
1460     registering the extension with Xlib. The number of events registered depends
1461     on the server version.
1462     
1463     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1464     Reviewed-by: Julien Cristau <jcristau@debian.org>
1465
1466 commit 4debc545611edd35f8fd35a52f4adf4263e49200
1467 Author: Gaetan Nadon <memsize@videotron.ca>
1468 Date:   Tue Feb 16 10:37:21 2010 -0500
1469
1470     config: move CWARNFLAGS from configure.ac to Makefile.am
1471     
1472     Compiler warning flags should be explicitly set in the makefile
1473     rather than being merged with other packages compiler flags.
1474     
1475     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1476
1477 commit d7e421f97db74332783ae885f6835f84133c92b5
1478 Author: Peter Hutterer <peter.hutterer@who-t.net>
1479 Date:   Thu Feb 18 16:52:12 2010 +1000
1480
1481     man: fix types for XGetSelectedExtensionEvents.
1482     
1483     The return values are of type XEventClass** and int*, respectively.
1484     
1485     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1486     Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
1487
1488 commit b75b8fa4bda0fb18872fa82a04fe7f609a147f8b
1489 Author: Dan Nicholson <dbn.lists@gmail.com>
1490 Date:   Tue Jan 26 09:17:12 2010 -0800
1491
1492     Need both xmlto and asciidoc to install man pages from a checkout
1493     
1494     The check for whether to build the pages looked for both xmlto and
1495     asciidoc, but the check to install didn't. Refactor a bit so that the
1496     check is done only once.
1497     
1498     Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
1499     Tested-by: Gaetan Nadon <memsize@videotron.ca>
1500     Tested-by: Christian Hartmann <cornogle@googlemail.com>
1501
1502 commit f10f6f2fd420786cddac875d1b6de2004ba8c9d4
1503 Author: Gaetan Nadon <memsize@videotron.ca>
1504 Date:   Sat Jan 23 14:46:59 2010 -0500
1505
1506     man: remove redundant nodist prefix to libman_DATA
1507     
1508     The final, macro substituded, man pages (with file extension .3
1509     on my platform), are installed, but not distributed. There is no
1510     need to override the correct default behaviour.
1511     
1512     Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
1513     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1514
1515 commit c183e15263787af913bf8eb7be707e0f2e974824
1516 Author: Gaetan Nadon <memsize@videotron.ca>
1517 Date:   Sat Jan 23 10:04:38 2010 -0500
1518
1519     man: allow installing prebuilt man pages from tarball
1520     
1521     The man pages source may be supplied in the tarball or built
1522     from git. The makefile needs to take that into consideration
1523     and adjust the targets accordingly.
1524     
1525     Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
1526     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1527
1528 commit c94494c144c634b7fa3187c55458cafa0e06a69c
1529 Author: Gaetan Nadon <memsize@videotron.ca>
1530 Date:   Tue Jan 19 13:44:49 2010 -0500
1531
1532     config: replace custom code with reusable macro XORG_WITH_XMLTO
1533     
1534     XORG_WITH_XMLTO provides additional functions like a configure
1535     option which allow platform builders to control the usage of
1536     the xmlto program.
1537     
1538     This is a requirement from platforms that do not have such doc tool.
1539     
1540     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1541
1542 commit bb07265cfbd919de4903dadbfe42d1779c20225c
1543 Author: Gaetan Nadon <memsize@videotron.ca>
1544 Date:   Thu Jan 14 09:22:08 2010 -0500
1545
1546     COPYING: add missing copyright notice
1547     
1548     Refer to: XiAllowEvents.c
1549     Copyright © 2009 Red Hat, Inc.
1550     
1551     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1552
1553 commit 20f1b09cfdeeb2e4536e82a09b32693de65f3566
1554 Author: Alan Coopersmith <alan.coopersmith@sun.com>
1555 Date:   Thu Jan 14 21:39:47 2010 -0800
1556
1557     Update Sun license notices to current X.Org standard form
1558     
1559     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1560
1561 commit d42cdd631728eae399287b666f0f445e7af47ad3
1562 Author: Gaetan Nadon <memsize@videotron.ca>
1563 Date:   Fri Jan 1 13:43:03 2010 -0500
1564
1565     man: ignore generated .man from .txt files in this directory
1566     
1567     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1568
1569 commit 9620cfa989d214a4d97c74767c218d06ed2ac792
1570 Author: Gaetan Nadon <memsize@videotron.ca>
1571 Date:   Fri Nov 27 20:56:04 2009 -0500
1572
1573     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
1574     
1575     Now that the INSTALL file is generated.
1576     Allows running make maintainer-clean.
1577
1578 commit d157e3b4ac31710fb1d4d62f1cc4fa743ec61522
1579 Author: Gaetan Nadon <memsize@videotron.ca>
1580 Date:   Wed Oct 28 14:09:10 2009 -0400
1581
1582     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
1583     
1584     Add missing INSTALL file. Use standard GNU file on building tarball
1585     README may have been updated
1586     Remove AUTHORS file as it is empty and no content available yet.
1587     Remove NEWS file as it is empty and no content available yet.
1588
1589 commit 847b72d9de8dd839c391321b50312368e63e7305
1590 Author: Gaetan Nadon <memsize@videotron.ca>
1591 Date:   Tue Oct 27 15:07:25 2009 -0400
1592
1593     Deploy the new XORG_DEFAULT_OPTIONS #24242
1594     
1595     This macro aggregate a number of existing macros that sets commmon
1596     X.Org components configuration options. It shields the configuration file from
1597     future changes.
1598
1599 commit f1c7f651838c7f2f33c0c9f9306d8d6df36206c7
1600 Author: Gaetan Nadon <memsize@videotron.ca>
1601 Date:   Mon Oct 26 22:08:43 2009 -0400
1602
1603     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
1604     
1605     ChangeLog filename is known to Automake and requires no further
1606     coding in the makefile.
1607
1608 commit a9a766f9dd0e8cf32e576c040d1604422193ab07
1609 Author: Gaetan Nadon <memsize@videotron.ca>
1610 Date:   Thu Oct 22 12:34:19 2009 -0400
1611
1612     .gitignore: use common defaults with custom section # 24239
1613     
1614     Using common defaults will reduce errors and maintenance.
1615     Only the very small or inexistent custom section need periodic maintenance
1616     when the structure of the component changes. Do not edit defaults.
1617
1618 commit 63621888d6e36a2f9e41e81c14728d70beeff5ee
1619 Author: Peter Hutterer <peter.hutterer@who-t.net>
1620 Date:   Fri Oct 2 12:09:17 2009 +1000
1621
1622     libXi 1.3
1623     
1624     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1625
1626 commit 9dc825a3dede81d2425770662daefe7e19644d6d
1627 Author: Peter Hutterer <peter.hutterer@who-t.net>
1628 Date:   Fri Oct 2 12:08:30 2009 +1000
1629
1630     Require macros 1.3 for XORG_DEFAULT_OPTIONS
1631     
1632     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1633
1634 commit 3530845c70b0d7f9f853b29337c9397a3a599e52
1635 Author: Julien Cristau <jcristau@debian.org>
1636 Date:   Tue Sep 29 14:15:06 2009 +0200
1637
1638     Don't export sizeDeviceClassType, size_classes and copy_classes
1639     
1640     Signed-off-by: Julien Cristau <jcristau@debian.org>
1641
1642 commit 801d77d035a10250dab728c046a6e9b2775e6dfb
1643 Author: Peter Hutterer <peter.hutterer@who-t.net>
1644 Date:   Thu Sep 24 14:14:48 2009 +1000
1645
1646     XQueryDeviceState: correct length of XValuatorState
1647     
1648     The length is suppposed to be the complete class size, not just the struct
1649     size. Since XValuatorState is followed by multiple valuator values the
1650     size of the class is variable and dependent on the number of valuators.
1651     
1652     The server assembles the valuator state last. This bug is unlikely to affect
1653     clients as they should never go past the last class anyway.
1654     
1655     Tested-by: Thomas Jaeger
1656     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1657
1658 commit bff36ef5797d7da11972ee22ea224e207af77455
1659 Author: Peter Hutterer <peter.hutterer@who-t.net>
1660 Date:   Thu Sep 24 13:10:26 2009 +1000
1661
1662     man: correct XQueryDeviceState return value.
1663     
1664     And one indentation fix in the same man page.
1665     
1666     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1667
1668 commit 9c5ba6ff3fcff30507f285f2e67afbdb296a2318
1669 Author: Peter Hutterer <peter.hutterer@who-t.net>
1670 Date:   Mon Sep 14 16:34:18 2009 +1000
1671
1672     Declare _xibad* functions before the Bad* macros.
1673     
1674     Reported-by: Christian Beier
1675     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1676
1677 commit 369600cf37cd884793c4802a56c8355bc1812dc6
1678 Author: Peter Hutterer <peter.hutterer@who-t.net>
1679 Date:   Mon Sep 7 12:22:06 2009 +1000
1680
1681     mask_len in XIGrabDevice is in 4-byte units (#23708)
1682     
1683     X.Org Bug 23708 <http://bugs.freedesktop.org/show_bug.cgi?id=23708>
1684     
1685     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1686
1687 commit fa09375a69a02cd789c70d60970a669700eaeb20
1688 Author: Arkadiusz Miśkiewicz <arekm@maven.pl>
1689 Date:   Sat Sep 5 20:39:47 2009 +0200
1690
1691     libXi: Man page files end with LIB_MAN_SUFFIX not LIB_MAN_DIR_SUFFIX.
1692     
1693     Using LIB_MAN_DIR_SUFFIX as man page files suffix is invalid since
1694     there can be files ending with eg. 5x while being in man5 dir
1695     (share/man/man5/man.5x) as required by FHS 2.3.
1696     
1697     Man page files and with LI
1698     
1699     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1700
1701 commit 693d9a43f16d4ffd085099b532a10467aa095c17
1702 Author: Peter Hutterer <peter.hutterer@who-t.net>
1703 Date:   Tue Sep 1 16:42:38 2009 +1000
1704
1705     Initialize send_event for cookie events. (#23609)
1706     
1707     X.Org Bug 23609 <http://bugs.freedesktop.org/show_bug.cgi?id=23609>
1708
1709 commit eb9a2d63487641faa97d88cef3fa1c892a8f342f
1710 Author: Peter Hutterer <peter.hutterer@who-t.net>
1711 Date:   Tue Aug 25 11:03:04 2009 +1000
1712
1713     Bump to 1.2.99.4
1714
1715 commit 2ce629c30745fc4027d2a95745bf21e8d8c7b893
1716 Author: Peter Hutterer <peter.hutterer@who-t.net>
1717 Date:   Tue Aug 25 09:55:23 2009 +1000
1718
1719     Remove the asciidoc warning from configure.
1720     
1721     This warning was put in when the released version of asciidoc required an
1722     additional patch to build libXi.
1723     The release of asciidoc 8.4.5 included this patch thus we don't need this
1724     explicit warning anymore.
1725     
1726     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1727
1728 commit 17bbc8c30fb34c7130b71e5cc0b0e17093271266
1729 Author: Peter Hutterer <peter.hutterer@who-t.net>
1730 Date:   Mon Aug 24 15:54:09 2009 +1000
1731
1732     man: fix XIQueryPointer parameter ordering.
1733     
1734     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1735
1736 commit 207a7f3d5bd559ffb67de2910795d7cd6508ce09
1737 Author: Peter Hutterer <peter.hutterer@who-t.net>
1738 Date:   Mon Aug 24 15:31:55 2009 +1000
1739
1740     Update XIWarpPointer to take doubles (inputproto >= 1.9.99.902)
1741     
1742     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1743
1744 commit a8a8b40fa447c85eb5d1d61ef416d3cf198c72c1
1745 Author: Peter Hutterer <peter.hutterer@who-t.net>
1746 Date:   Tue Aug 18 15:21:56 2009 +1000
1747
1748     man: XIDefineCursor can generate BadDevice errors.
1749     
1750     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1751
1752 commit 326a0c01ef6e3c1f0577e185c23eec80ecf59192
1753 Author: Peter Hutterer <peter.hutterer@who-t.net>
1754 Date:   Tue Aug 18 15:08:50 2009 +1000
1755
1756     man: typo fixes in XIUndefineCursor, add BadCursor note.
1757     
1758     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1759
1760 commit 42a718457d183aab42778fbb127fafbae6b3e6d8
1761 Author: Peter Hutterer <peter.hutterer@who-t.net>
1762 Date:   Wed Aug 5 16:00:44 2009 +1000
1763
1764     man: point out temporary detachment of slave devices.
1765     
1766     Affects XIGrabDevice, XIGrabButton/Key and XIGrabEnter/GrabFocusIN
1767     
1768     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1769
1770 commit 1a5f4fd2fa3ac7cfa1671d5cf0975ff365294f29
1771 Author: Peter Hutterer <peter.hutterer@who-t.net>
1772 Date:   Wed Aug 5 15:58:57 2009 +1000
1773
1774     man: fix XIGrabEnter man page - text with needed to be reduced.
1775     
1776     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1777
1778 commit 0d19a3ec942aedf5432a9bda1e80f29f7186ce5b
1779 Author: Peter Hutterer <peter.hutterer@who-t.net>
1780 Date:   Wed Aug 5 15:34:10 2009 +1000
1781
1782     Update library version for new symbols.
1783     
1784     XI2 adds a whole lot of new symbols but leaves the existing ones. Minor bump
1785     only.
1786     
1787     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1788
1789 commit 936f4993a9ece131aff03cf789b8c21cadaed47e
1790 Author: Peter Hutterer <peter.hutterer@who-t.net>
1791 Date:   Wed Aug 5 08:50:20 2009 +1000
1792
1793     man: correct XListInputDevices description of the name field.
1794     
1795     A device's name is the identifier set either by the server the
1796     xorg.conf/HAL. The preconfigured device types (XI_MOUSE, XI_KEYBOARD, etc.)
1797     are atoms listed in the type field only.
1798     
1799     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1800
1801 commit bc3900ea706438005f8b5613de4d9fb6bd954f62
1802 Author: Peter Hutterer <peter.hutterer@who-t.net>
1803 Date:   Tue Aug 4 14:03:44 2009 +1000
1804
1805     Cosmetic fix, move a 'char*   name' to 'char   *name'
1806     
1807     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1808
1809 commit 30de3da4c87322a73b2ab72e6ac83f689ec42adf
1810 Author: Peter Hutterer <peter.hutterer@who-t.net>
1811 Date:   Tue Aug 4 13:26:45 2009 +1000
1812
1813     Allow foreign automake, remove empty AUTHORS and NEWS.
1814     
1815     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1816
1817 commit 4d8676a859a2a8ebde03d8a9fe6bd79060f16cf5
1818 Author: Peter Hutterer <peter.hutterer@who-t.net>
1819 Date:   Tue Aug 4 11:45:53 2009 +1000
1820
1821     man: add XIQueryDevice and XIFreeDeviceInfo man page.
1822     
1823     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1824
1825 commit c5a5d1800566b0ec073418a827ed5bc8195dd24e
1826 Author: Peter Hutterer <peter.hutterer@who-t.net>
1827 Date:   Tue Aug 4 10:48:50 2009 +1000
1828
1829     Remove leftover RCS tags.
1830     
1831     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1832
1833 commit aa8272dd31b69f84d19dbe2c45889b806df8260e
1834 Author: Dan Nicholson <dbn.lists@gmail.com>
1835 Date:   Mon Aug 3 06:09:12 2009 -0700
1836
1837     man: missing .man suffixes in prereq rules breaks parallel make
1838     
1839     Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
1840
1841 commit 888f6c238de6f09cc5b079ae22c6f37496083007
1842 Author: Peter Hutterer <peter.hutterer@who-t.net>
1843 Date:   Wed Jul 22 14:16:11 2009 +1000
1844
1845     Bump to 1.2.99.3
1846
1847 commit c439c39cc0f985743fbc464849f6caa805b1a1a9
1848 Author: Peter Hutterer <peter.hutterer@who-t.net>
1849 Date:   Tue Jul 21 11:41:43 2009 +1000
1850
1851     Replace keysym grabs with keycode grabs.
1852     
1853     Keysym grabs are tricky to get right for applications that are more
1854     complicated than demo applications. otoh, we know keycode grabs are
1855     working.
1856     So let's go with keycode grabs for now and add keysym grabs later
1857     when we've sorted out the details.
1858     
1859     Requires inputproto 1.9.99.15
1860     
1861     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1862
1863 commit 4f224f4da1405959b74c05d6b15469cf6c0c498f
1864 Author: Peter Hutterer <peter.hutterer@who-t.net>
1865 Date:   Wed Jul 15 10:27:21 2009 +1000
1866
1867     Fix wrong raw_valuator wire copy, add fractional parts.
1868     
1869     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1870
1871 commit 550a33ed79925501d9a5e8b73ef256fd9e0937b5
1872 Author: Peter Hutterer <peter.hutterer@who-t.net>
1873 Date:   Tue Jul 14 15:28:00 2009 +1000
1874
1875     man: fix wrong parameter in XIGrabKeysym man pages.
1876     
1877     XIGrabKeysym doesn't provide a cursor argument.
1878     
1879     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1880
1881 commit 504a5a770bd1d34ea7edc3b94815b2b98a61afc0
1882 Author: Daniel Stone <daniel@fooishbar.org>
1883 Date:   Mon Jul 13 16:53:57 2009 +1000
1884
1885     Add flags to XIDeviceEvent and XIRawEvent.
1886     
1887     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1888
1889 commit 94bfb0cc3ebbefe548b440f8c5e14154c3a76440
1890 Author: Peter Hutterer <peter.hutterer@who-t.net>
1891 Date:   Mon Jul 13 15:37:32 2009 +1000
1892
1893     Cater for new event-specific raw event types.
1894     
1895     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1896
1897 commit e600e6cf47abd61bd3554967c4fdb0f78cc68f41
1898 Author: Peter Hutterer <peter.hutterer@who-t.net>
1899 Date:   Mon Jul 13 15:37:59 2009 +1000
1900
1901     Fix broken formatting, remove empty comment.
1902     
1903     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1904
1905 commit 1fc161f058eecb61d37135fd024703a385769417
1906 Author: Peter Hutterer <peter.hutterer@who-t.net>
1907 Date:   Mon Jul 13 09:14:03 2009 +1000
1908
1909     Bump to 1.2.99.2
1910     
1911     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1912
1913 commit 386283e4a6653eef5e92bad8867b64a3e10a5138
1914 Author: Peter Hutterer <peter.hutterer@who-t.net>
1915 Date:   Mon Jul 13 11:34:20 2009 +1000
1916
1917     Reshuffle deviceid + sourceid in XI2 events to allow for common typecasting.
1918     
1919     Except for two events, all events include a deviceid. Place it at the same
1920     position in the struct for these events to allow quick checking with common
1921     typecasts.
1922     
1923     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1924
1925 commit d02c85fbd2a204a78a9d515960d817ed37e3d492
1926 Author: Peter Hutterer <peter.hutterer@who-t.net>
1927 Date:   Mon Jul 13 11:24:35 2009 +1000
1928
1929     Add the deviceid to XI2 property events.
1930     
1931     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1932
1933 commit 07d7fc323367ac93c3c26eaf130284e31aa961ea
1934 Author: Peter Hutterer <peter.hutterer@who-t.net>
1935 Date:   Mon Jul 13 11:05:33 2009 +1000
1936
1937     Plug memory leak in XIHierarchyEvent copy.
1938     
1939     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1940
1941 commit 753fb6afb13a7ce154cd24261eadb56c3f4243c5
1942 Author: Peter Hutterer <peter.hutterer@who-t.net>
1943 Date:   Mon Jul 13 10:05:33 2009 +1000
1944
1945     Fix segfault in XIDeviceChangedEvent wire parsing.
1946     
1947     Introduced by 225071e2e67fb65a0258397212f9826c9b25e078.
1948     
1949     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1950
1951 commit 9d92265081830b700926b4a7b73975dd65217551
1952 Author: Peter Hutterer <peter.hutterer@who-t.net>
1953 Date:   Thu Jul 9 13:46:52 2009 +1000
1954
1955     Remove padding from XIEvent.
1956     
1957     The padding was originally to force the same size as the XEvent struct. This
1958     only works on 32 bit however, the 64-bit XEvent struct is larger.
1959     Let's just ignore the padding, there's no point to it anyway, all the Xlib
1960     functions require XEvents anyway.
1961     
1962     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1963
1964 commit 4dacd34cc05054a0ab26621aaec8125b2ffe5bbf
1965 Author: Peter Hutterer <peter.hutterer@who-t.net>
1966 Date:   Wed Jul 8 16:00:57 2009 +1000
1967
1968     Add event copying for raw events.
1969     
1970     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1971
1972 commit 79b1ee174bb08722198e6d00c9d1a1e9e9352b8a
1973 Author: Peter Hutterer <peter.hutterer@who-t.net>
1974 Date:   Wed Jul 8 15:42:58 2009 +1000
1975
1976     Switch to new XIEvent structures - no need for pointers anymore.
1977     
1978     This removes all those pointers from event structures that were just there
1979     due to the pre-cookie struct size limit. Pointers remaining are only those
1980     that are of variable length (e.g. masks and valuator states).
1981     
1982     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1983
1984 commit 64a106509ba18506e88989571c1392d48ae18a54
1985 Author: Peter Hutterer <peter.hutterer@who-t.net>
1986 Date:   Wed Jul 8 15:18:57 2009 +1000
1987
1988     Remove XIFreeEventData - obsolete with cookie events.
1989     
1990     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1991
1992 commit ba0407100fd1314feb8dc0eace4352d00709cab3
1993 Author: Peter Hutterer <peter.hutterer@who-t.net>
1994 Date:   Wed Jun 24 11:18:10 2009 +1000
1995
1996     Add effective modifiers/group to events - require inputproto 1.9.99.13
1997     
1998     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1999
2000 commit d6439bc4c5c26577d0c839555a85bd1a9db784f3
2001 Author: Peter Hutterer <peter.hutterer@who-t.net>
2002 Date:   Wed Jun 24 10:09:42 2009 +1000
2003
2004     Change floats to doubles in DeviceEvents and EnterEvents.
2005     
2006     All the other bits use doubles, there's no reason to use floats here.
2007
2008 commit 225071e2e67fb65a0258397212f9826c9b25e078
2009 Author: Peter Hutterer <peter.hutterer@who-t.net>
2010 Date:   Tue Jul 7 16:46:22 2009 +1000
2011
2012     Split copy_classes and size_classes to avoid memory leak
2013     
2014     The switch to cookie events introduced a memory leak in
2015     XIDeviceChangedEvents.
2016     
2017     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2018
2019 commit 55157345c261653160e0f55841dcb32910ae4106
2020 Author: Peter Hutterer <peter.hutterer@who-t.net>
2021 Date:   Thu Jul 2 11:41:40 2009 +1000
2022
2023     Use cookie events for XI2 events.
2024     
2025     Instead of squashing the events directly into the XEvent use the new libX11
2026     cookie events. This allows us to have larger events without the 96 byte
2027     restriction.
2028     
2029     Requires libX11 1.2.99.1
2030     
2031     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2032
2033 commit 0e2be045663045dc087f21df95de91f824322915
2034 Author: Peter Hutterer <peter.hutterer@who-t.net>
2035 Date:   Wed Jul 8 11:07:56 2009 +1000
2036
2037     Add next_block() call to advance pointers over memory.
2038     
2039     Simple call to get the pointer to the next field when operating on a wire
2040     protocol struct or on a single-memory-block Xlib structure.
2041     
2042     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2043
2044 commit c81a383f11c87976454200805b4b5416a414b4c5
2045 Author: Peter Hutterer <peter.hutterer@who-t.net>
2046 Date:   Wed Jun 24 10:06:29 2009 +1000
2047
2048     Add typedefs for focus in/out events.
2049     
2050     The events themselves are the same as enter/leave events.
2051     
2052     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2053
2054 commit d3d00ddb93f01690ba81ce9ec504c1b352f5539d
2055 Author: Peter Hutterer <peter.hutterer@who-t.net>
2056 Date:   Fri Jun 19 15:48:32 2009 +1000
2057
2058     man: add some missing XI2 refpages
2059     
2060     These missing pages may cause parallel builds to fail.
2061     
2062     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2063
2064 commit 47aeafbbd30800fa9a7a1136cb4fdb50cebe005f
2065 Author: Peter Hutterer <peter.hutterer@who-t.net>
2066 Date:   Wed Jun 17 09:15:48 2009 +1000
2067
2068     Require inputproto 1.9.99.12
2069     
2070     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2071
2072 commit a514d16c4535890e5aa2b5835d9a571155830251
2073 Author: Peter Hutterer <peter.hutterer@who-t.net>
2074 Date:   Wed Jun 17 09:00:10 2009 +1000
2075
2076     Axis and button labels should be called labels, not names.
2077     
2078     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2079
2080 commit 099e6f77482e971103570cfd38092c3839f94927
2081 Author: Peter Hutterer <peter.hutterer@who-t.net>
2082 Date:   Tue Jun 16 14:20:30 2009 +1000
2083
2084     Protect button label copying against 64-bit Atom madness.
2085     
2086     Datatype Atom is 8 bytes on 64 bit architectures, but it's always 4 bytes on
2087     the wire.
2088     
2089     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2090
2091 commit bd2a3ad028a87f76ad244efe3650d7efd3a700dd
2092 Author: Peter Hutterer <peter.hutterer@who-t.net>
2093 Date:   Tue Jun 16 13:24:34 2009 +1000
2094
2095     Include the current valuator state in XIQueryDevice.
2096
2097 commit 1ca170b8d19b1170356a1edf4717cd4a95671a13
2098 Author: Peter Hutterer <peter.hutterer@who-t.net>
2099 Date:   Sun Jun 14 08:40:59 2009 +1000
2100
2101     XIButtonClass now includes a XIButtonState struct.
2102     
2103     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2104
2105 commit 4ec5f70a813ba08bfcea7b2ff90f7647a94a95d7
2106 Author: Peter Hutterer <peter.hutterer@who-t.net>
2107 Date:   Fri Jun 12 16:34:13 2009 +1000
2108
2109     Fix a few wrong 'evtype' comments.
2110     
2111     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2112
2113 commit e018af45b7d0db784272fc9fc548bce382799144
2114 Author: Peter Hutterer <peter.hutterer@who-t.net>
2115 Date:   Sun Jun 7 17:56:17 2009 +1000
2116
2117     Add sourceid to device classes.
2118
2119 commit 5f217c70a42b743e7260035bd02065eca39bc268
2120 Author: Peter Hutterer <peter.hutterer@who-t.net>
2121 Date:   Fri Jun 12 15:51:58 2009 +1000
2122
2123     XISelectEvents and XIGetSelectedEvents use "win" now instead of "window"
2124     
2125     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2126
2127 commit 92e5ad0a641d84cf4464f37ac372724a808a785f
2128 Author: Peter Hutterer <peter.hutterer@who-t.net>
2129 Date:   Mon Jun 8 15:43:24 2009 +1000
2130
2131     Require inputproto 1.9.99.11.
2132
2133 commit 467bfbc6598c8c30ab9b703160cc42ae82e75f1c
2134 Author: Peter Hutterer <peter.hutterer@who-t.net>
2135 Date:   Mon Jun 8 14:21:58 2009 +1000
2136
2137     XIHierarchyEvent should list num_info, not num_devices.
2138     
2139     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2140
2141 commit 0254852c8fb0793401368c7afc6041f807ee1d87
2142 Author: Peter Hutterer <peter.hutterer@who-t.net>
2143 Date:   Mon Jun 8 13:34:50 2009 +1000
2144
2145     Rename XICreateMaster to XIAddMaster for consistency.
2146     
2147     add/remove is used for slave devices and for flags, so we should use it in
2148     XIChangeHierarchy as well.
2149     
2150     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2151
2152 commit 4a61fe9f05b8e7214303722dd12195488df9c599
2153 Author: Peter Hutterer <peter.hutterer@who-t.net>
2154 Date:   Mon Jun 8 13:37:38 2009 +1000
2155
2156     Silence warning: missing prototype for copy_classes
2157     
2158     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2159
2160 commit 05531681e5175b823935e6bdfc53c9b5f63efc9d
2161 Author: Peter Hutterer <peter.hutterer@who-t.net>
2162 Date:   Sun Jun 7 15:00:40 2009 +1000
2163
2164     Remove CamelCase use from XIChangeHierarchy.
2165     
2166     Everything else uses underscore notation.
2167     
2168     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2169
2170 commit 45d35bcfbe2acd4dd2b560dbc21266e915cbb1e6
2171 Author: Peter Hutterer <peter.hutterer@who-t.net>
2172 Date:   Sun Jun 7 14:59:19 2009 +1000
2173
2174     man: XIChangeHierarchy uses device ids, not XDevice*
2175     
2176     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2177
2178 commit 199dd64b809c7622b0f0bd94e1c5551c931ea1e5
2179 Author: Peter Hutterer <peter.hutterer@who-t.net>
2180 Date:   Sun Jun 7 14:55:42 2009 +1000
2181
2182     Hierarchy changes should use "deviceid", not device.
2183     
2184     Every other call/interface uses deviceid, so change for consistency.
2185     
2186     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2187
2188 commit 27d39fdbfddec6bb92ee3d3b7ef6c21ab3026926
2189 Author: Alan Coopersmith <alan.coopersmith@sun.com>
2190 Date:   Thu Jun 4 07:33:29 2009 -0700
2191
2192     Fix typo in man/XGetDeviceProperty.txt (wether->whether)
2193     
2194     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2195
2196 commit e43d88541e815aa64108a6c5bc3dae5816c822dc
2197 Author: Matthias Hopf <mhopf@suse.de>
2198 Date:   Thu Jun 4 16:29:20 2009 +0200
2199
2200     Fix building if asciidoc or xmlto is not installed.
2201
2202 commit 5975cb9e6f89bf71b1740cee951fc583d7b7cfc1
2203 Merge: 8ea9ebc 279a8c3
2204 Author: Peter Hutterer <peter.hutterer@who-t.net>
2205 Date:   Thu Jun 4 15:49:07 2009 +1000
2206
2207     Merge branch 'master' into xi2
2208     
2209     Conflicts:
2210         man/XI.xml
2211
2212 commit 8ea9ebcedcb99480a5774c7755329a2ca8fda07b
2213 Author: Benjamin Close <Benjamin.Close@clearchain.com>
2214 Date:   Wed Jun 3 10:25:40 2009 +1000
2215
2216     configure: Search for sed as required by the man pages.
2217     
2218     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2219
2220 commit d5a69432887ba79495e58bef45ec8fc2f5dfbe1e
2221 Author: Peter Hutterer <peter.hutterer@who-t.net>
2222 Date:   Tue Jun 2 14:54:03 2009 +1000
2223
2224     Fix typo in Makefile.am, leading to the XI2 source skipping compilation.
2225     
2226     Introduced with 59dc570e6ad4adab8066c7b8d2bff77cbf70bed4.
2227     
2228     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2229
2230 commit 5500d5b6f9fe3b94d68046529fbf6c80e5a4f518
2231 Author: Peter Hutterer <peter.hutterer@who-t.net>
2232 Date:   Tue Jun 2 12:49:40 2009 +1000
2233
2234     man: resurrect XGetDeviceProperty man pages (and associates)
2235     
2236     These man pages got lost in the asciidoc conversion.
2237     
2238     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2239
2240 commit d0be870ee7798deb8cb50cdf350892c9dfc64538
2241 Author: Peter Hutterer <peter.hutterer@who-t.net>
2242 Date:   Tue Jun 2 12:18:58 2009 +1000
2243
2244     Add XI2 property man pages.
2245     
2246     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2247
2248 commit 8439d93ef77a934fab171ff9385277f3f2f46213
2249 Author: Peter Hutterer <peter.hutterer@who-t.net>
2250 Date:   Tue Jun 2 11:46:56 2009 +1000
2251
2252     man: fix copy/paste errors in XListDeviceProperties.
2253     
2254     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2255
2256 commit 59dc570e6ad4adab8066c7b8d2bff77cbf70bed4
2257 Author: Peter Hutterer <peter.hutterer@who-t.net>
2258 Date:   Tue Jun 2 11:38:35 2009 +1000
2259
2260     Rename remaining XI2 sources to XI<foobar>.c
2261     
2262     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2263
2264 commit 2174d35d5cdc475699be968a0c1b1aa82566171f
2265 Author: Peter Hutterer <peter.hutterer@who-t.net>
2266 Date:   Sun May 31 21:29:47 2009 +1000
2267
2268     Return BadRequest from XIQueryVersion if XI2 isn't supported.
2269     
2270     XIQueryVersion (like all other calls) makes sure XGetExtensionVersion is
2271     called beforehand anyway. So if that doesn't match 2.0 or higher, return
2272     BadRquest before issuing the real request (which would trigger a BadRequest
2273     error). This way, clients can use XIQueryVersion without having to set up
2274     the error handler.
2275     
2276     XIQueryVersion is now guaranteed to return the server-supported version.
2277     
2278     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2279
2280 commit b1dedc1293a854360d44856cd603d339ce95c777
2281 Author: Peter Hutterer <peter.hutterer@who-t.net>
2282 Date:   Mon Jun 1 09:54:03 2009 +1000
2283
2284     Use Dont_Check for most XI2 requests.
2285     
2286     If a client issues an XI2 request against a non-XI2 server it should
2287     generate a BadRequest error from the server.
2288     
2289     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2290
2291 commit 4d962ed1841f35aa255bbec89e37f396612cfd96
2292 Author: Peter Hutterer <peter.hutterer@who-t.net>
2293 Date:   Mon May 25 16:34:01 2009 +1000
2294
2295     Add support for Enter/FocusIn passive grabs.
2296
2297 commit 7922430e0d063b0c3617050320d613d9dc7de7ba
2298 Author: Peter Hutterer <peter.hutterer@who-t.net>
2299 Date:   Wed May 27 14:15:49 2009 +1000
2300
2301     Require inputproto 1.9.99.10
2302
2303 commit a2a09f6a4fb2dcd36f89fccc8efd8386eca7d804
2304 Author: Peter Hutterer <peter.hutterer@who-t.net>
2305 Date:   Wed May 27 14:13:54 2009 +1000
2306
2307     Fix wrong pointer argument in _XIPassiveUngrabDevice.
2308     
2309     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2310
2311 commit 9b9f9373f32ebe9a15f286d16b6ba880b44a9c22
2312 Author: Peter Hutterer <peter.hutterer@who-t.net>
2313 Date:   Mon May 25 12:45:52 2009 +1000
2314
2315     Add XIGetSelectedEvents.
2316
2317 commit 13ce4a03824a7c5ac0270198d265b02b18786e1f
2318 Author: Peter Hutterer <peter.hutterer@who-t.net>
2319 Date:   Tue May 19 13:54:33 2009 +1000
2320
2321     XIPassiveGrab: take the address of modifiers for memcpy, not the value.
2322     
2323     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2324
2325 commit 7f1f0b9cf8ad17b5a4694406137a1c2114918a67
2326 Author: Peter Hutterer <peter.hutterer@who-t.net>
2327 Date:   Mon May 18 16:18:27 2009 +1000
2328
2329     XIQueryPointer: fix wrong reply extra data reading.
2330     
2331     libXi does it differently than the server, so don't try to access &reply[1],
2332     instead use _XRead as it should be.
2333     
2334     Reported-by: Mark Dokter
2335     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2336
2337 commit db94dc37529fc3e5e3decad67d312ea108e860d2
2338 Author: Peter Hutterer <peter.hutterer@who-t.net>
2339 Date:   Mon May 18 15:14:03 2009 +1000
2340
2341     XIQueryPointer should return doubles for the FP1616 wire data.
2342
2343 commit 615545f9cba36ab7732d2325970a7c84b2fa6e8c
2344 Author: Peter Hutterer <peter.hutterer@who-t.net>
2345 Date:   Fri May 15 14:16:31 2009 +1000
2346
2347     Switch man pages to asciidoc.
2348     
2349     The docbook xml is unreadable and unwritable. Switch everything to asciidoc,
2350     at least thay we we can write man pages without losing sanity.
2351     
2352     asciidoc seems to have some issues with __libmansuffix__, so instead we just
2353     use libmansuffix (without underscores).
2354     The current asciidoc version is buggy for multiple man targets (more than
2355     one man page in a single file), so stick a big warning into configure that a
2356     patch is required to the the right asciidoc->docbook conversion.
2357     
2358     Many thanks to Dan Nicholson for the Makefile.am.
2359     
2360     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2361
2362 commit 9966ab40b850c780e439f86e165188919f884b64
2363 Author: Peter Hutterer <peter.hutterer@who-t.net>
2364 Date:   Sat May 16 12:34:01 2009 +1000
2365
2366     Require inputproto 1.9.99.9
2367
2368 commit eaf40d1bd1a5737afa5f00c4bc2208fd1562417b
2369 Author: Peter Hutterer <peter.hutterer@redhat.com>
2370 Date:   Fri May 15 06:21:49 2009 -0400
2371
2372     Remove duplicated code paths in XIGetProperty.
2373     
2374     XIGetProperty always returns in the specified format (8, 16, 32) and never in
2375     the Xlib's 64-bit long hackery. So we can clean this code up a bit.
2376     
2377     This doesn't affect XListProperties, it still returns an Atom list.
2378     
2379     Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2380
2381 commit 04bf8fe62832a38f56041d860a717f13fd3a7295
2382 Author: Peter Hutterer <peter.hutterer@who-t.net>
2383 Date:   Thu May 14 16:56:17 2009 +1000
2384
2385     Return failed modifiers for passive XI2 grabs.
2386
2387 commit 68da471cd7ad3b5d76bfc1207083f892b15dd34a
2388 Author: Peter Hutterer <peter.hutterer@who-t.net>
2389 Date:   Thu May 14 16:34:55 2009 +1000
2390
2391     Update XIQueryPointer to include full modifier state.
2392
2393 commit 3017a5124fe98eb0d1f0e4d0bdce35df06ea751b
2394 Author: Peter Hutterer <peter.hutterer@who-t.net>
2395 Date:   Thu May 14 16:26:17 2009 +1000
2396
2397     Update man pages for XI2.
2398     
2399     Shuffling device properties up before all XI2 calls and adding all XI2 calls
2400     (bar device property calls). Needs proofreading.
2401
2402 commit ea377ea55b2014310fb0777e41ae7044396e25a3
2403 Author: Peter Hutterer <peter.hutterer@who-t.net>
2404 Date:   Thu May 14 14:19:44 2009 +1000
2405
2406     Label major/minor version in XIQueryVersion as _inout.
2407     
2408     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2409
2410 commit 0dd26fd87571c1e87ca6e8734e2c55f21e53ceb8
2411 Author: Peter Hutterer <peter.hutterer@who-t.net>
2412 Date:   Thu May 14 11:31:28 2009 +1000
2413
2414     Xinput2.h: nmasks should be num_masks in XISelectEvents
2415
2416 commit b4d74eebcec3080fa4ac33c74835246457b00de3
2417 Author: Peter Hutterer <peter.hutterer@who-t.net>
2418 Date:   Tue May 12 19:25:15 2009 +1000
2419
2420     Adust to new device names (less "Device" in function names)
2421
2422 commit eebdca00c416924b0423879a62498df8afed633e
2423 Author: Peter Hutterer <peter.hutterer@who-t.net>
2424 Date:   Tue May 12 17:33:48 2009 +1000
2425
2426     XISelectEvents, not the singular version
2427
2428 commit 23246e5788a01091ed666539359614cd5c100a9b
2429 Author: Peter Hutterer <peter.hutterer@who-t.net>
2430 Date:   Tue May 12 16:14:23 2009 +1000
2431
2432     Support per-device flags for XIDeviceHierarchyEvents
2433
2434 commit 9451d09d2b9cdbe2deff7986a4c5553ba922989c
2435 Author: Peter Hutterer <peter.hutterer@who-t.net>
2436 Date:   Thu May 7 16:25:13 2009 +1000
2437
2438     Use the new prefixed constants for XI2 and require inputproto 1.99.9.8
2439
2440 commit 92cfef2cebfa85bdb0c1b3b6ee2f78520b003eb7
2441 Author: Peter Hutterer <peter.hutterer@who-t.net>
2442 Date:   Thu May 7 11:41:46 2009 +1000
2443
2444     Add XI2 property requests.
2445     
2446     Without Xlib's 64-bit hilarity. A property claiming to be 32 bit is treated
2447     as 32 bit value.
2448
2449 commit 130774c208a2f331d6110b255676ad6cb8a1a414
2450 Author: Peter Hutterer <peter.hutterer@who-t.net>
2451 Date:   Thu May 7 11:02:02 2009 +1000
2452
2453     Add property event conversion.
2454
2455 commit 70d9a55c86f15b71ff8b53a61b8fb0e1723e0824
2456 Author: Peter Hutterer <peter.hutterer@who-t.net>
2457 Date:   Mon May 4 19:05:06 2009 +1000
2458
2459     Add XIPassiveGrabDevice.
2460
2461 commit 279a8c3a6466d885fa618cccb0b12f6c45608982
2462 Author: Bernhard R. Link <brlink@debian.org>
2463 Date:   Tue Apr 28 19:45:52 2009 +0200
2464
2465     man: fix a number of return/parameter types
2466     
2467     Debian bug#525546 <http://bugs.debian.org/525546>
2468     
2469     [jcristau: also fixed the window parameter of
2470      X{Change,Get}DeviceDontPropagateList]
2471     Signed-off-by: Julien Cristau <jcristau@debian.org>
2472
2473 commit 6e4b80a35e5b763d4a854f1c10443b95e6ad51bd
2474 Author: Peter Hutterer <peter.hutterer@who-t.net>
2475 Date:   Sun Apr 19 21:57:42 2009 +1000
2476
2477     Silence a compiler warning by using a uchar instead of a char.
2478
2479 commit 1c777e3c1127dec35166007c6e3ca65e34735eb5
2480 Author: Peter Hutterer <peter.hutterer@who-t.net>
2481 Date:   Sun Apr 19 21:56:29 2009 +1000
2482
2483     Type-cast before passing into wireToFooBarEvent.
2484
2485 commit 443a69833a29b557f78ec09f9eef395f52a64e10
2486 Author: Peter Hutterer <peter.hutterer@who-t.net>
2487 Date:   Sun Apr 19 21:53:17 2009 +1000
2488
2489     Convert FP1616 from int32_t to double.
2490
2491 commit 516a52f9a5b095ab60086426a1945d30a44e7ef2
2492 Author: Peter Hutterer <peter.hutterer@who-t.net>
2493 Date:   Sun Apr 19 21:41:35 2009 +1000
2494
2495     XIQueryVersion: ensure we unlock in all cases and return the status.
2496
2497 commit 76c9ba562bb012790636913ea6c5a6e96af578ff
2498 Author: Peter Hutterer <peter.hutterer@who-t.net>
2499 Date:   Sun Apr 19 20:09:02 2009 +1000
2500
2501     Add missing eventtype to XIRawDeviceEvent.
2502     
2503     Reported-by: Paul TBBle Hampson <Paul.Hampson@Pobox.com>
2504
2505 commit 8487030472914230bec6ecb95e58cf621e69b608
2506 Author: Peter Hutterer <peter.hutterer@who-t.net>
2507 Date:   Sun Apr 19 19:58:39 2009 +1000
2508
2509     Add a bunch of missing LockDisplay() calls.
2510     
2511     Reported-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
2512
2513 commit 3a699cda35a7c190010e5a974cd7a4e7be9df049
2514 Author: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
2515 Date:   Sun Apr 19 06:52:30 2009 +1000
2516
2517     libxi: Unlock display after XIQueryVersion
2518     
2519     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2520
2521 commit 6ad47bc1338ba96c4a43a33ee3633f41e9543bd6
2522 Author: Peter Hutterer <peter.hutterer@who-t.net>
2523 Date:   Thu Apr 16 22:16:06 2009 +1000
2524
2525     Add XIAllowEvents
2526
2527 commit b3da79aba9cd8c615e953ee08d69f44c23fe3ab5
2528 Author: Peter Hutterer <peter.hutterer@who-t.net>
2529 Date:   Wed Apr 15 21:39:30 2009 +1000
2530
2531     Add XIGrabDevice
2532
2533 commit 01a029e597a25f10d00accafb04d72dad39e82cf
2534 Author: Peter Hutterer <peter.hutterer@who-t.net>
2535 Date:   Sun Apr 12 17:44:19 2009 +1000
2536
2537     parse subpixels
2538
2539 commit 6c1d6174a0ba33ff377cb74adf6c0bbe0279f93b
2540 Author: Peter Hutterer <peter.hutterer@who-t.net>
2541 Date:   Thu Mar 26 16:37:49 2009 +1000
2542
2543     XIint.h only needs XI.h as include, not the rest.
2544     
2545     This fixes 64bit compilation issues.
2546     
2547     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2548
2549 commit 2bc4ebba78056eecf76a294f1c3edff892b286f7
2550 Author: Peter Hutterer <peter.hutterer@who-t.net>
2551 Date:   Thu Mar 26 16:30:45 2009 +1000
2552
2553     Remove public declarations for SizeClassInfo and ParseClassInfo.
2554     
2555     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2556
2557 commit 20629761be39493b650f48e120d5c970bca5e796
2558 Author: Peter Hutterer <peter.hutterer@who-t.net>
2559 Date:   Thu Mar 12 16:25:02 2009 +1000
2560
2561     Add XISetDeviceFocus and XIGetDeviceFocus
2562
2563 commit 190035dbb9e74668f7965967a9529fec51d42d14
2564 Author: Peter Hutterer <peter.hutterer@who-t.net>
2565 Date:   Thu Mar 12 15:56:07 2009 +1000
2566
2567     man: note that XListInputDevices does not list other MDs.
2568
2569 commit 8730fa24af5a344876f0c5bfd840d856b5d2b038
2570 Author: Peter Hutterer <peter.hutterer@who-t.net>
2571 Date:   Wed Mar 11 16:32:23 2009 +1000
2572
2573     Handle XI2 focus events.
2574     
2575     These events are identical to enter/leave events.
2576
2577 commit ffa8a602e7ae20c7430090360818d635f13b392d
2578 Author: Peter Hutterer <peter.hutterer@who-t.net>
2579 Date:   Wed Mar 11 14:20:05 2009 +1000
2580
2581     Add support for XI2 Enter/Leave events
2582
2583 commit 5ff39db5c98a9e7e0e85ead6f4ffc59f6f071bd6
2584 Author: Peter Hutterer <peter.hutterer@who-t.net>
2585 Date:   Tue Mar 10 16:24:44 2009 +1000
2586
2587     Remove if 0 code block
2588
2589 commit c6985e7651636d75ad7f7ed1b3ef434e123a8492
2590 Author: Peter Hutterer <peter.hutterer@who-t.net>
2591 Date:   Tue Mar 10 15:42:51 2009 +1000
2592
2593     Add support for Raw events.
2594
2595 commit 2712dbc2609ad75674c77df04d42899844968e10
2596 Author: Peter Hutterer <peter.hutterer@who-t.net>
2597 Date:   Sun Mar 8 21:16:54 2009 +1000
2598
2599     Add support for XIHierarchyEvent.
2600
2601 commit 30c2e3f9398f3d9cbae70150e4bb5cec6dfcc0a1
2602 Author: Peter Hutterer <peter.hutterer@who-t.net>
2603 Date:   Sun Mar 8 21:16:33 2009 +1000
2604
2605     Add support for XIDeviceChangedEvent
2606
2607 commit 0cac1faccebdd317e889d2ae1a1570dc9430725f
2608 Author: Peter Hutterer <peter.hutterer@who-t.net>
2609 Date:   Fri Mar 6 12:02:45 2009 +1000
2610
2611     Add XIFreeEventData
2612
2613 commit 35a9ea79fc97bf80bfc4aea7f98ae97ac8cff762
2614 Author: Peter Hutterer <peter.hutterer@who-t.net>
2615 Date:   Thu Mar 5 17:01:58 2009 +1000
2616
2617     Add support for XIDeviceEvents.
2618
2619 commit f00f4dccba7f109dd6ec00be34543766f38264e9
2620 Author: Peter Hutterer <peter.hutterer@who-t.net>
2621 Date:   Fri Mar 6 11:55:18 2009 +1000
2622
2623     Add Generic XIEvent struct.
2624
2625 commit 13445f170c80f9e2c48e78aa1ec14e956b75c297
2626 Author: Peter Hutterer <peter.hutterer@who-t.net>
2627 Date:   Tue Mar 3 15:29:25 2009 +1000
2628
2629     XIint.h fix compile error, include XInput.h
2630
2631 commit b42809a2e9a8fa821ce6b43e5aba374e922aab39
2632 Author: Peter Hutterer <peter.hutterer@who-t.net>
2633 Date:   Tue Mar 3 15:17:54 2009 +1000
2634
2635     XExtInt compile fix - include XI2.h
2636
2637 commit c6da12b3965f60d893c3fabad4f95dac10ebe7d9
2638 Author: Peter Hutterer <peter.hutterer@who-t.net>
2639 Date:   Wed Mar 4 21:01:58 2009 +1000
2640
2641     XInput2.h: Get rid of the /* foo */ in the declarations.
2642     
2643     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2644
2645 commit 65dbec3d82259bd7bbde5b7a2cdba44727a5606a
2646 Author: Peter Hutterer <peter.hutterer@who-t.net>
2647 Date:   Fri Mar 6 11:55:41 2009 +1000
2648
2649     include: Move events up to before function definitions.
2650
2651 commit 13ed59c032b74d106acd08d8893c2708ef5564c5
2652 Author: Peter Hutterer <peter.hutterer@who-t.net>
2653 Date:   Sat Feb 28 10:32:54 2009 +1000
2654
2655     Add XIQueryDevice implementation.
2656
2657 commit 88fcb0938a898ef6c9f48fce2874c37e3788fe9c
2658 Author: Peter Hutterer <peter.hutterer@who-t.net>
2659 Date:   Thu Feb 26 16:49:45 2009 +1000
2660
2661     Add XIQueryVersion() - query and announce the supported XI version.
2662     
2663     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2664
2665 commit 2780363f96d07f8ca62507246bb04f6894e3b13d
2666 Author: Peter Hutterer <peter.hutterer@who-t.net>
2667 Date:   Thu Mar 5 15:53:02 2009 +1000
2668
2669     XISelectEvent: make sure padding is zeroed out.
2670
2671 commit ee1a0b4f507f32c7abe07b3324dc3a6c210964c4
2672 Author: Peter Hutterer <peter.hutterer@who-t.net>
2673 Date:   Fri Jan 16 13:36:59 2009 +1000
2674
2675     Replace XiSelectEvent() with XISelectEvent().
2676
2677 commit 5f4058db225d7cb4455fd27b11dff10422e94748
2678 Author: Peter Hutterer <peter.hutterer@who-t.net>
2679 Date:   Tue Mar 3 14:39:28 2009 +1000
2680
2681     Replace all XDevice* with ints.
2682     
2683     There's no reason to have XDevice structs. It's not as if they carry useful
2684     information.
2685
2686 commit 2d5bdbe0fad5f22f153aa74e38aa3a1ca09d4192
2687 Author: Peter Hutterer <peter.hutterer@who-t.net>
2688 Date:   Tue Mar 3 14:53:23 2009 +1000
2689
2690     Change XIGetClientPtr to take an int, not an XID
2691
2692 commit 6be974ec5597ef37fbd3a6057d52a38356f544e0
2693 Author: Peter Hutterer <peter.hutterer@who-t.net>
2694 Date:   Wed Feb 25 15:53:29 2009 +1000
2695
2696     Fix the already existing XI2 calls to the new XI2 protocol. FIXME
2697     
2698     FIXME: not bisectable due to XiSelectInput.
2699     
2700     This includes namespacing them with an XI2 prefix.
2701     
2702     Affected calls:
2703         XIGetClientPointer
2704         XISetClientPointer
2705         XIDefineDeviceCursor
2706         XIUndefineDeviceCursor
2707         XIWarpDevicePointer
2708         XIQueryDevicePointer
2709         XIChangeDeviceHierarchy (+ event)
2710
2711 commit 60b2d114d06617ca60c2905373829299dc051c7f
2712 Author: Peter Hutterer <peter.hutterer@who-t.net>
2713 Date:   Wed Feb 25 15:32:53 2009 +1000
2714
2715     Move current XI2 stuff out of XInput.h, into XInput2.h
2716     
2717     This means XInput2.h is rather messy, but it also means we can leave XInput.h
2718     untouched for the XI2 rework.
2719
2720 commit c0e3fef8cc7f1953377f61b80d9b8a5ce2fcf2b7
2721 Author: Peter Hutterer <peter.hutterer@who-t.net>
2722 Date:   Thu Feb 26 15:23:57 2009 +1000
2723
2724     Require inputproto 1.9.99.7.
2725
2726 commit 660b0abdb8dbc7959f9d97b83ac48110a56fd216
2727 Author: Peter Hutterer <peter.hutterer@who-t.net>
2728 Date:   Wed Feb 25 16:24:56 2009 +1000
2729
2730     XIint.h: include XIproto.h for xAnyClassPtr.
2731
2732 commit 3e38a82102975670d490d95f595a410f38f4e221
2733 Author: Peter Hutterer <peter.hutterer@who-t.net>
2734 Date:   Wed Feb 25 16:02:07 2009 +1000
2735
2736     Disable generic event handling for now to allow bisecting.
2737     
2738     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2739
2740 commit c56b75732f4506bae234a5cda474c837bb274d6b
2741 Author: Peter Hutterer <peter.hutterer@who-t.net>
2742 Date:   Thu Feb 26 16:33:24 2009 +1000
2743
2744     Back out the XQueryInputVersion hack, restore previous state.
2745     
2746     XI2 should use a separate request to query the version rather than piggy-back
2747     on an existing badly defined request.
2748     
2749     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2750
2751 commit 5ead375009f53c9a4634dc8f1939463ac8ef510a
2752 Author: Peter Hutterer <peter.hutterer@who-t.net>
2753 Date:   Wed Feb 25 15:58:41 2009 +1000
2754
2755     Remove XExtendedGrabDevice.
2756     
2757     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2758
2759 commit 3992afdd5593f391bcff1eb39d7e975886d817e3
2760 Author: Peter Hutterer <peter.hutterer@who-t.net>
2761 Date:   Wed Feb 25 16:12:35 2009 +1000
2762
2763     Remove DeviceEnter/LeaveNotify handling.
2764     
2765     This will be replaced by XI2 GenericEvents.
2766     
2767     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2768
2769 commit 62858c426e6de1b99df660251737233afd335302
2770 Author: Peter Hutterer <peter.hutterer@who-t.net>
2771 Date:   Wed Feb 25 16:04:16 2009 +1000
2772
2773     Remove AttachClass handling from ListDevices.
2774     
2775     If you want attachment information, use XI2 and XQueryDevice().
2776     
2777     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2778
2779 commit cbdc33d903ec6f90a42ec3c31905eeaef9ecf0a2
2780 Author: Peter Hutterer <peter.hutterer@who-t.net>
2781 Date:   Wed Feb 25 17:00:16 2009 +1000
2782
2783     XGetDeviceControl: size the libXi structs, not the wire structs (#20293)
2784     
2785     X.Org Bug 20293 <http://bugs.freedesktop.org/show_bug.cgi?id=20293>
2786     
2787     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2788
2789 commit 78f64722c57ff5ec5d0ae35da0c8f151598e6d6b
2790 Author: Peter Hutterer <peter.hutterer@who-t.net>
2791 Date:   Wed Feb 25 16:59:04 2009 +1000
2792
2793     XGetDeviceControl: Add a missing break leading to wrong length calculation.
2794     
2795     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2796
2797 commit 8f174b7f5e57c6b3e123476f384ce9164cda11b7
2798 Author: Peter Hutterer <peter.hutterer@who-t.net>
2799 Date:   Wed Feb 25 15:28:28 2009 +1000
2800
2801     Remove leftover WindowAccess function declarations.
2802     
2803     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2804
2805 commit 6e1159a9059d762d6b5d24455237a088e839fe2c
2806 Author: Alan Coopersmith <alan.coopersmith@sun.com>
2807 Date:   Mon Feb 2 20:34:34 2009 -0800
2808
2809     Add README with pointers to mailing list, bugzilla & git repos
2810     
2811     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2812
2813 commit ba2546a51d5f9087ec54fba7cae46ea1f210198a
2814 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
2815 Date:   Thu Jan 29 19:30:30 2009 -0200
2816
2817     Return NULL on error, and match LockDisplay with UnlockDisplay.
2818
2819 commit 4a1d1ff1195a2ed43ace1a33e429f2272f1331af
2820 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
2821 Date:   Thu Jan 29 19:22:47 2009 -0200
2822
2823     Janitor: make distcheck, compile warnings, extra .gitignore files.
2824
2825 commit d0326fe8cdbb08d4f52d79fd3fd4e1b2a0951d5e
2826 Author: Dan Nicholson <dbn.lists@gmail.com>
2827 Date:   Tue Jan 13 15:54:35 2009 -0800
2828
2829     Fix build when xmlto is not available
2830     
2831     When xmlto is not available, make bombs since it has no way to generate
2832     the man pages from the XI.xml. This returns the man page installation to
2833     only occuring when xmlto is available. Unfortunately, this means they
2834     will also not be installed when the generated pages are distributed.
2835     
2836     Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
2837
2838 commit 9911b7846ca2cedf08a963c84efe7907438975c1
2839 Author: Dan Nicholson <dbn.lists@gmail.com>
2840 Date:   Tue Dec 16 16:45:16 2008 -0800
2841
2842     Be smarter about generating man pages
2843     
2844     With the current rules, the man pages will be generated repeatedly if you
2845     have xmlto installed. This is because make always thinks they are out of
2846     date with respect to their prerequisite, do_xmlto_stage. They are changed
2847     here to handle the multiple output files as described in the automake
2848     manual.
2849     
2850     distcheck has been confirmed to still work such that building from the
2851     tarball does not require xmlto. On the other hand, if the user wants to
2852     rebuild the man pages, they'll have to explicitly touch XI.xml.
2853     
2854     It may be better to split the xml into per-page files so that xmlto only
2855     generates one output at a time. A toplevel XI.xml can still pull together
2856     all the pieces with XInclude.
2857     
2858     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2859
2860 commit 9e9bf1e477e764b596eb89119c0497b274b87897
2861 Author: Julien Cristau <jcristau@debian.org>
2862 Date:   Sun Dec 21 16:08:08 2008 +0100
2863
2864     Hide private functions
2865
2866 commit db1215bf4785acb20610a7f1302e8dc3ec4d19e0
2867 Author: Julien Cristau <jcristau@debian.org>
2868 Date:   Fri Dec 19 16:06:50 2008 +0100
2869
2870     COPYING: add Peter's copyright notice and license
2871
2872 commit dd89e1187114ba7ece2e4bcc9c25ea5139ea4f0a
2873 Author: Peter Hutterer <peter.hutterer@who-t.net>
2874 Date:   Mon Dec 8 08:34:53 2008 +1000
2875
2876     Restore XAllowDeviceEvents()
2877     
2878     Got accidentally removed as part of
2879     f938c524f74fa8828a  Purge device-based window access code.
2880     
2881     XAllowDeviceEvents is the XI equivalent to XAllowEvents, required to thaw devices
2882     after grabs, not related to the access control code.
2883     
2884     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2885
2886 commit 13dee4565b509ed1ef2fbc78b1987a69f10b02e7
2887 Author: Peter Hutterer <peter.hutterer@redhat.com>
2888 Date:   Mon Nov 17 11:34:44 2008 +1000
2889
2890     Bump to 1.2.99.1
2891     
2892     We need libXi 1.2 for the property support, so let's bump this one up by one.
2893
2894 commit 74b2cb0be98057a522c543b5259396ec1b456794
2895 Author: Peter Hutterer <peter.hutterer@redhat.com>
2896 Date:   Wed Nov 12 22:26:43 2008 +1000
2897
2898     man: fix out of source builds.
2899     
2900     As pointed out by johnflux on IRC.
2901
2902 commit f938c524f74fa8828a954bed51d0f3c4c7eb0fad
2903 Author: Peter Hutterer <peter.hutterer@redhat.com>
2904 Date:   Fri Oct 31 18:02:02 2008 +1030
2905
2906     Purge device-based window access code.
2907     
2908     Requires inputproto 1.9.99.6.
2909
2910 commit e5c529813b04327babc20e51ca56006210cb0c37
2911 Author: Peter Hutterer <peter.hutterer@redhat.com>
2912 Date:   Mon Sep 29 16:40:21 2008 +0930
2913
2914     Add XI_JOYSTICK to list of defined types.
2915
2916 commit e179b124aac13387c6f730197b8852c1f69eb9e3
2917 Author: Shunichi Fuji <palglowr@gmail.com>
2918 Date:   Fri Sep 26 14:47:49 2008 +0930
2919
2920     Build fix: remove dropped man pages for Conrigure/QueryDeviceProperty.
2921     
2922     Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2923
2924 commit ec2665e6ba0e71a1726816054b40f71782874373
2925 Author: Peter Hutterer <peter.hutterer@redhat.com>
2926 Date:   Fri Sep 26 10:13:57 2008 +0930
2927
2928     Require inputproto 1.9.99.5.
2929
2930 commit f9a5371d43b2c6023745f766d0e8ceff2acdff60
2931 Author: Peter Hutterer <peter.hutterer@redhat.com>
2932 Date:   Fri Sep 26 10:12:31 2008 +0930
2933
2934     Adjust to new property API.
2935     
2936     XConfigureDeviceProperty is gone.
2937     XQueryDeviceProperty is gone.
2938     XGetDeviceProperty doesn't have "pending" anymore.
2939
2940 commit 822bff60ea26c0b509fd4de35099b4d94e9e99de
2941 Author: Peter Hutterer <peter.hutterer@redhat.com>
2942 Date:   Fri Aug 15 15:08:07 2008 +0930
2943
2944     Require inputproto 1.9.99.4.
2945
2946 commit bec02767629ed795582ba3f645299d7036093511
2947 Author: Peter Hutterer <peter.hutterer@redhat.com>
2948 Date:   Wed Aug 13 12:03:29 2008 +0930
2949
2950     Backport device property code to XI 1.5.
2951     
2952     Ditching generic events, using normal XI events instead.
2953
2954 commit c5179577ddf0680dffb480d27db9036e9bd27716
2955 Author: Peter Hutterer <peter.hutterer@redhat.com>
2956 Date:   Wed Aug 13 10:27:03 2008 +0930
2957
2958     Remove RCS tags.
2959
2960 commit bfd2e08f3530091fbcd8c078f684e9aab9057df0
2961 Author: Peter Hutterer <peter.hutterer@who-t.net>
2962 Date:   Wed Jul 9 15:38:57 2008 +0930
2963
2964     Update man pages to include new device properties calls.
2965
2966 commit 0211e3e8277c590349903989f1676f6af4baa44b
2967 Author: Peter Hutterer <peter.hutterer@who-t.net>
2968 Date:   Wed Jul 9 16:54:32 2008 +0930
2969
2970     Add XDevicePropertyNotifyEvent support.
2971
2972 commit 7d5bb99ffce3200f82420c5a5ebac3b445aac633
2973 Author: Peter Hutterer <peter.hutterer@who-t.net>
2974 Date:   Wed Jul 9 16:53:46 2008 +0930
2975
2976     Add support for input device properties requests.
2977
2978 commit 908ac35ebb25e2f55945825e6256d1848e17cc38
2979 Author: Peter Hutterer <peter@cs.unisa.edu.au>
2980 Date:   Thu May 29 13:19:06 2008 +0930
2981
2982     Bump to 1.1.99.1
2983
2984 commit f4739e18bb44e7a04ed0ea6ec87d53ae5fb13e7d
2985 Author: Peter Hutterer <peter@cs.unisa.edu.au>
2986 Date:   Thu May 29 13:18:38 2008 +0930
2987
2988     Update required packages again, needs updated libX11, libXext, etc.
2989
2990 commit 9831db88ee8e69dc6cf8fad0ac83d40bedd5c463
2991 Author: Peter Hutterer <peter@cs.unisa.edu.au>
2992 Date:   Thu May 29 12:45:57 2008 +0930
2993
2994     Don't fail man build when missing xmlto.
2995     
2996     If xmlto is missing during configure, print out a warning and just do an empty
2997     man build with no man pages at all. Better than failing with obscure errors.
2998
2999 commit fd8198513c865f616be8059907550db7f777b089
3000 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3001 Date:   Wed May 28 17:14:17 2008 +0930
3002
3003     Reguire inputproto 1.9.99.
3004
3005 commit 135b25157ee3e44467264a6df2e1f92f3a785643
3006 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3007 Date:   Fri May 23 10:30:56 2008 +0930
3008
3009     Add .PHONY build target to fix parallel builds.
3010     
3011     Copied from libXtst.
3012
3013 commit 74cc34496d6ed23d8dad259c036bbfaa63b8eb15
3014 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3015 Date:   Thu May 22 12:58:55 2008 +0930
3016
3017     Ansify the XI 2 functions.
3018
3019 commit 50990b8deb8b8484e9e02e313387ea4d2ddbd242
3020 Merge: 26dde5a 145947e
3021 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3022 Date:   Thu May 22 12:48:40 2008 +0930
3023
3024     Merge branch 'master' into mpx
3025
3026 commit 145947ed603207e85a7fcb502f88717a22dfec55
3027 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
3028 Date:   Fri Feb 29 18:14:00 2008 -0300
3029
3030     libXi ansification.
3031     
3032     Thre are still two remaining compiler warnings, because of non matching
3033     function prototypes and function pointer arguments prototypes:
3034     
3035     src/XSndExEv.c:XSendExtensionEvent()
3036       variable register Status(**fp) (Display *, XEvent*, xEvent **, int *)
3037       doesn't match struct _XDisplay's:
3038       Status (*wire_vec[128])( /* vector for event to wire */
3039                     Display *       /* dpy */,
3040                     XEvent *        /* re */,
3041                     xEvent *        /* event */
3042                     );
3043     
3044     and
3045     
3046     src/XExtInt.c:xinput_extension_hooks field event_to_wire of type
3047       XExtensionHooks that has the prototype     Status (*event_to_wire)(
3048               Display*                  /* display */,
3049                   XEvent*                       /* re */,
3050                   xEvent*                       /* event */
3051       );
3052       does not match Status
3053       _XiEventToWire(
3054         register Display         *dpy,          /* pointer to display structure */
3055         register XEvent  *re,           /* pointer to client event */
3056         register xEvent **event,        /* wire protocol event */
3057         register int     *count);
3058     
3059     Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
3060
3061 commit 26dde5aaf4bbc89140cc4e3d13fe18036041022d
3062 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3063 Date:   Wed Apr 30 10:35:12 2008 +0930
3064
3065     Fix up AM_CFLAGS, pulled in the system-includes before the local ones.
3066
3067 commit d68d321c0692848dd5eb67a3713676498c1c646b
3068 Merge: 7d0977b 3e99cc2
3069 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3070 Date:   Mon Apr 28 14:35:11 2008 +0930
3071
3072     Merge branch 'master' into mpx
3073     
3074     Conflicts:
3075     
3076         .gitignore
3077         man/XGrabDeviceKey.man
3078         man/XListInputDevices.man
3079
3080 commit 7d0977bc02ce4f29c0ed335fcdcce4ed7c328259
3081 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3082 Date:   Mon Apr 28 11:24:40 2008 +0930
3083
3084     man: more formatting changes (indentation, whitespaces, linewidth).
3085
3086 commit 2e4cb17b0354fb424f841431a4a20cf6a3e3059c
3087 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3088 Date:   Sun Apr 27 19:46:21 2008 +0930
3089
3090     man: formatting changes in XI.xml
3091
3092 commit 212fb41a101833c817195ef02d20248523929ef3
3093 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3094 Date:   Sun Apr 27 19:26:55 2008 +0930
3095
3096     man: fix up use of <function> tag and some whitespaces.
3097
3098 commit 4ce9781be5f3468d184e34bf36329aa220c726bb
3099 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3100 Date:   Sun Apr 27 19:11:06 2008 +0930
3101
3102     man: add old HP, Ardent Computer copyright, plus my new one.
3103
3104 commit 36f17efe0a4b0278fd442c0bcd97a9d762d96011
3105 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3106 Date:   Sun Apr 27 19:01:39 2008 +0930
3107
3108     .gitignore: add man pages.
3109
3110 commit ea09ee20525e4e6a0a6517654ed12fd419f00b23
3111 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3112 Date:   Sun Apr 27 19:01:03 2008 +0930
3113
3114     man: switch over to using xmlto to generate man pages.
3115     
3116     Removing all nroff man pages.
3117
3118 commit b620f6995b76742c95b32db054d0b5d9fef7a33d
3119 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3120 Date:   Sun Apr 27 18:57:48 2008 +0930
3121
3122     man: fixes in XI.xml
3123     
3124     Some global whitespace replacements (e.g. space before comma)
3125     Splitting refnames where two functions are listed.
3126     Adding refmiscinfo tags (see libXtst)
3127
3128 commit 51886a38dd42bb62bf3ffcadbf73472e6d2b514f
3129 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3130 Date:   Sun Apr 27 16:33:00 2008 +0930
3131
3132     man: add XI.xml. Contains all libXi man pages in docbook.format.
3133     
3134     Note that conversion was half-automated and half-manual. There's a lot of
3135     little things to be fixed up.
3136
3137 commit c142891001e53b3c9d1d4a0cfcb0ff555c2f0070
3138 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3139 Date:   Sat Apr 26 17:07:39 2008 +0930
3140
3141     Deprecate XGetExtensionVersion(), replace with XQueryInputVersion().
3142     
3143     We need XI to be able to do some sort of versioning support.
3144
3145 commit 94284e40f5fc9bf30cc2cc5915f6adb22de7bffe
3146 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3147 Date:   Fri Apr 25 18:07:36 2008 +0930
3148
3149     Add XInput.h file from inputproto package.
3150     
3151     This file only belongs to libXi, it shouldn't have been in the inputproto
3152     package in the first place. For a revision history of this file refer to
3153     git://anongit.freedesktop.org/git/xorg/proto/inputproto
3154
3155 commit 166083c09a96b1b7e612bdbb1515d79c3bf57185
3156 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3157 Date:   Fri Apr 25 18:05:37 2008 +0930
3158
3159     Removing previously removed man pages from Makefile.am as well...
3160
3161 commit c1c8a0e585089b3c18ddbd9039f0053a40dbe6cb
3162 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3163 Date:   Fri Apr 25 17:58:16 2008 +0930
3164
3165     Extend XListInputDevices man page to include MPX details.
3166
3167 commit 064f0ec80c6e3cd2f05dd104ca17359b2f7ab833
3168 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3169 Date:   Fri Apr 25 17:37:24 2008 +0930
3170
3171     Remove XChangePointerKeyboardPairing call.
3172
3173 commit ef953b30eb212a65e2aa841c8ccdbbe9127b3b56
3174 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3175 Date:   Fri Apr 25 17:34:57 2008 +0930
3176
3177     Remove XChangePointerKeyboardPairing and XGetPairedPointer man pages.
3178     
3179     Calls don't exist anymore.
3180
3181 commit 3e99cc281509c70c9240e71ae55cf4e62c6569ba
3182 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
3183 Date:   Sun Mar 9 08:30:32 2008 +0100
3184
3185     nuke RCS Ids
3186
3187 commit df2cf307c365feea924f2c907d8109cf53461a75
3188 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3189 Date:   Tue Feb 26 15:47:25 2008 +1030
3190
3191     Remove XGetPairedPointer(), was removed from the protocol.
3192     
3193     The information needed is in the attached field of ListInputDevices.
3194
3195 commit 5ca4f620883c63e57edd409b139d82092679010a
3196 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3197 Date:   Tue Feb 26 15:45:46 2008 +1030
3198
3199     Remove XExtendedUngrabDevice. XUngrabDevice does the same.
3200
3201 commit 2b25e823d3c0820b135fb42584be462dba342aa7
3202 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3203 Date:   Thu Feb 14 18:30:09 2008 +1030
3204
3205     XChangeDeviceHiearchy has changed to take a array of unions.
3206     
3207     And the parameters were swapped around too.
3208
3209 commit 80159390595f9a8970c114c66190db371d585da1
3210 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3211 Date:   Thu Feb 14 09:24:29 2008 +1030
3212
3213     XQueryDevicePointer: remove unused variables.
3214
3215 commit e3492c8385b2d0cce0c6e3e862f43a63f3e8917b
3216 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3217 Date:   Thu Feb 14 09:23:03 2008 +1030
3218
3219     XQueryDevicePointer: "shared" parameter removed.
3220
3221 commit aa6c7a07d7f3f73980ad3b6c537b5f83bc3ddd30
3222 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3223 Date:   Thu Feb 14 09:21:26 2008 +1030
3224
3225     Remove XFakeDeviceData call.
3226     
3227     This call needs to be better refined and tested before we put it in.
3228
3229 commit d97dcf6896a1c16b46068d16d3d689a3720cce46
3230 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3231 Date:   Thu Feb 14 09:20:53 2008 +1030
3232
3233     Remove RawDeviceEvent parsing. These events have been removed.
3234
3235 commit 447441f4dfdd114ce1f738ccfda097ca1f4d609a
3236 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3237 Date:   Thu Feb 14 09:19:35 2008 +1030
3238
3239     Remove XGrabAccessControl and XUngrabAccessControl calls.
3240
3241 commit 1b15f1bc3b8b33da3a30b7ee23c728dce9e48929
3242 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3243 Date:   Sat Jan 26 10:50:28 2008 +1030
3244
3245     XiSelectEvent: add additional device parameter.
3246
3247 commit 411340ccb7070e2e966a36f64f2fb3019ea0242a
3248 Author: Alan Coopersmith <alan.coopersmith@sun.com>
3249 Date:   Thu Nov 29 13:49:21 2007 -0800
3250
3251     Coverity #743/744: Returned without freeing storage bufp/savp
3252     
3253     If either bufp or savp failed to malloc, we returned without freeing the other.
3254
3255 commit 5ac8f5dcfb2cf5f695c903179a5a95ac6bd4303e
3256 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3257 Date:   Tue Nov 27 10:47:56 2007 +1030
3258
3259     GetDeviceControl: calculate the length field correctly.
3260     
3261     Length field should indicate the length of the struct in bytes. Not the length
3262     of the pointer to the struct...
3263     (cherry picked from commit ddcc71df2a273a410cb5a933aef5501fa56d84cf)
3264
3265 commit ddcc71df2a273a410cb5a933aef5501fa56d84cf
3266 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3267 Date:   Tue Nov 27 10:47:56 2007 +1030
3268
3269     GetDeviceControl: calculate the length field correctly.
3270     
3271     Length field should indicate the length of the struct in bytes. Not the length
3272     of the pointer to the struct...
3273
3274 commit a9191fcf42a4f5ef5022450b327afe2562c9a0e2
3275 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3276 Date:   Wed Nov 14 10:11:15 2007 +1030
3277
3278     Remove XRegisterPairingClient and XUnregisterPairingClient.
3279     
3280     Deprecated with the introduction of the device hierarchy.
3281
3282 commit 16dc064bf997dfa9226a574e5989d8cd1209a5b0
3283 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3284 Date:   Tue Nov 13 11:39:54 2007 +1030
3285
3286     Add XDeviceClassesChangedEvent parsing.
3287     
3288     Some stuff from XListInputDevices moved into separate functions to be re-used
3289     in the event parsing.
3290
3291 commit 0e6331a2c8494cd24d75ab80443f9f071be47334
3292 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3293 Date:   Thu Nov 8 17:47:06 2007 +1030
3294
3295     Remove PKPairingChangedEvent, replace with DeviceHierarchyChangedNotify event.
3296     
3297     Remove leftovers of RandomStringEvent as well.
3298
3299 commit a7f53f26ac83257f594058c484ecd19e009e142c
3300 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3301 Date:   Fri Oct 19 14:27:58 2007 +0930
3302
3303     Add XChangeDeviceHierarchy.
3304     
3305     Used to create/remove master devices or change attachment of slave devices.
3306
3307 commit d1f92d6c14d7c9b553b8530a1daf0a77a8babccf
3308 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3309 Date:   Thu Oct 18 12:22:37 2007 +0930
3310
3311     Create AttachInfo class for all devices, containing attachment info.
3312     
3313     Thanks to Xlib's braindead design we can't just add the field to XDeviceInfo.
3314     So we just fake up a new class, add it to all devices and let clients deal
3315     with it.
3316
3317 commit fbd0431546c3ede8d606559fdd7a18f4cce05743
3318 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3319 Date:   Thu Oct 18 10:39:21 2007 +0930
3320
3321     Add XI_2_Major and XI_2_Minor to versions.
3322
3323 commit 0239ef13d66113024066b7db8ade3942af563656
3324 Author: Eric Anholt <eric@anholt.net>
3325 Date:   Wed Sep 5 09:45:20 2007 -0700
3326
3327     Bump version to 1.1.3.
3328
3329 commit 235b283ef6eda4591c95b4749d0a8cd0181783a6
3330 Author: James Cloos <cloos@jhcloos.com>
3331 Date:   Mon Sep 3 05:53:41 2007 -0400
3332
3333     Add *~ to .gitignore to skip patch/emacs droppings
3334
3335 commit 89d7e38124cdb34c55f8c28680725b5b645fe106
3336 Author: Eric S. Raymond <esr@thyrsus.com>
3337 Date:   Sun Jan 14 10:51:00 2007 -0800
3338
3339     Bug #9659: Bad markup on XListInputDevices.3x
3340     
3341     X.Org Bugzilla #9659 <https://bugs.freedesktop.org/show_bug.cgi?id=9659>
3342
3343 commit bf01e98979e6fa500f74d882c1b21746c60d5d31
3344 Author: Daniel Stone <daniel@fooishbar.org>
3345 Date:   Wed Aug 1 05:16:45 2007 +0300
3346
3347     XSetDeviceFocus: Add missing extension check
3348     
3349     Actually check for Xi existing before we try to do anything fancy.
3350
3351 commit 8f5f7e9d6fc288a5cc00df3a7fec44211cdbe8f4
3352 Author: David Weinehall <tao@debian.org>
3353 Date:   Wed Aug 1 05:12:21 2007 +0300
3354
3355     XGetSelectedExtensionEvents: Still more locking bugs
3356     
3357     Fix a couple more return-without-unlocks.
3358
3359 commit a07c3cc1eec0427a056414ef44ef6ee4204df383
3360 Author: Daniel Stone <daniel@fooishbar.org>
3361 Date:   Wed Aug 1 03:03:44 2007 +0300
3362
3363     XChangeDeviceControl: Fix completely broken locking
3364     
3365     Drop the display lock when we exit from XChangeDeviceControl(), instead of
3366     leaking it.
3367
3368 commit 7f1b5257b7eb0c873988c33453c110fc5f9996dd
3369 Author: Daniel Stone <daniel@fooishbar.org>
3370 Date:   Wed Aug 1 01:59:17 2007 +0300
3371
3372     Bump to 1.1.2
3373
3374 commit 257345a0500ef0b7cf8e56f19a8bf93721408673
3375 Author: Daniel Stone <daniel@fooishbar.org>
3376 Date:   Wed Aug 1 01:37:05 2007 +0300
3377
3378     DevicePresenceNotify: Don't make non-static function, static
3379     
3380     I wish that there was a better way to do this, but c'est la vie.  It's our
3381     exposed API, so we've just got to deal for now.
3382
3383 commit 3da6998ef89c99ad01f20a8f37e3c26c0b7c1ced
3384 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3385 Date:   Fri Jul 27 01:30:13 2007 +0930
3386
3387     XChangePointerKeyboardPairing, XGetPairedPointer, XSetClientPointer man pages.
3388     
3389     Use XID instead of int for XGetPairedPointer.
3390
3391 commit 25c023f91851a4b32b295b6d5633f6ee87d0ba14
3392 Author: Paulo Ricardo Zanoni <prz05@c3sl.ufpr.br>
3393 Date:   Tue Jul 10 10:14:47 2007 +0930
3394
3395     Access control: change calls to use XID* instead of char*.
3396     
3397     X{Deny|Perm}Devices: clear perm/deny list if called with no devices.
3398
3399 commit 9d0aa39742a0d1d4221ad4104708b0f8f60c14c7
3400 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3401 Date:   Thu Jul 5 10:47:45 2007 +0930
3402
3403     Bump to version 1.1.1.
3404
3405 commit ddc3b9cbbcc892a48dce2bd441e6d404cd44d943
3406 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3407 Date:   Wed Jun 13 15:36:01 2007 +0930
3408
3409     Bug 9657: Bad markup on XGrabDeviceKey.3x
3410     
3411     <https://bugs.freedesktop.org/show_bug.cgi?id=9657>
3412
3413 commit caa4ab9a959140119c6c2fd12a379b55b0dff258
3414 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3415 Date:   Wed Jun 13 15:36:01 2007 +0930
3416
3417     Bug 9657: Bad markup on XGrabDeviceKey.3x
3418     
3419     <https://bugs.freedesktop.org/show_bug.cgi?id=9657>
3420
3421 commit f128ce2d1f8dcd841185c728a6c2b44bb64108f6
3422 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3423 Date:   Thu May 17 20:16:49 2007 +0930
3424
3425     Squish flag and same_screen into the upper bits of mode (DeviceEnterLeave).
3426
3427 commit 12e3d8b1db94feecf27ed98c8ac523f755c59e45
3428 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3429 Date:   Mon May 14 18:09:38 2007 +0930
3430
3431     Add XExtendedGrabDevice and XExtendedUngrabDevice.
3432
3433 commit f8215ada9c1f3e8f001c77362005168492e35cf4
3434 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3435 Date:   Mon May 7 14:13:40 2007 +0930
3436
3437     Add XiSelectEvent call.
3438     
3439     Should have been part of 44ccc08bb19d9d55fb9ff6bfb0592d5d79b9b712.
3440
3441 commit d76c4412c9fab7dae6b0283feb847174fb19d1fe
3442 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3443 Date:   Wed May 2 18:17:34 2007 +0930
3444
3445     Add XFakeDeviceData call.
3446
3447 commit fe33724ed6cdaad6b13a7ca1c9f03dbb98d93982
3448 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3449 Date:   Wed May 2 09:44:37 2007 +0930
3450
3451     Add deviceid and ev-to-wire conversion for RawDeviceEvent.
3452
3453 commit 44ccc08bb19d9d55fb9ff6bfb0592d5d79b9b712
3454 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3455 Date:   Tue May 1 22:30:04 2007 +0930
3456
3457     Add XGE support. Supporting RawDeviceEvents and PairingChangedNotifies.
3458
3459 commit 656b31865bf44b5e9bb9603bed6115d497d94796
3460 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3461 Date:   Thu Mar 22 21:15:00 2007 +1030
3462
3463     Change XSetClientPointer API to use XDevice argument instead of deviceid.
3464
3465 commit 6476513b250a4ea4de1e93bfe00046e9b6a46732
3466 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3467 Date:   Thu Mar 22 17:28:54 2007 +1030
3468
3469     Add XGetClientPointer call.
3470     Add XGetPairedPointer call.
3471
3472 commit e3ddf2f58a0e9822c248a362a975bf7bb786e23d
3473 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3474 Date:   Fri Mar 9 15:47:36 2007 +1030
3475
3476     Add XSetClientPointer call.
3477
3478 commit f1df9eb1ffc23b83418f9a9ce31d8b2ec748fbd4
3479 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3480 Date:   Thu Feb 22 20:07:11 2007 +1030
3481
3482     Add calls to allow per-device window access control
3483     Cosmetic change,  error return value in XQueryDevicePointer.
3484
3485 commit 21765b25a938cf6c8302415d5d15e9a08c7bed98
3486 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3487 Date:   Wed Feb 21 10:02:46 2007 +1030
3488
3489     Adding XRegisterPairingClient and XUnregisterPairingClient calls.
3490
3491 commit 1ab0fa01391156d96cf6d3adc1076ad5216ac23d
3492 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3493 Date:   Thu Feb 15 14:28:17 2007 +1030
3494
3495     Use flags byte in deviceEnterNotify and XDeviceCrossingEvents.
3496
3497 commit 6a123cbfed985382f5b0c209d880dabeb8ee9733
3498 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3499 Date:   Mon Jan 29 18:20:47 2007 +1030
3500
3501     Adding XChangePointerKeyboardPairing call.
3502
3503 commit bfd533c3a7e854d893a06e6a7fe2b3f079508a4d
3504 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3505 Date:   Wed Jan 10 14:53:44 2007 +1030
3506
3507     Adding DeviceEnterNotify and DeviceLeaveNotify calls
3508     New XI version using Add_MPX_Major/Minor
3509
3510 commit ebc24f1fad85281a1e9e795ec261eea111f40304
3511 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3512 Date:   Mon Jan 8 12:32:27 2007 +1030
3513
3514     Adding XDefineDeviceCursor and XUndefDeviceCursor calls
3515     Fix casting typo in XWarpDevicePointer and XQueryDevicePointer
3516     Reverting useless whitespace commit in XExtInt.c
3517
3518 commit 448def03e88d3460ce97a49df0816dedd609c1e3
3519 Author: Peter Hutterer <peter@cs.unisa.edu.au>
3520 Date:   Wed Dec 20 13:08:29 2006 +1030
3521
3522     Adding XWarpDevicePointer and XQueryDevicePointer calls.
3523
3524 commit c8696a5230c565f8999fea136a85a875b04e7b9a
3525 Author: Daniel Stone <daniel@fooishbar.org>
3526 Date:   Wed Dec 6 18:56:56 2006 +0200
3527
3528     Makefile.am: make ChangeLog hook safer
3529     
3530     Make ChangeLog hook as safe as possible.
3531
3532 commit 60dccd9a7be95e35b4b8c90934888efedfde84cc
3533 Author: Jamey Sharp <jamey@minilop.net>
3534 Date:   Sun Nov 19 01:04:26 2006 -0800
3535
3536     Bug #8663: _XiCheckExtInit must drop the Display lock in all error cases.
3537
3538 commit 41710257257939b181a1615937610550b40621b9
3539 Author: Daniel Stone <daniel@fooishbar.org>
3540 Date:   Wed Nov 8 16:19:58 2006 +0200
3541
3542     DevicePresenceNotify: remove verbosity, fill out all fields
3543     Don't throw a printf every time we get a DPN, and fill in all the fields
3544     when copying the structure.
3545
3546 commit eeebae55766bd4c0121479a7b7188d6a0545f66c
3547 Author: Daniel Stone <daniel@fooishbar.org>
3548 Date:   Sat Oct 21 12:08:21 2006 +0300
3549
3550     re-enable iscore in DEVICE_CORE, re-enable DEVICE_ENABLE
3551
3552 commit 50c88082ba2ee4785f4beaa351f2b772f1a381ad
3553 Author: Zephaniah E. Hull <warp@agamemnon.b5>
3554 Date:   Sat Oct 21 04:01:46 2006 -0400
3555
3556     Comment out DEVICE_ENABLE, and use of iscore in the DEVICE_CORE control.
3557     (We now compile again.)
3558     
3559     Track the DEVICE_TOUCHSCREEN -> DEVICE_ABS_CALIB and new DEVICE_ABS_AREA
3560     changes to the input protocol.
3561
3562 commit 2a3f042241bb63601f5745f397bb1b66ecc5a592
3563 Author: Daniel Stone <daniel@fooishbar.org>
3564 Date:   Fri Oct 20 00:39:50 2006 +0300
3565
3566     add DEVICE_ENABLE control, add iscore to DEVICE_CORE
3567     
3568     Add DEVICE_ENABLE for enabling/disabling devices, and an 'iscore'
3569     flag to DEVICE_CORE that specifies whether or not the device is a
3570     virtual core device.
3571
3572 commit c27e00ceceed3fea011c98c0e70ab568bf0687c6
3573 Author: Jamey Sharp <jamey@minilop.net>
3574 Date:   Sun Oct 15 00:26:21 2006 -0700
3575
3576     Don't call XInput_find_display in _XiCheckExtInit, while the Display lock is held.
3577     
3578     All callers of _XiCheckExtInit have already called XInput_find_display
3579     first outside the lock, so just pass their copy of the XExtDisplayInfo
3580     structure down. Besides being more correct, this should be slightly
3581     faster. :-)
3582     
3583     Thanks to Magnus Kessler <Magnus.Kessler@gmx.net> for identifying
3584     the bug and proposing a workaround.
3585
3586 commit 5dda1e1509d40ef64ebc816ce538cef462a4fa51
3587 Author: Jamey Sharp <jamey@minilop.net>
3588 Date:   Sun Oct 15 00:03:57 2006 -0700
3589
3590     Don't call XInput_find_display in _XiGetExtensionVersion, while the Display lock is held.
3591     
3592     _XiGetExtensionVersion has two callers. One had already called
3593     XInput_find_display, and the other could easily do so outside the
3594     Display lock. So I change the _XiGetExtensionVersion interface to
3595     accept a previously-computed XExtDisplayInfo from the caller.
3596     Besides being more correct, this should be slightly faster. :-)
3597     
3598     Thanks to Magnus Kessler <Magnus.Kessler@gmx.net> for identifying
3599     the bug and proposing a workaround.
3600
3601 commit 8e317d390d1ef8f2c072957355b5d71db3b89c43
3602 Author: Jamey Sharp <jamey@minilop.net>
3603 Date:   Sat Oct 14 23:56:20 2006 -0700
3604
3605     Add *.o to .gitignore.
3606
3607 commit 6e08a76fd8e356f98d2d6913f0c1b1401090768d
3608 Merge: ba84e84 360ceac
3609 Author: Daniel Stone <daniel@fooishbar.org>
3610 Date:   Sun Sep 24 20:02:24 2006 +0300
3611
3612     Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/lib/libXi
3613
3614 commit ba84e84575b4167b0c6298e86a860b0741e2d2a3
3615 Merge: 93d3c2c 576c579
3616 Author: Daniel Stone <daniel@fooishbar.org>
3617 Date:   Sun Sep 24 19:58:56 2006 +0300
3618
3619     Merge branch 'input-hotplug'
3620
3621 commit 360ceacb2a3cbad1652d1b02d79b24469db2980a
3622 Author: Drew Parsons <dparsons@debian.org>
3623 Date:   Mon Aug 14 14:10:52 2006 -0700
3624
3625     Bug 7855/Patch 6530: incorrect manpage section suffix
3626     
3627     Bug 7855 <https://bugs.freedesktop.org/show_bug.cgi?id=7855>
3628     Patch 6530 <https://bugs.freedesktop.org/attachment.cgi?id=6530>
3629     Based on patch by Fabio M. Di Nitto c/- Colin Watson, Debian Bug#377204.
3630
3631 commit 576c5794cf4b786dfc183c9b6f0a387cad4a5460
3632 Author: Daniel Stone <daniel@fooishbar.org>
3633 Date:   Tue Jul 18 11:46:02 2006 -0400
3634
3635     bump version to 1.1.0, require inputproto 1.4
3636     Bump the version to 1.1.0, and make sure we build with inputproto 1.4,
3637     for the DEVICE_{TOUCHSCREEN,CORE} controls, and DevicePresenceNotify.
3638
3639 commit b22d8d0e1519d3f86474f4a79f3c4b27b46c662a
3640 Author: Daniel Stone <krh@redhat.com>
3641 Date:   Tue Jul 18 11:45:07 2006 -0400
3642
3643     add DevicePresenceNotify event
3644     Add a DevicePresenceNotify event, which notes that something about the
3645     device list changed.
3646
3647 commit 878d9e76764d27f5af861817b46b2caf2d89d7c4
3648 Author: Daniel Stone <daniel@fooishbar.org>
3649 Date:   Tue Jul 18 11:43:24 2006 -0400
3650
3651     add sensible DEVICE_TOUCHSCREEN and DEVICE_CORE controls
3652     Add a more sensible DEVICE_TOUCHSCREEN control, which allows you to
3653     clip the x and y values.
3654     Add a DEVICE_CORE control, which toggles the sending of core events
3655     by extended devices.
3656
3657 commit 93d3c2c45ccd9a806342746c4df33c684a284dd6
3658 Author: Daniel Stone <daniel@fooishbar.org>
3659 Date:   Tue Jul 18 11:39:16 2006 -0400
3660
3661     remove ChangeLog, add dist hook
3662     Remove ChangeLog from the tree, and add a git dist hook to generate
3663     it automatically.
3664
3665 commit 8f0d3c6d1f64fdc3b20d0beb831fa457214d5188
3666 Author: Daniel Stone <daniel@fooishbar.org>
3667 Date:   Tue Jul 18 11:28:58 2006 -0400
3668
3669     fix indentation on function declarations
3670     Another brief run with indent.
3671
3672 commit 2d9a57cd77575ca9850d226c79a897cbe88d06e9
3673 Author: Alan Coopersmith <alan.coopersmith@sun.com>
3674 Date:   Thu Jul 13 14:58:59 2006 -0700
3675
3676     renamed: .cvsignore -> .gitignore
3677
3678 commit 5693a8da9bdf553e1c9a8ebd50d0d75018cc5c0e
3679 Author: Adam Jackson <ajax@nwnk.net>
3680 Date:   Thu Apr 27 00:14:32 2006 +0000
3681
3682     Bump to 1.0.1
3683
3684 commit f50ac4deec13dfd070715f636887e12f6301070f
3685 Author: Daniel Stone <daniel@fooishbar.org>
3686 Date:   Fri Mar 31 14:50:24 2006 +0000
3687
3688     Mass reindent. Sorry.
3689
3690 commit 6b055729fd0f89eedd2bf00befd8e42804f12b4a
3691 Author: Adam Jackson <ajax@nwnk.net>
3692 Date:   Mon Mar 20 19:54:58 2006 +0000
3693
3694     Bug #6286: Fix build on Cygwin. (Yaakov Selkowitz)
3695
3696 commit 48ad6d382f6fdc9fba416cc5ee9d49324b515b68
3697 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
3698 Date:   Sun Feb 12 18:19:22 2006 +0000
3699
3700     Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pages
3701         not created correctly when MANDIR & MANSUFFIX don't match.
3702
3703 commit 04debb347c80f9487b4b507e5202d323d6b2d05a
3704 Author: Kevin E Martin <kem@kem.org>
3705 Date:   Thu Dec 15 00:24:30 2005 +0000
3706
3707     Update package version number for final X11R7 release candidate.
3708
3709 commit 2c3bffb3e4ba665da6a9a152a65ac94b7eb8421e
3710 Author: Kevin E Martin <kem@kem.org>
3711 Date:   Tue Dec 6 22:48:43 2005 +0000
3712
3713     Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
3714
3715 commit 82059b8d9f29e140a9abd40e93bb9f66f0963638
3716 Author: Kevin E Martin <kem@kem.org>
3717 Date:   Sat Dec 3 05:49:44 2005 +0000
3718
3719     Update package version number for X11R7 RC3 release.
3720
3721 commit f8652da907e902e4ee0b682851e2918a363f0d3d
3722 Author: Kevin E Martin <kem@kem.org>
3723 Date:   Sat Dec 3 04:41:49 2005 +0000
3724
3725     Add check and cflags for malloc(0) returning NULL.
3726
3727 commit 5401f8a75cdc9ef218acda9a25f440ff136d2543
3728 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
3729 Date:   Mon Nov 28 22:03:05 2005 +0000
3730
3731     Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
3732         update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
3733
3734 commit fcbf0710165e6f87633e5a044229172c81a90341
3735 Author: Kevin E Martin <kem@kem.org>
3736 Date:   Sat Nov 19 07:15:41 2005 +0000
3737
3738     Update pkgconfig files to separate library build-time dependencies from
3739         application build-time dependencies, and update package deps to work
3740         with separate build roots.
3741
3742 commit ef419a10f278e3fc66f2e4166c895e7ffcaab58d
3743 Author: Kevin E Martin <kem@kem.org>
3744 Date:   Wed Oct 19 02:48:10 2005 +0000
3745
3746     Update package version number for RC1 release.
3747
3748 commit 367dcdc269e67130569ad4665a50fe053070afe7
3749 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
3750 Date:   Tue Oct 18 00:00:08 2005 +0000
3751
3752     Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to
3753         work better with BSD make
3754
3755 commit 8ec9b7efc4f3d9fca2ba25f090b282469c996145
3756 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
3757 Date:   Mon Oct 17 21:13:21 2005 +0000
3758
3759     Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a
3760         suffix rule (reported by Matthieu Herrb)
3761
3762 commit 6967e23708c1411c3ce0fd832f811bb769c99626
3763 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
3764 Date:   Thu Oct 13 04:25:46 2005 +0000
3765
3766     Add generated man pages to .cvsignores
3767
3768 commit 7e777d014ec5b9c768f9c0d5a6dc27ff7e89135b
3769 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
3770 Date:   Wed Oct 12 01:01:29 2005 +0000
3771
3772     Use sed to put version number in man page Add shadow man pages for man
3773         pages that document multiple functions.
3774
3775 commit af2031f4df3080f91ff258b92a4d373b5f28ef48
3776 Author: Kevin E Martin <kem@kem.org>
3777 Date:   Wed Oct 5 19:55:52 2005 +0000
3778
3779     Added missing file to EXTRA_DIST
3780
3781 commit 403868cc906504c2339a7e204dad39b735b53440
3782 Author: Kevin E Martin <kem@kem.org>
3783 Date:   Fri Jul 29 21:22:51 2005 +0000
3784
3785     Various changes preparing packages for RC0:
3786     - Verify and update package version numbers as needed
3787     - Implement versioning scheme
3788     - Change bug address to point to bugzilla bug entry form
3789     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
3790         reenable it)
3791     - Fix makedepend to use pkgconfig and pass distcheck
3792     - Update build script to build macros first
3793     - Update modular Xorg version
3794
3795 commit e715500a2a4e21adc162bbc0bb3edb60a131831a
3796 Author: Daniel Stone <daniel@fooishbar.org>
3797 Date:   Sat Jul 16 07:10:44 2005 +0000
3798
3799     Set soversion to 6.0.0 using -version-number.
3800
3801 commit 8603538c6ab5488e70179bdfcf46196b7defe253
3802 Author: Daniel Stone <daniel@fooishbar.org>
3803 Date:   Tue Jul 12 07:59:16 2005 +0000
3804
3805     Change version to 1.3.0 and soversion to 6.0.0; add XIint.h to distfiles.
3806
3807 commit da5d2fbc2d5ed6ebe09d69816e5d9ac9972a04b2
3808 Author: Keith Packard <keithp@keithp.com>
3809 Date:   Sat Jul 9 06:40:48 2005 +0000
3810
3811     Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
3812
3813 commit 411d59f535e4b5bda9c0fed9384506500c2c18ca
3814 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
3815 Date:   Fri Jul 1 20:09:11 2005 +0000
3816
3817     xtrap.pc.in: s/Xfixes/XTrap/ xi.pc.in: s/Xt/Xi/ Xv/src/Makefile.am: remove
3818         whitespace after backslash modularizeapp.sh: s/destkop/desktop/
3819         modular/symlink.sh: Add bitmaps for xeyes, system.xsm for xsm, and
3820         Xvidtune.cpp for xvidtune. Also comment out non-existing mga_bios.h
3821     Check in buildsystems for xsetroot, xsm, xstdcmap, xtrap, and xvinfo
3822
3823 commit 42f0c4cae76a67e6684b3b3e76d61780a197c798
3824 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
3825 Date:   Fri Jul 1 16:16:15 2005 +0000
3826
3827     spell freedesktop.org correctly
3828
3829 commit b50e6e06f22d3c653166e1817d75c3f4a98b2748
3830 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
3831 Date:   Sun May 22 19:37:27 2005 +0000
3832
3833     Autotool libXi
3834
3835 commit c1990aed3deb74e3bec72a99bf43debe53d8506a
3836 Author: Egbert Eich <eich@suse.de>
3837 Date:   Fri Apr 23 18:43:44 2004 +0000
3838
3839     Merging XORG-CURRENT into trunk
3840
3841 commit 1ca71687d852a2aba9389f71af0c9df396bbb4b3
3842 Author: Egbert Eich <eich@suse.de>
3843 Date:   Sun Mar 14 08:32:12 2004 +0000
3844
3845     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
3846
3847 commit e1cf8e198c35b65c95d54a5dfe888e054f4b7056
3848 Author: Egbert Eich <eich@suse.de>
3849 Date:   Wed Mar 3 12:11:28 2004 +0000
3850
3851     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
3852
3853 commit 07b3ed21a6223e9d913e8222bf3a94174a82383a
3854 Author: Egbert Eich <eich@suse.de>
3855 Date:   Thu Feb 26 13:35:33 2004 +0000
3856
3857     readding XFree86's cvs IDs
3858
3859 commit 52336bb78203b3ee478404ba8bf680ae305a0d31
3860 Author: Egbert Eich <eich@suse.de>
3861 Date:   Thu Feb 26 09:22:43 2004 +0000
3862
3863     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
3864
3865 commit 1b4f7c4f6dbbc62db74f433a73d129ae507642cd
3866 Author: Kaleb Keithley <kaleb@freedesktop.org>
3867 Date:   Tue Nov 25 19:28:15 2003 +0000
3868
3869     XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
3870
3871 commit 3986f13c9319b4f64c7b2ec56391370735e7d51d
3872 Author: Kaleb Keithley <kaleb@freedesktop.org>
3873 Date:   Fri Nov 14 16:48:49 2003 +0000
3874
3875     XFree86 4.3.0.1
3876
3877 commit 6b1f87ebe718c9c745d5f4b26343ee3cf34ff5cc
3878 Author: Kaleb Keithley <kaleb@freedesktop.org>
3879 Date:   Fri Nov 14 16:48:49 2003 +0000
3880
3881     Initial revision
3882
3883 commit 981020ce68e4c8d9c0dafba631b0fd3328d7fc59
3884 Author: Kaleb Keithley <kaleb@freedesktop.org>
3885 Date:   Fri Nov 14 15:54:38 2003 +0000
3886
3887     R6.6 is the Xorg base-line