ChangeLog revision 61234c2c
1commit 8e3877aa50f3092c8fdfd916b072720439bc818b
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Wed Aug 11 16:24:28 2010 -0700
4
5    libX11 1.3.5
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit 4b17b61421e81dd8acc0e410c37b76e674c2ddf7
10Author: Adam Jackson <ajax@redhat.com>
11Date:   Thu Jul 29 11:11:21 2010 -0400
12
13    nls: Switch one of the interrobang sequences to gnaborretni
14    
15    Since gnaborretni is primarily used in LTR locales, the ? part of the
16    sequence reflects the position of the bulge in the ?.  When scanning an
17    inverted interrobang left-to-right, you see the bulge first, so the
18    compose sequence ?! is used; upright interrobang shows the bulge
19    last, so it's !?.
20    
21    This is a change in behaviour, but I was unable to come up with anything
22    better.  ??!! or !!?? would match the patterns for ¿ and ¡, but they
23    would delay evaluation of them; "¿Qué?" wouldn't show the ¿ until you hit
24    Q.  Likewise ?!?! and !?!? would delay showing the interrobang itself.
25    ~!? and ~?! were considered but are arguably less intuitive.
26    
27    Reviewed-by: James Cloos <cloos@jhcloos.com>
28    Signed-off-by: Adam Jackson <ajax@redhat.com>
29    (cherry picked from commit f70527f05677aaf6a493ba42d2d95f738aaebafa)
30
31commit 0f70c845ad336a235e2f2f5d966b421d9a9d653d
32Author: Daniel Stone <daniel@fooishbar.org>
33Date:   Tue Jul 20 12:34:48 2010 +0100
34
35    NLS: Add \o/ Compose sequence
36    
37    Unicode is even more pointlessly awesome! Add a binding for Compose-\o/
38    to U+1F64C PERSON RAISING BOTH HANDS IN CELEBRATION.
39    
40    Signed-off-by: Daniel Stone <daniel@fooishbar.org>
41    (cherry picked from commit 554da76ece85d0fc0cada45a86860e69c2107e9a)
42
43commit 5c99e5b7f26e209de3430397784db443051d6eff
44Author: Juliusz Chroboczek <jch@pps.jussieu.fr>
45Date:   Tue Jun 29 18:32:42 2010 +0200
46
47    Make Compose-comma map to ogonek for I and U in UTF-8 locales.
48    
49    With the preceding patch, it makes the UTF-8 compose map consistent with
50    the ISO 8859-4 and -13 maps.
51    (cherry picked from commit 241a990afcf9c967c587ad6fd245df21b68b1ad9)
52
53commit ce7e5309bd227c14f6569fbccd8523e992c2bf07
54Author: Juliusz Chroboczek <jch@pps.jussieu.fr>
55Date:   Tue Jun 29 18:20:18 2010 +0200
56
57    Make Compose-comma map to Ogonek for A and E in UTF-8 locales.
58    
59    This makes the UTF-8 compose file consistent with the ISO 8859-2 compose file
60    as far as Polish is concerned.  We only sacrifice one pair of characters,
61    e-cedilla, which is not used in any language.
62    (cherry picked from commit af55e582f485a668c2bf43129be972bc65f03c60)
63
64commit 54a963608d23d35cd9233b2223f880ac3671f10b
65Author: Jamey Sharp <jamey@minilop.net>
66Date:   Fri Aug 6 15:51:56 2010 -0700
67
68    Fix use-after-free in _XReply on X errors.
69    
70    _XReply would always call dequeue_pending_request on errors.  When it
71    got an error for the current request, it would call dequeue, then break
72    out of the loop; then, if it had an error in the event queue, it would
73    compare it with the sequence number of the now-freed pending request.
74    _XReply already stored that sequence number in dpy->last_request_read
75    before freeing it, so look at that instead.
76    
77    Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=29412
78    
79    Signed-off-by: Jamey Sharp <jamey@minilop.net>
80    Signed-off-by: Josh Triplett <josh@joshtriplett.org>
81    (cherry picked from commit 4b8ff7db39f2fe7ef12968d462aaf3f9054b6c18)
82
83commit 8da90e33865340fe954bcb6b99dfcb1b7617ab10
84Author: Julien Cristau <jcristau@debian.org>
85Date:   Sat Jul 24 22:13:07 2010 +0200
86
87    Compose.man: default user compose file is .XCompose, not .Xcompose
88    
89    The path was correct in the DESCRIPTION section, but not in FILES.
90    
91    Signed-off-by: Julien Cristau <jcristau@debian.org>
92    (cherry picked from commit 8e603413586ff42b1351688f6f99318cbe243bca)
93
94commit 2cce273a4ac89662e9f00a6a8317c84b0c8c391d
95Author: Jeremy Huddleston <jeremyhu@apple.com>
96Date:   Mon Jul 12 16:52:12 2010 -0700
97
98    launchd: Explicitly search /sbin
99    
100    Previously, launchd wasn't found if /sbin wasn't in the user's PATH.
101    https://bugs.freedesktop.org/show_bug.cgi?id=29028
102    
103    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
104    (cherry picked from commit a151346a2b7810e988f1de4b1e00b37672dc587a)
105
106commit 2b82daa88538022cfb49d8ceab22650e8062cacc
107Author: Alan Coopersmith <alan.coopersmith@oracle.com>
108Date:   Thu Jun 24 13:13:11 2010 -0700
109
110    Define FILE_MAN_DIR_SUFFIX so XCompose shadow page has correct path
111    
112    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
113    (cherry picked from commit d6ba13009fc9ef876a104b907ffef73c6e405d4b)
114
115commit c1e35695d9d3b22b63db762ad0a1f040a72e958a
116Author: Julien Cristau <jcristau@debian.org>
117Date:   Fri Jun 4 13:57:45 2010 +0200
118
119    Hide _XSeqSyncFunction
120    
121    Commit a6d974dc59f2722b36e2df9d4f07aeee4f83ce43 made _XSeqSyncFunction
122    non-static, but we don't need to export it.
123    
124    Signed-off-by: Julien Cristau <jcristau@debian.org>
125    Reviewed-by: Adam Jackson <ajax@redhat.com>
126    Reviewed-by: Jamey Sharp <jamey@minilop.net>
127    (cherry picked from commit abcd1b67c8135ad652833e5a60d818837c39fce1)
128
129commit fb19eb767a32fd4ff74021c51bc6f60eb8bdff74
130Author: Alan Coopersmith <alan.coopersmith@oracle.com>
131Date:   Thu Jun 3 15:21:40 2010 -0700
132
133    libX11 1.3.4
134    
135    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
136
137commit 8f3db40ca5108a919244f3fff7466d01a14b3ce2
138Author: Alan Coopersmith <alan.coopersmith@oracle.com>
139Date:   Thu Jun 3 13:08:17 2010 -0700
140
141    Workaround bug in groff flag processing that breaks distcheck
142    
143    At least with the groff 1.19.2 package I have installed, groff passes
144    on the -I flags for the include path to grohtml, which if they come
145    after the -P-I... flag we pass to grohtml to specify the image file
146    name pattern cause it to override that flag and put the images in
147    the wrong place, breaking "make distcheck" - changing the flag order
148    works around this.
149    
150    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
151
152commit bdb31a1fb707cebccc9efbbf68cb55c10fa4ea3e
153Author: Alan Coopersmith <alan.coopersmith@oracle.com>
154Date:   Thu Jun 3 11:25:33 2010 -0700
155
156    Fix typo that made configure always report "none" for man page suffix
157    
158    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
159
160commit 6bb7d2d21d6b58019fb37b724b59c9744f30b9ce
161Author: Paul Bender <pebender@gmail.com>
162Date:   Thu Jun 3 11:20:26 2010 -0700
163
164    Bug 22591 - configure does not obey the --enable-*-transport options
165    
166    https://bugs.freedesktop.org/show_bug.cgi?id=22591
167    
168    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
169
170commit d7f35946d673bb00f2768e025b6e1017422b2174
171Author: Paul Bender <pebender@gmail.com>
172Date:   Thu Jun 3 11:17:45 2010 -0700
173
174    Bug 22590 - libX11 1.2.1 has broken abstract namespace support
175    
176    https://bugs.freedesktop.org/show_bug.cgi?id=22590
177    
178    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
179
180commit b2487d07f7b355f230a56e32c763acd08862735c
181Author: Alan Coopersmith <alan.coopersmith@oracle.com>
182Date:   Thu Jun 3 11:06:15 2010 -0700
183
184    Bug 22584 - libX11 does not cross compile
185    
186    Adaptation of patch submitted by Paul Bender in attachment 27301 to
187    https://bugs.freedesktop.org/show_bug.cgi?id=22584
188    
189    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
190    Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net>
191    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
192
193commit 4378219ff8c1418418c70086085358b69d574e74
194Author: Alan Coopersmith <alan.coopersmith@oracle.com>
195Date:   Tue Jun 1 18:55:48 2010 -0700
196
197    Clarify requirements in XRestackWindows man page
198    
199    The required common parent window is not specified in the arguments,
200    just implied as the parent of the first window in the list.
201    
202    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
203
204commit f09c5299a381e2729e800a0ac43f1c0e371f65f6
205Author: Jeremy Huddleston <jeremyhu@apple.com>
206Date:   Wed May 12 16:42:18 2010 -0700
207
208    xcb: Add TCP fallback
209    
210    If we fail to connect to a UNIX socket and the transport isn't specified,
211    fallback on TCP.  This matches behavior with the xtrans codepath and the
212    Xlib spec.
213    
214    http://lists.x.org/archives/xorg-devel/2010-April/007915.html
215    
216    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
217    Reviewed-by: Jamey Sharp <jamey@minilop.net>
218
219commit fd82552d5c0ce1931f29006a0c36f5e03cf8577e
220Merge: aae2a4a... 933aee1...
221Author: Jamey Sharp <jamey@minilop.net>
222Date:   Mon May 10 16:51:24 2010 -0700
223
224    Merge branch 'xlib-xcb-thread-fixes'
225
226commit aae2a4a7aab26de3fa715d6ecd0a0e0926b37fc9
227Author: Jeremy Huddleston <jeremyhu@apple.com>
228Date:   Fri Apr 23 21:50:29 2010 -0700
229
230    Don't append the screen number when using a launchd socket
231    
232    ssh gets confused by this.  XQuartz is the only DDX using this
233    functionality, and it doesn't support different screens, so
234    let's just not include this until most ssh know how to handle
235    this.
236    
237    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
238
239commit adcd0ec209abf832a769d52db660fb37eaad6e0c
240Author: Jeremy Huddleston <jeremyhu@apple.com>
241Date:   Fri Apr 23 16:33:44 2010 -0700
242
243    Remove launchd logic from _XConnectXCB as it's handled in XCB
244    
245    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
246
247commit d232b259c36fdde1f4179822809fec1480867dc5
248Author: Jeremy Huddleston <jeremyhu@apple.com>
249Date:   Tue Feb 2 17:01:28 2010 -0800
250
251    Fix various build warnings
252    
253    imLcIm.c: In function '_XimCachedFileName':
254    imLcIm.c:361: warning: format '%03x' expects type 'unsigned int', but argument 8 has type 'long unsigned int'
255    imLcIm.c:364: warning: format '%03x' expects type 'unsigned int', but argument 8 has type 'long unsigned int'
256    
257    imRm.c: In function '_XimDefaultArea':
258    imRm.c:597: warning: cast from pointer to integer of different size
259    imRm.c: In function '_XimDefaultColormap':
260    imRm.c:626: warning: cast from pointer to integer of different size
261    
262    lcFile.c:224: warning: no previous prototype for 'xlocaledir'
263    
264    lcUTF8.c: In function 'iconv_cstombs':
265    lcUTF8.c:1841: warning: assignment discards qualifiers from pointer target type
266    lcUTF8.c:1869: warning: pointer targets in passing argument 1 of 'wctomb' differ in signedness
267    lcUTF8.c:1873: warning: pointer targets in passing argument 1 of 'wctomb' differ in signedness
268    lcUTF8.c: In function 'iconv_mbstocs':
269    lcUTF8.c:1935: warning: pointer targets in passing argument 2 of 'mbtowc' differ in signedness
270    lcUTF8.c: In function 'iconv_mbtocs':
271    lcUTF8.c:2031: warning: pointer targets in passing argument 2 of 'mbtowc' differ in signedness
272    lcUTF8.c: In function 'iconv_mbstostr':
273    lcUTF8.c:2121: warning: pointer targets in passing argument 2 of 'mbtowc' differ in signedness
274    lcUTF8.c: In function 'iconv_strtombs':
275    lcUTF8.c:2180: warning: pointer targets in passing argument 1 of 'wctomb' differ in signedness
276    lcUTF8.c: In function '_XlcAddGB18030LocaleConverters':
277    lcUTF8.c:2367: warning: passing argument 5 of '_XlcSetConverter' from incompatible pointer type
278    lcUTF8.c:2368: warning: passing argument 5 of '_XlcSetConverter' from incompatible pointer type
279    lcUTF8.c:2373: warning: passing argument 5 of '_XlcSetConverter' from incompatible pointer type
280    lcUTF8.c:2374: warning: passing argument 5 of '_XlcSetConverter' from incompatible pointer type
281    lcUTF8.c:2375: warning: passing argument 5 of '_XlcSetConverter' from incompatible pointer type
282    lcUTF8.c:2376: warning: passing argument 5 of '_XlcSetConverter' from incompatible pointer type
283    lcUTF8.c:2377: warning: passing argument 5 of '_XlcSetConverter' from incompatible pointer type
284    
285    XlibInt.c: In function '_XGetHostname':
286    XlibInt.c:3441: warning: implicit declaration of function 'gethostname'
287    XlibInt.c:3441: warning: nested extern declaration of 'gethostname'
288    
289    ConnDis.c: In function '_XDisconnectDisplay':
290    ConnDis.c:540: warning: old-style function definition
291    ConnDis.c: In function '_XSendClientPrefix':
292    ConnDis.c:554: warning: old-style function definition
293    ConnDis.c: In function 'XSetAuthorization':
294    ConnDis.c:677: warning: old-style function definition
295    
296    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
297
298commit 3e11c73187acb2e2be9a812840bbbea947527ccb
299Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
300Date:   Fri Apr 23 00:01:54 2010 +0200
301
302    Allow X11 users to compose anarchism
303    
304    I can easily compose the hammer and sickle (the symbol representative
305    of communism) by pressing the key sequence:
306    
307      <Compose> <C> <C> <C> <P> -> ☭
308    
309    But i can't easily make the circled A (the symbol representative of
310    anarchism).
311    
312    I'd like to be able to use <Compose> <O> <A> (this is a
313    currently unused key sequence) to generate the symbol:  Ⓐ
314    
315    Debian bug#555938 <http://bugs.debian.org/555938>
316    
317    Signed-off-by: Julien Cristau <jcristau@debian.org>
318
319commit 933aee1d5c53b0cc7d608011a29188b594c8d70b
320Author: Jamey Sharp <jamey@minilop.net>
321Date:   Fri Apr 16 20:18:28 2010 -0700
322
323    Fix Xlib/XCB for multi-threaded applications (with caveats).
324    
325    Rather than trying to group all response processing in one monolithic
326    process_responses function, let _XEventsQueued, _XReadEvents, and
327    _XReply each do their own thing with a minimum of code that can all be
328    reasoned about independently.
329    
330    Tested with `ico -threads 20`, which seems to be able to make many
331    icosahedrons dance at once quite nicely now.
332    
333    Caveats:
334    
335    - Anything that was not thread-safe in Xlib before XCB probably still
336      isn't. XListFontsWithInfo, for instance.
337    
338    - If one thread is waiting for events and another thread tries to read a
339      reply, both will hang until an event arrives. Previously, if this
340      happened it might work sometimes, but otherwise would trigger either
341      an assertion failure or a permanent hang.
342    
343    - Versions of libxcb up to and including 1.6 have a bug that can cause
344      xcb_wait_for_event or xcb_wait_for_reply to hang if they run
345      concurrently with xcb_writev or other writers. So you'll want that fix
346      as well.
347    
348    Signed-off-by: Jamey Sharp <jamey@minilop.net>
349    Reviewed-by: Josh Triplett <josh@freedesktop.org>
350
351commit aab43278ae619eb57d2dd9c7396f460f078588fc
352Author: Jamey Sharp <jamey@minilop.net>
353Date:   Fri Apr 16 22:24:16 2010 -0700
354
355    Use InternalLockDisplay on code paths called from LockDisplay.
356    
357    It's easier to reason about the code when we can't re-enter the
358    Xlib-private sync-handlers while they're already running.
359    
360    Signed-off-by: Jamey Sharp <jamey@minilop.net>
361    Reviewed-by: Josh Triplett <josh@freedesktop.org>
362
363commit 660b7d05f4ca4ab4661c9fe7ce655a4909b4e556
364Author: Jamey Sharp <jamey@minilop.net>
365Date:   Fri Apr 16 19:45:11 2010 -0700
366
367    Fix _XSend to enqueue the right range of pending requests.
368    
369    _XSend was off-by-one on both ends. It should not re-enqueue the last
370    request that was already flushed, but it should enqueue the last request
371    currently being flushed.
372    
373    Signed-off-by: Jamey Sharp <jamey@minilop.net>
374    Reviewed-by: Josh Triplett <josh@freedesktop.org>
375
376commit f2735889908d6e5a7f8dbee42f00c54a52665191
377Author: Jamey Sharp <jamey@minilop.net>
378Date:   Fri Apr 16 19:45:11 2010 -0700
379
380    Pending requests are always added in-order.
381    
382    Replace insert_pending_request, which did an in-order search of the
383    queue to find the right insertion point, with a simpler
384    append_pending_request, and use that in _XSend as well.
385    
386    Includes assertions to check that the list of pending requests is in
387    order by sequence number and does not have duplicates.
388    
389    Signed-off-by: Jamey Sharp <jamey@minilop.net>
390    Reviewed-by: Josh Triplett <josh@freedesktop.org>
391
392commit d9cf5885b0f97942fbbd2a7cc50118132ece50f6
393Author: Markus Duft <markus.duft@salomon.at>
394Date:   Fri Apr 16 08:39:34 2010 -0700
395
396    Bug 26839: Fix build problem on Interix (POSIX layer on Windows)
397    
398    https://bugs.freedesktop.org/show_bug.cgi?id=26839
399    
400    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
401
402commit a3f5f1b90936d23e9894e3261b2d77fb7b32a51a
403Author: Josh Triplett <josh@freedesktop.org>
404Date:   Thu Apr 15 14:24:21 2010 -0700
405
406    Stop returning an int from _XIDHandler and _XSeqSyncFunction
407    
408    _XIDHandler and _XSeqSyncFunction originally ran from dpy->synchandler, and
409    thus had to return an int.  Now, they only run from _XPrivSyncHandler or
410    LockDisplay, neither of which needs to check their return value since they
411    always returned 0.  Make them both void.
412    
413    Signed-off-by: Josh Triplett <josh@freedesktop.org>
414    Signed-off-by: Jamey Sharp <jamey@minilop.net>
415
416commit a6d974dc59f2722b36e2df9d4f07aeee4f83ce43
417Author: Jamey Sharp <jamey@minilop.net>
418Date:   Thu Apr 15 13:05:08 2010 -0700
419
420    Move XID and sync handling from SyncHandle to LockDisplay to fix races.
421    
422    XID and sync handling happened via _XPrivSyncHandler, assigned to
423    dpy->synchandler and called from SyncHandle.  _XPrivSyncHandler thus ran
424    without the Display lock, so manipulating the Display caused races, and
425    these races led to assertions in multithreaded code (demonstrated via
426    ico).
427    
428    In the XTHREADS case, after you've called XInitThreads, we can hook
429    LockDisplay and UnlockDisplay.  Use that to run _XIDHandler and
430    _XSeqSyncHandler from LockDisplay rather than SyncHandle; we then know
431    that we hold the lock, and thus we can avoid races.  We think it makes
432    sense to do these both from LockDisplay rather than UnlockDisplay, so
433    that you know you have valid sync and a valid XID before you start
434    setting up the request you locked to prepare.
435    
436    In the !XTHREADS case, or if you haven't called XInitThreads, you don't
437    get to use Xlib from multiple threads, so we can use the logic we have
438    now (with synchandler and savedsynchandler) without any concern about
439    races.
440    
441    This approach gets a bit exciting when the XID and sequence sync
442    handlers drop and re-acquire the Display lock. Reacquisition will re-run
443    the handlers, but they return immediately unless they have work to do,
444    so they can't recurse more than once.  In the worst case, if both of
445    them have work to do, we can nest the Display lock three deep.  In the
446    case of the _XIDHandler, we drop the lock to call xcb_generate_id, which
447    takes the socket back if it needs to request more XIDs, and taking the
448    socket back will reacquire the lock; we take care to avoid letting
449    _XIDHandler run again and re-enter XCB from the return_socket callback
450    (which causes Very Bad Things, and is Not Allowed).
451    
452    Tested with ico (with 1 and 20 threads), and with several test programs
453    for XID and sequence sync.  Tested with and without XInitThreads(), and
454    with and without XCB.
455    
456    Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=23192
457    
458    Signed-off-by: Jamey Sharp <jamey@minilop.net>
459    Signed-off-by: Josh Triplett <josh@freedesktop.org>
460
461commit b089b53b697c2851db2985d32af3b29f1da5e31e
462Author: Jamey Sharp <jamey@minilop.net>
463Date:   Wed Apr 14 12:59:11 2010 -0700
464
465    Honest. Extensions get to filter async errors too.
466    
467    Under some circumstances, errors are picked up by calling
468    xcb_poll_for_reply, rather than xcb_poll_for_event, because Xlib issued
469    the requests with the XCB_REQUEST_CHECKED flag. That happens when either
470    an async handler is queued at the time the requests are flushed, or when
471    XSetEventQueueOwner has been used to prevent Xlib from processing XCB's
472    event queue.
473    
474    This bugfix extends 405132dab64bf2375f8e57d02b1b53da2311933a to cover
475    those cases.
476    
477    Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=26545
478    
479    Signed-off-by: Jamey Sharp <jamey@minilop.net>
480
481commit a15c31274650e391bc6de5d0951eb4464c228139
482Author: Jamey Sharp <jamey@minilop.net>
483Date:   Wed Apr 14 12:10:34 2010 -0700
484
485    _XError already runs async handlers; only call them directly for replies.
486    
487    The previous behavior probably would have triggered bug reports someday.
488    
489    Signed-off-by: Jamey Sharp <jamey@minilop.net>
490
491commit 405132dab64bf2375f8e57d02b1b53da2311933a
492Author: Jamey Sharp <jamey@minilop.net>
493Date:   Tue Apr 13 12:12:36 2010 -0700
494
495    Extensions get to filter async errors too.
496    
497    Apparently I misread XlibInt.c:_XReply and thought that handlers set
498    with XESetError should be consulted only for the sequence number that
499    _XReply is currently looking for. In fact, the error handlers are also
500    consulted when an error arrives for a request that was not expected to
501    have a reply.
502    
503    However, in an odd twist, the error handlers are *not* consulted outside
504    of _XReply--that is, when looking for events, or waiting to be able to
505    flush the output queue. So this patch takes some small pains to preserve
506    that behavior, though it seems likely to have been unintentional.
507    
508    Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=26545
509    
510    Signed-off-by: Jamey Sharp <jamey@minilop.net>
511
512commit d3eab4a38f3e53ef21eb3b6fa66ead7afecf6227
513Author: Jamey Sharp <jamey@minilop.net>
514Date:   Tue Apr 13 12:49:59 2010 -0700
515
516    Prefer the xcb_generic_error_t we already have over casting to xEvent.
517    
518    Just a minor cleanup.
519    
520    Signed-off-by: Jamey Sharp <jamey@minilop.net>
521
522commit 75ea8c37935ccc911557d16a303ba595b8ab106b
523Author: Jamey Sharp <jamey@minilop.net>
524Date:   Mon Apr 12 11:30:20 2010 -0700
525
526    Run the user's synchandler as well as any internal synchandlers.
527    
528    Fixes https://bugs.freedesktop.org/show_bug.cgi?id=27595
529    
530    Signed-off-by: Jamey Sharp <jamey@minilop.net>
531
532commit c3f3e4a9e531d010312c97e753d6e543e607094d
533Author: Kusanagi Kouichi <slash@ac.auone-net.jp>
534Date:   Fri Feb 12 17:16:10 2010 +0900
535
536    Fix manual typos.
537    
538    Signed-off-by: Kusanagi Kouichi <slash@ac.auone-net.jp>
539    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
540
541commit 75c6c5595408caba9ef8233839d77021d02f86f2
542Author: Dirk Wallenstein <dirkwallenstein@t-online.de>
543Date:   Fri Feb 5 20:42:46 2010 +0100
544
545    man: Correct the XkbAllAccessXEventsMask mask name
546    
547    This mask has probably been renamed but not been updated in the manuals.
548    
549    Signed-off-by: Dirk Wallenstein <dirkwallenstein@t-online.de>
550    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
551
552commit 9262aceaff24c954cab8c252690032bc2ec25e7d
553Author: Dirk Wallenstein <dirkwallenstein@t-online.de>
554Date:   Fri Feb 5 20:42:45 2010 +0100
555
556    man: Add missing geometry component flag
557    
558    Signed-off-by: Dirk Wallenstein <dirkwallenstein@t-online.de>
559    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
560
561commit 50cf134465f6fd263f37acecac94518468ef1c6d
562Author: Dirk Wallenstein <halsmit@t-online.de>
563Date:   Tue Feb 2 21:24:32 2010 +0100
564
565    man: Return value of XkbGetState is Status and not Bool
566    
567    Signed-off-by: Dirk Wallenstein <halsmit@t-online.de>
568    Reviewed-by: Julien Cristau <jcristau@debian.org>
569    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
570
571commit 7a93ae2bb5292a97fdd27ed818bc81248b37f641
572Author: Dirk Wallenstein <halsmit@t-online.de>
573Date:   Tue Feb 2 21:24:30 2010 +0100
574
575    man: Fix return value specification of XkbKeyActionEntry
576    
577    The XkbKeyActionEntry macro expands to a pointer.
578    
579    Signed-off-by: Dirk Wallenstein <halsmit@t-online.de>
580    Reviewed-by: Julien Cristau <jcristau@debian.org>
581    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
582
583commit e9884d4a05a5661ec343ea8a2aa0562b6419e086
584Author: Dirk Wallenstein <halsmit@t-online.de>
585Date:   Tue Feb 2 21:24:29 2010 +0100
586
587    man: Redirect users from XKeycodeToKeysym to XkbKeycodeToKeysym #25732
588    
589    XKeycodeToKeysym keeps compatibility with pre-XKB and thus only sees 2
590    groups with 2 levels each. It wraps the index into the next group.
591    This behavior confuses the unaware user, and therefore this will add a
592    reference to XkbKeycodeToKeysym in the corresponding man paragraph.
593    
594    Another bug had that issue, too. #5349
595    
596    Signed-off-by: Dirk Wallenstein <halsmit@t-online.de>
597    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
598
599commit 6474cdf97cd648afaeaa872155f3fa21cfb43f80
600Author: Alan Coopersmith <alan.coopersmith@oracle.com>
601Date:   Thu Apr 8 19:59:55 2010 -0700
602
603    Fix typo in new fi_FI.UTF-8 that was reported by "make check"
604    
605    Unrecognized pattern in Compose on line #154:
606      <dead_diaeresis> <space>                " "¨"
607    
608    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
609
610commit 91bd5e7af2d3a9526aefb73dc10f417896f0e4dd
611Author: Marko Myllynen <myllynen@redhat.com>
612Date:   Thu Apr 8 19:52:42 2010 -0700
613
614    Bug 27465 - Rewritten fi_FI.UTF-8 Compose file
615    
616    I've rewritten the fi_FI.UTF-8 Compose file so that it
617    
618    - includes en_US.UTF-8/Compose for base compose definitions (and thus gets any
619    possible additions to en_US.UTF-8/Compose automatically included)
620    - overrides any en_US.UTF-8/Compose definitions with fi_FI.UTF-8/Compose
621    definitions (thus making it safe to include en_US.UTF-8/Compose)
622    - lists all the definitions specified in the SFS 5966 standard (thus making it
623    easy to verify that the implementation is valid and complete)
624    - adds a header about the file itself as required by the standard
625    
626    The rewritten version is ~320 lines compared to over 5000 lines of the previous
627    version.
628    
629    https://bugs.freedesktop.org/show_bug.cgi?id=27465
630
631commit f6a4fd0c7615684d08e848245849dea4017a5214
632Author: Gaetan Nadon <memsize@videotron.ca>
633Date:   Thu Apr 1 21:46:12 2010 -0400
634
635    config: update and relocate AC_DEFINE_DIR macro
636    
637    Remove deprecated acinclude.m4 macro container file
638    Use separate macro files as per autoconf recommendation
639    Use the latest macro from GNU (ax) which replaces
640    the non-gnu version (ac)
641    This preserves the Autoconf macro AC namespace.
642    
643    Also moved out of acinclude.m4 is the DOLT macro
644    
645    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
646
647commit 61d5231db418cec51bd718633c3bba39b18689d6
648Author: Gaetan Nadon <memsize@videotron.ca>
649Date:   Mon Mar 29 14:53:48 2010 -0400
650
651    config: remove the pkgconfig pc.in file from EXTRA_DIST
652    
653    Automake always includes it in the tarball.
654    
655    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
656
657commit 69fc76a0321c6b25cc4286173c53435c69ab8e0e
658Author: Fernando Carrijo <fcarrijo@yahoo.com.br>
659Date:   Wed Mar 17 23:53:16 2010 -0300
660
661    No need for req->firstKeyCode to be set twice.
662    
663    There is no reason to set req->firstKeyCode twice when a client, wishful
664    for changing keyboard mappings, calls XChangeKeyboardMapping. This patch
665    fixes the mistake by making no functional changes to libX11 whatsoever.
666    
667    Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
668    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
669
670commit b5797597f83ee62228abfb88f026ef92163e07a5
671Author: Gaetan Nadon <memsize@videotron.ca>
672Date:   Tue Feb 16 10:37:21 2010 -0500
673
674    config: move CWARNFLAGS from configure.ac to Makefile.am
675    
676    Compiler warning flags should be explicitly set in the makefile
677    rather than being merged with other packages compiler flags.
678    
679    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
680    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
681
682commit 052c4d7995b0e52a038933beb85cd544571c6b7e
683Author: Gaetan Nadon <memsize@videotron.ca>
684Date:   Tue Feb 16 14:28:21 2010 -0500
685
686    specs: change install cmd due to automake 1.11
687    
688    specData_INSTALL is defined in 1.9 and 1.10 but not 1.11
689    
690    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
691
692commit 7277a18cda9f5a6807d11cf4ceb9449b1c302c18
693Author: Gaetan Nadon <memsize@videotron.ca>
694Date:   Tue Feb 9 17:27:08 2010 -0500
695
696    doc: use $(mkdir_p) rather than $(MKDIR_P) due to automake 1.9.6
697    
698    $(MKDIR_P) is not defined in automake 1.9.
699    
700    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
701
702commit e66eda95b520727969d721416d4ea49b54ef2b03
703Author: Gaetan Nadon <memsize@videotron.ca>
704Date:   Tue Feb 2 16:29:26 2010 -0500
705
706    specs: install html images in $docdir with html files
707    
708    The images required by the html files have been omitted.
709    
710    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
711
712commit 137d1ff6be99d040e77c8c4c52029c5bdf1f4808
713Author: Gaetan Nadon <memsize@videotron.ca>
714Date:   Sun Jan 31 14:16:20 2010 -0500
715
716    doc: use new macros to control doc generation
717    
718    Namely XORG_WITH_GROFF for the groff generation tool
719    XORG_WITH_PS2PDF for the conversion of PS docs to PDF
720    XORG_ENABLE_SPECS for the generation of specs
721    
722    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
723
724commit 9ca583c5d6fcf9cd8151ee7b019630b141d32fab
725Author: Gaetan Nadon <memsize@videotron.ca>
726Date:   Tue Jan 26 19:41:08 2010 -0500
727
728    doc: clean-up generated html images
729    
730    Generate images in /images as is the convention
731    Provide a base file name for images rather than process ID
732    Remove images directory when running make clean
733    
734    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
735
736commit eb289b34bfc9978eef724e0f268975938334c06c
737Author: Kristian Høgsberg <krh@bitplanet.net>
738Date:   Thu Jan 21 13:39:17 2010 -0500
739
740    XErrorDB: Add new DRI2 request names
741
742commit 6babf2123d05adb9349394c49cc2d81d1f66cf9e
743Author: Julien Cristau <jcristau@debian.org>
744Date:   Sat Jan 16 22:47:03 2010 +0000
745
746    man: Fix typo in Makefile
747    
748    Missing line continuation was preventing the XCompose alias from being
749    generated.
750    
751    Signed-off-by: Julien Cristau <jcristau@debian.org>
752    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
753
754commit 68530599e61cf9fef3fcc91650e7cef21837fce7
755Author: Alan Coopersmith <alan.coopersmith@sun.com>
756Date:   Sat Jan 16 11:41:32 2010 -0800
757
758    libX11 1.3.3
759    
760    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
761
762commit 1e5af224b9fbdb154620f898558704f2bc4bf4e9
763Author: Alan Coopersmith <alan.coopersmith@sun.com>
764Date:   Thu Jan 14 18:33:39 2010 -0800
765
766    Update COPYING file with actual licenses from libX11 code & docs
767    
768    COPYING was previously a years out-of-date copy of the LICENSES
769    doc summarizing all licenses for all XFree86 components, many of
770    which did not apply to libX11.
771    
772    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
773
774commit ddb1786720d6136b1b28be599c75c10ad1b76a2a
775Author: Alan Coopersmith <alan.coopersmith@sun.com>
776Date:   Thu Jan 14 17:38:26 2010 -0800
777
778    Purge CVS/RCS id tags
779    
780    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
781
782commit c1db9ddcfa7091f173478dca45bf720badedfca4
783Author: Alan Coopersmith <alan.coopersmith@sun.com>
784Date:   Thu Jan 14 15:39:14 2010 -0800
785
786    Update Sun license notices to current X.Org standard form
787    
788    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
789
790commit 1aaa7c0358c5c035b99625f5715cb722bc2d2a2f
791Author: Alan Coopersmith <alan.coopersmith@sun.com>
792Date:   Thu Jan 14 08:28:22 2010 -0800
793
794    Add %S substitutions to Compose man page
795    
796    Commit 9df349a7894725f9469b106af645f57f7f3f9af3 added support for %S
797    in Compose file include statements - this documents it in the Compose
798    file man page.
799    
800    Also changes the existing substitution documentation to list format
801    instead of a paragraph format to allow easier adding of %S.
802    
803    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
804
805commit 94b45db93058cffa25598fe27dd3e385ace9d305
806Author: Richard Purdie <rpurdie@linux.intel.com>
807Date:   Thu Jan 14 08:04:28 2010 -0800
808
809    Fix configure.ac PKG_ macro calls
810    
811    If the first call to PKG_CHECK_MODULES() may not be called during execution
812    which is the case here since its inside a case statement, call
813    PKG_PROG_PKG_CONFIG() to ensure things worked correctly.
814    
815    Fixes a configure failure introduced by commit
816    87529c039050ce3336ff9ce00f1b5a21d15690da when xcb is enabled.
817    
818    http://bugs.freedesktop.org/show_bug.cgi?id=26041
819    
820    Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
821    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
822
823commit df559d8bc2238a2c369152fcb06e5b5ab132a5dc
824Author: Alan Coopersmith <alan.coopersmith@sun.com>
825Date:   Tue Jan 12 09:18:15 2010 -0800
826
827    Raise xorg-macros requirement to 1.4
828    
829    Needed since the changes in 464390f16d7ed4aa5bf80f89863ba92273075ec2
830    depend on the INSTALL file delivered in xorg-macros 1.4
831    
832    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
833
834commit 9df349a7894725f9469b106af645f57f7f3f9af3
835Author: James Cloos <cloos@jhcloos.com>
836Date:   Wed Jan 13 11:04:38 2010 -0500
837
838    Allow inclusion of system level compose files.
839    
840    With the release of XFree86 4.4 an inclusion system of compose files was
841    added to Xlib to allow inclusion of the default compose file (with %L),
842    any compose files from user’s home directory (with %H), or a compose
843    file with a hard coded path¹. However, even today including system level
844    compose files is not possible in a platform independent manner although
845    the machinery for including compose files and overriding previously
846    defined compositions is already in place.
847    
848    With the ability to include system level compose files one could greatly
849    reduce the need for compose file rule duplication and the work needed to
850    propagate changes in one compose file to others. For example, currently
851    the Finnish compose file fi_FI.UTF-8 weights over 5000 lines² but it
852    is almost identical with en_US.UTF-8 except for perhaps half a dozen
853    compositions.
854    
855    This commit allows one to include system level compose files with the
856    following kind of syntax:
857    
858    include "%S/en_US.UTF-8/Compose"
859    
860    1] http://www.xfree86.org/4.4.0/RELNOTES5.html#42
861    2] http://cgit.freedesktop.org/xorg/lib/libX11/tree/nls/fi_FI.UTF-8/Compose.pre
862    
863    Signed-off-by: Marko Myllynen <myllynen@redhat.com>
864    Signed-off-by: James Cloos <cloos@jhcloos.com>
865
866commit ccf21a8877f40136e25f2f62d0668b0c76b3cfbd
867Author: Thien-Thi Nguyen <ttn@gnuvola.org>
868Date:   Tue Dec 1 10:31:47 2009 +0100
869
870    libX11: Fix comment: Invert polarity (direction) of reformat description.
871    
872    Signed-off-by: Thien-Thi Nguyen <ttn@gnuvola.org>
873    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
874
875commit 4d4676c0d6324d2ff9d00d15ab485fa5d848a369
876Author: Osamu Sayama <osamu.sayama@sun.com>
877Date:   Tue Jan 5 17:26:40 2010 -0800
878
879    set_fontset_extents crash after get_rotate_fontname fix in 2bef065b70f7
880    
881    - In set_fontset_extents, check font_data is not NULL before running
882      loop that may increment it to a non-NULL invalid pointer.
883    - Make sure get_rotate_fontname counts the final field
884    
885    Fixes OpenSolaris bug 6913809: X application dumps core in ja_JP.UTF-8 locale
886    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6913809>
887    
888    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
889    Reviewed-by: Adam Jackson <ajax@redhat.com>
890
891commit 87529c039050ce3336ff9ce00f1b5a21d15690da
892Author: Alan Coopersmith <alan.coopersmith@sun.com>
893Date:   Tue Jan 5 18:02:37 2010 -0800
894
895    Merge X11, XKBPROTO, & XPROTO pkg-config lists
896    
897    Since the XPROTO_CFLAGS & XKBPROTO_CFLAGS are just merged into X11_CFLAGS
898    in configure.ac anyway, might as well combine the lists passed to
899    PKG_CHECK_MODULES to reduce duplication in the flags.
900    
901    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
902    Reviewed-by: Rémi Cardona <remi@gentoo.org>
903    Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
904
905commit 2dd053667b44c55e2bf601aec7b75fc6fee1cf44
906Author: Alan Coopersmith <alan.coopersmith@sun.com>
907Date:   Tue Jan 5 17:56:58 2010 -0800
908
909    Add XCompose man page shadow for Compose man page
910    
911    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
912
913commit 02543bba816e065c02cd36e0c9e21519a9ee9c96
914Author: Alan Coopersmith <alan.coopersmith@sun.com>
915Date:   Tue Jan 5 17:47:44 2010 -0800
916
917    Add $(AM_V_GEN) to silence lint rules too
918    
919    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
920
921commit db7c6fdeeaef9475458498e4cf09d6b1329e9aa3
922Author: Alan Coopersmith <alan.coopersmith@sun.com>
923Date:   Tue Jan 5 17:42:42 2010 -0800
924
925    Remove GCC_WARNINGS now that XORG_CWARNFLAGS sets them for us
926    
927    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
928
929commit 6b4e526e7ba105622f6b143e8e2639b44cb6cc19
930Author: Gaetan Nadon <memsize@videotron.ca>
931Date:   Sun Nov 29 10:44:24 2009 -0500
932
933    configure.ac: restore correct order for XORG_DEFAULT_OPTIONS
934    
935    It must be following AC_USE_SYSTEM_EXTENSION
936
937commit 3dbaa11d1c8705e1b309c6686f354766b651ad20
938Author: Gaetan Nadon <memsize@videotron.ca>
939Date:   Sun Nov 29 10:01:44 2009 -0500
940
941    Add .gitignore in /specs for generated files
942    
943    Being in /specs, it will apply for all 3 subdirs
944
945commit f45d39d37aab04742e44cd8c3c993aad7587e40c
946Author: Gaetan Nadon <memsize@videotron.ca>
947Date:   Fri Nov 27 20:56:03 2009 -0500
948
949    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
950    
951    Now that the INSTALL file is generated.
952    Allows running make maintainer-clean.
953
954commit 464390f16d7ed4aa5bf80f89863ba92273075ec2
955Author: Gaetan Nadon <memsize@videotron.ca>
956Date:   Wed Oct 28 14:09:10 2009 -0400
957
958    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
959    
960    Add missing INSTALL file. Use standard GNU file on building tarball
961    README may have been updated
962    Remove AUTHORS file as it is empty and no content available yet.
963    Remove NEWS file as it is empty and no content available yet.
964
965commit 6360e7f0ce6a75da2bed33ede7fea783a1fb80e1
966Author: Gaetan Nadon <memsize@videotron.ca>
967Date:   Tue Oct 27 15:07:25 2009 -0400
968
969    Deploy the new XORG_DEFAULT_OPTIONS #24242
970    
971    This macro aggregate a number of existing macros that sets commmon
972    X.Org components configuration options. It shields the configuration file from
973    future changes.
974
975commit d02f943c98fde2f14319bc57fd9ad77eb9a2a572
976Author: Gaetan Nadon <memsize@videotron.ca>
977Date:   Mon Oct 26 22:08:42 2009 -0400
978
979    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
980    
981    ChangeLog filename is known to Automake and requires no further
982    coding in the makefile.
983
984commit f77c89c751a6a63c8ef11ecdddca2aed11ff6e29
985Author: Gaetan Nadon <memsize@videotron.ca>
986Date:   Thu Oct 22 12:34:19 2009 -0400
987
988    .gitignore: use common defaults with custom section # 24239
989    
990    Using common defaults will reduce errors and maintenance.
991    Only the very small or inexistent custom section need periodic maintenance
992    when the structure of the component changes. Do not edit defaults.
993
994commit 46c7b0e9d0d85cf5ccc0d40d19821fcc3335503b
995Author: Alan Coopersmith <alan.coopersmith@sun.com>
996Date:   Thu Nov 12 23:05:40 2009 -0800
997
998    Add compose-check.pl to EXTRA_DIST
999    
1000    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1001
1002commit 54c64267cc8bc98641cc39a22cb7bd71673e89e0
1003Author: Julien Cristau <jcristau@debian.org>
1004Date:   Thu Oct 29 17:17:24 2009 +0100
1005
1006    man: fix XCopyGC argument order
1007    
1008    Ubuntu bug#408337
1009
1010commit aad10032651cdc2a53b359035954454a28d6db67
1011Author: Alan Coopersmith <alan.coopersmith@sun.com>
1012Date:   Fri Oct 23 13:55:14 2009 -0700
1013
1014    libX11 1.3.2
1015    
1016    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1017
1018commit 6303ada89cb228c0f9656036f798703afb42fc29
1019Author: Peter Hutterer <peter.hutterer@who-t.net>
1020Date:   Wed Oct 21 12:42:07 2009 +1000
1021
1022    Add smiley faces to compose sequences.
1023    
1024    I wonder how we could have lasted that long without them.
1025    
1026    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1027    Acked-by: Daniel Stone <daniel@fooishbar.org>
1028    Acked-By: James Cloos <cloos@jhcloos.com>
1029
1030commit 0e104ebd8628803c27e36b16922ad1edd891325a
1031Author: Alan Coopersmith <alan.coopersmith@sun.com>
1032Date:   Thu Oct 22 23:12:30 2009 -0700
1033
1034    Add man page for Compose file format
1035    
1036    Based on grammar description in modules/im/ximcp/imLcPrs.c and
1037    note on XFree86 changes formerly found in xorg-docs RELNOTES.sgml
1038    
1039    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1040
1041commit 9c95f2af7c442b3a59b1a30cf804f1ef4e7fc5b5
1042Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
1043Date:   Tue Oct 20 12:46:03 2009 -0700
1044
1045    Add extra configuration and sanity checks for groff and ps2pdf
1046    
1047    1) Add AC_ARG_VAR for GROFF and PS2PDF to inform users of these
1048       environment variables.
1049    2) Check that groff -ms works
1050    
1051    Some distributions ship the ms macros as a separate package which may
1052    not be installed together with groff, so we need to make sure that groff
1053    works and the required macros are actually installed before attempting
1054    to build the specs.
1055    
1056    Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
1057    Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
1058    Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1059
1060commit d3f801fd2f9198eaad6797414dba652f9c006c6d
1061Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1062Date:   Sun Oct 18 17:34:53 2009 -0500
1063
1064    Fix VPATH build of libX11 specs
1065    
1066    Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1067
1068commit ad15e1a89d30ccc11d80745897b83def1448e8c0
1069Author: Alan Coopersmith <alan.coopersmith@sun.com>
1070Date:   Sat Oct 17 16:14:34 2009 -0700
1071
1072    libX11 1.3.1
1073    
1074    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1075
1076commit 0cbf98c17a7484bb58b2464b98d63bb3b4ea2594
1077Author: Alan Coopersmith <alan.coopersmith@sun.com>
1078Date:   Sat Oct 17 16:28:25 2009 -0700
1079
1080    Fix make distcheck
1081    
1082    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1083
1084commit 082e62ad268ef16a3bebc5a3c9fa008dbdc483ed
1085Author: Alan Coopersmith <alan.coopersmith@sun.com>
1086Date:   Fri Oct 16 19:25:35 2009 -0700
1087
1088    Use $(AM_V_GEN) to silence echo commands for generating shadow man pages
1089    
1090    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1091
1092commit 4e66da0783b2e5e3b288aaecd3c89396ed425c20
1093Author: Alan Coopersmith <alan.coopersmith@sun.com>
1094Date:   Wed Oct 14 16:18:24 2009 -0700
1095
1096    Move libX11 & XIM/locale specs from xorg-docs
1097    
1098    If groff is found, and --disable-specs is not passed to configure,
1099    specs will be converted to text, html and ps (or pdf if ps2pdf is
1100    found) and installed to $(docdir)
1101    
1102    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1103
1104commit 5d3d817a42ddcc8d0c6efd33efd1442fe14f5c6b
1105Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1106Date:   Tue Oct 13 19:15:51 2009 -0500
1107
1108    Provide _Xsetlocale compat wrappers on Cygwin
1109    
1110    Previous versions of Cygwin did not have proper locale support, so Cygwin/X
1111    defined X_LOCALE, using _Xsetlocale instead.  Cygwin 1.7 has added locale
1112    support, but we can't remove the _Xsetlocale entry point without breaking
1113    ABI.
1114    
1115    Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1116
1117commit 2c8b3a877a713bb66a6316a7051b43c46af6e1a0
1118Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1119Date:   Tue Oct 13 19:15:49 2009 -0500
1120
1121    dolt: add Cygwin to supported platforms
1122    
1123    Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1124
1125commit a2c8e3e34b15b57ff881a52101fc961a602f35e4
1126Author: Alan Coopersmith <alan.coopersmith@sun.com>
1127Date:   Wed Oct 14 13:23:30 2009 -0700
1128
1129    Recognize XSUNBUFFERSIZE alias for XLIBBUFFERSIZE on Solaris
1130    
1131    Also fix indenting of the XLIBBUFFERSIZE code to match surrounding code
1132    
1133    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1134
1135commit 34ddfca7b7d58240b0fe74bec6b2e0652d15c051
1136Author: Jon TURNEY <jon.turney@dronecode.org.uk>
1137Date:   Tue Feb 10 17:47:25 2009 +0000
1138
1139    Include sys/select.h for select() and struct timeval, if it exists
1140    
1141    This is a cygwin build fix
1142
1143commit 383165916ddac91740d4c780174d4c0d07cdb994
1144Author: Xake <xake@rymdraket.net>
1145Date:   Sun Sep 27 11:16:36 2009 +0200
1146
1147    Use AM_V_GEN instead of customized macros for AM_SILENT_RULES
1148    
1149    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1150
1151commit 854269d55cdda8caf425515bfed2855e211a5ada
1152Author: Julien Cristau <jcristau@debian.org>
1153Date:   Tue Oct 6 16:11:24 2009 +0200
1154
1155    configure: quote argument to m4_pattern_forbid
1156    
1157    Without this, configure spits out
1158    ../configure: line 12364: ac_fn_c_check_member: command not found
1159    ../configure: line 12378: ac_fn_c_check_type: command not found
1160    
1161    Also anchor the pattern to make it stricter.
1162    
1163    Signed-off-by: Julien Cristau <jcristau@debian.org>
1164
1165commit 3bb020587ce74e0737ec7aceb20041f1e77d3b87
1166Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
1167Date:   Thu Oct 1 22:20:38 2009 -0700
1168
1169    Split CFLAGS into CPPFLAGS and CFLAGS
1170    
1171    On some build systems, CPPFLAGS is set to "-I/some/prefix/include".  If older
1172    X11 headers are in /some/prefix/include, they will be preferred over the
1173    shipped headers.  This corrects that problem.
1174
1175commit d54caf1c9c55af8247621b7ba6afb20b23699839
1176Author: Peter Hutterer <peter.hutterer@who-t.net>
1177Date:   Fri Oct 2 10:59:08 2009 +1000
1178
1179    libX11 1.3
1180    
1181    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1182
1183commit dd201bcf9e7f8863b7ef32273a5ef021678133c1
1184Author: Peter Hutterer <peter.hutterer@who-t.net>
1185Date:   Fri Oct 2 12:10:29 2009 +1000
1186
1187    nls: remove duplicate Compose sequences from pt_BR.UTF-8
1188    
1189    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1190
1191commit a293ae9e83739067fc92db1a39c262857bc2283e
1192Author: Peter Hutterer <peter.hutterer@who-t.net>
1193Date:   Fri Sep 25 11:19:41 2009 +1000
1194
1195    Add XF86TouchpadToggle to XKeysymDB
1196    
1197    Lenovo laptops provide a key to enable or disable the touchpad and the
1198    trackstick. This key is usually located on Fn + F8.
1199    
1200    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1201    Acked-by: Adam Jackson <ajax@redhat.com>
1202
1203commit 69839f8903a24eab08f17a781b3797fb64dce9cf
1204Author: Alan Coopersmith <alan.coopersmith@sun.com>
1205Date:   Sun Sep 27 10:34:16 2009 -0700
1206
1207    Bug 24173: libX11 from git fails to build with automake older then 1.11
1208    
1209    AM_CONDITIONAL must come *before* the AC_OUTPUT that creates the
1210    Makefiles, instead of after.
1211    <http://bugs.freedesktop.org/show_bug.cgi?id=24173>
1212    
1213    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1214
1215commit f5effd041f58ef07703cca2b4f396758811e1eec
1216Author: Alan Coopersmith <alan.coopersmith@sun.com>
1217Date:   Wed Apr 15 10:59:23 2009 -0700
1218
1219    Resolve conflicting Compose sequences in iso8859-2, el_GR.UTF-8 & pt_BR.UTF-8
1220    
1221    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1222
1223commit 3843778358d3a0cd6a2d07dba5dd061248053ac9
1224Author: Alan Coopersmith <alan.coopersmith@sun.com>
1225Date:   Wed Apr 15 10:56:09 2009 -0700
1226
1227    Add perl script to check for duplicate or conflicting compose file entries
1228    
1229    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1230
1231commit 19cc5e1fa17a285045662820a8b4de2a0f9a194d
1232Author: Alan Coopersmith <alan.coopersmith@sun.com>
1233Date:   Fri Sep 18 17:10:04 2009 -0700
1234
1235    Use make rules instead of shell for loops to generate shadow man pages
1236    
1237    Allows parallel make and simpler build logs/error reporting
1238    
1239    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1240
1241commit 7dabcac973d0b6692a3cd62bd6d8e0467b24200b
1242Author: Alan Coopersmith <alan.coopersmith@sun.com>
1243Date:   Fri Sep 18 16:58:53 2009 -0700
1244
1245    Add AM_SILENT_RULES support for cpp rules for man & nls files
1246    
1247    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1248
1249commit bfa19cddd8546b4930a773f3bbd81137c362d82b
1250Author: Alan Coopersmith <alan.coopersmith@sun.com>
1251Date:   Fri Sep 18 16:58:16 2009 -0700
1252
1253    Update to using xorg-macros 1.3 & XORG_DEFAULT_OPTIONS
1254    
1255    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1256
1257commit 51396066c8003a96a6399c9a4bed2a81e512b582
1258Author: Mikko Niskanen <mikko.niskanen@iki.fi>
1259Date:   Fri Sep 4 10:11:15 2009 +1000
1260
1261    Fix wrong typedef on HP-UX (#18998)
1262    
1263    shl_dt doesn't exist, the type is shl_t.
1264    
1265    X.Org Bug 18998 <http://bugs.freedesktop.org/show_bug.cgi?id=18998>
1266    
1267    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1268
1269commit 615220a312b9430a580fe6dcf51703c6ef244f66
1270Author: Paul Bender <pebender@gmail.com>
1271Date:   Fri Sep 4 09:57:10 2009 +1000
1272
1273    Don't require xdmcp in configure.ac (#22583)
1274    
1275    X.Org Bug 22583 <http://bugs.freedesktop.org/show_bug.cgi?id=22583>
1276    
1277    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1278
1279commit 20f9ecd86ad2a9ac6966f7eee32234cb5ef77c29
1280Author: Peter Hutterer <peter.hutterer@who-t.net>
1281Date:   Thu Sep 3 14:02:44 2009 +1000
1282
1283    man: fix parameters to XkbAllocGeomOverlay{Rows|Keys} (#23499)
1284    
1285    X.Org Bug 23499 <http://bugs.freedesktop.org/show_bug.cgi?id=23499>
1286    
1287    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1288
1289commit c2814a614dc4d9409bfa0f44c18bfd69ad7f7b85
1290Author: Peter Hutterer <peter.hutterer@who-t.net>
1291Date:   Thu Sep 3 12:05:25 2009 +1000
1292
1293    man: XQueryTree may return BadWindow. (#23416)
1294    
1295    X.Org Bug 23416 <http://bugs.freedesktop.org/show_bug.cgi?id=XXX>
1296    
1297    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1298
1299commit dbe98d456ccc6eeca9fa3e241a3db0a4d83c5a65
1300Author: Alan Coopersmith <alan.coopersmith@sun.com>
1301Date:   Fri Aug 28 23:07:58 2009 +0800
1302
1303    Fix version tag in .TH line of several XKB man pages
1304    
1305    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1306
1307commit bf24400936c10af6f5aa0c75cfe2207ab9b680b4
1308Author: Alan Coopersmith <alan.coopersmith@sun.com>
1309Date:   Fri Aug 28 23:04:38 2009 +0800
1310
1311    XkbSetDeviceButtonActions.man: remove non-existent actions argument
1312    
1313    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1314
1315commit 53affa9335116f2d367f041e6502a411d4619e47
1316Author: Alan Coopersmith <alan.coopersmith@sun.com>
1317Date:   Fri Aug 28 23:00:17 2009 +0800
1318
1319    XkbQueryExtension.man: Arguments should be pointers
1320    
1321    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1322
1323commit 6233948885acc5873a5abddfff235afec555f3c2
1324Author: Alan Coopersmith <alan.coopersmith@sun.com>
1325Date:   Fri Aug 28 22:53:03 2009 +0800
1326
1327    XkbSAActionSetCtrls.man: Fix typo in formatting macro
1328    
1329    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1330
1331commit 28a9ca57cdec4aa9ca92322f963b01f0c2daf47a
1332Author: Alan Coopersmith <alan.coopersmith@sun.com>
1333Date:   Fri Aug 28 22:49:31 2009 +0800
1334
1335    Convert Xkb API man pages to ANSI prototypes
1336    
1337    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1338
1339commit fa2eecca85baab9616f7143cc1a853a594b4a90c
1340Author: James Cloos <cloos@jhcloos.com>
1341Date:   Mon Aug 24 06:35:17 2009 -0400
1342
1343    Add some (Serbian) Cyrillic NFD sequences.
1344    
1345    A number of characters in use in the various countries which use the
1346    Cyrillic script do not appear as pre-composed characters in The UCS
1347    or Unicode; they are only available as combining-character sequences.
1348    
1349    This commit adds support for using (prefix) dead keys and Multi_key-
1350    initiated sequences to enter a number of these combining-character
1351    sequences.  This ensures that users can enter these scripts even
1352    when using the current Cyrillic keymaps, which lack support for
1353    the combining characters.
1354    
1355    Please see the discussions on the xkb mailing list.
1356    
1357    Signed-off-by: James Cloos <cloos@jhcloos.com>
1358
1359commit d1bdc909f9246119696c8b0d9afb7bd8afb71b60
1360Author: Julien Cristau <jcristau@debian.org>
1361Date:   Wed Aug 5 18:14:23 2009 +0200
1362
1363    man/xkb: delete spurious newline in .TH headers
1364
1365commit ee723b83b24682db833a2f0abd96cd319b8a62af
1366Author: Julien Cristau <jcristau@debian.org>
1367Date:   Wed Aug 5 16:45:19 2009 +0200
1368
1369    man: use __libmansuffix__ instead of 3X11 for references to other pages
1370
1371commit 595e204feb82c798a92eea41fea03be6476ac181
1372Author: Julien Cristau <jcristau@debian.org>
1373Date:   Wed Aug 5 16:43:36 2009 +0200
1374
1375    man/xkb: use __libmansuffix__ instead of hardcoding 3Xkb for manpage sections
1376
1377commit 9da7e230d5320e1556ad2084fcd06ee7994385ea
1378Author: Peter Hutterer <peter.hutterer@who-t.net>
1379Date:   Wed Aug 5 14:15:02 2009 +1000
1380
1381    Bump to 1.2.99.901 (1.3 RC1)
1382    
1383    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1384
1385commit 8f78c7b4e3570cd46c5a220982963c17fe2157b8
1386Author: Filippo Giunchedi <filippo@debian.org>
1387Date:   Sat Jun 6 16:56:54 2009 +0200
1388
1389    nls: add {left,right}wards arrow to compose table
1390    
1391    Debian bug#532117 <http://bugs.debian.org/532117>
1392    
1393    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1394
1395commit 7949bfa00390241d994f32463e50d4bd78920568
1396Author: Julien Cristau <jcristau@debian.org>
1397Date:   Fri Jul 31 13:33:52 2009 +0200
1398
1399    Update library version for new symbols
1400    
1401    Commit 554f755e5545f63d3c8f299297927238da155773 added generic event
1402    cookie handling.  Bump libX11 version number accordingly.
1403    
1404    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1405
1406commit 640fec5f4feacd01a00eea3dcd4edb220907d3dc
1407Author: Julien Cristau <jcristau@debian.org>
1408Date:   Sun Aug 2 17:18:31 2009 +0200
1409
1410    Add _XFUNCPROTOBEGIN/END to Xlib-xcb.h
1411    
1412    X.Org bug#22252 <https://bugs.freedesktop.org/show_bug.cgi?id=22252>
1413    
1414    Reported-by: Riku Salminen <rsalmin2@cc.hut.fi>
1415    Signed-off-by: Julien Cristau <jcristau@debian.org>
1416
1417commit bc06d49e9dac1836d6824769ddb2ac5ba9f14df7
1418Author: Peter Hutterer <peter.hutterer@who-t.net>
1419Date:   Wed Jul 29 08:44:09 2009 +1000
1420
1421    Fix compiler warning 'unused variable qelt'
1422    
1423    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1424
1425commit 03f4907e14f5755e72309f08742977b871e81e33
1426Author: Peter Hutterer <peter.hutterer@who-t.net>
1427Date:   Wed Jul 29 08:34:57 2009 +1000
1428
1429    Add utlist.h to the Makefile.am
1430    
1431    utlist.h contains the linked list macros, it was added with the recent
1432    addition of event cookies but utlist.h wasn't added to the Makefile.am. As a
1433    result, make dist failed.
1434    
1435    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1436
1437commit 554f755e5545f63d3c8f299297927238da155773
1438Author: Peter Hutterer <peter.hutterer@who-t.net>
1439Date:   Fri Jun 26 11:27:43 2009 +1000
1440
1441    Add generic event cookie handling to libX11.
1442    
1443    Generic events require more bytes than Xlib provides in the standard XEvent.
1444    Memory allocated by the extension and stored as pointers inside the event is
1445    prone to leak by simple 'while (1) { XNextEvent(...); }' loops.
1446    
1447    This patch adds cookie handling for generic events. Extensions may register
1448    a cookie handler in addition to the normal event vectors. If an extension
1449    has registered a cookie handler, _all_ generic events for this extensions
1450    must be handled through cookies. Otherwise, the default event handler is
1451    used.
1452    
1453    The cookie handler must return an XGenericEventCookie with a pointer to the
1454    data.The rest of the event (type, serialNumber, etc.) are to be filled as
1455    normal. When a client retrieves such a cookie event, the data is stored in
1456    an internal queue (the 'cookiejar'). This data is freed on the next call to
1457    XNextEvent().
1458    
1459    New extension interfaces:
1460        XESetWireToEventCookie(display, extension_number, cookie_handler)
1461    
1462    Where cookie_handler must set cookie->data. The data pointer is of arbitray
1463    size and type but must be a single memory block. This memory block
1464    represents the actual extension's event.
1465    
1466    New client interfaces:
1467        XGetEventData(display, *cookie);
1468        XFreeEventData(display, *cookie);
1469    
1470    If the client needs the actual event data, it must call XGetEventData() with
1471    the cookie. This returns the data pointer (and removes it from the cookie
1472    jar) and the client is then responsible for freeing the event with
1473    XFreeEventData(). It is safe to call either function with a non-cookie
1474    event. Events unclaimed or not handled by the XGetEventData() are cleaned up
1475    automatically.
1476    
1477    Example client code:
1478        XEvent event;
1479        XGenericEventCookie *cookie = &ev;
1480    
1481        XNextEvent(display, &event);
1482        if (XGetEventData(display, cookie)) {
1483            XIEvent *xievent = cookie->data;
1484            ...
1485        } else if (cookie->type == GenericEvent) {
1486            /* handle generic event */
1487        } else {
1488            /* handle extension/core event */
1489        }
1490        XFreeEventData(display, cookie);
1491    
1492    Cookies are not multi-threading safe. Clients that use XGetEventData() must
1493    lock between XNextEvent and XGetEventData to avoid other threads freeing
1494    cookies.
1495    
1496    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1497
1498commit d7675cb8fa7155e7aff1459636a117a97aa1bf28
1499Author: Peter Hutterer <peter.hutterer@who-t.net>
1500Date:   Mon Jul 6 13:17:35 2009 +1000
1501
1502    Bump to 1.2.99.1
1503    
1504    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1505
1506commit 75fe48e7a42a685d7098e8d7108b9b956c471563
1507Author: Peter Hutterer <peter.hutterer@who-t.net>
1508Date:   Fri Jul 10 14:07:34 2009 +1000
1509
1510    Bump to 1.2.2
1511    
1512    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1513
1514commit 5d0fe0e0e92759af5667c5dca2eacb1b6f2d66ea
1515Author: Peter Hutterer <peter.hutterer@who-t.net>
1516Date:   Thu Jul 2 09:10:25 2009 +1000
1517
1518    XMaskEvent/XCheckMaskedEvents must not check for GenericEvents.
1519    
1520    GenericEvent cannot be selected for in the core event masks and they must
1521    thus be treated like extension events.
1522    
1523    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1524
1525commit c1bf65b89f4e361f6178a73dd5334c8f2bd95732
1526Author: Peter Hutterer <peter.hutterer@who-t.net>
1527Date:   Thu Jul 2 09:06:05 2009 +1000
1528
1529    XWindowEvent/XCheckWindowEvent must not return GenericEvents.
1530    
1531    GenericEvents have no fixed position for the window, so they must be treated
1532    like extension events.
1533    
1534    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1535
1536commit 38f9054554d63525d2dd51aafb5eb57821158ab9
1537Author: Alan Coopersmith <alan.coopersmith@sun.com>
1538Date:   Mon Jun 15 19:00:43 2009 -0700
1539
1540    Drop ancient USG SysV #ifdefs
1541    
1542    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1543
1544commit 7bfe1323f16a1a69cc474659f7ac0c2570b1cf42
1545Author: Adam Jackson <ajax@redhat.com>
1546Date:   Fri Jun 12 12:44:01 2009 -0400
1547
1548    Remove X_NOT_STDC_ENV usage. (#6527)
1549
1550commit 6dd74d7fb414ca1e99bae5c13e333961f396eb36
1551Author: Julien Cristau <jcristau@debian.org>
1552Date:   Fri May 29 11:18:11 2009 +0200
1553
1554    nls: remove more duplicated aliases
1555    
1556    Signed-off-by: Julien Cristau <jcristau@debian.org>
1557
1558commit e4b0899f516da224010e68bd2d953d5293d94993
1559Author: parag <parag@rawhideTM.pnq.redhat.com>
1560Date:   Thu May 28 11:29:35 2009 +0530
1561
1562    nls: Add pa_PK locale information and make pa_IN as default for pa.
1563    
1564    X.Org bug#21954 <http://bugs.freedesktop.org/show_bug.cgi?id=21954>
1565    
1566    [jcristau: removed the pa_PK.UTF-8 alias to itself]
1567    
1568    Signed-off-by: parag <pnemade@redhat.com>
1569    Signed-off-by: Julien Cristau <jcristau@debian.org>
1570
1571commit f0ea1f6d51145592f8617854f9320ec5dbff3299
1572Author: Julien Cristau <jcristau@debian.org>
1573Date:   Fri May 29 10:58:20 2009 +0200
1574
1575    nls: remove broken sd_IN.UTF-8 alias
1576    
1577    Signed-off-by: Julien Cristau <jcristau@debian.org>
1578
1579commit e29e010dabdb17d6498f2ef1786f69b8830c18ca
1580Author: Julien Cristau <jcristau@debian.org>
1581Date:   Fri May 29 10:57:43 2009 +0200
1582
1583    nls: remove duplicated en_US* aliases
1584    
1585    Signed-off-by: Julien Cristau <jcristau@debian.org>
1586
1587commit a89a300d87852c84389ad97db66dcb8930cb45dd
1588Author: Caolan McNamara <caolanm@redhat.com>
1589Date:   Thu May 21 18:41:05 2009 +0200
1590
1591    man: missing space in XAllocColor man page
1592    
1593    X.Org bug#21854 <http://bugs.freedesktop.org/show_bug.cgi?id=21854>
1594
1595commit c1c001e36504fd304f76f69bf6af3643225c49ea
1596Author: James Cloos <cloos@jhcloos.com>
1597Date:   Wed May 13 13:03:54 2009 -0400
1598
1599    [nls] Replace remaining UCS Combining Characters in Compose sequences.
1600    
1601    The replaces the instances of keysyms which match <U03[0-6][0-9A-Fa-f]>,
1602    where the keysym is used as a dead_key, with an actual dead_key symbol.
1603    
1604    The only remaining instances of UCS combining characters in the
1605    compose sequences are of U0338 COMBINING LONG SOLIDUS OVERLAY
1606    used as a suffix in Multi_key-initiated sequences to create
1607    mathematics characters such as ∉ U+2209 NOT AN ELEMENT OF
1608    from ∈ U+2208 ELEMENT OF.
1609
1610commit e2b0bad3d3b9e9ca781fc264eb7584afbe2a1a4f
1611Author: James Cloos <cloos@jhcloos.com>
1612Date:   Wed May 13 09:58:59 2009 -0400
1613
1614    [nls] Remove extraneous instances of UCS Combining Characters in Compose sequences.
1615    
1616    This removes those instances of keysyms which match <U03[0-6][0-9A-Fa-f]>,
1617    where the matching keysym is used as a dead_key, and for which alternative
1618    compose sequences exist.
1619
1620commit 79f47e6dff2f0a0b673bbfecc47528edca814baa
1621Author: James Cloos <cloos@jhcloos.com>
1622Date:   Fri May 8 20:11:54 2009 -0400
1623
1624    [nls] Remove combining_ keysyms from the Compose files
1625    
1626    Some of the UTF-8 Compose tables included combining_ keysyms in
1627    the compose sequences as though they were dead symbols.  This
1628    is contrary to how combining characters are used in the UCS.
1629    Therefore, those lines have been removed from the Compose tables.
1630    
1631    There were also some combining_ keysyms as targets.  As those
1632    are not included in x11proto’s keysymdef.h, and as those do
1633    exist there as Uxxxx keysyms, they are replaced with the Uxxxx
1634    keysym names.
1635    
1636    This addresses http://bugzilla.freedesktop.org/show_bug.cgi?id=5107
1637    and is based on attachment 25644 by samuel.thibault@ens-lyon.org.
1638    
1639    Signed-off-by: James Cloos <cloos@jhcloos.com>
1640
1641commit 4a08a3dfbda497b2be46e3e5fe6b777815ea27f9
1642Author: parag <pnemade@redhat.com>
1643Date:   Tue May 5 16:50:47 2009 +0530
1644
1645    libX11: Add new Indic language information to nls directory files. #21560
1646    
1647    Signed-off-by: parag <pnemade@redhat.com>
1648
1649commit aaf81096eb44b4c2812108721ba02738391884da
1650Author: Alan Coopersmith <alan.coopersmith@sun.com>
1651Date:   Sat May 2 01:38:14 2009 -0700
1652
1653    Correct return type in XkbGetKeyboard man page
1654    
1655    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1656
1657commit 2bef065b70f70af520b5de8fb23529254d15f003
1658Author: Christoph Pfister <christophpfister@gmail.com>
1659Date:   Mon Apr 27 22:32:57 2009 -0700
1660
1661    X.Org Bug #21117: crash in get_rotate_fontname (omGeneric.c)
1662    
1663    http://bugs.freedesktop.org/show_bug.cgi?id=21117
1664    
1665    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1666
1667commit 5c1cde105db10df24d3c532f032cbc59050c7313
1668Author: Alan Coopersmith <alan.coopersmith@sun.com>
1669Date:   Fri Apr 17 22:14:47 2009 -0700
1670
1671    Use AC_USE_SYSTEM_EXTENSIONS instead of hand-rolled check for _GNU_SOURCE
1672    
1673    Raises minimum autoconf version required to 2.60
1674    
1675    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1676
1677commit 84b7a91ef84f345384e4b0e13907385ca3ca3255
1678Author: Julien Cristau <jcristau@debian.org>
1679Date:   Tue Apr 14 15:59:57 2009 +0100
1680
1681    Fix fi_FI.UTF-8, again
1682    
1683    Commit 97fc6babd4ccaf300e25708868aa2a738893dc30 "NLS: Add UTF-8 compose
1684    file for Finnish" made fi_FI.UTF-8 use a broken empty XLC_LOCALE file.
1685    This reverts it back to using the en_US.UTF-8 one.
1686
1687commit 128daff4422f973ea40dd1e31b2db230e643549e
1688Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
1689Date:   Thu Apr 9 12:01:07 2009 +0700
1690
1691    Thai XIM not retrieve MB surrounding on UTF-8 LC
1692    
1693    On th_TH.UTF-8 locale, Thai XIM rejects all combining characters for GTK+ apps
1694    that use X Input Method.
1695    
1696    This is because GTK+ imxim immodule passes surrounding text in locale encoding,
1697    which is UTF-8 for UTF-8 locales. But current Thai XIM in Xlib assumes the
1698    multi-byte StringConversionText response for the StringConversionCallback to
1699    always be TIS-620, by retrieving a single byte and using it as-is.
1700    
1701    If the Thai XIM tries to convert the multi-byte text based on locale codeset
1702    before using it, it will work again.
1703    
1704    X.Org But 12759 <http://bugs.freedesktop.org/show_bug.cgi?id=12759>
1705    
1706    Signed-off-by: Theppitak Karoonboonyanan <thep@linux.thai.net>
1707    Signed-off-by: Julien Cristau <jcristau@debian.org>
1708
1709commit e09f0d227fbf95b6252759af9d426efd57686f9f
1710Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
1711Date:   Thu Apr 9 11:47:55 2009 +0700
1712
1713    Thai XIM not filters when NumLock or CapsLock is on
1714    
1715    The Thai XIM component in libx11 activated on 'th*' locales normally filters
1716    input sequence according to orthographic rules. However, when NumLock/CapsLock
1717    is on, this stops working. All sequences are passed through.
1718    
1719    This is caused by missing masks in _XimThaiFilter(), which normally screens out
1720    certain special keys from entering orthographic rules. Unfortunately, this
1721    included events with NumLock/CapsLock on. Negating the masks from the check
1722    allows the events to be tested by the rules.
1723    
1724    X.Org Bug 12517 <http://bugs.freedesktop.org/show_bug.cgi?id=12517>
1725    
1726    Signed-off-by: Theppitak Karoonboonyanan <thep@linux.thai.net>
1727    Signed-off-by: Julien Cristau <jcristau@debian.org>
1728
1729commit d108d3c706af3502820b5202564488ea19908b77
1730Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
1731Date:   Thu Apr 9 11:25:25 2009 +0700
1732
1733    CharSet-to-CompoundText Conversion Failed for Thai Locales
1734    
1735    SCIM fails to commit Thai input characters on Thai locales, because it commits
1736    string in compound text form, which was converted via
1737    XwcTextListToTextProperty(). But the XLC_LOCALE for th_TH and th_TH.UTF-8
1738    declares cs1's ct_encoding as TIS620-0:GR, which was commented out in
1739    src/xlibi18n/lcCT.c default_ct_data, in favor of ISO8859-11 ESC sequence.
1740    So, declaring cs1 as ISO8859-11:GR instead makes it work.
1741    
1742    Besides, for th_TH.UTF-8, adding cs2 class with ISO10646-1 encoding also adds
1743    support for UTF-8 input.
1744    
1745    And, along discussion in the bug, a similar problem was found for fontset, too,
1746    by causing delays on X apps startups on systems without tis620-0 fonts. This
1747    is normally the case, as mkfontdir and mkfontscale generate iso8859-11 entries
1748    by default for Thai X fonts. So, Thai fontset charset is also patched.
1749    
1750    X.Org Bug 16475 <http://bugs.freedesktop.org/show_bug.cgi?id=16475>
1751    
1752    Signed-off-by: Theppitak Karoonboonyanan <thep@linux.thai.net>
1753    Signed-off-by: Julien Cristau <jcristau@debian.org>
1754
1755commit fd62d3318c846cd43d66a505946e94704d7d83dc
1756Author: Alan Coopersmith <alan.coopersmith@sun.com>
1757Date:   Wed Apr 8 19:42:25 2009 -0700
1758
1759    Revert "Change masculine to ordmasculine in Compose file comments"
1760    
1761    This reverts commit 892b401d5acc055803a20e349ede0d64490f2230.
1762    
1763    As Julien Cristau correctly points out, I misread the Compose file grammar
1764    in modules/im/ximcp/imLcPrs.c, and those are keysyms, not comments, and
1765    the keysym is named XK_masculine in keysymdef.h.   This change is thus a
1766    bug in the Solaris compose tables to be fixed, not an improvement to bring
1767    upstream.
1768
1769commit eac57c77afdf44f50692225b8b0345a7c927bc84
1770Author: Alan Coopersmith <alan.coopersmith@sun.com>
1771Date:   Tue Apr 7 15:38:45 2009 -0700
1772
1773    Version bump: 1.2.1
1774    
1775    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1776
1777commit bfbec08baec33c5024510b0bcbbee6e4a8473e79
1778Author: Yaakov Selkowitz (Cygwin Ports maintainer) <yselkowitz@users.sourceforge.net>
1779Date:   Tue Apr 7 13:46:57 2009 -0700
1780
1781    Bug 20773: Xcursor dynamic loading on Cygwin
1782    
1783    X.Org Bug #20773 <http://bugs.freedesktop.org/show_bug.cgi?id=20773>
1784    Patch #24096 <http://bugs.freedesktop.org/attachment.cgi?id=24096>
1785    
1786    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1787
1788commit c8c41614911be4fa222fa22478677d263b41c751
1789Author: Alan Coopersmith <alan.coopersmith@sun.com>
1790Date:   Mon Apr 6 16:52:46 2009 -0700
1791
1792    Fix a several sparse warnings: Using plain integer as NULL pointer
1793    
1794    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1795
1796commit b336c3d0cc2aefc8926500cff5f76b5a3e803886
1797Author: Alan Coopersmith <alan.coopersmith@sun.com>
1798Date:   Mon Apr 6 16:32:05 2009 -0700
1799
1800    Further ansify prototypes & reduce #ifdefs in locking.c
1801    
1802    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1803
1804commit 892b401d5acc055803a20e349ede0d64490f2230
1805Author: Alan Coopersmith <alan.coopersmith@sun.com>
1806Date:   Mon Apr 6 10:50:09 2009 -0700
1807
1808    Change masculine to ordmasculine in Compose file comments
1809    
1810    Matches the ordfeminine name used for the matching character,
1811    and the ordmasculine name used in many font descriptions of the glyph.
1812    
1813    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1814
1815commit e3198b55dc16ec57346cc28aa8d34165ce8cde96
1816Author: Julien Cristau <jcristau@debian.org>
1817Date:   Fri Mar 13 13:52:33 2009 +0100
1818
1819    Add a ru_RU.UTF-8 locale
1820    
1821    Based on patch by Eugene Konev <ejka@imfi.kspu.ru> for X.Org 6.9.0.
1822    
1823    Debian bug#330144 <http://bugs.debian.org/330144>
1824    X.Org bug#15887 <http://bugs.freedesktop.org/show_bug.cgi?id=15887>
1825
1826commit d239de9452691d6f875e6e5ace3d499ec3bf14d9
1827Author: Alan Coopersmith <alan.coopersmith@sun.com>
1828Date:   Wed Mar 25 17:59:09 2009 -0700
1829
1830    Delete some unused "#ifdef notdef" static functions
1831    
1832    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1833
1834commit 4281892e31058ef3aecc96a5767824b34d88d415
1835Author: Alan Coopersmith <alan.coopersmith@sun.com>
1836Date:   Wed Mar 25 17:52:48 2009 -0700
1837
1838    Remove _XP_PRINT_SERVER_ #ifdefs from Xrm.c
1839    
1840    This copy of Xrm.c is never compiled into the Xprint server any more, so
1841    this old code-sharing #ifdef from the monolith tree isn't needed.
1842    
1843    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1844
1845commit 27a2e16e8ea11c1604e28645fae4d6ba4371d513
1846Author: Alan Coopersmith <alan.coopersmith@sun.com>
1847Date:   Tue Mar 17 18:38:58 2009 -0700
1848
1849    makekeys: combine malloc(strlen)+strcpy into strdup
1850    
1851    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1852
1853commit 78a894231ae8ec4959007b6d9b8d2a15d6333a1e
1854Author: Alan Coopersmith <alan.coopersmith@sun.com>
1855Date:   Tue Mar 17 15:42:19 2009 -0700
1856
1857    When makekeys fails to find a good hash, print error instead of divide-by-zero
1858    
1859    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1860
1861commit c9f84af591d15fbc3fa890bcd955d94f1ff82a0b
1862Author: Alan Coopersmith <alan.coopersmith@sun.com>
1863Date:   Tue Mar 17 14:59:16 2009 -0700
1864
1865    Remove ifdef checks for macII left over from ancient A/UX 3.0 support
1866    
1867    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1868
1869commit 4b90da0ffb32b791d915ecae11996cc2f2cac9a7
1870Author: Alan Coopersmith <alan.coopersmith@sun.com>
1871Date:   Mon Mar 16 18:37:49 2009 -0700
1872
1873    XErrorDB additions for DRI2 requests
1874    
1875    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1876
1877commit 273f45af1441be9d2135e4cac8c46ceb33470236
1878Author: Alan Coopersmith <alan.coopersmith@sun.com>
1879Date:   Mon Mar 16 18:35:44 2009 -0700
1880
1881    XErrorDB additions for XInput errors and new XInput 1.5 requests
1882    
1883    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1884
1885commit 90ef36f6336068183bf9d13ca972202db35b1202
1886Author: Alan Coopersmith <alan.coopersmith@sun.com>
1887Date:   Mon Mar 16 18:23:05 2009 -0700
1888
1889    XErrorDB additions for RANDR 1.3
1890    
1891    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1892
1893commit 124a4efaccf329f1a44f6b824e70278bdd1cad83
1894Author: Lubos Lunak <l.lunak@suse.cz>
1895Date:   Mon Mar 16 18:03:36 2009 -0700
1896
1897    XErrorDB updates for XTEST, RANDR, DAMAGE extensions
1898    
1899    From http://lists.freedesktop.org/archives/xorg/2008-January/031937.html
1900    
1901    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1902
1903commit 80811846e37b805fddb37c71589fd5f6f6037b3f
1904Author: Lubos Lunak <l.lunak@suse.cz>
1905Date:   Mon Mar 16 17:57:52 2009 -0700
1906
1907    XGetErrorText() fails for extension error codes equal to the error base
1908    
1909    From http://lists.freedesktop.org/archives/xorg/2008-January/031937.html
1910    
1911    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1912
1913commit da95ecbbdcacc483cd0b5fd7db1fb2e2543341bd
1914Author: Milos Komarcevic <miloskomarcevic@netscape.net>
1915Date:   Mon Mar 16 17:43:26 2009 -0700
1916
1917    Bug 11456: Serbian locale updates (sr_RS and sr_ME)
1918    
1919    X.Org Bug #11456 <http://bugs.freedesktop.org/show_bug.cgi?id=11456>
1920    Patch #23937 <http://bugs.freedesktop.org/attachment.cgi?id=23937>
1921    
1922    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1923
1924commit 934a6c0519a9e32505beee55b004f36c2a710217
1925Author: Alan Coopersmith <alan.coopersmith@sun.com>
1926Date:   Mon Mar 16 14:55:22 2009 -0700
1927
1928    Bug 10082: Compose entries for some standard mathematical operators
1929    
1930    X.Org Bug #10082 <http://bugs.freedesktop.org/show_bug.cgi?id=10082>
1931    
1932    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1933
1934commit abf4da1ed0f735ca7ce471dc13a0ec3677391486
1935Author: Alan Coopersmith <alan.coopersmith@sun.com>
1936Date:   Mon Mar 16 14:27:46 2009 -0700
1937
1938    Bug 14651: We need to add new locale specification for Belarusian Latin locale
1939    
1940    X.Org Bug #14651 <http://bugs.freedesktop.org/show_bug.cgi?id=14651>
1941    
1942    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1943
1944commit 837703c8651e1321a50147a8311c56e4758ce08a
1945Author: Caolan McNamara <caolanm@redhat.com>
1946Date:   Mon Mar 16 14:15:50 2009 -0700
1947
1948    Bug 20575: man page for XCreatePixmapFromBitmapData doesn't match signature
1949    
1950    X.Org Bug #20575 <http://bugs.freedesktop.org/show_bug.cgi?id=20575>
1951    Patch #23717 <http://bugs.freedesktop.org/attachment.cgi?id=23717>
1952    
1953    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1954
1955commit 22199018879055d8653e59d8236bef57164fac66
1956Author: Alan Coopersmith <alan.coopersmith@sun.com>
1957Date:   Mon Mar 16 13:28:18 2009 -0700
1958
1959    Correct locale alias for sh_BA.ISO8859-2@bosnia (should be sr, not nr)
1960    
1961    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1962
1963commit 4c63c27eab2b88f5556dbf72c36321f50f6de35e
1964Author: Alan Coopersmith <alan.coopersmith@sun.com>
1965Date:   Thu Mar 12 18:57:20 2009 -0700
1966
1967    Bug 9953: Please provide locale alias hu_HU.utf8
1968    
1969    X.Org Bug #9953 <http://bugs.freedesktop.org/show_bug.cgi?id=9953>
1970    Debian Bug #407573 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=407573>
1971    
1972    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1973
1974commit 501f4e0ada1690783ada05ad412e4b191ad55336
1975Author: Alan Coopersmith <alan.coopersmith@sun.com>
1976Date:   Thu Mar 12 17:38:21 2009 -0700
1977
1978    Bug 6820: Xlib shouldn't handle EAGAIN as a fatal IO error
1979    
1980    X.Org Bug #6820 <http://bugs.freedesktop.org/show_bug.cgi?id=6820>
1981    Patch #17637 <http://bugs.freedesktop.org/attachment.cgi?id=17637>
1982    
1983    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1984
1985commit 7b9c543e7210c7da204871c31a160e79d3a949b6
1986Author: Paul Bender <pebender@gmail.com>
1987Date:   Thu Mar 12 17:11:42 2009 -0700
1988
1989    Bug 15664: xau & xdmcp not needed in x11.pc dependencies when built with xcb
1990    
1991    X.Org bug #15664 <https://bugs.freedesktop.org/show_bug.cgi?id=15664>
1992    Patch #16128 <https://bugs.freedesktop.org/attachment.cgi?id=16128>
1993    
1994    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1995
1996commit fd2cf1ef66c2aff3dc758956c9e9e567b9892c06
1997Author: Xue Wei <Wei.Xue@Sun.COM>
1998Date:   Wed Mar 4 19:32:29 2009 -0800
1999
2000    Add UTF-8 locale entries for es_US, kk_KZ, mt_MT, and sh_BA
2001    
2002    Sun bug 6809309 Add new utf8 locales supported by Xlib
2003    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6809309>
2004    
2005    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2006
2007commit cb70c9bc43267577859a3674ca9de9be396ba69e
2008Author: Alan Coopersmith <alan.coopersmith@sun.com>
2009Date:   Mon Feb 23 19:29:15 2009 -0800
2010
2011    Add --with-locale-lib-dir configure option to set locale lib install dir
2012    
2013    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2014
2015commit ccd3584f0330db8dac90b9313c33ab8b5b2ec6af
2016Author: Alan Coopersmith <alan.coopersmith@sun.com>
2017Date:   Mon Feb 23 18:33:51 2009 -0800
2018
2019    Incorporate more locale names/aliases from Solaris libX11
2020    
2021    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2022
2023commit 83ce4daefdf544f801c7d666c89162690a36ce41
2024Author: Alan Coopersmith <alan.coopersmith@sun.com>
2025Date:   Mon Feb 23 18:32:34 2009 -0800
2026
2027    Incorporate char range comments from Solaris version of ksc5601.h
2028    
2029    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2030
2031commit ee279c84e34f1ebb8a6ff17d54ee146d11e29764
2032Author: Chris Ball <cjb@laptop.org>
2033Date:   Sat Feb 21 14:48:42 2009 -0500
2034
2035    Fix fi_FI locale install directory.
2036    
2037    fi_FI was setting "x11thislocaledir" to en_US, with the result that its
2038    locale data was written in that locale dir.
2039    
2040    Signed-off-by: Chris Ball <cjb@laptop.org>
2041
2042commit da6bbca07c796c69172a649405474f03bee66754
2043Author: Emilio Jesús Gallego Arias <egallego@babel.ls.fi.upm.es>
2044Date:   Sat Feb 21 20:17:23 2009 +0100
2045
2046    xcb_io: Avoid datatype overflow on AMD64 and friends.
2047
2048commit 4ef6491afa69e8441caee7bbebc583e6e796275e
2049Author: Chris Ball <cjb@laptop.org>
2050Date:   Sat Feb 21 12:51:03 2009 -0500
2051
2052    Build fix for fi_FI.
2053    
2054    Commit 642c4e928e770e0.. instructs make to enter nls/fi_FI, but no
2055    Makefile is written there by configure.
2056    
2057    Signed-off-by: Chris Ball <cjb@laptop.org>
2058
2059commit 642c4e928e770e012379539a6ce09e11c02f09a6
2060Author: Julien Cristau <jcristau@debian.org>
2061Date:   Sat Feb 21 03:12:05 2009 +0100
2062
2063    nls: actually use the fi_FI.UTF-8 files
2064    
2065    The subdir wasn't added to nls/Makefile.am
2066
2067commit 9bad8309ef289bb943651abf6967b24fa2252aac
2068Author: Alan Coopersmith <alan.coopersmith@sun.com>
2069Date:   Fri Feb 20 14:45:54 2009 -0800
2070
2071    flags member of Display structure needs to be marked volatile
2072    
2073    Since the Xlib multithreaded code checks the flags variable in _XFlushInt
2074    to see if the other threads are done yet, it has to be marked volatile so
2075    the compiler doesn't optimize out re-loading it on each trip through the
2076    while loop and end up in an impossible-to-exit infinite loop of CPU chewing.
2077    
2078    Part of fix for Sun bug 6409332: infinite loop in XFlushInt() on x86/32-bit
2079    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6409332>
2080    
2081    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2082
2083commit ef5c446395aa30d7b1096a112e241a81c5b358e7
2084Author: Xue Wei <Wei.Xue@Sun.COM>
2085Date:   Fri Feb 20 15:12:35 2009 -0800
2086
2087    Add nn_NO.UTF-8 to compose.dir.pre for Norwegian Nynorsk
2088    
2089    Sun bug 6691236: Swing applications dump core when locale is nn_NO.UTF-8
2090    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6691236>
2091    
2092    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2093
2094commit 3822f2654e9630167f0c6cae317b472c09771672
2095Author: Xue Wei <Wei.Xue@Sun.COM>
2096Date:   Fri Feb 20 15:03:51 2009 -0800
2097
2098    Add locale aliases for no_NO & sh_BA locale variants
2099    
2100    Fixes Sun bug id 6691219: xterm refuses to start in some locales
2101    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6691219>
2102    
2103    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2104
2105commit 63b6b5b5f522c0a606b32163c643edb64ca91d54
2106Author: Xue Wei <Wei.Xue@Sun.COM>
2107Date:   Fri Feb 20 14:23:11 2009 -0800
2108
2109    Add kk_KZ.UTF-8 to locale.dir.pre for Kazakhstan
2110    
2111    Fixes Sun bug id 6737254 ("kk_KZ.UTF-8 locale: In Java applications
2112     changing keyboard layout with gimlet does not work")
2113    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6737254>
2114    
2115    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2116
2117commit d497301707962f3b94542e999a36abffcfbd303d
2118Author: Julien Cristau <jcristau@debian.org>
2119Date:   Tue Feb 17 16:09:41 2009 +0100
2120
2121    Bump to 1.2
2122
2123commit 990e71361d1d7b79bf07b1dc93e4e905d4f1bdaf
2124Author: Julien Cristau <jcristau@debian.org>
2125Date:   Tue Feb 17 15:23:40 2009 +0100
2126
2127    Check Xmalloc return value in _XConnectXCB
2128    
2129    X.Org bug#19137 <http://bugs.freedesktop.org/show_bug.cgi?id=19137>
2130    
2131    Signed-off-by: Julien Cristau <jcristau@debian.org>
2132
2133commit b4b5893f69419ff577bbaa4d18f78e4ffd729a0c
2134Author: James Cloos <cloos@jhcloos.com>
2135Date:   Sat Feb 14 12:35:56 2009 -0500
2136
2137    dolt: allow older versions of bash to compile the library
2138    
2139    Cf xserver commit 7be6520d and bugzilla #19031.
2140
2141commit 20982d6866e24453642b0b592fa0f13a88aa747c
2142Author: Will Thompson <will@willthompson.co.uk>
2143Date:   Thu Feb 5 02:53:06 2009 +1100
2144
2145    NLS: Compose: Non-aliasing CCCP
2146    
2147    Oops, cccp aliased cc for question mark.  Upper-case it to avoid fail.
2148    
2149    Signed-off-by: Will Thompson <will@willthompson.co.uk>
2150    Signed-off-by: Daniel Stone <daniel@fooishbar.org> (sorry)
2151
2152commit f052665394f3f0319e93a98f1d5d4ea287e1dd07
2153Author: Will Thompson <will@willthompson.co.uk>
2154Date:   Wed Feb 4 14:51:11 2009 +0000
2155
2156    Add two essential compose sequences
2157    
2158    Signed-off-by: Will Thompson <will@willthompson.co.uk>
2159    Signed-off-by: Daniel Stone <daniel@fooishbar.org>
2160
2161commit d7bea6fa909bf34c43efe0ca8239ab0f9f3a415f
2162Author: Alan Coopersmith <alan.coopersmith@sun.com>
2163Date:   Mon Feb 2 20:34:31 2009 -0800
2164
2165    Add README with pointers to mailing list, bugzilla & git repos
2166    
2167    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2168
2169commit f682c27e93512773122887d2cbabb1657af45d2e
2170Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
2171Date:   Mon Feb 2 16:36:39 2009 -0200
2172
2173    Check if a function argument is NULL.
2174    
2175      This was an addition to patch (also by me)
2176    https://bugs.freedesktop.org/attachment.cgi?id=14660
2177    that was not added when rediscovering/correcting the problem.
2178
2179commit 427e9d45d424b84efd9fc499aebf8d72392844c5
2180Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
2181Date:   Thu Feb 28 15:58:12 2008 -0300
2182
2183    Allow multiple inclusions of cursorfont.h, cosmetic patch.
2184
2185commit b91524a53e691f6a5d278fd8972b48a14ebeedeb
2186Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
2187Date:   Thu Feb 28 15:54:43 2008 -0300
2188
2189    Don't add prototypes for functions that don't exist.
2190    
2191    Note that a full review was not done, only for functions that receive
2192    char/short arguments, or one of it's parameters is a function pointer
2193    that requires char/short arguments.
2194
2195commit 537eb52fe266ac439c4b383bb04a70017b709911
2196Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
2197Date:   Thu Feb 28 15:50:27 2008 -0300
2198
2199    WORD64 compile fix. This bug catched on a overview of the code.
2200    
2201    The code is wrong since the first git revision, so it seens that it has
2202    not been compiled with WORD64 for quite some time, there is also another
2203    interesting code in xkb/XKBRdBuf.c:
2204      <hash>ifdef WORD64
2205      _XkbWriteCopyData32 Not Implemented Yet for sizeof(int)==8
2206      <hash>endif
2207    and possibly there are other similar problems.
2208
2209commit ffd0300fb74c6183208ae599133f2ded09e08d97
2210Author: Brian Rogers <brian@xyzw.org>
2211Date:   Sat Jan 31 10:37:51 2009 -0800
2212
2213    Initialize event_notify after allocating the memory for it.
2214    
2215    An uninitialized or otherwise invalid condition variable can apparently
2216    cause a hang in pthread_cond_broadcast. Ekiga, openoffice, and xine
2217    at least are freezing as a result of event_notify never being initialized.
2218    
2219    Signed-off-by: Brian Rogers <brian@xyzw.org>
2220    Signed-off-by: Bart Massey <bart@cs.pdx.edu>
2221
2222commit 97fc6babd4ccaf300e25708868aa2a738893dc30
2223Author: James Cloos <cloos@jhcloos.com>
2224Date:   Thu Jan 29 20:10:41 2009 -0500
2225
2226    NLS: Add UTF-8 compose file for Finnish
2227    
2228    From bug report:
2229    
2230      https://bugs.freedesktop.org/show_bug.cgi?id=18747
2231
2232commit 1bd2966ed88f83479a066c6ca7da23a515979550
2233Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
2234Date:   Thu Jan 29 20:25:15 2009 -0200
2235
2236    patches to avoid gcc warnings for libX11 (#4)
2237    
2238    Author is Peter Breitenlohner <peb@mppmu.mpg.de>
2239    Bug #17946, attachment #19443
2240    
2241    This patch avoids the gcc warning
2242    	../../../../libX11-1.1.5/modules/im/ximcp/imDefLkup.c:223: warning: passing arg 1 of `_XimProcSyncReply' from incompatible pointer type
2243    (same as already done at other places)
2244    
2245    BTW: what is the difference between XIM (the type of ic->core.im)
2246    and Xim ?
2247
2248commit f16dd6af3eb17a25b8ee03d6617a7acc6e919fb0
2249Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
2250Date:   Thu Jan 29 20:22:21 2009 -0200
2251
2252    patches to avoid gcc warnings for libX11 (#3)
2253    
2254    Author is Peter Breitenlohner <peb@mppmu.mpg.de>
2255    Bug #17946, attachment #19441
2256    
2257    This patch avoids the two gcc warnings
2258    	../../../../libX11-1.1.5/modules/im/ximcp/imRm.c:413: warning: assignment discards qualifiers from pointer target type
2259    	../../../../libX11-1.1.5/modules/im/ximcp/imRm.c:450: warning: assignment discards qualifiers from pointer target type
2260    
2261    Note, that this as a rather crude fix of the problem (and it is really a
2262    shame to cast name_table to non-const).
2263    
2264    The right solution would be to declare XIMValuesList.supported_values
2265    (in include/X11/Xlib.h) as 'const char **' (or '_Xconst char **').
2266    This will, however, require extensive modifications in various places.
2267
2268commit cce75c5dce73fe1f8626ed9e6798138ada09a860
2269Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
2270Date:   Thu Jan 29 20:20:18 2009 -0200
2271
2272    patches to avoid gcc warnings for libX11 (#2)
2273    
2274    Author is Peter Breitenlohner <peb@mppmu.mpg.de>
2275    Bug #17946, attachment #19440
2276    
2277    Avoid a preprocessor message
2278    	<stdin>:194: warning: no newline at end of file
2279    
2280    Two more such warnings (in XkbSAGroup.man and XkbSASetGroup.man)
2281    seem to be caused by a truncated (or otherwise incomplete)
2282    manpage.
2283
2284commit 692baebcc50f1e952800bfe4e2e6bc42f54e62fe
2285Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
2286Date:   Thu Jan 29 20:12:24 2009 -0200
2287
2288    patches to avoid gcc warnings for libX11 (#1)
2289    
2290    Author is Peter Breitenlohner <peb@mppmu.mpg.de>
2291    Bug #17946, attachment #19439
2292    
2293    Define as 1 (one) as done by autoconf and the command line
2294    option, e.g. -DX11_t, not as empty.
2295    
2296    This avoids the gcc (3.4.6) warnings:
2297    	../../libX11-1.1.5/src/x11_trans.c:27:1: warning: "X11_t" redefined
2298    	<command line>:7:1: warning: this is the location of the previous definition
2299    	../../libX11-1.1.5/src/x11_trans.c:28:1: warning: "TRANS_CLIENT" redefined
2300    	<command line>:8:1: warning: this is the location of the previous definition
2301    
2302    Similarly, follow the autoconf convention to define XTHREADS
2303    and XUSE_MTSAFE_API as one.
2304    
2305    This avoids analogous warnings when compiling libXcomposite,
2306    libXcursor, and libXdamage.
2307    
2308    No reason to AC_SUBST XTHREADS and XUSE_MTSAFE_API (unused).
2309
2310commit a1977883c9f5ef0e515569d6e2ebccb07411f98c
2311Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
2312Date:   Thu Jan 29 15:01:06 2009 -0200
2313
2314    Janitor: Correct some gcc/sparse warnings.
2315    
2316      Most remaining warnings are about XIM/Xim to/from conversion
2317    and discarding const from pointers.
2318
2319commit 8ba0ca32a63c532f128bdca7f1bf982cab8e12be
2320Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
2321Date:   Wed Jan 28 20:31:42 2009 -0200
2322
2323    Janitor: ansification, make distcheck, compiler warnings.
2324    
2325      Only convert to use "ansi prototypes" the functions warned from
2326    compilation with "./autogen.sh --prefix=/usr", on a Linux computer.
2327    
2328      Also, only address "trivial" compiler warning fixes in this commit.
2329    
2330      The new .gitignore is the output of a command like:
2331    % find . -name .gitignore -exec cat {} \; | sort | uniq
2332    and only the toplevel .gitignore file was kept.
2333
2334commit 091c1624fd2f9d933329d6152e4ecd865aa7903a
2335Author: Peter Hutterer <peter.hutterer@who-t.net>
2336Date:   Tue Jan 13 12:05:54 2009 +1000
2337
2338    Fix wrong implies symbol.
2339    
2340    Quote Simos Xenitellis:
2341    > I checked the gtk+ commit logs that go back to 2000, and I see that still it
2342    > was
2343    >
2344    >   { 0x08ce, 0x21d2 }, /*                     implies ⇒ RIGHTWARDS
2345    > DOUBLE ARROW */
2346    >
2347    > In XFree86, it appears there was an error when they converted the
2348    > original table to
2349    > http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/imKStoUCS.c?rev=1.1&content-type=text/vnd.viewcvs-markup
2350    > and the problem still shows up there (November 2000).
2351    
2352    http://lists.freedesktop.org/archives/xorg/2008-October/039743.html
2353    
2354    Reported by Erik Streb del Toro.
2355
2356commit e32521f19e0b07649b7e3a03d56a2bd556b138fb
2357Author: James Cloos <cloos@jhcloos.com>
2358Date:   Sun Dec 7 04:13:34 2008 -0500
2359
2360    [i18n] s/U00DC/Udiaeresis/g
2361    
2362    The xkeyboard-config keyboards generate the symbol Udiaeresis, not
2363    U00DC.  Make sure the relevant Compose sequences expect the symbol
2364    which the keyboards actually send.
2365
2366commit b7502abfe22f8dc009b21cda1172af221d8f9f32
2367Author: James Cloos <cloos@jhcloos.com>
2368Date:   Sun Dec 7 04:09:46 2008 -0500
2369
2370    Revert "For nls/*.pre, allow people to comment lines by starting them with '##'."
2371    
2372    As of commit c9d20e3 the initial double-hashes are replaced with proper C comments.
2373    
2374    This reverts commit a225a0be48770beb689d5ac5da97073634f7deab.
2375
2376commit c9d20e3f697c9cfae5511412023362c1db7449b1
2377Author: James Cloos <cloos@jhcloos.com>
2378Date:   Sun Dec 7 04:08:23 2008 -0500
2379
2380    Use C comments rather than initial doubled hashes to exclude lines from .pre files
2381
2382commit c34ce54d9eac2d8052dc5f205a2ab09866ef5d25
2383Author: vehemens <vehemens@verizon.net>
2384Date:   Sun Dec 7 01:18:26 2008 -0500
2385
2386    [i18n] Distribute new headers which were added for gb18030 support.
2387    
2388    big5hkscs.h and gbk.h, added in 67e34d7a, need to be in SOURCES to
2389    make it into the tar.
2390    
2391    Completes 67e34d7a82ccd31f1208c0c43a6d58c3c05bf51.
2392    
2393    Signed-off-by: James Cloos <cloos@jhcloos.com>
2394
2395commit 418819558d2c60e58b4e3022ce0fadf2143488ac
2396Author: Stefan Dirsch <sndirsch@suse.de>
2397Date:   Sat Nov 22 22:01:07 2008 +0100
2398
2399    Fixed strange font mixups, when fontsets are still used (#2676, Novell #74299).
2400
2401commit 67e34d7a82ccd31f1208c0c43a6d58c3c05bf51a
2402Author: Stefan Dirsch <sndirsch@suse.de>
2403Date:   Sat Nov 22 19:40:54 2008 +0100
2404
2405    Added remaining xlib patch required for gb18030 support (#1573).
2406
2407commit 55782a0a1fe1560f1a9c0ed78bc7f2575c15abcf
2408Author: Stefan Dirsch <sndirsch@suse.de>
2409Date:   Sat Nov 22 17:53:06 2008 +0100
2410
2411    Added remaining hunk of Egbert's patch to prevent XIM deadlocks (#1182).
2412
2413commit c859446c500c883a67f7a86cab1a44844e24dade
2414Author: Ken Thomases <ken@codeweavers.com>
2415Date:   Fri Nov 21 13:58:10 2008 -0500
2416
2417    [i18n] Provide translation from XK_partialderivative (8ef) to Unicode (U2202)
2418    
2419    Signed-off-by: James Cloos <cloos@jhcloos.com>
2420
2421commit 5e68e94d852c730ef9264fc0d8ca61a2ffe98b53
2422Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2423Date:   Mon Nov 17 20:47:26 2008 -0800
2424
2425    Force local transport when using the launchd socket.
2426    
2427    Fixes a regression due to
2428    bf53987eaf0fbd7f7627783fc39e7ee99e8361ba
2429
2430commit 7aca689ce14d314b5c8c72c8df76f53f76ab467c
2431Author: Peter Hutterer <peter.hutterer@redhat.com>
2432Date:   Fri Nov 14 10:32:50 2008 +1000
2433
2434    Add XF86Suspend, XF86Hibernate to KeysymDB.
2435
2436commit d16b11f25f8265e651def8d80bcd430c0448e664
2437Author: James Cloos <cloos@jhcloos.com>
2438Date:   Tue Nov 11 19:43:39 2008 -0500
2439
2440    [nls] Annotate the Bépo compose sequences
2441    
2442    Add comments with the UCS names.
2443    Add utf-8 strings for each result.
2444    Format for easy reading.
2445
2446commit 730298464240be6f65b32416b3f9b20062c61825
2447Author: James Cloos <cloos@jhcloos.com>
2448Date:   Tue Nov 11 16:41:34 2008 -0500
2449
2450    [nls]  Add some UTF-8 Compose sequences
2451    
2452    As requested for the Bépo keyboard layout (http://clavier-dvorak.org/wiki/).
2453    
2454    Cf. bugs:
2455    
2456      https://bugs.freedesktop.org/show_bug.cgi?id=17821
2457      https://bugs.freedesktop.org/show_bug.cgi?id=17822
2458
2459commit ad6008a0c92733826983eb93f063d3d6276007d8
2460Author: Colin Harrison <colin.harrison@virgin.net>
2461Date:   Thu Nov 6 17:48:21 2008 -0500
2462
2463    Fix copy/paste typo in imLcPrs
2464    
2465    Signed-off-by: James Cloos <cloos@jhcloos.com>
2466
2467commit 0f0168ad18f8a280fc5a689eb02cfaa62d022ea6
2468Author: Adam Jackson <ajax@redhat.com>
2469Date:   Thu Nov 6 14:54:13 2008 -0500
2470
2471    Fix leak in _XimXGetReadData
2472    
2473    Spotted by Denis Dzyubenko
2474
2475commit ae23c25b9349ab1d7ff81f3075c000cf35fc442b
2476Author: Julien Cristau <jcristau@debian.org>
2477Date:   Wed Nov 5 22:09:37 2008 +0100
2478
2479    Bump to 1.1.99.2
2480
2481commit d31e644c65c52828ea3e7abd94a8cf9aee12265c
2482Author: Julien Cristau <jcristau@debian.org>
2483Date:   Wed Nov 5 21:33:13 2008 +0100
2484
2485    Fix distcheck
2486
2487commit e6a7b70cdb2ae8b713012839a0a0bbb93817b8ef
2488Author: Jamey Sharp <jamey@minilop.net>
2489Date:   Wed Oct 29 14:00:33 2008 -0700
2490
2491    Support multiple independent internal sync handlers
2492    
2493    Xlib has several independent tasks that need to be performed with the
2494    display unlocked. It does this by replacing the existing sync handler with
2495    one of a variety of internal sync handlers. However, if multiple internal
2496    sync handlers need to run, then the last one registering wins and
2497    previously registered internal sync handlers are never invoked. This
2498    manifested as a bug with DRI applications on Xlib/XCB as that requires
2499    both an XID handler after every XID allocation, and the periodic sequence
2500    number handler. The XID handler would win, and the sequence number handler
2501    would never be invoked.
2502    
2503    Fix this by unifying the internal sync handler mechanism into a single
2504    function that calls all of the known internal sync handlers. They all need
2505    to deal with being called when not strictly necessary now.
2506    
2507    Signed-off-by: Keith Packard <keithp@keithp.com>
2508    Signed-off-by: Jamey Sharp <jamey@minilop.net>
2509    Signed-off-by: Josh Triplett <josh@freedesktop.org>
2510
2511commit 2dbaaab9c4e3894b33dcae850551dee5473431d5
2512Author: Keith Packard <keithp@keithp.com>
2513Date:   Sat Oct 11 21:44:21 2008 -0700
2514
2515    Ensure that _XReadEvents always leaves an event in the queue on return
2516    
2517    XNextEvent assumes that the event queue will be non-empty on return from
2518    _XReadEvents, but with multiple event readers running, the previous change
2519    could leave the queue empty on return from process_responses. Re-invoke
2520    process_responses until the queue is non-empty.
2521    
2522    Signed-off-by: Keith Packard <keithp@keithp.com>
2523
2524commit bedfe68259037c5564fe52758c92b9c97729640a
2525Author: Keith Packard <keithp@keithp.com>
2526Date:   Sat Oct 11 21:10:23 2008 -0700
2527
2528    Permit only one Xlib thread to block waiting for events
2529    
2530    As Xlib queues events internally, we must prevent multiple Xlib threads from
2531    entering XCB to wait for an event in case the queued event is to be
2532    delivered to the thread which didn't manage to read it. In other words, let
2533    only one Xlib thread into xcb_wait_for_event at a time.
2534    
2535    Jamey Sharp looked over my shoulder while making this fix and, while hating
2536    my whitespace conventions, appears happy enough with the actual code.
2537    
2538    Signed-off-by: Keith Packard <keithp@keithp.com>
2539
2540commit cc19618d2eb3ed92a0b574aee26a7da8b4aed5d2
2541Author: Jamey Sharp <jamey@minilop.net>
2542Date:   Sun Mar 23 16:33:50 2008 -0700
2543
2544    Fix XAllocID race: hold the user display lock until we have a new XID.
2545    
2546    Xlib built --without-xcb is also vulnerable to this race, and a similar
2547    fix might work there too.
2548    
2549    Also, use an XID that's truly invalid while waiting for the next XID to be
2550    requested.
2551
2552commit 54e5c0941b0ded1628d559a9f0a3451ea96c299b
2553Author: Josh Triplett <josh@freedesktop.org>
2554Date:   Sat Mar 15 17:22:23 2008 -0700
2555
2556    Use XCB's new socket handoff mechanism rather than the old XCB Xlib lock.
2557    
2558    Previously, Xlib/XCB used XCB's Xlib lock to prevent XCB from sending
2559    requests between calls to Xlib's LockDisplay and UnlockDisplay macros.
2560    Xlib/XCB then sent all of its requests using XCB's xcb_send_request, and
2561    had to flush its requests when unlocking the display.
2562    
2563    XCB 1.2 adds a new socket handoff mechanism, xcb_take_socket.  Replace
2564    much of the existing Xlib/XCB implementation with the use of
2565    xcb_take_socket to take ownership of the write side of the X connection
2566    socket, and a return_socket callback which writes any outstanding requests
2567    with xcb_writev.  This approach allows Xlib/XCB to use the same buffering
2568    as traditional Xlib did.  In particular, programs which use Xlib/XCB and
2569    never make XCB calls will never need to hand the socket back to XCB, and
2570    vice versa.
2571    
2572    This allows us to discard large quantities of synchronization code from
2573    Xlib/XCB, together with the synchronization bugs present in that code.
2574    Several test cases which previously failed now work perfectly, including
2575    multi-threaded ico.  In addition, the infamous locking correctness
2576    assertions, triggered when double-locking or when unlocking without a
2577    previous lock, no longer exist, because Xlib/XCB no longer has any reason
2578    to care more about application locking than traditional Xlib does.
2579    
2580    Furthermore, the handoff approach provides great improvements to
2581    performance.  Results from x11perf's XNoOp test, which represented the
2582    worst case for the lock-based Xlib/XCB:
2583    
2584    Traditional Xlib:       average 19100000/sec
2585    Lock-based Xlib/XCB:    average  3350000/sec
2586    Handoff-based Xlib/XCB: average 17400000/sec
2587    
2588    Thus, for no-ops, the handoff mechanism provides more than a 4x speedup to
2589    Xlib/XCB, bringing Xlib/XCB within 9% of traditional Xlib no-op
2590    performance.  Of course, real-world workloads do not use no-op, so your
2591    mileage may vary.  In particular, since no-ops represent the worst case,
2592    we expect real workloads to more closely match the performance of
2593    traditional Xlib.
2594    
2595    While removing synchronization code, we changed _XReply to not drop any
2596    locks when calling xcb_wait_for_reply; previously, we had to carefully
2597    avoid a deadlock between the Display lock and the XCB Xlib lock. Holding
2598    the locks reduces implementation complexity and should not impact
2599    applications.
2600    
2601    Commit by Jamey Sharp and Josh Triplett.
2602    XCB's handoff mechanism inspired by Keith Packard.
2603
2604commit 5a19ac473f7a8046b0421fbd5d53da160c22ed75
2605Author: Chris Ball <cjb@laptop.org>
2606Date:   Mon Nov 3 22:57:29 2008 -0500
2607
2608    Remove configure check for xcb-xlib.
2609    
2610    xcb-xlib has been intentionally removed from libxcb; stop checking for
2611    it at configure-time.
2612
2613commit 34b35dda0bb7f3cf0ad9ab95ad7953d35d24f71b
2614Author: Josh Triplett <josh@freedesktop.org>
2615Date:   Wed Oct 29 14:37:44 2008 -0700
2616
2617    .gitignore: Add dolt files
2618
2619commit 1290cccf2d90083eba852f5f413f7e3dff48ccd2
2620Author: Peter Hutterer <peter.hutterer@redhat.com>
2621Date:   Tue Oct 28 11:56:55 2008 +1030
2622
2623    man: fix formatting error in XkbGetIndicatorState man page.
2624
2625commit b1022fa6d7e97640049e93ffa108083fc8d71b05
2626Author: James Cloos <cloos@jhcloos.com>
2627Date:   Sat Oct 25 09:13:08 2008 -0400
2628
2629    Increase size of working arrays in the makekeys utility program.
2630    
2631    Makekeys is used to create an optimal hash of the keysyms defined
2632    in x11proto’s keysymdef.h.
2633    
2634    The recent addition of new keysyms there has triggered a bug in
2635    makekeys where it tries to use a zero on the rhs of the % (mod)
2636    operator (resulting in a divide by zero error) whenever it fails
2637    to find a solution within its constraints.
2638    
2639    Increasing the size of the arrays allows it to find a solution for
2640    the current set of keysyms.
2641    
2642    Makekeys is only run durring the build process, so this has no impact
2643    on users of libX11, only on the amount of VM needed to build it.
2644    
2645    It still needs a more complete fix, but this allows compiles to
2646    progress until that is completed.
2647
2648commit 3e9afd501e40d76040635bd9a3045bcaf5a03b60
2649Author: James Cloos <cloos@jhcloos.com>
2650Date:   Sat Oct 11 01:03:14 2008 -0400
2651
2652    Dolt-ify
2653    
2654    Add dolt to acinclude.m4 and call it it configure.ac to speed compiles.
2655
2656commit 39c0b266cac8cbc15bf501d7869186862f01d823
2657Author: Peter Hutterer <peter.hutterer@redhat.com>
2658Date:   Wed Oct 15 14:30:20 2008 +1030
2659
2660    Add more keysyms for PS3 BD remotes, Ericsson Phones #16519
2661    
2662    X.Org Bug 16519 <https://bugs.freedesktop.org/show_bug.cgi?id=16519>
2663
2664commit d23aad31338e7d869d878d5aa1b6b91d20287005
2665Author: Peter Hutterer <peter.hutterer@redhat.com>
2666Date:   Mon Oct 13 09:41:59 2008 +1030
2667
2668    Add XF86Battery, XF86Bluetooth, XF86WLAN, XF86UWB to keysymdb.
2669
2670commit 214ea6f5fd6aeaa7303ea4a69f9aedabf219ec4c
2671Author: Peter Hutterer <peter.hutterer@who-t.net>
2672Date:   Thu Jul 24 15:44:26 2008 +0930
2673
2674    xkb: fix out-by-1 error in _XkbWriteKeyExplicit.
2675    
2676    Thanks to Michael Meeks, Novell Bug 369263.
2677    https://bugzilla.novell.com/show_bug.cgi?id=369263
2678
2679commit e7ece39afc8e0adc3b6b1e70b337b98376754462
2680Author: Alan Coopersmith <alan.coopersmith@sun.com>
2681Date:   Tue Oct 7 15:41:38 2008 -0700
2682
2683    Sun bug #6739431: double free in _X11TransConnectDisplay()
2684    
2685    Double free() introduced in bf53987eaf0fbd7f7627783fc39e7ee99e8361ba
2686    After copying original_hostname to phostname, set original_hostname
2687    to NULL, so we don't free the same pointer twice when we free both
2688    original_hostname and phostname.
2689    
2690    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6739431>
2691
2692commit 0877bc916afbd1ff8f1833edc930b765ea783576
2693Author: Daniel Stone <daniel@fooishbar.org>
2694Date:   Tue Sep 23 19:02:02 2008 +0300
2695
2696    configure.ac: Fix CC_FOR_BUILD logic error
2697    
2698    Turns out we were accidentally smashing it so that you couldn't set it
2699    externally at all.  Oops.
2700
2701commit 58bf3aa746908f01c37be7045699e43a4e270944
2702Author: John Tapsell <johnflux@gmail.com>
2703Date:   Tue Sep 23 17:30:13 2008 +0300
2704
2705    Build: Use native compiler for makekeys
2706    
2707    makekeys needs to be run during the build process, as opposed to on the
2708    target, so build it with either of gcc or cc to fix cross-compiling.
2709    This can be overridden by setting $CC_FOR_BUILD.
2710
2711commit 340422a5c7a413faef18666cada27cee14615250
2712Author: Adam Jackson <ajax@redhat.com>
2713Date:   Wed Sep 17 12:54:34 2008 -0400
2714
2715    Fix the previous patch for the BadFont case.
2716
2717commit 2335eafe4b53c27f6f9ee1bab3e1f5842f896428
2718Author: Matthias Clasen <mclasen@redhat.com>
2719Date:   Wed Sep 17 10:43:52 2008 -0400
2720
2721    Bug #17616: Fix an XCB leak when the client has a non-fatal error handler.
2722
2723commit db0b85db29699be6bf7e78dede655d59ba926dfc
2724Author: Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2725Date:   Sun Sep 14 19:15:26 2008 -0400
2726
2727    Fix problem with <dead_acute> <c> in pt_BR.UTF-8
2728    
2729    The <dead_acute> <C> and <dead_acute> <c> lines in the pt_BR UTF-8
2730    Compose file show "Ç" and "ç" (c with cedilla accent) (akin to the
2731    ISO 8859 pt_BR Compose file) as the string but specify the keysym
2732    and comment for Ć and ć (c with acute accent).
2733    
2734    This commit normalizes those two lines to match the specified string.
2735    
2736    Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=4671
2737    
2738    Signed-off-by: James Cloos <cloos@jhcloos.com>
2739
2740commit b065c011baa69b69e3ea77c30d5e153c0d103e2d
2741Author: Michael Verret <michael.verret@gmail.com>
2742Date:   Mon Sep 8 16:33:35 2008 -0400
2743
2744    Fix documentation typo
2745    
2746    Signed-off-by: James Cloos <cloos@jhcloos.com>
2747
2748commit 4213ea95185377bdd1b51e82933f331fc0f52e5b
2749Author: James Cloos <cloos@jhcloos.com>
2750Date:   Sat Sep 6 04:19:19 2008 -0400
2751
2752    Remove extraneous <angle brackets> from the Ethiopic Compose file.
2753    
2754    The am_ET.UTF-8 Compose file submitted in:
2755    
2756    https://bugs.freedesktop.org/show_bug.cgi?id=11307
2757    
2758    for the OLCP project used incorrect syntax.  (It has angle brackets around the
2759    Uxxxx symbols on the right hand side rather than only on the left hand side).
2760    
2761    This bug is noted in OLPC’s ticket:
2762    
2763    http://dev.laptop.org/ticket/7474
2764    http://dev.laptop.org/attachment/ticket/7474/olpc_7474_dead_vowels_libX11.patch
2765
2766commit 9df84b513dd2b6e65e6d528cfac6d4cc3ea46918
2767Author: James Cloos <cloos@jhcloos.com>
2768Date:   Mon Sep 1 17:49:33 2008 -0400
2769
2770    Complete the set of vulgar fractions
2771    
2772    Unicode 1.1 added thirds, fifths, sixths and eights;
2773    we might as well catch up.
2774    
2775    (Unicode and ISO 10646 have 1/7 (U2150), 1/9 (U2151), 1/10 (U2152)
2776    and 0/3 (U2189) in their pipelines, but those four can be added
2777    here after they are published.)
2778
2779commit a788792e9de95f8db0639557859722a35087481d
2780Author: James Cloos <cloos@jhcloos.com>
2781Date:   Wed Aug 20 15:28:07 2008 -0400
2782
2783    nls (en_US) Re-remove long compositions that override shorter
2784    
2785    As reported in <https://bugs.freedesktop.org/show_bug.cgi?id=17228>:
2786    
2787      Commit a6f4bbf7
2788        nls (en_US): remove long compositions that override shorter [...]
2789        removed some longer compose sequences because there are shorter
2790        ones which take preference over the longer. For example the
2791        sequences:
2792    
2793          <Multi_key> <apostrophe> <comma> <c>   : U1E09 # ḉ
2794          <Multi_key> <apostrophe> <comma> <C>   : U1E08 # Ḉ
2795    
2796        were removed becase there already was:
2797    
2798          <Multi_key> <apostrophe> <comma>       : U201A # ‚
2799    
2800      Then commit 4ba09125
2801        Work on making the en_US and pt_BR UTF-8 Compose as similar as
2802        possible added exactly the same key sequences again. Obviusly
2803        they won't work.
2804
2805commit 55248e5c84c3fd8c349a3bb4cb15a1ec86989d74
2806Author: James Cloos <cloos@jhcloos.com>
2807Date:   Thu Jul 17 21:01:42 2008 -0400
2808
2809    Add more <Multi_key> <cedilla> Compose tuples
2810    
2811    The last commit missed the el_GR UTF-8 Compose.pre as well as
2812    the various ISO 8859 locales which have compose sequences
2813    generating ‘WITH CEDILLA’ characters.
2814    
2815    (Interestingly, some of the 8859 locales already supported
2816    <Multi_key> <cedilla> for some CEDILLA characters, but not
2817    for Ç or ç.)
2818    
2819    This is further work on bug 10397.
2820
2821commit 4ba091255bb953d53078ba5619d6751052c739f7
2822Author: James Cloos <cloos@jhcloos.com>
2823Date:   Thu Jul 17 17:16:50 2008 -0400
2824
2825    Work on making the en_US and pt_BR UTF-8 Compose as similar as possible.
2826    
2827    The eventual goal here is to have a single primary UTF-8 Compose
2828    file which the locale-specific UTF-8 Compose.pre files can #include.
2829
2830commit 254522d3c24e0590732fc03cdd61ff4564819d94
2831Author: James Cloos <cloos@jhcloos.com>
2832Date:   Thu Jul 17 17:13:36 2008 -0400
2833
2834    Add <Multi_key> <cedilla> Compose tuples
2835    
2836    The en_US and pt_BR UTF-8 Compose tables had support for using <comma>
2837    with <Multi_key> to enter CEDILLA characters.  Bug 10397 requests
2838    support for using <cedilla> instead of <comma> in said sequences.
2839    
2840    This commit makes both styles work.
2841
2842commit 7dc907f6032e1d5cbe4da0e414bdf2c569c04b44
2843Author: James Cloos <cloos@jhcloos.com>
2844Date:   Sat Jun 28 15:25:23 2008 -0400
2845
2846    Fix commit 21e464ec682ab23ba20ddf6bd72c6db214cfbe01
2847    
2848    The new block was added twice to the en_US.UTF-8 Compose.pre;
2849    delete the duplicate.
2850
2851commit 596e081b7457dcd1c4ad555ac140e6999239bc0d
2852Author: Peter Hutterer <peter@cs.unisa.edu.au>
2853Date:   Sat Jun 28 20:14:05 2008 +0930
2854
2855    Fix unbalanced parenthesis in XKBlib.h # 16551
2856    
2857    X.Org Bug 16551 <http://bugs.freedesktop.org/show_bug.cgi?id=16551>
2858
2859commit f6af6dd2f76c12b56ec166bb771457b9f08fe246
2860Author: Adam Jackson <ajax@redhat.com>
2861Date:   Tue Jun 24 13:16:53 2008 -0400
2862
2863    Bug #14898: Don't abuse the sprintf() implementation.
2864    
2865    The thing you're printing into should not itself appear in the list of
2866    things to print from, that's bad juju.  Just use strcat().
2867
2868commit 21e464ec682ab23ba20ddf6bd72c6db214cfbe01
2869Author: Khaled Hosny <khaledhosny@eglug.org>
2870Date:   Thu Jun 19 18:26:11 2008 -0400
2871
2872    NLS: Add Arabic Lam-Alef ligature compose sequences (bug #16426)
2873    
2874    Add some Arabic digraphs to utf-8 locales with a Compose.pre
2875    
2876    Signed-off-by: James Cloos <cloos@jhcloos.com>
2877
2878commit bf53987eaf0fbd7f7627783fc39e7ee99e8361ba
2879Author: Alan Coopersmith <alan.coopersmith@sun.com>
2880Date:   Wed Jun 18 20:00:25 2008 -0700
2881
2882    Rework code to choose local connection types and fallback to others
2883    
2884    Adds --with-local-transport-order configure flag if you don't like the
2885    default ordering (which is platform dependent)
2886    
2887    Includes fixes for these Sun/Solaris bug ids:
2888    6678250 X Commands returning incorrect display value unix:0.0 not <system>:0.0
2889    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6678250>
2890    6716481 libX11 should prefer Unix domain sockets over named pipes on Solaris
2891    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6716481>
2892
2893commit cf49e537014c3cb5aaee07e57400933e0bb72b6b
2894Author: Alan Coopersmith <alan.coopersmith@sun.com>
2895Date:   Tue Jun 17 14:41:17 2008 -0700
2896
2897    Strip whitespace from end of lines in source files
2898
2899commit f76fd81dfbbd5cfae75c87ce0511e88e08529cf3
2900Author: Jeff Smith <whydoubt@yahoo.com>
2901Date:   Sun Jun 15 23:52:20 2008 -0500
2902
2903    Fix memory leak in XOpenDisplay
2904    
2905    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
2906
2907commit fca0b0ba3f72b7284601d4690bba99fc80a92614
2908Author: Jens Herden <jens@khmeros.info>
2909Date:   Tue Jun 10 20:07:30 2008 +0300
2910
2911    NLS: Add Khmer compose sequences (bug #5706)
2912    
2913    Add some Khmer digraphs to all locales with a Compose.pre.
2914
2915commit e54cffb649b1622c17457e470cfab8cc56d38c97
2916Merge: 19802cc... 721b574...
2917Author: Daniel Stone <daniel@fooishbar.org>
2918Date:   Tue Jun 10 20:04:30 2008 +0300
2919
2920    Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/lib/libX11
2921
2922commit 721b574d36f1884c3f1bf7bd933646e2ed6680b5
2923Author: Peter Hutterer <peter@cs.unisa.edu.au>
2924Date:   Thu May 29 10:57:21 2008 +0930
2925
2926    Bump to 1.1.99.1
2927
2928commit 631d32d13247d1cf52c0833d438c5b38b01b17a4
2929Author: Peter Hutterer <peter@cs.unisa.edu.au>
2930Date:   Wed May 28 17:31:59 2008 +0930
2931
2932    Require xproto 7.0.13 and libxcb 1.1.90 (for GenericEvents)
2933
2934commit e9195db7257e418f83707233baeeb84b225caf4f
2935Merge: c34f76f... a7f8556...
2936Author: Peter Hutterer <peter@cs.unisa.edu.au>
2937Date:   Thu May 22 12:14:28 2008 +0930
2938
2939    Merge branch 'master' into xge
2940
2941commit 19802ccd3909145e3ba2f6c073271cb5f3701685
2942Author: Daniel Stone <daniel@fooishbar.org>
2943Date:   Mon May 19 19:22:31 2008 +0300
2944
2945    gitignore: Update with loads more bits from server
2946
2947commit a7f85567a3e850fba0c44571453d2852ab1a09be
2948Author: Adam Jackson <ajax@redhat.com>
2949Date:   Tue May 13 10:28:39 2008 -0400
2950
2951    Bug #15884: Remove useless sleep()'s from the connection code.
2952    
2953    For network transports, there's enough delay in the network layer
2954    already without adding more.  For local transports, just hurry up
2955    and fail if the server isn't there.
2956
2957commit c34f76f475bc632490122e67b5a82575d69d5569
2958Author: Peter Hutterer <peter@cs.unisa.edu.au>
2959Date:   Mon May 12 21:46:24 2008 +0930
2960
2961    Pull down extra bytes when reading a GenericEvent (non-xcb).
2962    
2963    I refuse to take any responsibily for this code. It works, I guess.
2964    But - all the flushing is done somewhere before that, so we might need to
2965    flush here. Under some circumstances anyway. Don't ask me, I'm an optical
2966    illusion.
2967    
2968    Build with xcb as transport layer highly recommended.
2969
2970commit c9b2ff1e6a607463993afa4a8d085857d97cc2f3
2971Merge: 17d7dcb... 9129057...
2972Author: Peter Hutterer <peter@cs.unisa.edu.au>
2973Date:   Mon May 12 17:58:37 2008 +0930
2974
2975    Merge branch 'master' into xge
2976
2977commit 9129057bdbff0ec9cd8bb780cf7f85f134a291eb
2978Author: Teemu Likonen <tlikonen@iki.fi>
2979Date:   Wed May 7 21:44:22 2008 +0300
2980
2981    Change <dead_belowdot> to <dead_belowring> for U+1E00 and U+U1E01
2982    
2983    Commit 6b6caeea830a977bdb54688cfb648d879821e752 added <dead_belowdot>
2984    <A> and <dead_belowdot> <a> compose sequences for letters U+1E00 and
2985    U+U1E01 (LATIN CAPITAL/SMALL LETTER A WITH RING BELOW). This caused
2986    duplicate compose sequences since these have already been defined. Also,
2987    using <dead_belowring> is more logical since the diacritic is indeed
2988    a "RING BELOW".
2989
2990commit 01a9cb58888d290cc3d319feec4ee4a0297a844c
2991Author: Daniel Stone <daniel@fooishbar.org>
2992Date:   Wed May 7 20:04:44 2008 +0300
2993
2994    NLS: Make UTF-8 the default for Russian
2995    
2996    No-one uses 8859-5 anymore, so make the default for Russian UTF-8; the
2997    only other possible answer would be KOI8-R.
2998    
2999    Signed-off-by: Sergey V. Udaltsov <sergey.udaltsov@gmail.com>
3000
3001commit 407b81bfbbabf6feb565d6da22f9ef9a69016ab8
3002Author: Ross Burton <ross@burtonini.com>
3003Date:   Tue Apr 29 13:38:10 2008 +0300
3004
3005    NLS: Add interrobang to UTF-8 compose tables (bug #15653)
3006    
3007    It is what it says on the box.
3008
3009commit 0b6682303e9c61fefc3818acfda616b1e3691abf
3010Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
3011Date:   Mon Apr 28 11:51:25 2008 +0300
3012
3013    IM: Respect XMODIFIERS for Thai locale (bug #15719)
3014    
3015    When looking at Thai input methods, make sure XMODIFIERS is checked
3016    before jumping straight into built-in Thai processing, so external XIM
3017    servers such as SCIM can be used with Thai.
3018
3019commit c13aded1b2f830ba5004abb0ec5518f9ea16087e
3020Author: Colin Harrison <colin.harrison-at-virgin.net>
3021Date:   Sat Apr 26 18:56:05 2008 +0100
3022
3023    Fix missing error condition
3024
3025commit f5c5ffc175cb383c92ea0fa8c08cfb087c5f3083
3026Author: Colin Harrison <colin.harrison-at-virgin.net>
3027Date:   Mon Apr 21 17:24:33 2008 +0100
3028
3029    Xlib warning fixes
3030
3031commit 6b6caeea830a977bdb54688cfb648d879821e752
3032Author: James Cloos <cloos@jhcloos.com>
3033Date:   Fri Apr 18 02:50:55 2008 -0400
3034
3035    Add some dead_key sequences to en_US.UTF-8 Compose table
3036    
3037    Make use of the new dead key symbols added to x11proto’s
3038    commit 44e24a27bca023cf7b799f191fe6d52e12efbe5f (which
3039    was in responce to bug #15446).
3040
3041commit 8f9b039580deaf658e464b7d6254064fcf183df6
3042Author: Alan Coopersmith <alan.coopersmith@sun.com>
3043Date:   Mon Apr 14 19:09:42 2008 -0700
3044
3045    Update ac_define_dir macro in acinclude.m4 to 2008-04-12 version
3046
3047commit 9f5e96eb91ab55dd441c3e94b75caf48c588778f
3048Author: Alan Coopersmith <alan.coopersmith@sun.com>
3049Date:   Mon Apr 14 18:21:14 2008 -0700
3050
3051    Fix mismatched brace indenting
3052
3053commit a19f9c65ee9e5e5d783feaa84998c36439b0288b
3054Author: Bart Massey <bart@cs.pdx.edu>
3055Date:   Fri Apr 4 18:58:45 2008 -0700
3056
3057    added error check in Xcms color file parser; closes bug #15305
3058
3059commit 12e8d0d01dd72ce98e7683ddb1bde181b7ed246f
3060Author: Christian Weisgerber <naddy@mips.inka.de>
3061Date:   Tue Mar 18 07:30:05 2008 +0100
3062
3063    ConnDis: properly cast 'addr' before accessing it as a byte array.
3064    
3065    If you use XDM-AUTHORIZATION-1 authorization keys for remote X11
3066    clients over IPv6, the clients are liable to segfaults.
3067
3068commit 64325f38bab082a8e0e9ce779a8e582de5c8588e
3069Author: Josh Triplett <josh@freedesktop.org>
3070Date:   Sat Mar 15 12:29:33 2008 -0700
3071
3072    Fix fd.o bug 15023: make Xlib sync correctly given many void requests
3073    
3074    If given many requests without replies, Xlib may not sync until it flushes
3075    the output buffer.  Thus, if Xlib can fit enough requests in the buffer to
3076    pass by the number of requests it would normally sync after (65536 -
3077    BUFSIZE/sizeof(xReq)), it will sync too late.  The test case in bug 15023
3078    demonstrated this by issuing a request with a reply (ListExtensions) at
3079    just the right time to get confused with the GetInputFocus reply issued in
3080    response to the sync 65,536 requests later; the test case used an async
3081    handler to watch the replies, since otherwise it could not issue a request
3082    without waiting for the response.  When the test case failed, Xlib's sync
3083    handler would eat the ListExtensions reply, and the test case's async
3084    handler would see the GetInputFocus reply.
3085    
3086    Fix this by replacing SEQLIMIT with a function sync_hazard() that uses the
3087    buffer size to figure out when the sequence numbers could potentially wrap
3088    before the next flush.
3089    
3090    With this commit, the test case consistently passed, and the async reply
3091    handler always saw the ListExtensions reply.
3092    
3093    Commit by Jamey Sharp and Josh Triplett.
3094
3095commit a5395563bbee15fabe1e8fd7aa86f9f314d8d30e
3096Author: Colin Harrison <colin.harrison@virgin.net>
3097Date:   Sat Mar 15 13:39:13 2008 -0400
3098
3099    Fix typo
3100    
3101    Signed-off-by: James Cloos <cloos@jhcloos.com>
3102
3103commit f07585ca27a8487bc66dfe41486c823f0fdcea7d
3104Author: Daniel Stone <daniel@fooishbar.org>
3105Date:   Sat Mar 15 17:32:57 2008 +0200
3106
3107    configure.ac: Don't search for legacy X11 headers
3108    
3109    This can actually break cross-compiles, so don't do it anymore.
3110
3111commit bf69541238c7df6606340c0f389e5c47149b29c7
3112Author: Matthieu Herrb <matthieu.herrb@laas.fr>
3113Date:   Sun Mar 9 09:08:07 2008 +0100
3114
3115    nuke RCS Ids
3116
3117commit 5e98aed13e529638df744e45893c471d5f2014fb
3118Author: Adam Jackson <ajax@redhat.com>
3119Date:   Thu Mar 6 16:10:33 2008 -0500
3120
3121    libX11 1.1.4
3122
3123commit 8e085971dc661da9f80ff6b67747459c0fb15c08
3124Author: Alan Coopersmith <alan.coopersmith@sun.com>
3125Date:   Thu Feb 28 20:17:41 2008 -0800
3126
3127    Man page typo fixes
3128
3129commit 1a1a42a3ca1dfaf42f1094936b71c140fc030fcb
3130Author: Søren Sandmann Pedersen <sandmann@redhat.com>
3131Date:   Sun Feb 24 20:03:35 2008 -0500
3132
3133    XIM: Fix a hand when switching input context.
3134    
3135    Red Hat bug #201284.
3136
3137commit e02e4ccafcaf3eb8993152dfcbfbee0240ea2db2
3138Author: Adam Jackson <ajax@redhat.com>
3139Date:   Sun Feb 24 20:00:43 2008 -0500
3140
3141    Bug #14029: Don't LockDisplay() recursively.
3142    
3143    See also Red Hat bugzilla #326461.
3144
3145commit e5892467ae3308c8651be76e06db322dcbc08522
3146Author: Alan Coopersmith <alan.coopersmith@sun.com>
3147Date:   Fri Feb 15 17:27:53 2008 -0800
3148
3149    Add support for building lint library with --enable-lint-library
3150
3151commit e3eb83ec6a9bffa63cdffd94f077c12f85ad7240
3152Author: Alan Coopersmith <alan.coopersmith@sun.com>
3153Date:   Mon Feb 11 20:11:43 2008 -0800
3154
3155    Spell out number in XkbGetKeyVirtualModMap man page to avoid cpp errors from #
3156
3157commit d5ceed7a73a6b61758ddb6ff4e194955fbd5c185
3158Author: Alan Coopersmith <alan.coopersmith@sun.com>
3159Date:   Fri Feb 8 16:46:46 2008 -0800
3160
3161    Add WM_LOCALE_NAME to list of properties set in XSetWMProperties comment
3162
3163commit 416a812200f24d19149dcc497e5c51a0608120f6
3164Author: Alan Coopersmith <alan.coopersmith@sun.com>
3165Date:   Fri Feb 8 15:31:31 2008 -0800
3166
3167    XErrorDB updates for Render 0.9 & XFixes 4.0
3168
3169commit 16a76091cd632e5a3708e235ff864b58f3e4613e
3170Author: Kim Woelders <kim@woelders.dk>
3171Date:   Sat Dec 22 21:45:23 2007 +0100
3172
3173    Fix bs_BA entries in locale.dir.pre
3174    
3175    X.Org bug#13786 <http://bugs.freedesktop.org/show_bug.cgi?id=13786>
3176
3177commit 32115c563b87d2f37e3f9de70fbd0f4d9e424aea
3178Merge: 8f0bd3f... e8d4cef...
3179Author: James Cloos <cloos@jhcloos.com>
3180Date:   Fri Dec 14 22:43:47 2007 -0500
3181
3182    Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/lib/libX11
3183
3184commit 8f0bd3f445cbdcc67650f6e8e3baf2ed89cb3695
3185Author: James Cloos <cloos@jhcloos.com>
3186Date:   Fri Dec 14 22:42:59 2007 -0500
3187
3188    add a comment to en_US.UTF-8/Compose
3189
3190commit 4d6c45e60ed13d3b0fea10413873d6a74f9d6a3b
3191Author: James Cloos <cloos@jhcloos.com>
3192Date:   Fri Dec 14 22:40:13 2007 -0500
3193
3194    Add <dead_stroke> compose sequences
3195    
3196    The added sequences match the existing <Multi_key> <slash> sequences.
3197    
3198    This is related to bug #12765¹.
3199    
3200    1] https://bugs.freedesktop.org/show_bug.cgi?id=12765
3201
3202commit e8d4cefa0837afa149a10e981528b368485a9e38
3203Author: Jeremy Huddleston <jeremy@yuffie.local>
3204Date:   Mon Dec 10 23:00:44 2007 -0800
3205
3206    Added launchd support.
3207
3208commit 17d7dcbfced4a9417b33507bd3fd9b7dd8268242
3209Merge: 5dfefd3... 13ac804...
3210Author: Peter Hutterer <peter@cs.unisa.edu.au>
3211Date:   Thu Dec 6 14:08:29 2007 +1030
3212
3213    Merge branch 'master' into xge
3214
3215commit 5dfefd3829d3ba7e41d5db0ad28e9dfee92fadd5
3216Merge: a68a1cd... eff33ae...
3217Author: Peter Hutterer <peter@cs.unisa.edu.au>
3218Date:   Thu Dec 6 13:57:09 2007 +1030
3219
3220    Merge branch 'master' into xge
3221    
3222    Conflicts:
3223    
3224    	src/xcb_io.c
3225
3226commit 13ac80469f6958cabac596834e203bd9cb6d4c94
3227Author: James Cloos <cloos@jhcloos.com>
3228Date:   Wed Dec 5 20:14:03 2007 -0500
3229
3230    Update the currency symbols block of en_US.UTF-8/Compose.pre
3231    Add XCOMM lines a la the existing NEW SHEQEL SIGN entry for
3232    the KIP, TUGRIK, DRACHMA. GERMAN PENNY, PESO, GUARANI,
3233    AUSTRAL, HRYVNIA and CEDI SIGNs.
3234
3235commit b0a8f2ec4ba698841683f8ce389f9d72e6bce53e
3236Author: Anton Zinoviev <anton@lml.bas.bg>
3237Date:   Wed Dec 5 19:56:03 2007 -0500
3238
3239    Additions to the Compose file for UTF-8
3240    From bug #5371¹
3241    
3242    Commit 5cf5bc76642bfece7cb5b76faf414bf445f14489 left out this change
3243    from those in attachment #4122².  The post³ on xorg resulted in only
3244    a positive reply⁴ from Daniel, so this block is now also commited.
3245    
3246    1] https://bugs.freedesktop.org/show_bug.cgi?id=5371
3247    2] https://bugs.freedesktop.org/attachment.cgi?id=4122
3248    3] http://article.gmane.org/gmane.comp.freedesktop.xorg/20628
3249    4] http://article.gmane.org/gmane.comp.freedesktop.xorg/23966
3250    
3251    Signed-off-by: James Cloos <cloos@jhcloos.com>
3252    Acked-by:  Daniel Stone <daniel@fooishbar.org>
3253
3254commit 438d02ebc08ee171cf1d3936f4c81050d428ab92
3255Author: James Cloos <cloos@jhcloos.com>
3256Date:   Tue Dec 4 17:25:39 2007 -0500
3257
3258    Fix the <U\x+> keysyms in the en_US.UTF-8 Compose file
3259    
3260    Based on src/KeysymStr.c and src/StrKeysym.c and comments in
3261    bugs #11930¹ and #5129² it is clear that <U100XXXXX> is invalid;
3262    those should be in the form U plus the hex of the UCS Code Point.
3263    
3264    The 0x01000000 is ORed in by the code.
3265    
3266    This update fixes all of those.
3267    
3268    1] https://bugs.freedesktop.org/show_bug.cgi?id=11930
3269    2] https://bugs.freedesktop.org/show_bug.cgi?id=5129
3270
3271commit 02e04059c89e175f51647e3b031344f743286b34
3272Merge: 1254c57... b57129e...
3273Author: James Cloos <cloos@jhcloos.com>
3274Date:   Tue Dec 4 06:55:04 2007 -0500
3275
3276    Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/lib/libX11
3277
3278commit 1254c57dd3a8d6ea87041b2f63024f99094f290f
3279Author: James Cloos <cloos@jhcloos.com>
3280Date:   Tue Dec 4 06:53:55 2007 -0500
3281
3282    Use the new dead_psili and dead_dasia keysyms added to proto/x11proto 7.0.11
3283    Inspired by bug 11930¹:
3284    
3285    Commit 40ed4eef92e31fcf7ea0a436e1a00cdf49484c1b to x11proto added dead_psili
3286    and dead_dasia keysyms.  Make use of them in the en_US.UTF-8 and el_GR.UTF-8
3287    Compose files.
3288    
3289    This was done with a pair of perl scripts based on the one quoted in the
3290    log for commit c76d30253f1483ac8200ad5c032a818907e65030.
3291    
3292    1] https://bugs.freedesktop.org/show_bug.cgi?id=11930
3293
3294commit b57129ef324c73ee91c2a796b800c4b45f4d4855
3295Author: Jeremy Huddleston <jeremy@yuffie.local>
3296Date:   Mon Dec 3 20:04:19 2007 -0800
3297
3298    Use __APPLE__ instead of __DARWIN__
3299
3300commit b9c032e1d5ed08510863dfb91b8bda588e6c8c9e
3301Author: Jeremy Huddleston <jeremy@yuffie.local>
3302Date:   Wed Nov 28 16:43:49 2007 -0800
3303
3304    Define __DARWIN__ when host_os == darwin* as needed in SetLocale.c
3305
3306commit 4b91ed099554626f1ec17d5bdf7bd77ce1a70037
3307Author: Alan Coopersmith <alan.coopersmith@sun.com>
3308Date:   Wed Nov 21 16:50:04 2007 -0800
3309
3310    X.Org Bug #4312: incorrect comment asterisk in XAnyEvent.3x man page
3311    
3312    X.Org Bugzilla #4312 <http://bugs.freedesktop.org/show_bug.cgi?id=4312>
3313    
3314    Protect /* sequences from cpp pre-processor removal without transforming
3315    to Unicode mathematical asterisk character
3316
3317commit 2af660c2fcd15c86c66459bfc074c190ea1462e6
3318Author: Jamey Sharp <jamey@minilop.net>
3319Date:   Mon Oct 29 10:46:20 2007 -0700
3320
3321    Two threads can request sequence sync and XID fetch simultaneously.
3322    
3323    So don't assert that they can't.
3324    
3325    This makes the Xlib/XCB implementation of _XAllocID more closely
3326    resemble the traditional Xlib version.
3327
3328commit 6e5485e0a5e3ab738becad12193e760c5fee83a4
3329Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
3330Date:   Sun Oct 28 04:44:00 2007 -0800
3331
3332    X.Org Bug #12983: Typos in ./man/XChangeKeyboardControl.man
3333    
3334    <http://bugs.freedesktop.org/show_bug.cgi?id=12983>
3335
3336commit 24527c92fd1f433ea135e85ec876a94a529fe500
3337Author: Yann Droneaud <ydroneaud@mandriva.com>
3338Date:   Wed Oct 24 19:26:07 2007 +0300
3339
3340    XIM: Properly initialise client event
3341    
3342    Make sure all ClientMessage fields are initialised to 0 before we send it.
3343
3344commit e41477f37b0d9b74a056d22dbf0073a94eecb9d6
3345Author: Daniel Stone <daniel@fooishbar.org>
3346Date:   Wed Oct 24 19:22:22 2007 +0300
3347
3348    Colours: Fix --disable-xcms
3349    
3350    Disable large tracts of colour management code when passing
3351    --disable-xcms.
3352
3353commit 11ea09745efa8de7dc82fe30ebd2393f08390957
3354Author: Eric Anholt <eric@anholt.net>
3355Date:   Fri Aug 31 17:30:33 2007 -0700
3356
3357    Bug #2081: Note the range limitation of XSetScreenSaver arguments.
3358
3359commit 31540f1438ec63faf37044f2fd654b335ddf80f0
3360Author: Kristian Høgsberg <krh@redhat.com>
3361Date:   Wed Aug 29 19:50:57 2007 -0400
3362
3363    Add GLX 1.4 requests and errors.
3364
3365commit 7c996f78914c77fe17e9f4feede980d895d9df51
3366Author: Eric Anholt <eric@anholt.net>
3367Date:   Tue Aug 28 15:15:11 2007 -0700
3368
3369    Add XF86 keyboard/monitor brightness keysyms to the keysymbdb.
3370
3371commit fa4effe82759f864a22a2dc6c920fa72ddb175a8
3372Author: Eric S. Raymond <esr@thyrsus.com>
3373Date:   Sun Jan 14 10:48:00 2007 -0800
3374
3375    Bug #9658: Bad markup on XIfEvent.3x
3376    
3377    X.Org Bugzilla #9658 <https://bugs.freedesktop.org/show_bug.cgi?id=9658>
3378
3379commit 74cba78daa738ef4d92096107d95c1a585933666
3380Author: Eric S. Raymond <esr@thyrsus.com>
3381Date:   Sun Jan 14 10:43:00 2007 -0800
3382
3383    Bug #9655: Bad markup in XrmUniqueQuark.3x
3384    
3385    X.Org Bugzilla #9655 <https://bugs.freedesktop.org/show_bug.cgi?id=9655>
3386
3387commit 4341d1a34b2a2e460b58131b6fd81935f3355bbc
3388Author: Eric S. Raymond <esr@thyrsus.com>
3389Date:   Sun Jan 14 10:43:00 2007 -0800
3390
3391    Bug #9654: Bad markup in XrmGetFileDatabase.3x
3392    
3393    X.Org Bugzilla #9654 <https://bugs.freedesktop.org/show_bug.cgi?id=9654>
3394
3395commit 2db713252090cae08f0200fecad4fc25fb64c8b1
3396Author: Eric S. Raymond <esr@thyrsus.com>
3397Date:   Sun Jan 14 10:40:00 2007 -0800
3398
3399    Bug #9653: Bad markup in XQueryColor.3x
3400    
3401    X.Org Bugzilla #9653 <https://bugs.freedesktop.org/show_bug.cgi?id=9653>
3402
3403commit 9d3ceea4b902e0471824c1e07ad64342b9a1114e
3404Author: Eric S. Raymond <esr@thyrsus.com>
3405Date:   Sun Jan 14 10:40:00 2007 -0800
3406
3407    Bug #9652: Bad markup in XDrawArc.3x
3408    
3409    X.Org Bugzilla #9652 <https://bugs.freedesktop.org/show_bug.cgi?id=9652>
3410
3411commit 2e7e0748d353d7f53bbd65ec6bf0df8758528ddc
3412Author: Eric S. Raymond <esr@thyrsus.com>
3413Date:   Sun Jan 14 10:39:00 2007 -0800
3414
3415    Bug #9651: Bad markup in XcmsColor.3x
3416    
3417    X.Org Bugzilla #9651 <https://bugs.freedesktop.org/show_bug.cgi?id=9651>
3418
3419commit c316aaf0aab06951db9dc5c9c1148bfea835d885
3420Author: Eric S. Raymond <esr@thyrsus.com>
3421Date:   Sun Jan 14 10:38:00 2007 -0800
3422
3423    Bug #9650: Bad markup in XLoadFont.3x manual page
3424    
3425    X.Org Bugzilla #9650 <https://bugs.freedesktop.org/show_bug.cgi?id=9650>
3426
3427commit ca5d9a625ea0965853fa9e74a448b8c29c78ec95
3428Author: Eric S. Raymond <esr@thyrsus.com>
3429Date:   Tue Jan 2 10:18:00 2007 -0800
3430
3431    Bug 9523: Markup problems in XQueryExtension.3x
3432    
3433    X.Org Bugzilla #9523 <https://bugs.freedesktop.org/show_bug.cgi?id=9523>
3434
3435commit fe713c616e29ba19c179b43c18eca1035079ce18
3436Author: Ian Romanick <idr@us.ibm.com>
3437Date:   Tue Aug 21 14:56:33 2007 -0700
3438
3439    Make sure nls/am_ET.UTF-8/Makefile is created by configure.
3440
3441commit e3430616f26b68e1439143cbe10732f3fc329d20
3442Author: Eric S. Raymond <esr@thyrsus.com>
3443Date:   Tue Jan 2 08:40:00 2007 -0800
3444
3445    Bug #9516: Markup error in XAllocWMHints.3x
3446    
3447    X.Org Bugzilla #9516 <https://bugs.freedesktop.org/show_bug.cgi?id=9516>
3448
3449commit d8fe979fc929833e8c754aed32641786d5a0622b
3450Merge: 21ca953... 4ec1723...
3451Author: James Cloos <cloos@jhcloos.com>
3452Date:   Mon Aug 20 15:34:50 2007 -0400
3453
3454    Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/lib/libX11
3455
3456commit 21ca953337fb221b85345bf35ce1a98a0dcb2bf2
3457Author: James Cloos <cloos@jhcloos.com>
3458Date:   Mon Aug 20 15:34:03 2007 -0400
3459
3460    Fix typo
3461    The code <U1000000D> was used where <U10000DC> was obviously intended.
3462    
3463    It is possible that <Udiaeresis> should be used instead, if that will
3464    not break anyone’s setup.
3465
3466commit 4ec1723fff729440cd3349c1f95d87d2a6ba89cf
3467Author: James Cloos <cloos@jhcloos.com>
3468Date:   Mon Aug 20 15:25:48 2007 -0400
3469
3470    Add compose file for Ethiopic to match new keyboard in xkeyboard-config
3471    From bug report:
3472    
3473      https://bugs.freedesktop.org/show_bug.cgi?id=11307
3474
3475commit eff33ae525337ce2026be135a26464c7b1237113
3476Author: James Cloos <cloos@jhcloos.com>
3477Date:   Sat Aug 18 17:58:23 2007 -0400
3478
3479    Patch for Catalan locales
3480    From bugzilla bug 10943¹:
3481    
3482      There are several Catalan locale codes which presently can
3483      be used in X11 systems; especially after they were accepted
3484      in belocs-locale-data².
3485    
3486      In the following patches, I³ add ca_AD, ca_FR and ca_IT Catalan
3487      locale codes.  For instance, without this, using ca_AD (actually
3488      a quite used locale⁴) some applications (eg. Emacs or Skype)
3489      cannot display Catalan diacritic marks as you type them.
3490    
3491    1] https://bugs.freedesktop.org/show_bug.cgi?id=10943
3492    2] http://lists.debian.org/debian-devel-changes/2005/07/msg01429.html
3493    3] Toni Hermoso Pulido <toniher@softcatala.org>
3494    4] https://launchpad.net/~ubuntu.cat/+members
3495
3496commit 1f980cb7d022f53d0aee9e793b08203fb888e86e
3497Author: James Cloos <cloos@jhcloos.com>
3498Date:   Sat Aug 18 17:47:04 2007 -0400
3499
3500    Add additional Euro signs to compose
3501    Inspired by bug 7419¹ make all of:
3502    
3503        C=, =C, c=, =c, E=, =E, e=, E=
3504    
3505    after <Multi_key> generate € U+20AC EURO SIGN.
3506    
3507    1] https://bugs.freedesktop.org/show_bug.cgi?id=7419
3508
3509commit 4b0a14521449dfce8b4347bd17243efd1d3eae2d
3510Author: James Cloos <cloos@jhcloos.com>
3511Date:   Sat Aug 18 17:29:08 2007 -0400
3512
3513    Compose fix for Latin-1 (from Debian)
3514    The description from bugzilla bug 7417¹ is:
3515    
3516      We've been shipping this patch for some time in Debian now. The
3517      problem description from the patch header is reproduced below. You
3518      may want to note the licensing issue mentioned below, but we've been
3519      shipping it because the method by which this particular patch was
3520      generated and updated was also given below.
3521    
3522      This patch by Denis Barbier.
3523    
3524      The X11 protocol states that Unicode keysyms are in the range
3525      0x01000100 - 0x0110FFFF.  If the result of composing characters is a
3526      Unicode codepoint, X returns the corresponding Unicode keysym, which
3527      is its Unicode codepoint augmented by 0x01000000.  Latin-1
3528      characters must not appear with their Unicode codepoints in compose
3529      files, otherwise the returned composed character lies in the range
3530      0x01000000 - 0x010000FF which is not valid.
3531    
3532      There are two solutions: either fix composing routines to return
3533      0xZZ instead of 0x010000ZZ (where Z is an hexadecimal digit), or
3534      replace U00ZZ by their corresponding keysyms in compose files.  The
3535      latter is more logical and less error prone, so compose files will
3536      be patched.  Many applications accept these invalid Unicode keysyms,
3537      but few of them don't, most notably xemacs.  Only UTF-8 locales are
3538      affected.
3539    
3540      This has been fixed very recently in XFree86 CVS (but not xorg), but
3541      for licensing reasons, this patch is not grabbed.  Instead automatic
3542      conversion is performed by:
3543    
3544        sed -e '/XK_LATIN1/,/XK_LATIN1/!d' /usr/include/X11/keysymdef.h \
3545        | grep -v deprecated | grep 0x0 \
3546        | sed -e 's/0x0/U0/' -e 's/XK_//' \
3547        | awk '{ printf "s/\\b%s\\b/%s/ig\n", $3, $2; }' > sedfile
3548        for f in nls/*.UTF-8/Compose.pre
3549        do
3550          sed -f sedfile $f > $f.tmp && mv $f.tmp $f
3551        done
3552    
3553    [I edited the quoted script to update it for the current location of
3554    the installed keysymdef.h and the current layout of the libX11
3555    repo. -JimC]
3556    
3557    I applied the script, not the patch attached to the bugreport.
3558    
3559    1] https://bugs.freedesktop.org/show_bug.cgi?id=7417
3560
3561commit 5cf5bc76642bfece7cb5b76faf414bf445f14489
3562Author: James Cloos <cloos@jhcloos.com>
3563Date:   Sat Aug 18 17:13:41 2007 -0400
3564
3565    Add some compose sequences
3566    
3567    Add some compose sequences from the patch in bug 5371 (attachment 4122).
3568    
3569    Cf:
3570    
3571    https://bugs.freedesktop.org/show_bug.cgi?id=5371
3572    https://bugs.freedesktop.org/attachment.cgi?id=4122
3573
3574commit d4002e389dd69780dfc7c2f7bd3cb0c57f05d4f8
3575Author: James Cloos <cloos@jhcloos.com>
3576Date:   Sat Aug 18 13:57:31 2007 -0400
3577
3578    Fix SMP Compose targets
3579    The compose targets from the SMP (plane 1) were incorrect.
3580    
3581    At some point the 0x10000 bit had been lost.
3582
3583commit f1ed3da9a30a1f0264fdc7d1c6466f27fe2a3d7d
3584Author: Jeremy C. Reed <reed@glacier.reedmedia.net>
3585Date:   Thu Aug 16 17:37:22 2007 -0500
3586
3587    Fix a mutex reference-counting bug.
3588    
3589    I was told that some systems have a much more permissive libpthread.
3590    I was asked to commit this. This is from NetBSD's X source.
3591    (I didn't receive any feedback on xorg list for over two weeks
3592    about this.)
3593
3594commit ac00a44b4875de70382da5a40dd87f976e5b9327
3595Author: Tilman Sauerbeck <tilman@code-monkey.de>
3596Date:   Wed Aug 1 20:36:03 2007 +0200
3597
3598    Bumped version to 1.1.3.
3599
3600commit 76fae9cba1e9bdf7f0eb2ff2b90153d622136cf0
3601Author: Joerg Sonnenberger <joerg@netbsd.org>
3602Date:   Fri Jul 27 11:15:47 2007 -0700
3603
3604    Fail properly on errors in recursive make.
3605
3606commit 1a18319b3bde08dd9ef69c7cd735a76000cf3177
3607Author: Brice Goglin <Brice.Goglin@ens-lyon.org>
3608Date:   Thu Jul 26 23:31:15 2007 +0200
3609
3610    Add missing override parameter in XrmCombineDatabase prototype in the manpage
3611    
3612    Reported by Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3613    in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=393434
3614    and https://bugs.freedesktop.org/show_bug.cgi?id=9948
3615    
3616    Also add the type of the second argument in XrmMergeDatabases.
3617
3618commit 6f0764d4b56f64786b4980839ca262f10a51af6f
3619Author: Brice Goglin <Brice.Goglin@ens-lyon.org>
3620Date:   Thu Jul 26 22:53:52 2007 +0200
3621
3622    Clarify return value of XGetCommand in case of error in the manpage
3623    
3624    Reported by Sean Perry <shalehperry@attbi.com>
3625    in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=133348
3626    and https://bugs.freedesktop.org/show_bug.cgi?id=9828
3627
3628commit b8bef57342632cc2d25580bb7daa3839bae04d89
3629Author: Alan Coopersmith <alan.coopersmith@sun.com>
3630Date:   Wed Jul 25 17:44:06 2007 -0700
3631
3632    Include comment/copyright/license for AC_DEFINE_DIR in acinclude.m4
3633
3634commit 590cde811a79375231c59ed8583e02b111ed567c
3635Author: Kean Johnston <kean@armory.com>
3636Date:   Thu Jul 19 16:44:20 2007 -0700
3637
3638    Reset hostname when falling back from :0 to hostname/localhost:0 as well
3639
3640commit d334665e619e9db657a2ea2764a8b852401d4a3f
3641Author: Kean Johnston <kean@armory.com>
3642Date:   Tue Jul 17 16:34:30 2007 -0700
3643
3644    LOCALCONN fallback changes DisplayString() output, breaks KDE
3645    
3646    See <http://lists.freedesktop.org/archives/xorg/2007-July/026443.html>
3647
3648commit 8e76bcf3cafda85058ce5f35f1f81929f4772f72
3649Author: Olivier Blin <blino@mandriva.org>
3650Date:   Mon Jun 11 18:32:09 2007 +1000
3651
3652    fix XGetMotionEvents arguments order - Fixes bug 11222
3653
3654commit c2f88cdf5cd9c94b77e5bfdac572b5ac06ab4aa8
3655Author: Jamey Sharp <jamey@minilop.net>
3656Date:   Sun Jun 10 16:19:59 2007 -0700
3657
3658    Fix locking in _XimGetWindowEventmask.
3659    
3660    Now that XFilterEvent drops the Display lock before invoking callback
3661    functions, _XimGetWindowEventmask is called without the lock held. So
3662    when it called _XGetWindowAttributes, a variant of XGetWindowAttributes
3663    that does not lock the Display, Xlib/XCB would assert:
3664    
3665    xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.
3666    
3667    Should fix Gentoo #156367, Ubuntu #87947, Debian #427296. And others?
3668
3669commit 65f0ab5d46d80d55fc04d4eb14fa05f130eb8b9c
3670Author: Jamey Sharp <jamey@minilop.net>
3671Date:   Sun Jun 3 21:41:47 2007 -0700
3672
3673    Move security fixes to the top of NEWS, and fix spacing.
3674    
3675    Commit by Josh Triplett and Jamey Sharp.
3676
3677commit a549a258b8fcb1ba9d0c1b01b72967e385f67cab
3678Author: Jamey Sharp <jamey@minilop.net>
3679Date:   Sun Jun 3 21:29:40 2007 -0700
3680
3681    Add NEWS item for bugfix in commit e2c1d788d1fe7bd2d34756493951552441e59b8c.
3682    
3683    Commit by Josh Triplett and Jamey Sharp
3684
3685commit 5123b77a3d32d3ad479462f319762c328278aed9
3686Author: Jamey Sharp <jamey@minilop.net>
3687Date:   Sun Jun 3 21:24:54 2007 -0700
3688
3689    Xlib/XCB: Inline and simplify handle_event, since only process_responses calls it now.
3690    
3691    Commit by Josh Triplett and Jamey Sharp.
3692
3693commit 582ca690ea4f3ffd2b94826c4db97229bd3c7238
3694Author: Jamey Sharp <jamey@minilop.net>
3695Date:   Sun Jun 3 20:59:12 2007 -0700
3696
3697    Xlib/XCB: Fix _XReadEvents to always enqueue a new event, even if an error occurs
3698    
3699    Commit c337f9de7cfd89f983f83956b7457a274dd412f3 broke the invariant that
3700    _XReadEvents always enqueues at least one event even if an error occurred,
3701    because the one call to xcb_wait_for_event would then return an error, not an
3702    event, and nothing else ensured that process_responses would obtain an event.
3703    Fix this by reverting most of c337f9de7cfd89f983f83956b7457a274dd412f3 and
3704    f417570735aac865eb6b576d1ea76b5bfcd8573b and implementing the correct fix.  In
3705    process_responses, wait_for_first_event now serves as a flag, cleared when
3706    actually handling an event.
3707    
3708    Commit by Josh Triplett and Jamey Sharp.
3709
3710commit e2c1d788d1fe7bd2d34756493951552441e59b8c
3711Author: Jamey Sharp <jamey@minilop.net>
3712Date:   Sun Jun 3 17:33:23 2007 -0700
3713
3714    Xlib/XCB: Only remove pending_requests when there are provably no more responses.
3715
3716commit 7a6dbd4b07ca0a49c30ca7a1d2437eafb2e15eab
3717Author: Josh Triplett <josh@freedesktop.org>
3718Date:   Sun Jun 3 15:39:39 2007 -0700
3719
3720    Bump version number to 1.1.2, and add NEWS entry for 1.1.2
3721    
3722    Signed-off-by: Josh Triplett <josh@freedesktop.org>
3723
3724commit 416f38f2e67ee1979b3d2feac6f06b3670238804
3725Author: Josh Triplett <josh@freedesktop.org>
3726Date:   Sun Jun 3 12:13:44 2007 -0700
3727
3728    Revert "Revert "include: don't distribute XlibConf.h""
3729    
3730    This reverts commit 79fa3d8070d95b960ba486f2439225872471dadd.
3731    
3732    Re-revert the XlibConf.h change, which prevented distribution, not
3733    installation.
3734
3735commit 79fa3d8070d95b960ba486f2439225872471dadd
3736Author: Josh Triplett <josh@freedesktop.org>
3737Date:   Sat Jun 2 22:05:16 2007 -0700
3738
3739    Revert "include: don't distribute XlibConf.h"
3740    
3741    This reverts commit c9e28e05ae01ce8a29bea09df759b6271865b44c.
3742    
3743    The installed XlibInt.h includes XlibConf.h , so libX11 should ship
3744    XlibConf.h.  (Commit c9e28e05ae01ce8a29bea09df759b6271865b44c didn't actually
3745    prevent automake from shipping XlibConf.h, because it used
3746    nodist_x11include_HEADERS rather than nodist_HEADERS.)
3747
3748commit f417570735aac865eb6b576d1ea76b5bfcd8573b
3749Author: Jamey Sharp <jamey@minilop.net>
3750Date:   Sat Jun 2 17:59:15 2007 -0700
3751
3752    Xlib/XCB: inline wait_or_poll_for_event, which now had only one caller.
3753    
3754    Commit by Josh Triplett and Jamey Sharp.
3755
3756commit c337f9de7cfd89f983f83956b7457a274dd412f3
3757Author: Jamey Sharp <jamey@minilop.net>
3758Date:   Sat Jun 2 17:46:41 2007 -0700
3759
3760    Xlib/XCB: Ensure _XReadEvents reads at least one new event and blocks for exactly one event.
3761    
3762    Commit by Jamey Sharp and Josh Triplett.
3763
3764commit 7f66c897f04806b75e574b55b48921b48045e3f9
3765Author: Jamey Sharp <jamey@minilop.net>
3766Date:   Sat Jun 2 16:43:39 2007 -0700
3767
3768    Update _XReply's copy of _XCBUnlockDisplay's guts.
3769    
3770    We introduced this bug in 6b81cbbedfb521ce046b77ee3cc54e884a1dc0c5.
3771    
3772    Also add a comment in _XCBUnlockDisplay to discourage this problem from
3773    respawning.
3774    
3775    Commit by Josh Triplett and Jamey Sharp.
3776
3777commit 740ead23512f8d2eaafaa69e514f1ebafad475b9
3778Author: Jamey Sharp <jamey@minilop.net>
3779Date:   Sat Jun 2 16:01:01 2007 -0700
3780
3781    Xlib/XCB: Avoid re-crashing after _XIOError.
3782    
3783    Commit by Josh Triplett and Jamey Sharp.
3784
3785commit 6b81cbbedfb521ce046b77ee3cc54e884a1dc0c5
3786Author: Jamey Sharp <jamey@minilop.net>
3787Date:   Sat Jun 2 12:30:30 2007 -0700
3788
3789    Hold XCB's Xlib lock even when only the user lock (XLockDisplay) is held.
3790    
3791    An Xlib client can query Display state, such as with NextRequest, while
3792    it holds only the Xlib user lock (between XLockDisplay and
3793    XUnlockDisplay), so XCB requests in other threads should be blocked when
3794    the Xlib user lock is held.
3795    
3796    We acquire the lock even when XInitThreads was not called, so that pure
3797    XCB code can use multiple threads even in an otherwise single-threaded
3798    Xlib application.
3799    
3800    Commit by Josh Triplett and Jamey Sharp.
3801
3802commit 95523387d619af5b400748898d722e080b5ce1a6
3803Author: Jamey Sharp <jamey@minilop.net>
3804Date:   Sat Jun 2 11:57:39 2007 -0700
3805
3806    Allow re-entrant Xlib calls from _XIOError.
3807    
3808    Some libraries try to clean up X resources from atexit handlers, _fini,
3809    or C++ destructors. To make these work, the Display lock should be
3810    downgraded to a user lock (as in XLockDisplay) before calling exit(3).
3811    This blocks Xlib calls from threads other than the one calling exit(3)
3812    while still allowing the exit handlers to call Xlib.
3813    
3814    This assumes that the thread calling exit will call any atexit handlers.
3815    If this does not hold, then an alternate solution would involve
3816    registering an atexit handler to take over the lock, which would only
3817    assume that the same thread calls all the atexit handlers.
3818    
3819    Commit by Josh Triplett and Jamey Sharp.
3820
3821commit 91b02b8064f4e0bcc56019f0722914850008a597
3822Author: Tilman Sauerbeck <tilman@code-monkey.de>
3823Date:   Thu May 17 19:07:34 2007 +0200
3824
3825    More constification.
3826
3827commit a4f3841940158351f9424c3f59b305cce877177d
3828Author: Tilman Sauerbeck <tilman@code-monkey.de>
3829Date:   Thu May 17 00:29:43 2007 +0200
3830
3831    Constified composite text charset table.
3832
3833commit 0581c0aa6039e6b2abb9f7b0a4f9904d8e01f00e
3834Author: Tilman Sauerbeck <tilman@code-monkey.de>
3835Date:   Wed May 16 23:19:22 2007 +0200
3836
3837    Have the compiler fill in hexTable so we don't have to do it at runtime.
3838
3839commit 0e8d9ca47dab0d069e305d5784d05f2ade04f0a8
3840Author: Tilman Sauerbeck <tilman@code-monkey.de>
3841Date:   Wed May 16 19:36:23 2007 +0200
3842
3843    More constification.
3844
3845commit 6d2bed8f04942b4de086a519ac693e729c9fdeea
3846Author: Tilman Sauerbeck <tilman@code-monkey.de>
3847Date:   Wed May 16 19:18:20 2007 +0200
3848
3849    Constify and clean up token table.
3850
3851commit 6c508eab5df5d517f7e4cbe6087308cd53a564b2
3852Author: Tilman Sauerbeck <tilman@code-monkey.de>
3853Date:   Wed May 16 18:24:42 2007 +0200
3854
3855    Constified more tables.
3856
3857commit e699c4231c205ef00d687b6412308d031b99806b
3858Author: Tilman Sauerbeck <tilman@code-monkey.de>
3859Date:   Wed May 16 18:01:23 2007 +0200
3860
3861    Constified error list.
3862
3863commit a68a1cd7cb990ba276fbc36a7591044d78b3d3c1
3864Author: Peter Hutterer <peter@cs.unisa.edu.au>
3865Date:   Tue May 15 16:54:01 2007 +0930
3866
3867    Add XGenericEvent definition and handling for long events.
3868
3869commit c76d30253f1483ac8200ad5c032a818907e65030
3870Author: Jan Willem Stumpel <jstumpel@planet.nl>
3871Date:   Fri May 4 12:00:49 2007 -0700
3872
3873    Update el_GR.UTF-8/Compose.pre to match changes in xkeyboard-config cvs
3874    
3875    Cf:
3876    
3877      https://bugs.freedesktop.org/show_bug.cgi?id=10851
3878      https://bugs.freedesktop.org/show_bug.cgi?id=10824
3879      http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=386385
3880    
3881    The greek keyboard definition was changed to replace dead_horn and
3882    dead_ogonek with U0313 COMBINING COMMA ABOVE (aka Psili) and U0314
3883    COMBINING REVERSED COMMA ABOVE (aka Dasia).
3884    
3885    This patch modifies the Greek Compose.pre to match.
3886    
3887    It is generated by the script Jan Willem Stumpel <jstumpel@planet.nl>
3888    posted to 386385@bugs.debian.org:
3889    
3890    #!/usr/bin/perl
3891    while (<>) {
3892      print $_;
3893      if (/dead_horn/) {
3894        s/dead_horn/U0313/;
3895        print $_;
3896      }
3897      elsif (/dead_ogonek/) {
3898        s/dead_ogonek/U0314/;
3899        print $_;
3900      }
3901    }
3902
3903commit a48386ce6b5f8fd2d9dc11a966c9bf5da59f3831
3904Author: Magnus Kessler <Magnus.Kessler@gmx.net>
3905Date:   Tue May 1 15:20:08 2007 +0200
3906
3907    Switched function definitions from K&R to ANSI style.
3908
3909commit 605d357074d556a05a3fba2e85cbea36a3204248
3910Author: Tilman Sauerbeck <tilman@code-monkey.de>
3911Date:   Tue May 1 14:47:03 2007 +0200
3912
3913    Tweaked configure output about the man pages suffix.
3914
3915commit 9824b40d2af4ca2376512c1be7743da0d5065900
3916Author: Alan Coopersmith <alan.coopersmith@sun.com>
3917Date:   Sat Apr 28 00:42:18 2007 -0700
3918
3919    Fix typo in nroff macro in XkbAddGeomOverlayKey.man
3920
3921commit f93849dcc68bd5042ea0884e5190dc7c35b31d68
3922Author: Alan Coopersmith <alan.coopersmith@sun.com>
3923Date:   Sat Apr 28 00:30:55 2007 -0700
3924
3925    Protect C comments and #defines in XKB man pages from being mangled by cpp
3926
3927commit f2f27d4763c7665e422fab10b96b4cf5ad6c0a6f
3928Author: Alan Coopersmith <alan.coopersmith@sun.com>
3929Date:   Sat Apr 28 00:14:50 2007 -0700
3930
3931    Add Makefile to process/install XKB man pages
3932
3933commit d9954c6f6f3a8c406b946acd0d034ff83c656156
3934Author: Dennis Arellano <Dennis.Arellano@Sun.COM>
3935Date:   Thu Aug 19 00:00:00 1999 -0700
3936
3937    Add man pages for XKB API's
3938    
3939    Man pages originally written for X11R6.4 integration to Solaris 7 11/99
3940    Sun bug id 4258344: Add new XKB API manpages for 6.4 upgrade
3941    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4258344>
3942    
3943    (Volunteer needed to convert prototypes in man pages to ANSI C style...)
3944
3945commit f640a49b5e2ebf29f9d655df544c63bf826f619a
3946Author: Tilman Sauerbeck <tilman@code-monkey.de>
3947Date:   Fri Apr 20 18:39:59 2007 +0200
3948
3949    Markup tweak for XOpenIM.
3950
3951commit e972b0bb255af4f3258217852542faf5afa60b28
3952Author: Julien Cristau <jcristau@debian.org>
3953Date:   Fri Apr 20 18:35:09 2007 +0200
3954
3955    Bug #9695: Fixed a few argument types in the XOpenIM manpage.
3956
3957commit b4e2276f329fa42397cb8609cfcd34ebafd3d96b
3958Author: Julien Cristau <jcristau@debian.org>
3959Date:   Fri Apr 20 18:28:52 2007 +0200
3960
3961    Bug #9697: Fixed documentation of XVisualInfo struct.
3962    
3963    The "depth" member was said to be unsigned int, but it's signed.
3964
3965commit 4068f3dae01c630f825002673b1d3a047ad61863
3966Author: Julien Cristau <jcristau@debian.org>
3967Date:   Fri Apr 20 16:41:21 2007 +0200
3968
3969    Bug #9696: refer to XDefineCursor() instead of XDefineCusor().
3970
3971commit 603c2f88d4e57ce1a3c16e8b6246866e6edd8fa8
3972Author: Tilman Sauerbeck <tilman@code-monkey.de>
3973Date:   Sat Apr 7 14:42:55 2007 +0200
3974
3975    Use unistd.h to get getresuid() and friends.
3976    
3977    This works since we now have _GNU_SOURCE defined.
3978
3979commit 0300f295bbd3a0c7c46baac8e0a27aeaf53c9d9b
3980Author: Tilman Sauerbeck <tilman@code-monkey.de>
3981Date:   Sat Apr 7 14:27:12 2007 +0200
3982
3983    Bug #10562: Define _GNU_SOURCE on glibc systems.
3984
3985commit a225a0be48770beb689d5ac5da97073634f7deab
3986Author: Tilman Sauerbeck <tilman@code-monkey.de>
3987Date:   Fri Apr 6 12:46:25 2007 +0200
3988
3989    For nls/*.pre, allow people to comment lines by starting them with '##'.
3990    
3991    This fixes a bunch of cpp warnings from nls/en_US.UTF-8/Compose.pre.
3992    Fixing that file would have been a larger diff, and using ## may be
3993    nicer to use anyway.
3994
3995commit 1c75a9479011e5f1ad01c950628d0ef5a302d8b6
3996Author: Tilman Sauerbeck <tilman@code-monkey.de>
3997Date:   Fri Apr 6 11:59:31 2007 +0200
3998
3999    Bug #10475: Fixed lots of char*/const char* mixups.
4000    
4001    I didn't fix all of them, as that would require touching
4002    public headers.
4003
4004commit 680dd50193b5b3fcabdd3f1fcbd6a889d5a95c54
4005Author: Matthias Hopf <mhopf@suse.de>
4006Date:   Thu Apr 5 11:53:18 2007 +0200
4007
4008    Fix 64bit issues with reallocation.
4009
4010commit 4d38aeaca42d0bdfe34a833a142ee4d895de03bf
4011Author: Tilman Sauerbeck <tilman@code-monkey.de>
4012Date:   Wed Apr 4 18:41:18 2007 +0200
4013
4014    Fixed a few warnings.
4015
4016commit 7dc7ef398b6ad90ccd1680ed9cd1cfdd47312f5a
4017Author: Matthieu Herrb <matthieu@roadrock.(none)>
4018Date:   Tue Apr 3 15:39:52 2007 +0200
4019
4020    Multiple integer overflows in the XGetPixel() and XInitImage functions
4021    
4022    CVE-2007-1667
4023
4024commit 0284b144340a455a4b5b5011d81ac5a610372291
4025Author: David Baron <dbaron@dbaron.org>
4026Date:   Fri Mar 30 17:07:46 2007 +0200
4027
4028    Bug #7703: Fixed XSetSizeHints() et al wrt use of uninitialized data.
4029    
4030    Now only those fields of the respective hint struct are set that
4031    are actually valid in the input data.
4032    The changed functions are:
4033    XSetSizeHints(), XSetWMHints() and XSetWMSizeHints().
4034
4035commit 0994faa0c76c45b106442db461b8a30a3e1c9395
4036Author: Tilman Sauerbeck <tilman@code-monkey.de>
4037Date:   Thu Mar 29 17:31:25 2007 +0200
4038
4039    Fixed the change from the previous SendEvent commit.
4040    
4041    Testing a different patch than the one you commit is bad, right?
4042
4043commit 398d75528a84f4b8414eb0e363cf53b1b16f6fdf
4044Author: Tilman Sauerbeck <tilman@code-monkey.de>
4045Date:   Wed Mar 28 22:23:44 2007 +0200
4046
4047    Bug #10292: Fixed a memory leak related to XOpenDisplay() in the XCB code.
4048
4049commit ab0bcd07957cecc8e7c0e75d5160a625e91264fe
4050Author: David Baron <dbaron@dbaron.org>
4051Date:   Wed Mar 28 22:21:40 2007 +0200
4052
4053    Bug #7713: Initialize all of the event's fields before sending it.
4054
4055commit bc80f9fe3ccce40ee41246b97470c4f0519756ad
4056Author: Julien Cristau <jcristau@debian.org>
4057Date:   Sun Mar 18 13:14:48 2007 +0100
4058
4059    Bug #9279: Fixed a file descriptor leak.
4060
4061commit c9e28e05ae01ce8a29bea09df759b6271865b44c
4062Author: Daniel Stone <daniel@fooishbar.org>
4063Date:   Sat Dec 16 00:45:19 2006 +0200
4064
4065    include: don't distribute XlibConf.h
4066    
4067    Since XlibConf.h is built by configure, don't distribute it.
4068
4069commit dd1705ced2cac6b4b6b21e79272fcf9bed4bf376
4070Merge: 129bbb9... 769b985...
4071Author: Jeremy C. Reed <reed@glacier.reedmedia.net>
4072Date:   Thu Dec 14 14:23:20 2006 -0600
4073
4074    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/lib/libX11
4075
4076commit 129bbb9f9114a571556fa3a24f15ba58a5cdb2de
4077Author: Jeremy C. Reed <reed@glacier.reedmedia.net>
4078Date:   Thu Dec 14 14:21:19 2006 -0600
4079
4080    For NetBSD, define the XTHREADLIB and XTHREAD_CFLAGS.
4081
4082commit 769b9854f7eb1d6d20dd0b4a1c1215ad8e1b77b6
4083Author: Daniel Stone <daniel@fooishbar.org>
4084Date:   Wed Dec 6 18:53:00 2006 +0200
4085
4086    Makefile.am: make ChangeLog hook safer
4087    
4088    Make ChangeLog hook as safe as possible.
4089    (cherry picked from f5d6a3d24095c7ffed86705995d0874c885e7676 commit)
4090
4091commit 8a8185a649e93b90ffa820387ffdca831227f5a9
4092Author: Josh Triplett <josh@freedesktop.org>
4093Date:   Thu Nov 30 18:33:13 2006 -0800
4094
4095    Add autogen.sh to EXTRA_DIST.
4096
4097commit efe817f95ef8d05e863c83147e903140bc860de4
4098Author: Jamey Sharp <jamey@minilop.net>
4099Date:   Thu Nov 30 17:58:35 2006 -0800
4100
4101    Release libX11 1.1.1.
4102
4103commit f637a5b03164263a3af2e644cf655e52b015f1bb
4104Author: Ross Combs <rocombs@cs.nmsu.edu>
4105Date:   Sat Nov 25 14:45:17 2006 -0800
4106
4107    Debian bug #354315: Clarify return value in XGetWindowAttributes man page
4108    
4109    This man page does not discuss the actual return values of the
4110    function, but says they are of type "Status".  One might assume
4111    that this means you could compare it with the "Success" macro.
4112    One would be wrong.
4113    
4114    The X functions seem to have two three types representing status.
4115    If it is an "int" there are a number of error codes or "Success"
4116    which can be compared against.  If it is a bool, the result can be
4117    compared with "True" or "False".  If the return type is "Status" it
4118    appears that the return type is either 0 or 1.  Unfortunately the
4119    value for Success is zero, so it is important to distinguish
4120    between the first two types of return values and the third;
4121    otherwise the conditional will be inverted.
4122    
4123    XGetWindowAttributes() is one of the functions which returns zero
4124    for failure.  The man page should make this clear.
4125
4126commit c6a0b0f18ed1242eeb908f5cf767ab8381edd456
4127Author: Jamey Sharp <jamey@minilop.net>
4128Date:   Sat Nov 25 14:23:45 2006 -0800
4129
4130    Bug #9154: Always process an event for _XReadEvents, even if an error occurs
4131    
4132    Previously, process_responses (in the wait_for_first_event case called
4133    from _XReadEvents) considered any return from xcb_wait_for_event
4134    sufficient to think it had processed an event. If xcb_wait_for_event
4135    returned an error, and no more events occurred before process_responses
4136    called xcb_poll_for_event, process_responses would try to return with
4137    dpy->head NULL, and would fail an assertion for the _XReadEvents
4138    postcondition. Now, process_responses continues using xcb_wait_for_event
4139    until it gets an event.
4140
4141commit d56e78acce9b2aa1dd1bf172afedaa3bccd5e1c8
4142Author: Tilman Sauerbeck <tilman@code-monkey.de>
4143Date:   Sat Nov 25 05:29:31 2006 -0800
4144
4145    Bug #9153: Fix access to freed memory.
4146    
4147    The fix for bug #8622 introduced a smaller bug where _XReply would
4148    read memory shortly after freeing it. This patch caches the needed
4149    value in a stack-allocated variable before the heap-allocated memory
4150    is freed.
4151
4152commit 934ca763bbc0dd7ae460469bfc000ba101602bcc
4153Author: Josh Triplett <josh@freedesktop.org>
4154Date:   Fri Nov 24 19:57:58 2006 -0800
4155
4156    libx11 doesn't use inputproto in public headers; don't require it in x11.pc
4157    
4158    Based on a Debian patch.
4159
4160commit 4255997ef2d92740d51f6e63e9eabcfa089683f0
4161Author: Josh Triplett <josh@freedesktop.org>
4162Date:   Thu Nov 23 07:19:32 2006 -0800
4163
4164    Release libX11 1.1
4165
4166commit a1168e11ec9377307c51a7271faec3bf88a63a66
4167Author: Jamey Sharp <jamey@minilop.net>
4168Date:   Tue Nov 21 17:52:34 2006 -0800
4169
4170    Add note in man-page that XListFontsWithInfo is not thread-safe.
4171    
4172    _XReply drops the Display lock, so the value of dpy->request may change
4173    before _XReply is called again.
4174    
4175    I discovered this by inspection a year or two ago. I'm pretty confident
4176    in the claim, and nobody has come up with an argument for why it's safe
4177    despite appearances.
4178
4179commit 67abe024268c6b1fdee516e5d3a046ccffd7e80a
4180Author: Jamey Sharp <jamey@minilop.net>
4181Date:   Sat Nov 18 15:39:26 2006 -0800
4182
4183    Bug #8622: Fix response processing order for threaded apps
4184    
4185    Previously, process_responses (the common code for _XReply,
4186    _XReadEvents, and _XEventsQueued) took the current request sequence
4187    number as an argument, and did some highly complicated processing to
4188    attempt to process responses in order across threads.  This didn't
4189    actually work.
4190    
4191    Now, process_responses handles responses in order, by adding condition
4192    variables to the list of outstanding requests in
4193    dpy->xcb->pending_requests, and blocking on them when those requests
4194    should get processed to allow _XReply to process them; if actually
4195    called from _XReply, it returns when _XReply's request should get
4196    processed.  _XReply broadcasts on the condition variable after it has
4197    read its reply and re-acquired the display lock.
4198    
4199    Another great commit brought to you by Jamey Sharp, Josh Triplett, the
4200    Gobby collaborative text editor, conspy, and ridiculous amounts of SSH
4201    forwarding.
4202    
4203    Signed-off-by: Josh Triplett <josh@freedesktop.org>
4204    Signed-off-by: Jamey Sharp <jamey@minilop.net>
4205
4206commit 941f02ede63baa46f93ed8abccebe76fb29c0789
4207Author: Lars Knoll <lars@trolltech.com>
4208Date:   Wed Nov 8 12:17:41 2006 -0800
4209
4210    Don't hold the display lock around callbacks to the application.
4211    
4212    This fixes an XCB locking assertion failure, particularly with emacs.
4213
4214commit e494ecaac1ec8a22bd9a85f800fca74d02e9d358
4215Author: Diego 'Flameeyes' Pettenò <flameeyes@gentoo.org>
4216Date:   Tue Nov 7 09:32:00 2006 -0800
4217
4218    Add xcb-xlib dependency to x11.pc when built against XCB.
4219
4220commit 2302008a3793eb4df8ede777d54fe06505c47eaf
4221Author: Eric Anholt <eric@anholt.net>
4222Date:   Mon Nov 6 17:11:42 2006 -0800
4223
4224    XCB: Allocate the right amount of memory for dpy->lock_fns.
4225    
4226    Fixes a crash I was experiencing on startup of anything using gdk.
4227
4228commit 5f860655be88108b03ccd97470a0814819254bf0
4229Author: Jamey Sharp <jamey@minilop.net>
4230Date:   Thu Nov 2 17:55:31 2006 -0800
4231
4232    Release libX11 1.1 RC2 (1.0.99.2).
4233
4234commit a6f4bbf7b1d725b0f04bd660f57b861a76b19831
4235Author: Benno Schulenberg <bensberg@justemail.net>
4236Date:   Sun Oct 29 03:10:30 2006 +0300
4237
4238    nls (en_US): remove long compositions that override shorter (bug #2286)
4239    Remove long compositions that override (or get overriden by) later shorter
4240    compositions, e.g. a four-key compose sequence that gets overriden by a
4241    later three-key compose sequence.
4242
4243commit 0280bf11ef88673a9b5bba3a91a599260f1f0949
4244Author: Benno Schulenberg <bensberg@justemail.net>
4245Date:   Sun Oct 29 03:08:36 2006 +0300
4246
4247    nls: remove shadowed compose entries (bug #2286)
4248    Remove compose entries shadowed by others later on.
4249
4250commit d118f2b1ef10997194b281524177dea7396da7dd
4251Author: Benno Schulenberg <bensberg@justemail.net>
4252Date:   Sun Oct 29 03:07:15 2006 +0300
4253
4254    nls: remove duplicate compose entries (bug #2286)
4255    Remove a bunch of duplicate entries from various Compose files.
4256
4257commit 5e1cc2fe20e5904ca1e05a4cb7be13d450a593bb
4258Author: Caolan McNamara <caolanm@redhat.com>
4259Date:   Sun Oct 29 02:46:15 2006 +0300
4260
4261    XKB geometry: fix leaks in GetKeyboardByName (bug #8099)
4262    Don't leak the name and value of every property we parse, as well as the
4263    name of every colour.
4264
4265commit 686bb8b35acf6cecae80fe89b2b5853f5816ce19
4266Author: Matthias Hopf <mhopf@suse.de>
4267Date:   Wed Oct 18 14:25:04 2006 +0200
4268
4269    Fix double open of compose file.
4270    
4271    Issue found by Kees Cook <kees@canonical.com>.
4272
4273commit d3e65cb8cddf08913d83c9df2bb9b1517f2ad3a8
4274Author: Jamey Sharp <jamey@minilop.net>
4275Date:   Sat Oct 14 21:25:10 2006 -0700
4276
4277    XCB: check for and handle I/O errors in _XGetXCBBuffer.
4278
4279commit 256eba6b40c5f811a03b04abf5f85f728ee3ab5d
4280Author: Jamey Sharp <jamey@minilop.net>
4281Date:   Wed Oct 11 00:06:50 2006 -0700
4282
4283    XKB bugfix: SyncHandle must be called after UnlockDisplay, not before.
4284
4285commit 1eedf1bd033e496843cfde42ae4ae5a119298605
4286Author: Jamey Sharp <jamey@minilop.net>
4287Date:   Tue Oct 10 23:03:28 2006 -0700
4288
4289    Add correct Display locking to XKB functions.
4290    
4291    Some XKB functions didn't correctly call LockDisplay or UnlockDisplay.
4292    This patch fixes at least some instances of that problem.
4293    
4294    Thanks to Magnus Kessler <Magnus.Kessler@gmx.net> for finding these bugs
4295    and proposing a fix, which this patch is based on.
4296
4297commit e17c2cbe9fbaa1600d4b9463ec800a874b0d87cd
4298Author: David Nusinow <dnusinow@debian.org>
4299Date:   Tue Oct 10 22:11:05 2006 -0400
4300
4301    Dynamically generate internal manpage section using __libmanpagesuffix__ so that it actually matches the section if you don't use 3X11
4302
4303commit e53557da969b706dbc843f6fde3db31ffe382e0f
4304Author: Jamey Sharp <jamey@minilop.net>
4305Date:   Sat Oct 7 21:00:36 2006 -0700
4306
4307    Release libX11 1.1 RC1 (1.0.99.1).
4308
4309commit bf237409c5fce32c557d298f62f44d456c2b5bc8
4310Merge: ba47719... 2d426d1...
4311Author: Jamey Sharp <jamey@minilop.net>
4312Date:   Sat Oct 7 21:07:16 2006 -0700
4313
4314    As XCB support is about to be released in libX11, stable is now subsumed by master.
4315
4316commit ba477191c67ce93e61423cc1abe35275704cce50
4317Author: Jamey Sharp <jamey@minilop.net>
4318Date:   Sat Oct 7 03:48:13 2006 -0700
4319
4320    XCB: Don't rely on having the definition of struct xcb_setup_t available.
4321
4322commit 117b55cbd0b0ce51362df88363ed83d44a493ac7
4323Author: Jamey Sharp <jamey@minilop.net>
4324Date:   Fri Oct 6 16:27:31 2006 -0700
4325
4326    xcb_poll_for_event no longer takes an 'int *error' out-parameter.
4327
4328commit caaa8e8a55e837b3585c1dee7bef194fc4c79d16
4329Author: Josh Triplett <josh@freedesktop.org>
4330Date:   Fri Oct 6 16:26:11 2006 -0700
4331
4332    Actually ship Xxcbint.h
4333
4334commit 7b027e53b5e393082f4f515c8ba18077eb97163f
4335Author: Josh Triplett <josh@freedesktop.org>
4336Date:   Fri Oct 6 16:25:50 2006 -0700
4337
4338    Clean ChangeLog only in "make maintainer-clean", not "make clean"
4339    
4340    ChangeLog requires a git repo to generate; make clean and make distclean
4341    shouldn't get rid of it.
4342
4343commit cab22e02e78b3e5b8a73d1cd55cf6686426b47e0
4344Author: Josh Triplett <josh@freedesktop.org>
4345Date:   Fri Oct 6 16:24:58 2006 -0700
4346
4347    Add ChangeLog and "make dist"-generated files to .gitignore
4348
4349commit e4c7cfdee4a40e466c0c6b370cabd432e9e855a0
4350Author: Josh Triplett <josh@freedesktop.org>
4351Date:   Fri Oct 6 15:53:27 2006 -0700
4352
4353    Add manual pages for XGetXCBConnection and XSetEventQueueOwner
4354
4355commit 688224cea95e453f94c5a602dc6fce84bc93dfc0
4356Author: Josh Triplett <josh@freedesktop.org>
4357Date:   Fri Oct 6 13:41:16 2006 -0700
4358
4359    Remove unnecessary prototype for _XFreeDisplayStructure in xcb_disp.c
4360
4361commit ab728ca372288d0db1b486c265e34c1376f29104
4362Author: Josh Triplett <josh@freedesktop.org>
4363Date:   Fri Oct 6 12:36:39 2006 -0700
4364
4365    XCL is dead; long live Xlib/XCB
4366    
4367    Rename all instances of "XCL" to Xlib/XCB-derived names.
4368    
4369    The only user-visible change: rename the include file <X11/xcl.h> to
4370    <X11/Xlib-xcb.h>; programs will need to change their #include lines to match.
4371    
4372    Remove the XCL cast inlines from Xlib-xcb.h.
4373
4374commit 5b73093203039d307eb7ab3845c3ced207e9e26c
4375Author: Josh Triplett <josh@freedesktop.org>
4376Date:   Fri Oct 6 11:33:49 2006 -0700
4377
4378    Add XCB developers to AUTHORS
4379
4380commit 1cb71ff139276a0a58c60ea5f261f64b94706b9b
4381Author: Josh Triplett <josh@freedesktop.org>
4382Date:   Fri Oct 6 11:21:28 2006 -0700
4383
4384    Fix email addresses in README
4385
4386commit 12f038669278019594ca0ed53dadcf4e84092422
4387Author: Jamey Sharp <jamey@minilop.net>
4388Date:   Fri Oct 6 02:13:05 2006 -0700
4389
4390    XCB: Handle all responses in order of monotonically increasing sequence number.
4391
4392commit f392680273278b43079302206897f794e60f3c70
4393Author: Josh Triplett <josh@freedesktop.org>
4394Date:   Fri Oct 6 01:11:08 2006 -0700
4395
4396    Actually install x11-xcb.pc, and ship x11-xcb.pc.in
4397
4398commit f1fcad2e3fd17aaf1294f1d8e9f406fd5b32a863
4399Author: Jamey Sharp <jamey@minilop.net>
4400Date:   Thu Oct 5 18:32:29 2006 -0700
4401
4402    XCB: correctly handle failure to connect to X server.
4403
4404commit e754b3b078d556c7861da56aad47d244e9199e06
4405Author: Josh Triplett <josh@freedesktop.org>
4406Date:   Thu Oct 5 17:44:22 2006 -0700
4407
4408    Split public Xlib/XCB functions into libX11-xcb
4409    
4410    We can never change the libX11 soname, and we don't want to commit to never
4411    changing the public Xlib/XCB functions, so split them into a separate library
4412    libX11-xcb.  This also means that a program linked solely against libX11
4413    should work with either Xlib or Xlib/XCB, which will make life easier for
4414    package maintainers.
4415    
4416    Signed-off-by: Josh Triplett <josh@freedesktop.org>
4417    Acked-by: Jamey Sharp <jamey@minilop.net>
4418
4419commit ffd367f708b295abaedf3a23a1bfd4710d171d6f
4420Author: Jamey Sharp <jamey@minilop.net>
4421Date:   Wed Oct 4 17:16:46 2006 -0700
4422
4423    No longer #include Xmd from xcl.h: we do not need it.
4424
4425commit 3aff149d42ba8ed620091971b3766bdf96c62aaf
4426Author: Jamey Sharp <jamey@minilop.net>
4427Date:   Wed Oct 4 16:58:32 2006 -0700
4428
4429    XCB: Revert locking to simple wrapper around libX11's normal locks.
4430    
4431    No more recursive mutexes, no more banging XCB's I/O lock in-place, and
4432    reduces the differences between the previous stable release and an
4433    XCB-enabled one. Sadly, Xlib's pluggable thread functions work again
4434    too, now. I apologize to the world.
4435
4436commit 8ff122fb529bdb1c2b9a86b12d06b6da1b35d708
4437Author: Jamey Sharp <jamey@minilop.net>
4438Date:   Mon Sep 25 04:54:52 2006 -0700
4439
4440    Link explicitly against XCB's Xlib compatibility functions.
4441
4442commit bde3cd123d65a2f36ee0c417f5f231b7e01d0671
4443Author: Jamey Sharp <jamey@minilop.net>
4444Date:   Mon Sep 25 04:13:20 2006 -0700
4445
4446    libxcb now installs header files in <xcb>, not <X11/XCB>.
4447
4448commit 87d00207f5a1f25a45a153618739cd6481814f89
4449Author: Ian Osgood <iano@quirkster.com>
4450Date:   Sun Sep 24 23:39:01 2006 -0700
4451
4452    Track XCB's "Great Renaming".
4453
4454commit 85a5e98dff9b7752fae157fad9b8c9825cb0efab
4455Author: Jamey Sharp <jamey@minilop.net>
4456Date:   Tue Sep 12 23:02:42 2006 -0700
4457
4458    Quit using XCBGetQueuedRequestRead.
4459
4460commit a61936fc4e9bd93b108764bbacd5b8f786e51915
4461Author: Tollef Fog Heen <tfheen@err.no>
4462Date:   Wed Aug 30 00:05:54 2006 +0300
4463
4464    nls: use _XlcUtf8Loader for en_US (bug #7982)
4465    Use _XlcUtf8Loader instead of _XlcUnicodeLoade,r bringing it into line with
4466    every other locale.
4467
4468commit abcc7e1865cdfbd591f6520cfe4257f0b0b1c03e
4469Author: Alan Coopersmith <alan.coopersmith@sun.com>
4470Date:   Wed Aug 23 18:49:30 2006 -0700
4471
4472    When opening display, if LOCALCONN fails, fall back to UNIXCONN, then TCPCONN
4473    
4474    Port to X11R7 of Sun bug fix 4061225 by Alex Chen for X11R6 - when failing to
4475    connect on a named pipe, try a Unix socket first, to better support people who
4476    replace their X servers with ones that don't support named pipe transport.
4477    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4061225>
4478
4479commit 1ddc44c1cada7e926bd4787406444ce7c36b61e1
4480Author: Mark Brown <mark.brown@sun.com>
4481Date:   Thu Jul 27 19:17:10 2006 -0700
4482
4483    Sun bug 1149809: Document event delivery when grab is terminated.
4484
4485commit 171107b03ac89d94f9006c7cda242aeefb9ecd16
4486Author: Dennis Arellano <Dennis.Arellano@Sun.COM>
4487Date:   Thu Jul 27 18:47:06 2006 -0700
4488
4489    Sun bug 4091271: XGetWindowProperty is missing a crucial prop_return description
4490    
4491    Document that 32-bit format properties are always returned in arrays of type
4492    long, even on systems where long is 64-bits.
4493    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4091271>
4494
4495commit 8309efe6550877cd0bf22979904b3f6bd3e6cffa
4496Author: Alan Coopersmith <alan.coopersmith@sun.com>
4497Date:   Mon Jul 24 15:52:00 2006 -0700
4498
4499    Add support for "make lint" to check code with lint/sparse/etc.
4500
4501commit 931e02fbd1acd09aae2b0954c34342c86c72dff6
4502Author: Alan Coopersmith <alan.coopersmith@sun.com>
4503Date:   Mon Jul 24 15:50:52 2006 -0700
4504
4505    ANSIfy some static function definitions
4506
4507commit 20b7abcaac324d90454de63f32f4a2b398e69e63
4508Author: Alan Coopersmith <alan.coopersmith@sun.com>
4509Date:   Mon Jul 24 15:01:40 2006 -0700
4510
4511    Fix sparse warning: Using plain integer as NULL pointer
4512
4513commit d158ab29930513c4097f5b67e7bea08ed2bfd62c
4514Author: Alan Coopersmith <alan.coopersmith@sun.com>
4515Date:   Mon Jul 24 14:00:24 2006 -0700
4516
4517    Remove unused variable
4518
4519commit 30377000375bdb958042dcb1f38503c94ef21eaf
4520Author: Eric Anholt <anholt@FreeBSD.org>
4521Date:   Fri Jul 21 18:55:36 2006 -0400
4522
4523    Bug #7188: Fix the documentation of XUrgencyHint (not UrgencyHint).
4524
4525commit 4eba45879aea4e415ab550ee56b900d060099110
4526Author: Matthieu Herrb <matthieu.herrb@laas.fr>
4527Date:   Sun Jul 16 10:55:39 2006 +0200
4528
4529    set GIT_DIR=${srcdir}/.git for git-log
4530
4531commit 2d426d1f2608fedb77bd7d010dabece76b8d4a60
4532Author: Aaron Plattner <aplattner@nvidia.com>
4533Date:   Tue Jul 11 13:27:49 2006 -0700
4534
4535    Add a .PHONY to ensure the ChangeLog isn't stale.
4536    
4537    Setting the ChangeLog rule as phony forces it to be re-run even when the
4538    ChangeLog file already exists. Research indicates .PHONY is portable to BSD and
4539    Solaris make.
4540    (cherry picked from b8a98809ed81e1226775e6447ef219ffc01334b5 commit)
4541
4542commit b8a98809ed81e1226775e6447ef219ffc01334b5
4543Author: Aaron Plattner <aplattner@nvidia.com>
4544Date:   Tue Jul 11 13:27:49 2006 -0700
4545
4546    Add a .PHONY to ensure the ChangeLog isn't stale.
4547    
4548    Setting the ChangeLog rule as phony forces it to be re-run even when the
4549    ChangeLog file already exists. Research indicates .PHONY is portable to BSD and
4550    Solaris make.
4551
4552commit 8f2be66089b88e4ed6acb0211ea107f4bb910bd3
4553Author: Mayank Jain <majain@redhat.com>
4554Date:   Tue Jul 11 19:42:47 2006 +0100
4555
4556    add Indian language locales
4557    Add as, kn, ml, or, ur, and te locales.
4558
4559commit a92eb6785699bbc9c6c3813f6af3bb9431a3f6b0
4560Author: Matthias Hopf <mhopf@suse.de>
4561Date:   Tue Jul 4 12:16:30 2006 +0200
4562
4563    Fix for autoconf 2.60 issue.
4564    
4565    Updated AC_DEFINE_DIR.
4566    Reverted datarootdir change.
4567
4568commit 644f4828b15bce42b597eb123ba0bbc372c46c03
4569Author: Keith Packard <keithp@neko.keithp.com>
4570Date:   Sat Jul 1 21:31:23 2006 -0700
4571
4572    Work around recent autoconf (2.59?) changes in directory expansion.
4573    
4574    Recent autoconf versions have changed how directory names are managed in the
4575    configure.ac script; automatic 'eval' invocations now occur as a part of the
4576    AC_DEFINE_DIR macro which make it imperative that AC_DEFINE_DIR be executed
4577    before the variables are used in further macro definitions. Also, ${datadir}
4578    is apparantly an old name for ${datarootdir} as ${datadir} doesn't get
4579    expanded correctly by AC_DEFINE_DIR. This looks like an autoconf bug, but it
4580    is easy to work around by just using ${datarootdir} instead of ${datadir}.
4581
4582commit be70a31229aa106aff0a09d78c00812682cd3475
4583Author: Keith Packard <keithp@neko.keithp.com>
4584Date:   Sat Jul 1 01:56:05 2006 -0700
4585
4586    Xlib/XCB: handle 32-bit sequence wrap.
4587    
4588    Replace broken sequence compares with XCB_SEQUENCE_COMPARE (copied from
4589    XCB).
4590    Account for XCB sequence 0 handling.
4591
4592commit 99c711707ad08e1396e123b1c7df687c560a489a
4593Author: Donnie Berkholz <spyderous@gentoo.org>
4594Date:   Thu Jun 29 19:43:20 2006 -0700
4595
4596    Bump version to 1.0.3.
4597
4598commit cde3c0dd72af2b490e80cffca962e3487dd31be4
4599Author: Donnie Berkholz <spyderous@gentoo.org>
4600Date:   Thu Jun 29 19:39:36 2006 -0700
4601
4602    Bug #7349: Missed one of the setuid fixes.
4603    (cherry picked from e9614c963b532f46a7932c2305a4b177a996a222 commit)
4604
4605commit df3fef8983d96c59d481c4cdaf1f271d54a116d2
4606Author: Matthias Hopf <mhopf@suse.de>
4607Date:   Thu Jun 29 18:59:57 2006 +0200
4608
4609    Update to final Compose cache directory location.
4610    (cherry picked from abda4d223e9cce9ac6e7b5d82a5680d9a502e52a commit)
4611
4612commit 912ef198292d3053daa810f842510e5d62ded0f0
4613Author: Matthias Hopf <mhopf@suse.de>
4614Date:   Thu Jun 29 17:41:41 2006 +0200
4615
4616    Fix alignment of trees and wide chars in the cache.
4617    (cherry picked from 40a64c61f8bc33d497e1224e02c41dea2d424d97 commit)
4618
4619commit 2ece832118b3ee5d8ed19f1ee9b1c822b70ec6e9
4620Author: Matthias Hopf <mhopf@suse.de>
4621Date:   Wed Jun 28 19:17:03 2006 +0200
4622
4623    First (dummy) entry of compose caches was not initialized and thus contained varying garbage.
4624    (cherry picked from f442dcaa56f8ecb7443e8e51c88ed97e10dbdba3 commit)
4625
4626commit e9614c963b532f46a7932c2305a4b177a996a222
4627Author: Donnie Berkholz <spyderous@gentoo.org>
4628Date:   Thu Jun 29 19:39:36 2006 -0700
4629
4630    Bug #7349: Missed one of the setuid fixes.
4631
4632commit abda4d223e9cce9ac6e7b5d82a5680d9a502e52a
4633Author: Matthias Hopf <mhopf@suse.de>
4634Date:   Thu Jun 29 18:59:57 2006 +0200
4635
4636    Update to final Compose cache directory location.
4637
4638commit 40a64c61f8bc33d497e1224e02c41dea2d424d97
4639Author: Matthias Hopf <mhopf@suse.de>
4640Date:   Thu Jun 29 17:41:41 2006 +0200
4641
4642    Fix alignment of trees and wide chars in the cache.
4643
4644commit f442dcaa56f8ecb7443e8e51c88ed97e10dbdba3
4645Author: Matthias Hopf <mhopf@suse.de>
4646Date:   Wed Jun 28 19:17:03 2006 +0200
4647
4648    First (dummy) entry of compose caches was not initialized and thus contained varying garbage.
4649
4650commit bdbe464d774e01d317f67c63ebbda2fd0edbbdd1
4651Author: Donnie Berkholz <spyderous@gentoo.org>
4652Date:   Thu Jun 22 23:59:03 2006 -0700
4653
4654    Delete ChangeLog, and add a rule to autogenerate it for distribution. Also
4655    add 'foreign' to AM_INIT_AUTOMAKE to make autotools happy with not having a
4656    ChangeLog.
4657    (cherry picked from b0edfb8df16ab8c9959b83a4c966d55a59c4e295 commit)
4658
4659commit b0edfb8df16ab8c9959b83a4c966d55a59c4e295
4660Author: Donnie Berkholz <donnie@comet.(none)>
4661Date:   Thu Jun 22 23:47:38 2006 -0700
4662
4663    Delete ChangeLog, and add a rule to autogenerate it for distribution. Also
4664    add 'foreign' to AM_INIT_AUTOMAKE to make autotools happy with not having a
4665    ChangeLog.
4666
4667commit dd54981aa76e9dfdc4c3302d6105b4b229447c84
4668Author: Donnie Berkholz <donnie@comet.(none)>
4669Date:   Thu Jun 22 15:47:38 2006 -0700
4670
4671    Bump version to 1.0.2.
4672
4673commit c93539d974a67f596a5eb5b65042d26602546c72
4674Author: Matthieu Herrb <matthieu@deville.herrb.com>
4675Date:   Tue Jun 20 21:04:03 2006 +0200
4676
4677    Check setuid() return value.
4678    (cherry picked from 5169d0e08ff6acb350a6ea768623f5ff0b85b05f commit)
4679
4680commit 605533f814ab7892991578706a6458f61a89ca4d
4681Author: Derek Wang <derek.wang@sun.com>
4682Date:   Mon Jun 19 11:05:37 2006 -0700
4683
4684    Sun bug 6209243: XExtentsOfFontSet causes segfault when font set not loaded
4685    (cherry picked from eff50c94a07194297e705da53d9fbb3a40fb9ad4 commit)
4686
4687commit 5bbd0822c5a926de0ed293437fb9f2b75cf3c4f4
4688Author: Scott Revelt <scott.revelt@sun.com>
4689Date:   Fri Jun 16 19:11:13 2006 -0700
4690
4691    Sun bug 4022903: Xcms routines may fail if sscanf() is looking for separators
4692    based on locale that doesn't match those used in the Xcms.txt
4693    (cherry picked from 94f3213fc4bd6ec49bfb68e8b4a4fddea2bf3baa commit)
4694
4695commit 0b05cd4da6134df527fb010384a9fd569bd5d6a3
4696Author: Alan Coopersmith <alanc@alf.(none)>
4697Date:   Fri Jun 16 18:53:33 2006 -0700
4698
4699    Add *~ to ignore emacs droppings
4700    (cherry picked from c33d7b8282ac196b36229be26442296768c16f3e commit)
4701
4702commit 214658b76b56768f69c3959a11525aae7813f448
4703Author: Matthias Hopf <mhopf@suse.de>
4704Date:   Fri Jun 16 15:36:40 2006 +0200
4705
4706    Bug #3104: Compose table cache for faster X11 application starts.
4707    (cherry picked from 1f4c9893ade08bad30c9bd12a36bee57d30b001e commit)
4708
4709commit 13968a23aaea838ba4b69e42e8900f803499e091
4710Author: Matthias Hopf <mhopf@suse.de>
4711Date:   Tue Jun 13 20:23:46 2006 +0200
4712
4713    Bug #3104: Compose table cache for faster X11 application starts.
4714    (cherry picked from 4fe22647e6010a2886c2f3a7093adeaeb6678faa commit)
4715
4716commit e7f8bca08f5476d0ca262097639ac7d424bb4d10
4717Author: Lubos Lunak <llunak@suse.de>
4718Date:   Mon Jun 12 18:48:08 2006 +0200
4719
4720    Bug #3104: Compose table cache for faster X11 application starts.
4721    (cherry picked from 1d28a655629a11ea7fd1e5df4c7b77dd4b63e3be commit)
4722
4723commit f506aaf8ac9aae1ee8daaef6cde34ee85aecd641
4724Author: Matthias Hopf <mhopf@suse.de>
4725Date:   Fri Jun 9 18:24:02 2006 +0200
4726
4727    Bug #3104: Compose table cache for faster X11 application starts. Part 1: Pointerless compose data structure, using indices instead of pointers, needed for mmap()ing data structure.
4728    (cherry picked from 9354351fcb8baeaab85250d14409cfb4fa50f3e9 commit)
4729
4730commit 0e6d5e979aacb0c295ce79369ecc5f22ffa7922c
4731Author: Jamey Sharp <jamey@minilop.net>
4732Date:   Wed Jun 7 20:29:05 2006 -0700
4733
4734    Fix bug #7035: unnecessary memmove in XOpenDisplay.
4735    Using memmove on the connection setup data causes a problem for XCB, but making
4736    Xlib stop doing that should be harmless for non-XCB as well.
4737    (cherry picked from b18713ec3f36a10b3cdb1e16f9550e1d2e05dff0 commit)
4738
4739commit cd7328c46ae72903ed02832828891b2dab4d5ee0
4740Author: Daniel Stone <daniels@preemptive.fooishbar.org>
4741Date:   Sat Jun 3 13:51:51 2006 +0300
4742
4743    Fix threading support on GNU/kFreeBSD systems.  (Robert Millan)
4744    (cherry picked from e3acee88cfcc4ef0fa8a7db39763a5ebe2e985cb commit)
4745
4746commit c336eb6b80a6f91da1d0b3d28634a2cfde324670
4747Merge: 33556ca... ad9ebbd...
4748Author: Donnie Berkholz <donnie@comet.(none)>
4749Date:   Thu Jun 22 14:25:35 2006 -0700
4750
4751    Merge branch 'stable' of http://people.freedesktop.org/~jamey/libX11 into stable
4752
4753commit 213dacad21740466e7ab31b01d3fc513fe4b3e74
4754Author: Daniel Stone <daniel@fooishbar.org>
4755Date:   Thu Jun 22 17:20:59 2006 +0300
4756
4757    Bump to 1.0.99.0 to avoid confusion.
4758
4759commit efedfd68e31bcee2d21ac340be8dc9e1825ec890
4760Merge: e3acee8... 4b8eb5d...
4761Author: Daniel Stone <daniel@fooishbar.org>
4762Date:   Thu Jun 22 16:53:45 2006 +0300
4763
4764    Merge branch 'master' of git+ssh://git.freedesktop.org/srv/git.freedesktop.org/git/xorg/lib/libX11
4765
4766commit 4b8eb5d4a1da73a94b5a6ab12e34784aae4c79c5
4767Merge: 5169d0e... eff50c9...
4768Author: Matthieu Herrb <matthieu@deville.herrb.com>
4769Date:   Tue Jun 20 21:05:15 2006 +0200
4770
4771    Merge branch 'master' of git+ssh://herrb@git.freedesktop.org/git/xorg/lib/libX11
4772
4773commit 5169d0e08ff6acb350a6ea768623f5ff0b85b05f
4774Author: Matthieu Herrb <matthieu@deville.herrb.com>
4775Date:   Tue Jun 20 21:04:03 2006 +0200
4776
4777    Check setuid() return value.
4778
4779commit eff50c94a07194297e705da53d9fbb3a40fb9ad4
4780Author: Derek Wang <derek.wang@sun.com>
4781Date:   Mon Jun 19 11:05:37 2006 -0700
4782
4783    Sun bug 6209243: XExtentsOfFontSet causes segfault when font set not loaded
4784
4785commit 94f3213fc4bd6ec49bfb68e8b4a4fddea2bf3baa
4786Author: Scott Revelt <scott.revelt@sun.com>
4787Date:   Fri Jun 16 19:11:13 2006 -0700
4788
4789    Sun bug 4022903: Xcms routines may fail if sscanf() is looking for separators
4790    based on locale that doesn't match those used in the Xcms.txt
4791
4792commit c33d7b8282ac196b36229be26442296768c16f3e
4793Author: Alan Coopersmith <alanc@alf.(none)>
4794Date:   Fri Jun 16 18:53:33 2006 -0700
4795
4796    Add *~ to ignore emacs droppings
4797
4798commit 1f4c9893ade08bad30c9bd12a36bee57d30b001e
4799Author: Matthias Hopf <mhopf@suse.de>
4800Date:   Fri Jun 16 15:36:40 2006 +0200
4801
4802    Bug #3104: Compose table cache for faster X11 application starts.
4803
4804commit 4fe22647e6010a2886c2f3a7093adeaeb6678faa
4805Author: Matthias Hopf <mhopf@suse.de>
4806Date:   Tue Jun 13 20:23:46 2006 +0200
4807
4808    Bug #3104: Compose table cache for faster X11 application starts.
4809
4810commit 1d28a655629a11ea7fd1e5df4c7b77dd4b63e3be
4811Author: Lubos Lunak <llunak@suse.de>
4812Date:   Mon Jun 12 18:48:08 2006 +0200
4813
4814    Bug #3104: Compose table cache for faster X11 application starts.
4815
4816commit 9354351fcb8baeaab85250d14409cfb4fa50f3e9
4817Author: Matthias Hopf <mhopf@suse.de>
4818Date:   Fri Jun 9 18:24:02 2006 +0200
4819
4820    Bug #3104: Compose table cache for faster X11 application starts. Part 1: Pointerless compose data structure, using indices instead of pointers, needed for mmap()ing data structure.
4821
4822commit b18713ec3f36a10b3cdb1e16f9550e1d2e05dff0
4823Author: Jamey Sharp <jamey@minilop.net>
4824Date:   Wed Jun 7 20:29:05 2006 -0700
4825
4826    Fix bug #7035: unnecessary memmove in XOpenDisplay.
4827    Using memmove on the connection setup data causes a problem for XCB, but making
4828    Xlib stop doing that should be harmless for non-XCB as well.
4829
4830commit ad9ebbd2424bc2699944ffdf4e19e13f9dd8ab84
4831Author: Daniel Stone <daniels@preemptive.fooishbar.org>
4832Date:   Sat Jun 3 12:57:55 2006 +0300
4833
4834    Bug #2186: Add cs_CZ.iso8859-2 alias.
4835
4836commit 9e7765e0b1cbaae6643072d91066ba1201b36227
4837Author: Daniel Stone <daniel@fooishbar.org>
4838Date:   Fri Jun 2 02:46:29 2006 +0300
4839
4840    nls: Serbian (sr_CS) update (#5575)
4841    
4842    Bug #5575: 'Yugoslavia' has changed to Serbia & Montenegro, along with a
4843    corresponding locale change.  Update compose.dir.pre, locale.alias.pre,
4844    and locale.dir.pre.  (Milos Komarcevic)
4845
4846commit a4ac2242b588da23044a20aa999ae84d4de7b2d8
4847Author: Daniel Stone <daniel@fooishbar.org>
4848Date:   Fri Jun 2 02:24:25 2006 +0300
4849
4850    im: add Braille input method (#6296)
4851    
4852    Bug #6296: Add a Braille input method.  (Samuel Thibault)
4853
4854commit 90de1e2e141ec591048a76cb695579ef809a28d3
4855Author: Daniel Stone <daniel@fooishbar.org>
4856Date:   Fri Jun 2 02:22:17 2006 +0300
4857
4858    xkb support: small typo
4859
4860commit 4c3e34bece7402f08139d34d1ef5834e3cf533c7
4861Author: Daniel Stone <daniel@fooishbar.org>
4862Date:   Fri Jun 2 01:50:24 2006 +0300
4863
4864    en_US.UTF-8 Compose.pre: updates from Simos (#5129)
4865    
4866    Bug #5129: Numerous updates from Simos Xenitellis, fixing Unicode keysyms,
4867    adding Unicode character names, removing duplicate entries, et al.
4868
4869commit 0c6473dd329c7334ae511884bcb6e73e632c784f
4870Author: Daniel Stone <daniel@fooishbar.org>
4871Date:   Fri Jun 2 01:44:53 2006 +0300
4872
4873    nls: fix use of non-keysym dead_space (#5107)
4874    
4875    Bug #5107: Change users of dead_space to space.
4876
4877commit 6f99f6349de5120f1cb7e02fbc97849341bc48e8
4878Author: Daniel Stone <daniel@fooishbar.org>
4879Date:   Fri Jun 2 01:41:18 2006 +0300
4880
4881    optional XKB support fix
4882    
4883    Fix compilation with --disable-xkb.
4884
4885commit 217d43ed44ced901122093af3ef1294e1736bb77
4886Author: Daniel Stone <daniel@fooishbar.org>
4887Date:   Fri Jun 2 01:39:12 2006 +0300
4888
4889    i18n: separate data and lib directories
4890    
4891    Break out locale data into separate data and library directories, under
4892    $(datadir) and $(libdir), respectively, by default.
4893
4894commit 92fa7fcde8df22830fca7c0275ab201033f7909c
4895Author: Adam Jackson <ajax@benzedrine.nwnk.net>
4896Date:   Thu May 11 14:04:48 2006 -0400
4897
4898    libXcursor.so.1, not libXcursor.so
4899
4900commit 135b4df13ed7c35dbae8975f302fc1fb8412d7c0
4901Author: Daniel Stone <daniels@preemptive.fooishbar.org>
4902Date:   Wed May 10 18:06:03 2006 +0300
4903
4904    XKBMisc.c: use Xfree, not xfree
4905    
4906    Use Xfree() instead of xfree() when freeing interps.
4907
4908commit 3518d772b08e3433bc28b4d8d293fa53ca25f0ee
4909Author: Daniel Stone <daniels@preemptive.fooishbar.org>
4910Date:   Wed May 10 14:51:37 2006 +0300
4911
4912    locale.alias.pre: bg_BG typo fix
4913    
4914    Fix typo (be_BG.UTF-8 rather than bg_BG.UTF-8) in locale.alias.pre.
4915
4916commit cc533db60cb64dc163c66451933a9bf77c519062
4917Author: Daniel Stone <daniels@endtroducing.localdomain>
4918Date:   Sun Apr 9 22:22:03 2006 +0300
4919
4920    Coverity #203, #204: Fix potential NULL dereferences.
4921
4922commit b83adf7dfd6157694fe4f232012fef36cd9666da
4923Author: Daniel Stone <daniels@endtroducing.localdomain>
4924Date:   Sun Apr 9 22:20:25 2006 +0300
4925
4926    Coverity #205: Fix potential NULL dereference.
4927
4928commit 2d0cd10ad907864d0136739eaac459779c9a5332
4929Author: Daniel Stone <daniels@endtroducing.localdomain>
4930Date:   Sun Apr 9 22:18:20 2006 +0300
4931
4932    Coverity #209: Fix potential NULL dereference. (Alan Coopersmith)
4933
4934commit dc2f3966068d66a564aa452cab9f0c26657fa1df
4935Author: Daniel Stone <daniels@preemptive.research.nokia.com>
4936Date:   Fri Apr 7 18:11:52 2006 +0300
4937
4938    Coverity #826: Fix potential memory leak.
4939
4940commit 23df609ec451a01c77e8f31ecc85c5af7c62efed
4941Author: Daniel Stone <daniels@preemptive.research.nokia.com>
4942Date:   Fri Apr 7 17:49:41 2006 +0300
4943
4944    Bug #1625: Include keysym.h from Xutil.h.
4945
4946commit 5262a1945c543a3419ed626e1deb09ef5b4584c1
4947Author: Eric Anholt <anholt@leguin.anholt.net>
4948Date:   Wed Apr 5 17:12:15 2006 -0700
4949
4950    Check if visualList == NULL, not nVisualsMatched == 0. NULL happens in more
4951    
4952    cases (allocation failure) than nVisualsMatched == 0.  Noticed from inspection
4953    of Coverity #599, #600.
4954
4955commit 8b42635f577468bb143ca593cdd9fb3450ad712c
4956Author: Eric Anholt <anholt@leguin.anholt.net>
4957Date:   Wed Apr 5 16:42:26 2006 -0700
4958
4959    Coverity #558: Free newly-allocated Database in error path.
4960
4961commit 6d06e41d1f431b3f1a1fcf69161e0af411325e9f
4962Author: Eric Anholt <anholt@leguin.anholt.net>
4963Date:   Wed Apr 5 16:38:52 2006 -0700
4964
4965    Coverity #582: Free newly-allocated region in error path.
4966
4967commit 5fd8f79ad3e38df74d9a6cb573617542c101df1a
4968Author: Daniel Stone <daniels@preemptive.research.nokia.com>
4969Date:   Fri Mar 17 15:58:39 2006 +0200
4970
4971    Properly clip bounds when only one point is defining an outline.
4972
4973commit 1e1572eb7f8394ce152e99d96f711ccf9083baf9
4974Author: Matthieu Herrb <matthieu@bluenote.herrb.com>
4975Date:   Sat Mar 11 15:39:15 2006 +0100
4976
4977    Fix prototype of XConfigureWindow(). Bugzilla #6023.
4978
4979commit 1da8bd904f1fc79d63d368473531b438d08bfe37
4980Author: Jeremy C. Reed <reed@reedmedia.net>
4981Date:   Tue Feb 21 14:10:22 2006 -0800
4982
4983    Set XTHREADLIB correctly for dragonfly platforms.
4984
4985commit c9768133e3f65ac4bb64e3941e2d6ae36897ec9c
4986Author: Jamey Sharp <jamey@minilop.net>
4987Date:   Sun Feb 19 12:29:27 2006 -0800
4988
4989    Update .gitignores for *.o and nls/locale.dir*.
4990
4991commit efcbde6ba0b770bb0d4c7818e307712161011f10
4992Author: Jamey Sharp <jamey@minilop.net>
4993Date:   Sun Feb 19 12:28:41 2006 -0800
4994
4995    Move .cvsignore to .gitignore.
4996
4997commit e3acee88cfcc4ef0fa8a7db39763a5ebe2e985cb
4998Author: Daniel Stone <daniels@preemptive.fooishbar.org>
4999Date:   Sat Jun 3 13:51:51 2006 +0300
5000
5001    Fix threading support on GNU/kFreeBSD systems.  (Robert Millan)
5002
5003commit f1bd3152359ddfadd0d043006036c239f3e2907b
5004Author: Daniel Stone <daniels@preemptive.fooishbar.org>
5005Date:   Sat Jun 3 12:57:55 2006 +0300
5006
5007    Bug #2186: Add cs_CZ.iso8859-2 alias.
5008
5009commit 2b1b79d90db1d7f0472718b8c010c36275994195
5010Author: Daniel Stone <daniel@fooishbar.org>
5011Date:   Fri Jun 2 02:46:29 2006 +0300
5012
5013    nls: Serbian (sr_CS) update (#5575)
5014    Bug #5575: 'Yugoslavia' has changed to Serbia & Montenegro, along with a
5015    corresponding locale change.  Update compose.dir.pre, locale.alias.pre,
5016    and locale.dir.pre.  (Milos Komarcevic)
5017
5018commit d6fba1f44d404362d3be1b421f57d7ccc3c8cdac
5019Author: Daniel Stone <daniel@fooishbar.org>
5020Date:   Fri Jun 2 02:24:25 2006 +0300
5021
5022    im: add Braille input method (#6296)
5023    Bug #6296: Add a Braille input method.  (Samuel Thibault)
5024
5025commit 0fed7d3185addd610e917dcdaa0676f0256c0ec5
5026Author: Daniel Stone <daniel@fooishbar.org>
5027Date:   Fri Jun 2 02:22:17 2006 +0300
5028
5029    xkb support: small typo
5030
5031commit cf7d9f9e46f3ce01ac04a95978918d5c0f3f3cf9
5032Author: Daniel Stone <daniel@fooishbar.org>
5033Date:   Fri Jun 2 01:50:24 2006 +0300
5034
5035    en_US.UTF-8 Compose.pre: updates from Simos (#5129)
5036    Bug #5129: Numerous updates from Simos Xenitellis, fixing Unicode keysyms,
5037    adding Unicode character names, removing duplicate entries, et al.
5038
5039commit 332d45fce9fdbf59168d90a133af1f580a589e54
5040Author: Daniel Stone <daniel@fooishbar.org>
5041Date:   Fri Jun 2 01:44:53 2006 +0300
5042
5043    nls: fix use of non-keysym dead_space (#5107)
5044    Bug #5107: Change users of dead_space to space.
5045
5046commit 34f59ce3d1e2eb2971b732d11871c6fff8a1c75b
5047Author: Daniel Stone <daniel@fooishbar.org>
5048Date:   Fri Jun 2 01:41:18 2006 +0300
5049
5050    optional XKB support fix
5051    Fix compilation with --disable-xkb.
5052
5053commit c5940a0b85edec4003f91a59fc3c44f538accfe1
5054Author: Daniel Stone <daniel@fooishbar.org>
5055Date:   Fri Jun 2 01:39:12 2006 +0300
5056
5057    i18n: separate data and lib directories
5058    Break out locale data into separate data and library directories, under
5059    $(datadir) and $(libdir), respectively, by default.
5060
5061commit 33556ca81db2419b9d2a37664c4cea2069414b37
5062Author: Adam Jackson <ajax@benzedrine.nwnk.net>
5063Date:   Fri May 12 14:49:17 2006 -0400
5064
5065    Bump to 1.0.1
5066
5067commit 80d88557626fae9debc404de33d7fb5d69a6049d
5068Author: Adam Jackson <ajax@benzedrine.nwnk.net>
5069Date:   Thu May 11 14:06:28 2006 -0400
5070
5071    libXcursor.so.1, not libXcursor.so
5072
5073commit 5384f27dfe3c94c462c137ab3540eaa5646ca4c6
5074Author: Adam Jackson <ajax@benzedrine.nwnk.net>
5075Date:   Thu May 11 14:04:48 2006 -0400
5076
5077    libXcursor.so.1, not libXcursor.so
5078
5079commit 01f4d433eed6b70c6e9636157acac022054fdeb6
5080Author: Jamey Sharp <jamey@minilop.net>
5081Date:   Wed May 10 17:02:52 2006 -0700
5082
5083    Count any partial request towards the current Xlib sequence number.
5084
5085commit 770cfbd1fcc80a83a9be0c4f68727b8af2c8f4a4
5086Author: Daniel Stone <daniels@preemptive.fooishbar.org>
5087Date:   Wed May 10 18:06:03 2006 +0300
5088
5089    XKBMisc.c: use Xfree, not xfree
5090    Use Xfree() instead of xfree() when freeing interps.
5091
5092commit 22a5255b80b80772612279bc840a953edd0e3442
5093Author: Daniel Stone <daniels@preemptive.fooishbar.org>
5094Date:   Wed May 10 14:51:37 2006 +0300
5095
5096    locale.alias.pre: bg_BG typo fix
5097    Fix typo (be_BG.UTF-8 rather than bg_BG.UTF-8) in locale.alias.pre.
5098
5099commit 9cac8c9824874ca7d835f001a4efa910b7fdd822
5100Merge: 19b8840... e514bc8...
5101Author: Daniel Stone <daniels@preemptive.fooishbar.org>
5102Date:   Wed May 10 14:50:37 2006 +0300
5103
5104    Merge branch 'master' of git+ssh://git.freedesktop.org/srv/git.freedesktop.org/git/xorg/lib/libX11
5105
5106commit e514bc875f27f4bf197b06b8315eeca526195915
5107Author: Jamey Sharp <jamey@minilop.net>
5108Date:   Tue May 9 12:41:59 2006 -0700
5109
5110    Assert that dpy->request does not go backwards. Catches #5839 earlier.
5111
5112commit fc1159137365a599bf611ee001f439416952c4e0
5113Author: Jamey Sharp <jamey@minilop.net>
5114Date:   Sun May 7 17:40:01 2006 -0700
5115
5116    In _XPutXCBBuffer, set aside any trailing partial request until the last byte is available.
5117
5118commit c394480a4247213239822808e3f6e7c6cd6decd9
5119Author: Jamey Sharp <jamey@minilop.net>
5120Date:   Sun May 7 16:58:13 2006 -0700
5121
5122    Update for XCB ConnSetupSuccessRep name change.
5123
5124commit 7672bf93bc1200905461aeb0a2dc2c2696410b93
5125Author: Daniel Stone <daniels@endtroducing.localdomain>
5126Date:   Sun Apr 9 22:22:03 2006 +0300
5127
5128    Coverity #203, #204: Fix potential NULL dereferences.
5129
5130commit cfcafbe48d22d9a0cd50eb9454ce0ff88f0129d3
5131Author: Daniel Stone <daniels@endtroducing.localdomain>
5132Date:   Sun Apr 9 22:20:25 2006 +0300
5133
5134    Coverity #205: Fix potential NULL dereference.
5135
5136commit b6771501feea98d037032f82117b6d4f15779f07
5137Author: Daniel Stone <daniels@endtroducing.localdomain>
5138Date:   Sun Apr 9 22:18:20 2006 +0300
5139
5140    Coverity #209: Fix potential NULL dereference.  (Alan Coopersmith)
5141
5142commit 19b8840af241087bb17b1edabcaa9b28fdd0a1dc
5143Author: Daniel Stone <daniels@preemptive.research.nokia.com>
5144Date:   Fri Apr 7 18:11:52 2006 +0300
5145
5146    Coverity #826: Fix potential memory leak.
5147
5148commit 3a16f262abe48b44ed641525e894bc22e13bf72a
5149Author: Daniel Stone <daniels@preemptive.research.nokia.com>
5150Date:   Fri Apr 7 17:49:41 2006 +0300
5151
5152    Bug #1625: Include keysym.h from Xutil.h.
5153
5154commit 2481b767ae96e2f2503c0390545932c8397b090f
5155Author: Eric Anholt <anholt@leguin.anholt.net>
5156Date:   Wed Apr 5 17:12:15 2006 -0700
5157
5158    Check if visualList == NULL, not nVisualsMatched == 0.  NULL happens in more
5159    cases (allocation failure) than nVisualsMatched == 0.  Noticed from inspection
5160    of Coverity #599, #600.
5161
5162commit 152b17e47d878c2d928eb74581aa69d925a29123
5163Author: Eric Anholt <anholt@leguin.anholt.net>
5164Date:   Wed Apr 5 16:42:26 2006 -0700
5165
5166    Coverity #558: Free newly-allocated Database in error path.
5167
5168commit bc62b99ef36edb34035911c42104be7f6f9d2333
5169Author: Eric Anholt <anholt@leguin.anholt.net>
5170Date:   Wed Apr 5 16:38:52 2006 -0700
5171
5172    Coverity #582: Free newly-allocated region in error path.
5173
5174commit d47f0b3cec1388f7ce60ab2af91df0dea0f221c5
5175Author: Jamey Sharp <jamey@minilop.net>
5176Date:   Fri Mar 31 22:53:07 2006 -0800
5177
5178    Fix buggy interaction with XCB when running out of XIDs.
5179
5180commit e3f452571824d6a875bbf582946de185de9e01e9
5181Author: Jamey Sharp <jamey@minilop.net>
5182Date:   Fri Mar 31 22:52:14 2006 -0800
5183
5184    Add explicit include of Xmd.h to work around bug including both xcb.h and Xmd.h simultaneously.
5185
5186commit 2363b74ca795c1b3a73c9e572532ba5191adec5b
5187Author: Daniel Stone <daniels@preemptive.research.nokia.com>
5188Date:   Fri Mar 17 15:58:39 2006 +0200
5189
5190    Properly clip bounds when only one point is defining an outline.
5191
5192commit e876efb8aa410f2f5c87aaaa7042f847c4ff96f7
5193Merge: be266b2... f71ea0b...
5194Author: Matthieu Herrb <matthieu@bluenote.herrb.com>
5195Date:   Sat Mar 11 15:40:35 2006 +0100
5196
5197    Merge branch 'master' of git+ssh://herrb@git.freedesktop.org/git/xorg/lib/libX11
5198
5199commit be266b201dc13530a302a7572283ccd3f32aad87
5200Author: Matthieu Herrb <matthieu@bluenote.herrb.com>
5201Date:   Sat Mar 11 15:39:15 2006 +0100
5202
5203    Fix prototype of XConfigureWindow(). Bugzilla #6023.
5204
5205commit f71ea0bc737c5a42e9e022b86e7ec3b4f846d31c
5206Author: Jamey Sharp <jamey@minilop.net>
5207Date:   Fri Mar 3 11:08:41 2006 -0800
5208
5209    Update for XCBSendRequest sequence number API changes.
5210
5211commit a11d1b0ae674320cf9897f6a83ec08c65eca8d9b
5212Author: Jamey Sharp <jamey@minilop.net>
5213Date:   Fri Mar 3 01:42:49 2006 -0800
5214
5215    Use the full_sequence from XCBGenericError/Event for setting last_request_read, and quit replacing _XSetLastRequestRead with an XCB-specific version.
5216
5217commit d8ba4ae7045b227f8b675628b9094dded02f1c08
5218Author: Jamey Sharp <jamey@minilop.net>
5219Date:   Thu Mar 2 23:43:26 2006 -0800
5220
5221    Bugfix: Rely on XCBSendRequest to leave iov in a well-defined state, and place the spare iovecs at the beginning of the array.
5222
5223commit f9afb5a54435c30961306080e9358d4240ecb844
5224Author: Jamey Sharp <jamey@minilop.net>
5225Date:   Thu Mar 2 23:34:19 2006 -0800
5226
5227    assert() that we will not infinite loop or read uninitialized memory.
5228
5229commit d3512ef3aae5b036a8ce6579318108f1ec20ee22
5230Author: Jamey Sharp <jamey@minilop.net>
5231Date:   Thu Mar 2 15:58:52 2006 -0800
5232
5233    Quit relying on XCBSendRequest to pad to 4-byte boundaries and do it ourselves.
5234
5235commit fb590c15a740264ee867d15a2547072e43b21eed
5236Author: Jamey Sharp <jamey@minilop.net>
5237Date:   Thu Mar 2 12:06:04 2006 -0800
5238
5239    Handle errors correctly when Xlib owns the event queue and XCB has the checked error feature.
5240
5241commit 8356ba37d307a9eda895a6bf41ef727bbfc9a695
5242Author: Jamey Sharp <jamey@minilop.net>
5243Date:   Mon Feb 27 11:51:47 2006 -0800
5244
5245    Use the new XCBSendRequest flag, XCB_REQUEST_RAW, to hand a bag-o-bytes down uninterpreted.
5246
5247commit 07bdf1fbbf2418f866df1a2140d514dd3f035139
5248Author: Jamey Sharp <jamey@minilop.net>
5249Date:   Sun Feb 26 15:46:01 2006 -0800
5250
5251    Update for new XCBSendRequest API.
5252
5253commit 409a08cff8347d39e0e6c53c9f380d21f221f5ac
5254Author: Jamey Sharp <jamey@minilop.net>
5255Date:   Thu Feb 23 18:12:31 2006 -0800
5256
5257    Performance fix: Replace calls to XCBGetRequestRead with the new XCBGetQueuedRequestRead. Cuts a lot of syscalls.
5258
5259commit ec30a27341b97620b07dd886f98d1d7664a67685
5260Author: Jamey Sharp <jamey@minilop.net>
5261Date:   Thu Feb 23 18:01:46 2006 -0800
5262
5263    Minor performance fix: Access dpy->xcl->connection directly instead of calling XCBConnectionOfDisplay. It happens a lot.
5264
5265commit 53c471c6a835d5cedeca99f2c97058d196a3fd7e
5266Author: Jamey Sharp <jamey@minilop.net>
5267Date:   Thu Feb 23 11:46:09 2006 -0800
5268
5269    XCBFlush used to return non-positive on failure, and this test did not catch 0. Now it returns boolean: 0 or 1. Testing <= 0 covers both cases. I probably want to switch to a boolean test eventually.
5270
5271commit 41c0121a8718b530feaf7fe315b673d9b8defce2
5272Author: Jamey Sharp <jamey@minilop.net>
5273Date:   Tue Feb 21 21:25:41 2006 -0800
5274
5275    Refactor the code that passes requests down to XCB into a separate issue_complete_request function.
5276
5277commit 67d06e0fe468dca22847aa14d3f917128f89f9cf
5278Author: Jamey Sharp <jamey@minilop.net>
5279Date:   Tue Feb 21 15:33:05 2006 -0800
5280
5281    If we have not actually put the buffer back, deferred invariants may not hold. This is OK.
5282
5283commit 434bf80b4053ff1ba82adf65de1f76b4d3731bf1
5284Author: Jeremy C. Reed <reed@reedmedia.net>
5285Date:   Tue Feb 21 14:10:22 2006 -0800
5286
5287    Set XTHREADLIB correctly for dragonfly platforms.
5288
5289commit b24834762e975bd319f9ab5c7cf790b2a02a9474
5290Author: Jamey Sharp <jamey@minilop.net>
5291Date:   Tue Feb 21 14:03:26 2006 -0800
5292
5293    Sometimes functions other than _XUnlockDisplay call _XPutXCBBuffer. Some invariants appropriate for Unlock are not appropriate otherwise: move them to _XUnlockDisplay.
5294
5295commit 99b8defd0d5e6993071e21638128c9de2574b37d
5296Author: Jamey Sharp <jamey@minilop.net>
5297Date:   Tue Feb 21 13:04:21 2006 -0800
5298
5299    Execute BeforeFlush hooks on complete buffers, not request-at-a-time.
5300    Traditional Xlib worked this way; I dunno why I changed it.
5301
5302commit 9b01e7849775749182052fe324df9d8e6ceeee99
5303Author: Jamey Sharp <jamey@minilop.net>
5304Date:   Tue Feb 21 12:51:44 2006 -0800
5305
5306    Factor the XCBSendRequest call out of the conditional in _XPutXCBBuffer.
5307
5308commit 7ce7ac882de128955751a5307889db9d712d8a72
5309Author: Jamey Sharp <jamey@minilop.net>
5310Date:   Tue Feb 21 12:44:30 2006 -0800
5311
5312    Quit using a triple-pointer. Almost as if I were a sensible person.
5313
5314commit 35a858be218cdbfa4593d44a67663d5c25297016
5315Author: Jamey Sharp <jamey@minilop.net>
5316Date:   Tue Feb 21 12:21:01 2006 -0800
5317
5318    Remove the XCL_PAD macro.
5319
5320commit e741b70ed2542c5463c57dac44bc37328616733b
5321Author: Jamey Sharp <jamey@minilop.net>
5322Date:   Sun Feb 19 12:29:27 2006 -0800
5323
5324    Update .gitignores for *.o and nls/locale.dir*.
5325
5326commit f25b4b00e1683b0d97dba46dac46d65a9c2270a6
5327Author: Jamey Sharp <jamey@minilop.net>
5328Date:   Sun Feb 19 12:28:41 2006 -0800
5329
5330    Move .cvsignore to .gitignore.
5331
5332commit c7cda56eebaf6ab11403363be14d4948d7d8be38
5333Author: Jamey Sharp <jamey@minilop.net>
5334Date:   Sun Feb 19 11:49:15 2006 -0800
5335
5336    Land XCB support on X.org HEAD.
5337
5338commit 881467b3032261791ef5ec61b3879bb68d0a3d8c
5339Author: Jamey Sharp <jamey@minilop.net>
5340Date:   Sun Feb 19 02:14:11 2006 +0000
5341
5342    Merge the X11 and BIGREQS package sets: they were used in exactly the same places.
5343
5344commit 6b0158dfad714db5b89c04dbea3aedeafa0fb146
5345Author: Jamey Sharp <jamey@minilop.net>
5346Date:   Tue Feb 14 19:37:36 2006 +0000
5347
5348    Refactor _XFlush and _XSend code that sets dpy->synchandler to _XSeqSyncFunction into a new function, _XSetSeqSyncFunction. It makes the patch for XCB cleaner, but is arguably a good idea anyway.
5349
5350commit 010c3acbb3a6993d39274f42d88c00849acb0fb0
5351Author: Alan Coopersmith <alan.coopersmith@sun.com>
5352Date:   Sun Feb 12 18:19:17 2006 +0000
5353
5354    Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pages not created correctly when MANDIR & MANSUFFIX don't match.
5355
5356commit fe8c01c80263457f01b70dc1511b2bd9466b7c96
5357Author: Alan Coopersmith <alan.coopersmith@sun.com>
5358Date:   Fri Feb 3 23:34:43 2006 +0000
5359
5360    Fix typo in .TH line
5361
5362commit b091c217f3c3f60dde78b09a95c150df6c83d7ba
5363Author: Kevin E Martin <kem@kem.org>
5364Date:   Thu Dec 15 00:24:28 2005 +0000
5365
5366    Update package version number for final X11R7 release candidate.
5367
5368commit e7c04e0e65a2a0c70c6ad29ec2d6f4350fd81c2a
5369Author: Kevin E Martin <kem@kem.org>
5370Date:   Tue Dec 6 22:48:41 2005 +0000
5371
5372    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
5373
5374commit b5c495854d5270e64e6d588388ffa906bfcaac22
5375Author: Kevin E Martin <kem@kem.org>
5376Date:   Sat Dec 3 05:49:42 2005 +0000
5377
5378    Update package version number for X11R7 RC3 release.
5379
5380commit 9e96dbc343c7f27ff47607acd75378ab23903e2a
5381Author: Kevin E Martin <kem@kem.org>
5382Date:   Sat Dec 3 04:41:47 2005 +0000
5383
5384    Add check and cflags for malloc(0) returning NULL.
5385
5386commit 649c37b47909620ccafde3e983de8321cddd74ce
5387Author: Alan Coopersmith <alan.coopersmith@sun.com>
5388Date:   Mon Nov 28 22:03:04 2005 +0000
5389
5390    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
5391
5392commit 8d1500df66d796ebff2b0d8c02205e5fa6796d4a
5393Author: Alan Coopersmith <alan.coopersmith@sun.com>
5394Date:   Wed Nov 23 22:33:06 2005 +0000
5395
5396    Bug #5003 <https://bugs.freedesktop.org/show_bug.cgi?id=5003> Patch #3763 <https://bugs.freedesktop.org/attachment.cgi?id=3763> Xorg code misuses S_IF* macros
5397
5398commit 93cf3747f9ae8d30bd485b41c5ff10397f68f078
5399Author: Eric Anholt <anholt@freebsd.org>
5400Date:   Sun Nov 20 23:17:39 2005 +0000
5401
5402    Add/improve libs .cvsignores.
5403
5404commit fa1f4a08112bfa14d3758f4702733dd3892966c3
5405Author: Kevin E Martin <kem@kem.org>
5406Date:   Sat Nov 19 07:15:39 2005 +0000
5407
5408    Update pkgconfig files to separate library build-time dependencies from application build-time dependencies, and update package deps to work with separate build roots.
5409
5410commit 7012f9b56c594cf40855ba0dbf93af1263417a8c
5411Author: Kevin E Martin <kem@kem.org>
5412Date:   Mon Nov 14 21:51:07 2005 +0000
5413
5414    Fix xf86bigfont pkgconfig dep typo.
5415
5416commit 60a72f47951f46b4e0505d9903a94af3b6bed8ca
5417Author: Kevin E Martin <kem@kem.org>
5418Date:   Wed Nov 9 21:19:12 2005 +0000
5419
5420    Update package version number for X11R7 RC2 release.
5421
5422commit 6bb0c3796b6e1beddc376a896e865704886e1462
5423Author: Kean Johnson <kean@armory.com>
5424Date:   Tue Nov 8 06:33:25 2005 +0000
5425
5426    See ChangeLog entry 2005-11-07 for details.
5427
5428commit 14be0098ad90c3e68bd2d21b00ffabb76f1fd780
5429Author: Kevin E Martin <kem@kem.org>
5430Date:   Tue Nov 1 15:11:50 2005 +0000
5431
5432    Update pkgcheck dependencies to work with separate build roots.
5433
5434commit 1bf71462a972e0fc56de63f5c7fd613b37fc70f1
5435Author: Donnie Berkholz <spyderous@gentoo.org>
5436Date:   Fri Oct 28 10:44:03 2005 +0000
5437
5438    Revert that, it's redundant. But it is worth noting that --disable-xkb is broken, if anyone cares.
5439
5440commit be627a39fe373e2e81fdc263780e70a271d9e0c5
5441Author: Donnie Berkholz <spyderous@gentoo.org>
5442Date:   Fri Oct 28 08:28:08 2005 +0000
5443
5444    Add dependency on inputproto for XI.h.
5445
5446commit 5fae4cb456cb03fb70cd065dbc2ca94c8ed99082
5447Author: Adam Jackson <ajax@nwnk.net>
5448Date:   Fri Oct 21 18:44:24 2005 +0000
5449
5450    Bug #4736: Error decoding for Damage extension. (Jonathan Lennox)
5451
5452commit 1171fa9dc77413f0e90933a565ec07068052afb4
5453Author: Kevin E Martin <kem@kem.org>
5454Date:   Wed Oct 19 02:48:08 2005 +0000
5455
5456    Update package version number for RC1 release.
5457
5458commit 2a2d905706308b9d5a1c16af1067fb390f43850c
5459Author: Alan Coopersmith <alan.coopersmith@sun.com>
5460Date:   Tue Oct 18 00:00:08 2005 +0000
5461
5462    Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to work better with BSD make
5463
5464commit 66d35b6971fb26762392a2a8e2c47db46c11116a
5465Author: Alan Coopersmith <alan.coopersmith@sun.com>
5466Date:   Mon Oct 17 21:13:15 2005 +0000
5467
5468    Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a suffix rule (reported by Matthieu Herrb)
5469
5470commit a316995a17c084e98ef1b7f25d287c2c08b6d749
5471Author: Donnie Berkholz <spyderous@gentoo.org>
5472Date:   Sun Oct 16 03:03:35 2005 +0000
5473
5474    Change '==' to portable '='.
5475
5476commit b76a072530e884bcbea6ed8fed5aef39361dcfc0
5477Author: Alan Coopersmith <alan.coopersmith@sun.com>
5478Date:   Wed Oct 12 00:04:50 2005 +0000
5479
5480    configure.ac Use XORG_MAN_SECTIONS instead of custom man section configuration. Add shadow man pages for man pages that document multiple functions.
5481
5482commit 8ee5c1429af98206e05a0536f87c0f21a529cdf0
5483Author: Eric Anholt <anholt@freebsd.org>
5484Date:   Tue Oct 11 02:18:36 2005 +0000
5485
5486    Add appropriate pthread libs/flags for FreeBSD, fixing the build of ico and probably others.
5487
5488commit 41ff3b9d1f194a7b56437b650d5f589225c078c6
5489Author: Alan Coopersmith <alan.coopersmith@sun.com>
5490Date:   Sun Oct 9 22:28:39 2005 +0000
5491
5492    Bug #3021 <https://bugs.freedesktop.org/show_bug.cgi?id=3021> Requests and Errors for XFixes are not in XErrorDB (Jonathan Lennox)
5493
5494commit 91ed79852e790049ab54e68f288afb3c953194c9
5495Author: Kevin E Martin <kem@kem.org>
5496Date:   Fri Oct 7 15:00:00 2005 +0000
5497
5498    Clean up generated files
5499    Add missing dist tarball files
5500
5501commit 440399b470c97b159a530602fff11c315aca8d97
5502Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
5503Date:   Wed Oct 5 18:27:10 2005 +0000
5504
5505    Add el_GR.UTF-8 compose file
5506
5507commit 010f0647e25ac617d0f92c8d2b8dda684da545db
5508Author: Daniel Stone <daniel@fooishbar.org>
5509Date:   Fri Sep 30 07:52:46 2005 +0000
5510
5511    Bug #2609: Add Kyrgyz locale (Ilyas Bakirov).
5512
5513commit 3ef2fb67bd8905b208ad7eb790c3843e14cea7ed
5514Author: Daniel Stone <daniel@fooishbar.org>
5515Date:   Fri Sep 30 07:47:55 2005 +0000
5516
5517    Bug #1640: Kinyarwanda locale support. (Steve Murphy)
5518
5519commit 4ae0decabe0960870df0ec165f495166c10a053c
5520Author: Daniel Stone <daniel@fooishbar.org>
5521Date:   Fri Sep 30 07:40:03 2005 +0000
5522
5523    Bug #2268: Add South African locales (Dwayne Bailey). Some whitespace cleanups, as the parser is a little touchy.
5524
5525commit 3f79eb4c99844f618f1889741d1631c2ffe5385f
5526Author: Daniel Stone <daniel@fooishbar.org>
5527Date:   Fri Sep 30 07:11:19 2005 +0000
5528
5529    Generate locale.alias and compose.dir exactly like we do in the monolith, which fixes non-UTF-8 locales in particular (so we get foo: bar, as well as foo bar). Switch to generating locale.dir the same way.
5530
5531commit d1237d1483ff972c76a0ac344ec97d5280db0007
5532Author: Alan Coopersmith <alan.coopersmith@sun.com>
5533Date:   Thu Sep 29 21:27:12 2005 +0000
5534
5535    Add Xcms.txt to lib/X11
5536
5537commit 4a86f299693f7376cbe98175f0b0c44d691802b3
5538Author: Alan Coopersmith <alan.coopersmith@sun.com>
5539Date:   Sat Sep 24 20:11:06 2005 +0000
5540
5541    Add XQueryExtension.man
5542
5543commit a057a66e2041d45198a13a4ece7c07068f76f21b
5544Author: Alan Coopersmith <alan.coopersmith@sun.com>
5545Date:   Sat Sep 24 00:16:32 2005 +0000
5546
5547    Add XTHREAD_CFLAGS for platforms that need special defines like
5548    -D_REENTRANT or -D_POSIX_whatever to get re-entrant function definitions. Set XDMCP_LIBS correctly for later libXdmcp tests.
5549
5550commit 3e920a65a7c376ad63eae2240fd06904d25d18bf
5551Author: Alan Coopersmith <alan.coopersmith@sun.com>
5552Date:   Fri Sep 2 23:00:30 2005 +0000
5553
5554    Issue an error if XTRANS macros were not found when generating configure from configure.ac to flag errors early, instead of when people wonder why libX11 can't talk to an Xserver because it has no transports defined
5555
5556commit 3eb9f2d693af89d04e2fd92492c8205dce332c9c
5557Author: Kristian Høgsberg <krh@redhat.com>
5558Date:   Thu Sep 1 19:24:13 2005 +0000
5559
5560    Use $(X11_LOCALEDATADIR) instead of @X11_LOCALEDATADIR@ so this install destination can be overridden at make install time.
5561
5562commit 7afa64325183b78d2d6a4862821f8b3e9866105c
5563Author: Matthieu Herrb <matthieu.herrb@laas.fr>
5564Date:   Sun Aug 28 19:45:48 2005 +0000
5565
5566    OpenBSD needs -lpthread for threaded applications too.
5567
5568commit 2b2f3d3877cb7927f196d01a5df6a27bf8d0518a
5569Author: Daniel Stone <daniel@fooishbar.org>
5570Date:   Fri Aug 26 05:16:46 2005 +0000
5571
5572    Define ERRORDB/KEYSYMDB to XERRORDB/XKEYSYMDB if the former is undefined but the latter is. (Gerte Hoogewerf)
5573
5574commit 07066da0902df91c71f2adb81d1a17ec29165553
5575Author: Matthieu Herrb <matthieu.herrb@laas.fr>
5576Date:   Sun Aug 21 15:45:04 2005 +0000
5577
5578    update
5579
5580commit de44d8b111f57bd2f015e085fd8298c5f2a15ef3
5581Author: Matthieu Herrb <matthieu.herrb@laas.fr>
5582Date:   Sun Aug 21 15:38:39 2005 +0000
5583
5584    Threads support for BSD systems:
5585    - need to check for gewtpwuid_r to define mtsafeapi
5586    - build UIThrstubs if needed.
5587
5588commit 60217fdb918bafb2082519efe5cba3b13ad3082a
5589Author: Adam Jackson <ajax@nwnk.net>
5590Date:   Wed Aug 17 19:46:08 2005 +0000
5591
5592    Add xthreadlib variable to x11.pc. Bump to 0.99.1.
5593
5594commit e1f4c6f5e36c1511f66fa1fac76520fd97eecbad
5595Author: Alan Coopersmith <alan.coopersmith@sun.com>
5596Date:   Wed Aug 17 01:27:08 2005 +0000
5597
5598    Fix more broken multi-line .ds macros. Remove extraneous ;'s .
5599
5600commit 1909786f4a7d686369edcfc05a938df115fab37c
5601Author: Alan Coopersmith <alan.coopersmith@sun.com>
5602Date:   Tue Aug 16 19:23:15 2005 +0000
5603
5604    Bugzilla #4112 <https://bugs.freedesktop.org/show_bug.cgi?id=4112> Patch #2687 <https://bugs.freedesktop.org/attachment.cgi?id=2897> Fix multi-line macros in XPutImage man page. (Debian bug #323210, fix by David Mart?nez Moreno)
5605
5606commit 83406d69c62070d2eeef23eb47f1ca887f711ee5
5607Author: Alan Coopersmith <alan.coopersmith@sun.com>
5608Date:   Mon Aug 15 19:53:37 2005 +0000
5609
5610    Move RAWCPP macro to xorg-macros.m4 so other modules can use it Add check for whether or not RAWCPP needs -traditional instead of hardcoding it, so non-gcc cpp's can be used
5611
5612commit 5bb43de17de8e71d967488a713bf2b3448533444
5613Author: Alan Coopersmith <alan.coopersmith@sun.com>
5614Date:   Sat Aug 6 18:59:49 2005 +0000
5615
5616    Typo fix in output message
5617
5618commit afe34b95862bb3c06cdbe724cb5ec3001a4a5215
5619Author: Alan Coopersmith <alan.coopersmith@sun.com>
5620Date:   Thu Aug 4 02:55:49 2005 +0000
5621
5622    //bugs.freedesktop.org/show_bug.cgi?id=1887> Patch #3005 <https://bugs.freedesktop.org/attachment.cgi?id=3005> libX11 locale defs severely adrift from glibc: adding new aliases (From Debian via Nathanael Nerode)
5623
5624commit 3979a0b88edf6475ce5cfaa386e18ef980bda13c
5625Author: Alan Coopersmith <alan.coopersmith@sun.com>
5626Date:   Thu Aug 4 02:51:30 2005 +0000
5627
5628    //bugs.freedesktop.org/show_bug.cgi?id=1887> Patch #3002 <https://bugs.freedesktop.org/attachment.cgi?id=3002> libX11 locale defs severely adrift from glibc: locales bugfix for bs_BA (From Debian via Nathanael Nerode)
5629
5630commit 34b454df192f4563499c453ccdb8c079f4a20cbe
5631Author: Alan Coopersmith <alan.coopersmith@sun.com>
5632Date:   Sat Jul 30 20:30:46 2005 +0000
5633
5634    Include config.h so Xtrans knows which transport types to build code for
5635
5636commit cd9c9936b49c125eda779b99887d7e6ae4cf56cd
5637Author: Alan Coopersmith <alan.coopersmith@sun.com>
5638Date:   Sat Jul 30 19:15:16 2005 +0000
5639
5640    Add -D flags to clear various warnings (Stefan Dirsch)
5641
5642commit e7fef67b4531faddd805d8f2157903006d3117ed
5643Author: Kevin E Martin <kem@kem.org>
5644Date:   Fri Jul 29 21:22:50 2005 +0000
5645
5646    Various changes preparing packages for RC0:
5647    - Verify and update package version numbers as needed
5648    - Implement versioning scheme
5649    - Change bug address to point to bugzilla bug entry form
5650    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it)
5651    - Fix makedepend to use pkgconfig and pass distcheck
5652    - Update build script to build macros first
5653    - Update modular Xorg version
5654
5655commit 2ebb00244928237088e68325b1032b3550455ce9
5656Author: Matthieu Herrb <matthieu.herrb@laas.fr>
5657Date:   Sat Jul 23 20:19:31 2005 +0000
5658
5659    remove orphan TAB at begin of line
5660
5661commit dd7a9cdecda73e024ca84c5b9a22b18688038d94
5662Author: Kevin E Martin <kem@kem.org>
5663Date:   Sat Jul 23 18:09:39 2005 +0000
5664
5665    Modify modular libs to use Xregion.h instead of region.h
5666
5667commit 6d635a88d91647b1b63611c3591f74916f88cd1c
5668Author: Kevin E Martin <kem@kem.org>
5669Date:   Sat Jul 23 18:06:16 2005 +0000
5670
5671    lib/Xrender/Picture.c Change region.h to Xregion.h and modify internal references to include <X11/Xregion.h>.
5672
5673commit 36283f50fd9748733ae84cb7fb52ca8d9e661c15
5674Author: Daniel Stone <daniel@fooishbar.org>
5675Date:   Sat Jul 16 06:25:35 2005 +0000
5676
5677    Set soversion to 6.2.0.
5678
5679commit 75fd5ae6e4683b9b9dcc13bc2f0faf223610a74f
5680Author: Keith Packard <keithp@keithp.com>
5681Date:   Fri Jul 15 04:27:32 2005 +0000
5682
5683    Add missing Makefile.am to lib/X11/modules
5684
5685commit 6d84a8b1329af1fcfe86b198f1a6e7dd6ff616c3
5686Author: Keith Packard <keithp@keithp.com>
5687Date:   Fri Jul 15 04:08:51 2005 +0000
5688
5689    Move i18n modules to top-level so they can be built in the right order (before xlib for non-loadable, after xlib for loadable).
5690    Link i18n modules against xlib to resolve Xlib symbols used by them.
5691
5692commit 45f40126a73295345bb5eb187b1167874842ab6e
5693Author: Alexander Gottwald <ago@freedesktop.org>
5694Date:   Thu Jul 14 19:50:00 2005 +0000
5695
5696    Add $(top_srcdir)/src to include list
5697
5698commit 0aed7d91f5928d09d541617aad03709b5090658d
5699Author: Matthieu Herrb <matthieu.herrb@laas.fr>
5700Date:   Thu Jul 14 17:04:49 2005 +0000
5701
5702    Build fix for non-GNU make.
5703
5704commit b79422ccb02ab44548d1038956ab0cd4e2638645
5705Author: Adam Jackson <ajax@nwnk.net>
5706Date:   Thu Jul 14 15:12:44 2005 +0000
5707
5708    typo fixes (Matthieu Herrb)
5709
5710commit 419304cde2fda19457c667870edefc0b227651b3
5711Author: Alan Coopersmith <alan.coopersmith@sun.com>
5712Date:   Wed Jul 13 02:41:36 2005 +0000
5713
5714    Add missing backslashes to xlocale_la_SOURCES
5715
5716commit d14cc5c8964c4539b57c6cb51ef653292e410b79
5717Author: Keith Packard <keithp@keithp.com>
5718Date:   Mon Jul 11 20:32:55 2005 +0000
5719
5720    Ammend AM_CFLAGS with all needed includes; cannot figure out an easy way to automate this.
5721
5722commit 424c2d8905eb2ad0a2df15b1da2f96140bfbcffb
5723Author: Lars Knoll <lars@trolltech.com>
5724Date:   Mon Jul 11 15:24:32 2005 +0000
5725
5726    compile
5727
5728commit de9784eb1bde46efc316da279e3da27c6cc288a7
5729Author: Keith Packard <keithp@keithp.com>
5730Date:   Mon Jul 11 09:26:40 2005 +0000
5731
5732    Ignore built man page files
5733
5734commit 0c258c36d1523113790c599b16d2947d7aa6469a
5735Author: Keith Packard <keithp@keithp.com>
5736Date:   Mon Jul 11 09:18:31 2005 +0000
5737
5738    Minor changes to help modular Xlib build i18n modules
5739
5740commit 6e752ea1203b786423e40f43340bce15ca3de0f0
5741Author: Keith Packard <keithp@keithp.com>
5742Date:   Mon Jul 11 08:29:18 2005 +0000
5743
5744    Enable loadable i18n modules, making them configurable on the configure command line.
5745    Clean up conditionals for XKB, XCMS, XLOCALEDIR
5746    Create new lib directory for locale modules in ${X11_LIBDIR}/locale/lib. Add this to the default XLOCALEDIR search path.
5747    Create separate X11_LOCALEDATADIR variable pointing at ${datadir}/X11/locale for installing locale data.
5748    Split out xcms, xkb, xlibi18n sources from main xlib bits so they can be conditionally included more easily. Lots of source files have been moved with this step; the result seems like it might be easier to maintain.
5749    Display message at end of configure script with selected options.
5750    Fix manual building with cpp to add -traditional in cpprules.in. This isn't conditionalized at all, so it will break on systems not using GNU cpp.
5751
5752commit b46cf0d879f1dbf92dcf5a0305d18986c766ed84
5753Author: Daniel Stone <daniel@fooishbar.org>
5754Date:   Sun Jul 10 22:37:33 2005 +0000
5755
5756    Fix segfault when _XimProtoCreateIC() fails to create a context; Debian #239991. (Chung-chieh Shan)
5757
5758commit 6f2132b18e61ca9755e4b45550f3f5097dd1fbb7
5759Author: Alan Coopersmith <alan.coopersmith@sun.com>
5760Date:   Sat Jul 9 20:06:04 2005 +0000
5761
5762    Set __libmansuffix__ & __xorgversion__ correctly when cpp processing man pages
5763
5764commit 3939ac4410446b46071c9d714f4270c12bf904fe
5765Author: Alan Coopersmith <alan.coopersmith@sun.com>
5766Date:   Sat Jul 9 18:44:14 2005 +0000
5767
5768    - Since all but one line of all the nls/*/Makefile.am files are identical, move common bits to nls/localerules.in for easier updating and use automake includes to include in all the nls/*/Makefile.am files
5769    - Don't assume $(CPP) can take gcc-only -traditional flag
5770    - CPP process man pages as is done in the monolithic tree
5771
5772commit 19ba9d0df86c688319377467254b9ea9c4b0eccc
5773Author: Keith Packard <keithp@keithp.com>
5774Date:   Sat Jul 9 06:01:49 2005 +0000
5775
5776    Clean up .cvsignore files
5777
5778commit f4bba6fa9b9ce637be7662754750054567e9250a
5779Author: Adam Jackson <ajax@nwnk.net>
5780Date:   Sat Jul 9 02:53:29 2005 +0000
5781
5782    typo fix. i suck.
5783
5784commit 3305da61a61695e24c1ea11d3f59dddb52873d47
5785Author: Adam Jackson <ajax@nwnk.net>
5786Date:   Sat Jul 9 02:41:18 2005 +0000
5787
5788    Check for bigfont proto headers via pkgconfig (Arwed von Merkatz)
5789
5790commit afdae2e8ccb93de2987b5a5e850695af15ece7e0
5791Author: Keith Packard <keithp@keithp.com>
5792Date:   Fri Jul 8 07:11:56 2005 +0000
5793
5794    Create and use XlibConf.h to match modular build which needs XTHREADS defined when building extensions
5795
5796commit 86fa88dc594ca2093030acf5c84973ee2b33eb4c
5797Author: Keith Packard <keithp@keithp.com>
5798Date:   Fri Jul 8 06:57:06 2005 +0000
5799
5800    Create and install XlibConf.h to provide external users of Xlibint.h the defines necessary to correctly use the library. Xlibint.h should #include this new file.
5801    Add a bunch of .cvsignore files
5802
5803commit 30f6ffedeaf899e699f0c6b14c9471ce9bcc430c
5804Author: Chris Less <clee@c133.org>
5805Date:   Mon Jul 4 23:01:48 2005 +0000
5806
5807    Fixing bug #380 - add a man page for XQueryExtension, XListExtensions, and XFreeExtensionList.
5808
5809commit 55328bb6caabd37885cd19d7a5821ed425daf321
5810Author: Eric Anholt <anholt@freebsd.org>
5811Date:   Sun Jul 3 10:17:38 2005 +0000
5812
5813    Avoid a gmake-specific construct, and instead just write the name of the current directory into each Makefile.am.
5814
5815commit 726538ba21b631bfb0b8094a5546acdaf57379ff
5816Author: Daniel Stone <daniel@fooishbar.org>
5817Date:   Sun Jul 3 07:37:33 2005 +0000
5818
5819    Fix more include paths; add dix-config.h to XKB code.
5820
5821commit 8c7677138e70e14eca0255f2168583f0ecc21994
5822Author: Daniel Stone <daniel@fooishbar.org>
5823Date:   Sun Jul 3 07:00:55 2005 +0000
5824
5825    Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
5826    Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
5827    Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>.
5828
5829commit 197697c92a63091a4cc3cc04dcb7fa29d2655758
5830Author: Daniel Stone <daniel@fooishbar.org>
5831Date:   Fri Jul 1 22:13:35 2005 +0000
5832
5833    Fix objdir != srcdir, as well as make distcheck.
5834    Don't attempt to create Compose.pre files; formatting fixes.
5835    Added if not already present.
5836
5837commit c162d60ad8f124563f94a2a266de59373936266c
5838Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
5839Date:   Wed Jun 22 22:46:31 2005 +0000
5840
5841    Apply these patches from Theo van Klaveren:
5842    lib-dmx.patch lib-FS.patch lib-X11.patch lib-XRes.patch lib-XScrnSaver.patch lib-xtrans.patch
5843    to make the libraries distcheck.
5844
5845commit 9ee8abdab03ea605a6327118ab7dacab6adf8876
5846Author: Alan Coopersmith <alan.coopersmith@sun.com>
5847Date:   Sat Jun 18 07:48:43 2005 +0000
5848
5849    Move Secure RPC flags from X11/configure.ac to xtrans/xtrans.m4 since multiple modules will need them
5850
5851commit 12afc57b7d455781eee305e9ed6a899ceec8729e
5852Author: Daniel Stone <daniel@fooishbar.org>
5853Date:   Wed Jun 15 16:50:47 2005 +0000
5854
5855    Typo fix to locale/error/keysym location declarations.
5856
5857commit 9a895777e30762f61b98d25be3b5d8b1169baa17
5858Author: Daniel Stone <daniel@fooishbar.org>
5859Date:   Wed Jun 15 13:37:43 2005 +0000
5860
5861    Typo in ImUtil.h commit -- I AM CAPTAIN SKILL.
5862
5863commit add49285663684875ab7a5c58ec7a2cf8b775f67
5864Author: Daniel Stone <daniel@fooishbar.org>
5865Date:   Wed Jun 15 13:32:35 2005 +0000
5866
5867    Define locations for XErrorDB, XKeysymDB, and locale data in configure.ac. Add AC_DEFINE_DIR macro from autoconf-archive.cryp.to towards this end.
5868    Move ImUtil.h from src/ to include/X11/.
5869
5870commit 845dfc6b42b950890866ee4df27761e086f50dca
5871Author: Daniel Stone <daniel@fooishbar.org>
5872Date:   Wed Jun 15 13:27:48 2005 +0000
5873
5874    Move ImUtil.h from src/ to include/X11/. Additionally, copy Cmap.h as a distribution file.
5875
5876commit bba117f0d98f62cfb060d0fab97b407a3a0bfda9
5877Author: Daniel Stone <daniel@fooishbar.org>
5878Date:   Fri Jun 10 14:11:36 2005 +0000
5879
5880    Remove pointless include of Xlib.h.
5881    Fix #include path to bigreqstr.h.
5882
5883commit 1a0de49da1274882bab05b0f7240936b37955e5c
5884Author: Alexander Gottwald <ago@freedesktop.org>
5885Date:   Thu Jun 9 21:30:15 2005 +0000
5886
5887    Use $(srcdir) for Compose.pre and XLC_LOCALE.pre
5888
5889commit af4f0f302644ebfbb0ca9f4016a4aee85c973d37
5890Author: Alexander Gottwald <ago@freedesktop.org>
5891Date:   Thu Jun 9 15:55:33 2005 +0000
5892
5893    Replace <X11/transport.c> with <X11/Xtrans/transport.c>
5894
5895commit fd5f58e0baf692e34b9b622286f18762cc2500d3
5896Author: Alexander Gottwald <ago@freedesktop.org>
5897Date:   Thu Jun 9 15:52:02 2005 +0000
5898
5899    Replace <X11/Xtrans.h> with <X11/Xtrans/Xtrans.h>
5900    Copy Xtrans.h to exports/include/X11/Xtrans only
5901
5902commit 44538f9940f969d46c0e5e4b201c684cde2ba611
5903Author: Alan Coopersmith <alan.coopersmith@sun.com>
5904Date:   Sun Jun 5 03:29:33 2005 +0000
5905
5906    Port Imake flags to autoconf tests & --enable-* flags: HASSETUGID, HASGETRESUID, NO_XLOCALEDIR, HAS_SHM and XF86BIGFONT
5907
5908commit 588e30e9ec65fa6205a34be650b79d5e2243edec
5909Author: Alan Coopersmith <alan.coopersmith@sun.com>
5910Date:   Sat Jun 4 22:53:21 2005 +0000
5911
5912    Add --enable-secure-rpc flag and checks for needed functions for Secure RPC ("SUN-DES-1") authentication method
5913
5914commit a547afee2ef49cc41bbb67f9cff5a52a283c0854
5915Author: Alan Coopersmith <alan.coopersmith@sun.com>
5916Date:   Sat Jun 4 21:20:20 2005 +0000
5917
5918    Bug #3436 <https://bugs.freedesktop.org/show_bug.cgi?id=3436> Conndis.c uses incorrect type for args to XdmcpWrap() (Mike Harris - mharris@www.linux.org.uk)
5919
5920commit ca93c761559ae464189c7ea7cf11c6a6679f2431
5921Author: Matthieu Herrb <matthieu.herrb@laas.fr>
5922Date:   Sat May 28 01:02:32 2005 +0000
5923
5924    Don't use $< in explicit rules. This only works with GNU make. <https://bugs.freedesktop.org/show_bug.cgi?id=3383>
5925
5926commit 09ebb349359e3dd9131fa2fa8b07559faa173654
5927Author: Alan Coopersmith <alan.coopersmith@sun.com>
5928Date:   Sun May 22 19:05:11 2005 +0000
5929
5930    Convert man pages to long file names in lib/X11, lib/Xt, & lib/Xext
5931
5932commit 761219b1ef9befc350c8a35b6f96d047e5f008cc
5933Author: Alan Coopersmith <alan.coopersmith@sun.com>
5934Date:   Sat May 21 23:07:48 2005 +0000
5935
5936    xtrans:
5937    Create autoconf macro XTRANS_CONNECTION_FLAGS to provide standard set of --enable flags for which transports to support and common place to update for required libraries for platforms that need certain libs for certain transports
5938    ICE:
5939    Add ICE_t #define required by Xtrans headers. Replace static defines of LOCALCONN & UNIXCONN with new XTRANS_CONNECTION_FLAGS macro.
5940    X11:
5941    Moved transport type checks to new macro XTRANS_CONNECTION_FLAGS in xtrans.m4 in xtrans module so they can be shared by all modules using xtrans.
5942
5943commit 4b1ba6eb975b547b808f4d5c8825a3261de5e02a
5944Author: Alan Coopersmith <alan.coopersmith@sun.com>
5945Date:   Sat May 21 04:26:12 2005 +0000
5946
5947    Quote $ac_cv_search_* variables to prevent errors from test when they are set to "none required" (as happens on Solaris since dlopen is in libc)
5948    Comment out "override CC = gcc" line as it breaks builds with non-GNU makes, and its incorrect to force a specific compiler. Change LINK line from gcc to $(CC).
5949
5950commit 1d425d5e2092dd18a7dd599b37ed9af61cf59819
5951Author: Adam Jackson <ajax@nwnk.net>
5952Date:   Thu May 19 00:22:32 2005 +0000
5953
5954    revert last change, didn't do right thing at all, sorry for the noise
5955
5956commit 1b0c46c1ae61d751dd3ca96de8e2c3fe21c5f4f2
5957Author: Adam Jackson <ajax@nwnk.net>
5958Date:   Thu May 19 00:10:07 2005 +0000
5959
5960    Require automake 1.7 in AM_INIT_AUTOMAKE
5961
5962commit cd4657c175dbab6aaca36f18a0ca92c95b5567dd
5963Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
5964Date:   Tue May 17 22:32:09 2005 +0000
5965
5966    - Check for xproto as its CFLAGS are needed in the .pc file
5967
5968commit 46e8d8a65430dd87c10b066b5cff99a689c22241
5969Author: Egbert Eich <eich-at-freedesktop-dot-org>
5970Date:   Tue May 17 08:10:10 2005 +0000
5971
5972    gcc4 allows to check if sentinels are correct (a sentinel is the terminating element in a varargs list). A sentinel needs to be NULL, not 0 - which doesn't make a difference on 32bit but matters on 64bit. Furthermore it can be told that functions have a printf-like format string and argument list so that they can verify that both match. To use these features certain attributes need to be set - which are compiler specific. To do this we define macros which are expanded depending on the compiler version. For now we put those in include/Xfuncproto.h (the XFree86 DDX layer contains a file compiler.h which however is not visible outside the DDX) (Bugzilla #3268).
5973
5974commit 23198d2bfbf0049b2630235cd4d4a4ffba7ec6c1
5975Author:  <ssp@aware-of-vacuity.boston.redhat.com>
5976Date:   Mon May 16 22:35:27 2005 +0000
5977
5978    Make Xdmcp unconditionally required, require various protocol modules.
5979    Mon May 16 17:48:03 2005 Søren Sandmann <sandmann@redhat.com>
5980    Check for kbproto if using XKB.
5981    Require xextproto rather than xextensions
5982    Remove the entries from the xlibs tree, as they are not relevant here.
5983
5984commit 8bd3aea84ce54b8b76a898f3ae00e2b499c14a5e
5985Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
5986Date:   Mon May 16 21:48:36 2005 +0000
5987
5988    Mon May 16 17:48:03 2005 Søren Sandmann <sandmann@redhat.com>
5989    Check for kbproto if using XKB.
5990
5991commit 9b1fa9ca3ed852ed40860f137511683f4bdae6fa
5992Author:  <ssp@aware-of-vacuity.boston.redhat.com>
5993Date:   Mon May 16 21:27:35 2005 +0000
5994
5995    Require xextproto rather than xextensions
5996    Remove the entries from the xlibs tree, as they are not relevant here.
5997
5998commit 7eee605e3aeed549d1053325a03027c5e8cbf71b
5999Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
6000Date:   Fri May 13 22:53:36 2005 +0000
6001
6002    - For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in <X11/...>
6003    - For Xcomposite and Xdamage, don't link the build system out of the xc tree
6004    - Link the public X11 headers into their own directory
6005    - Add links to XKeysymDB and XErrorDB
6006    - Add links to all the Xlib man pages
6007    - Add links to the lcUniConv subdirectory
6008    - Conditionally include config.h in Xlib source
6009
6010commit 6769ccda88caf27d1441d335ef2b318a047a612b
6011Author: Alan Coopersmith <alan.coopersmith@sun.com>
6012Date:   Mon Mar 21 04:58:21 2005 +0000
6013
6014    xc/lib/X11/ErrDes.c
6015    //bugs.freedesktop.org/show_bug.cgi?id=132) Patch #2168 (https://bugs.freedesktop.org/attachment.cgi?id=2168) Replace a couple of BUFSIZE uses with better values to check against. Fixes by Stuart Anderson <anderson@netsweng.com>
6016
6017commit 3b9e8ece93b916c55a82df53e85f097418edf471
6018Author: Roland Mainz <roland.mainz@nrubsig.org>
6019Date:   Sat Mar 19 22:04:55 2005 +0000
6020
6021    xc/nls/Compose/iso8859-2
6022    xc/nls/Compose/iso8859-3
6023    xc/nls/Compose/iso8859-9
6024    //bugs.freedesktop.org/show_bug.cgi?id=2592) attachment #2156 (https://bugs.freedesktop.org/attachment.cgi?id=2156) Fix a couple of typos in ISO8859-* Compose files ("asciicircum" instead "of asciicirum"). Patch by Matthias Hopf <mhopf@suse.de>.
6025
6026commit 0ce5950a08b9ab23ca8a32effdd40c421e92df84
6027Author: Alan Coopersmith <alan.coopersmith@sun.com>
6028Date:   Tue Mar 8 02:53:36 2005 +0000
6029
6030    Bugzilla Bug 2006 (https://bugs.freedesktop.org/show_bug.cgi?id=2006) Patch #2031 (https://bugs.freedesktop.org/attachment.cgi?id=2031) XEmbed client doesn't receive key events from XIM: Use | to set a bit, not &. Patch by Hidetoshi Tajima <hidetoshi.tajima@sun.com>.
6031
6032commit df341cd2f2f263f13323e8c0936ea8aa0d7fbba1
6033Author: Roland Mainz <roland.mainz@nrubsig.org>
6034Date:   Tue Feb 1 03:12:28 2005 +0000
6035
6036    xc/nls/Compose/pt_BR.UTF-8
6037    //bugs.freedesktop.org/show_bug.cgi?id=2400) attachment #1762 (https://bugs.freedesktop.org/attachment.cgi?id=1762): Fix build bustage caused by broken patch for brazillian locale support (see Bugzilla #1896). Patch by Kevin E. Martin <kem@freedesktop.org>.
6038
6039commit 483d3973f56dda51f9251d3ea808aaf7f3b48c10
6040Author: Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>
6041Date:   Fri Jan 28 18:31:31 2005 +0000
6042
6043    cleaned up boundary-case handling for Uxxxx Unicode keysym notation
6044
6045commit f234188a4c1e6b655aef0e3957ccad20d4c5847f
6046Author: Roland Mainz <roland.mainz@nrubsig.org>
6047Date:   Wed Jan 19 01:53:55 2005 +0000
6048
6049    xc/nls/compose.dir
6050    xc/nls/locale.dir
6051    xc/nls/Compose/Imakefile
6052    xc/nls/Compose/pt_BR.UTF-8
6053    xc/nls/XI18N_OBJS/Imakefile
6054    xc/nls/XI18N_OBJS/pt_BR.UTF-8
6055    xc/nls/XLC_LOCALE/Imakefile
6056    xc/nls/XLC_LOCALE/pt_BR.UTF-8
6057    //bugs.freedesktop.org/show_bug.cgi?id=1896) attachment #1675 (https://bugs.freedesktop.org/attachment.cgi?id=1675): Add support for pt_BR.UTF-8 locale. Patch by Gustavo Noronha Silva, Branden Robinson, Julien Lafon.
6058
6059commit 7448ea7ef425d35cfc31eb41d46f4d879774f376
6060Author: Egbert Eich <eich-at-freedesktop-dot-org>
6061Date:   Fri Jan 14 18:03:09 2005 +0000
6062
6063    Made some security enhancements:
6064    - no writing past end of buffer caused by bogus locale.
6065    - explicitely add a \0 character at end of string. (Bugzilla #2262)
6066
6067commit 5557d47fcf22a6f3adf327691158f2270e3d5094
6068Author: Roland Mainz <roland.mainz@nrubsig.org>
6069Date:   Fri Jan 14 04:59:05 2005 +0000
6070
6071    xc/nls/compose.dir
6072    xc/nls/locale.alias
6073    xc/nls/locale.dir
6074    //bugs.freedesktop.org/show_bug.cgi?id=1830) attachment #1674 (https://bugs.freedesktop.org/attachment.cgi?id=1674): Adding support for the bs_BA (bs, bs_BA, bs_BA.iso88592, bs_BA.ISO-8859-2, bs_BA.ISO_8859-2, bs_BA.UTF-8) locale. Patch by Vedran Ljubovic <vljubovic@smartnet.ba>.
6075
6076commit 1fa3737f042f798fa11a9ff5b03f3b3ba3529824
6077Author: Egbert Eich <eich-at-freedesktop-dot-org>
6078Date:   Tue Jan 11 17:37:57 2005 +0000
6079
6080    'Normalize' locale names (ie. remove any '-' and '_' and convert to lower case after the <language>_<territory> part) before matching against locale.alias (Bugzilla #2262). This needs adequate testing that we don't accidentally introduce undesirable side effects.
6081
6082commit 642cd269f94a234aa470a1d43385bd42625d89a1
6083Author: Egbert Eich <eich-at-freedesktop-dot-org>
6084Date:   Tue Dec 14 08:59:20 2004 +0000
6085
6086    Removed #ifdef'ed out code together with the comment explaining why it was #ifdef'ed out.
6087    Fixed typo.
6088    Added comment to a changed that's been committed with one of the previous commits.
6089
6090commit a07ccae36e629741d2e48de7730114d30a975a41
6091Author: Matthieu Herrb <matthieu.herrb@laas.fr>
6092Date:   Sun Dec 12 08:42:50 2004 +0000
6093
6094    Fix missing XChangeProperty() prototype missing in synopsis section.
6095
6096commit c73adb1c8ad806c2f9f0ba32f4b449e7a871501c
6097Author: Alexander Gottwald <ago at freedesktop dot org>
6098Date:   Wed Dec 8 13:42:01 2004 +0000
6099
6100    Bugzilla #1980 (https://bugs.freedesktop.org/show_bug.cgi?id=1980) Handle XERRORDB only on WIN32 platform
6101
6102commit d5e7ab194103e22fd6c5094aaa107d90210bb600
6103Author: Jim Gettys <jg@freedesktop.org>
6104Date:   Thu Dec 2 16:18:16 2004 +0000
6105
6106    fix comment to indicate additional possible mode. i bug 1756 reported by Owen Taylor.
6107
6108commit 03940d7330cb1bbf93d49c650aefb19de457da7c
6109Author: Alexander Gottwald <ago at freedesktop dot org>
6110Date:   Wed Dec 1 13:06:55 2004 +0000
6111
6112    Bugzilla #1980, https://bugs.freedesktop.org/show_bug.cgi?id=1980 Make location of XErrorDB configurable
6113
6114commit 11a03ab908bfcfab8a3492684e8e9320e492d552
6115Author: Alexander Gottwald <ago at freedesktop dot org>
6116Date:   Wed Dec 1 12:42:17 2004 +0000
6117
6118    Bugzilla #1864, http://freedesktop.org/bugzilla/show_bug.cgi?id=1864 Initialize pointer to NULL to avoid freeing random memory
6119
6120commit f3d83ee153f42e8899b844377e6b842d93411e62
6121Author: Alexander Gottwald <ago@freedesktop.org>
6122Date:   Mon Nov 15 15:06:54 2004 +0000
6123
6124    Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added mingw (Win32) port
6125
6126commit b798ea11911ac58a8e6e7d15a2a643b023859749
6127Author: Alexander Gottwald <ago at freedesktop dot org>
6128Date:   Mon Nov 15 13:29:56 2004 +0000
6129
6130    Bugzilla #1864, http://freedesktop.org/bugzilla/show_bug.cgi?id=1864 Initialize pointer to NULL to avoid freeing random memory
6131
6132commit 436108cd6c84053698e5ca629096f59b34f50c2a
6133Author: Kristian Høgsberg <krh@redhat.com>
6134Date:   Thu Nov 11 15:37:01 2004 +0000
6135
6136    Fix #1818
6137
6138commit bf2e6ef66ba55f90efa4a4ba8c8b6d3ec0d1531c
6139Author: Roland Mainz <roland.mainz@nrubsig.org>
6140Date:   Tue Nov 9 00:56:56 2004 +0000
6141
6142    xc/nls/compose.dir
6143    xc/nls/locale.alias
6144    xc/nls/locale.dir
6145    //freedesktop.org/bugzilla/show_bug.cgi?id=1544): Adding support for the si_LK (si, sinhala, si_LK, si_LK.UTF-8) locale. Patch by Anuradha Ratnaweera <gnu.slash.linux@gmail.com>.
6146
6147commit 443890ceefbd6dafe68e30d103ec4f9d316ed655
6148Author: Roland Mainz <roland.mainz@nrubsig.org>
6149Date:   Fri Nov 5 00:58:49 2004 +0000
6150
6151    xc/nls/compose.dir
6152    xc/nls/locale.alias
6153    xc/nls/locale.dir
6154    Adding some of the major indic locales (bn_IN.UTF-8, bn_IN.utf8, gu_IN.UTF-8, gu_IN.utf8, pa_IN.UTF-8, pa_IN.utf8) to X. Patch by Leon Ho <llch@redhat.com>.
6155
6156commit af7467ec734321f127b957921cce7792902b6794
6157Author: Egbert Eich <eich-at-freedesktop-dot-org>
6158Date:   Mon Oct 18 17:29:03 2004 +0000
6159
6160    Correcting font encodings for GB18030, GBK and BIG5-HKSCS. Adding nls support for those encodings (Bugzilla 1573, James Su).
6161
6162commit 1b900b59cb24fe8be3db0d434b04d462c0eeb206
6163Author: Egbert Eich <eich-at-freedesktop-dot-xorg>
6164Date:   Mon Oct 18 14:21:45 2004 +0000
6165
6166    Made handling of DevelDrivers for x86-64 more conformant to other platforms.
6167    Compress all font encodings (Stefan Dirsch).
6168    Fixed warnings.
6169    Turn on forwarding XNSpotLocation event to XIM server in OffTheSpot and Root mode (bugzilla #1580, James Su).
6170    Added another compose key combination for the Euro symbol (Stefan Dirsch).
6171    Added support for UTF-8 in ja_JP, ko_KR and zh_TW locales (Mike Fabian).
6172    Changed default encoding for ru from KOI8-R to ISO8859-5 (Mike Fabian). This is the encoding that is also used by glibc. We may break other libcs - lets see who complains.
6173    Added explanation for DESTDIR to install to a different directory than /.
6174    Added some early bailouts to atiprobe if PCI structure pointer is NULL to prevent sig11.
6175    XV support doesn't depend on 2D acceleration any more. This patch removes this limitation from the NSC driver. This is a patch that I have committed to XFree86 a while ago but never ported over to X.Org. Matthieu Herrb contributed some build fixes.
6176    Fixing SetDPMSTimers() so that DPMS*Time == 0 disables the appropriate timer. This takes advantage of the fact that TimerSet() with a timeout argument 0 behaves like TimerCanel().
6177    Use /dev/xconsole (named pipe) or devpts for system logger (Werner Fink).
6178    Create missing links for backward compatibility to XFree86 (Stefan Dirsch).
6179    Changed comment to mention xorg.
6180    Changed cursor for the 'kill' action from XC_draped_box to XC_Pirate. If you don't like it we can change it back (original author unkown).
6181    Added 'pic' to the man page rendering command pipeline (Werner Fink).
6182    Added missing return value (Stefan Dirsch, Roland Mainz)
6183
6184commit 1ba103c3cad2329db3a31f88d7798b913affc570
6185Author: Eric Anholt <anholt@freebsd.org>
6186Date:   Wed Oct 13 07:38:00 2004 +0000
6187
6188    Use attributes instead of pragmas for weak symbols on gcc 2.95 as well. Using pragmas may result in the symbols being undefined with big -O. (FreeBSD ports/69708, Masakazu HIGAKI <higamasa@dream.com>)
6189
6190commit d80237db627bf71ad5615ff4ba05e6ab436aa740
6191Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
6192Date:   Fri Oct 8 22:57:56 2004 +0000
6193
6194    Fri Oct 8 18:53:11 2004 Soeren Sandmann <sandmann@redhat.com>
6195    Move iso10646 last so the "fallback" fonts will actually be used if they are better matches.
6196
6197commit d1f76d17ecf418396627b1a58319f2b9b255548a
6198Author: Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>
6199Date:   Sun Sep 26 22:54:57 2004 +0000
6200
6201    bug fix for previous patch
6202
6203commit 48932d9b71d10e15812f47d5b842ab6aa8dac625
6204Author: Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>
6205Date:   Sun Sep 26 20:46:17 2004 +0000
6206
6207    The big keysym cleanup, to bring implementation in line with the recent revision of Appendix A of the protocol spec. (Markus Kuhn)
6208
6209commit 2e02a95dcc43dd3ec7bbaf4675ffb94f5074f543
6210Author: Egbert Eich <eich@freedesktop.org>
6211Date:   Wed Sep 15 09:05:22 2004 +0000
6212
6213    Unregistering events in XSelectInput() when unregistering IM filter callbacks may be a bad idea as others may be interested in this event. Removed the call to XSelectInput() altogether as we are in root window anyway (Lubos Lunak).
6214    Fix size of a variable that gets assigned the value of SmartScheduleTime (long) to long. This should help to prevent smart scheduler lockup on 64 bit systems due to overruns (Andreas Schwab).
6215
6216commit 2d3afb68a104a80a21ee622b9abb9c95e83505d3
6217Author: Egbert Eich <eich@freedesktop.org>
6218Date:   Tue Aug 31 11:37:03 2004 +0000
6219
6220    Fixed some lockups in XIM code when the application is running with multi thread support. These lockups occur deep down in XFilterEvents() which itself locks when another Xlib function gets called that also locks. This fixes two instances by separating those Xlib functions into an internal (non-locking) call and a locking wrapper that is used as an external function. There may be several other such instances therefore another more general patch is eventually required (Bugzilla #1182).
6221
6222commit e689746c8d0e21e9011e8b91a3071d235d3a2a74
6223Author: Kevin E Martin <kem@kem.org>
6224Date:   Thu Aug 19 06:48:06 2004 +0000
6225
6226    Fix header file to #ifdef the XKB keysyms when they are used. This fixes the X test suite build failure.
6227
6228commit d558a53a6f57eecfcaadce5141fe3a08860defcb
6229Author: Keith Packard <keithp@keithp.com>
6230Date:   Sat Aug 14 07:12:36 2004 +0000
6231
6232    Use XLIB_SKIP_ARGB_VISUALS environment variable to disable all depth 32 visuals. Necessary to keep Flash from crashing.
6233    Must call ValidateGC/ValidatePicture on "real" GC/Picture to ensure pCompositeClip is set correctly.
6234    Need to take the composite clip from the "real" GC/Picture and turn it into the clientClip for the backing version.
6235    Adjust pixmap screen origin to account for drawable->x/y Change debugging output a bit (disabled by default)
6236
6237commit 85c2d81f299ed3444658011b7d6fb0a7ab8a6f55
6238Author: Alexander Gottwald <ago@freedesktop.org>
6239Date:   Fri Aug 13 16:28:19 2004 +0000
6240
6241    Set most significant bit to be a one. (Bug #1024, Kensuke Matsuzaki)
6242    Fix conversion from sjis and euc. (Bug #1024, Toshio Takabe)
6243
6244commit c4d56e4e288d4e48b84b021a61638f46e9a45e27
6245Author: Adam Jackson <ajax@nwnk.net>
6246Date:   Wed Aug 11 05:25:13 2004 +0000
6247
6248    Bug #372: Prevent a crash in XPolygonRegion when called with a bogus point count. Reported by Andreas Luik.
6249
6250commit 92487437173f600f208d825f65756d3ad14a4f7e
6251Author: Kevin E Martin <kem@kem.org>
6252Date:   Mon Aug 9 22:37:22 2004 +0000
6253
6254    Fix install problem on platforms not using xorg.cf/xfree86.cf (Bug #339, Harold L. Hunt II, Alexander Gottwald).
6255    Fix crash when using X core font in zh_CN.UTF-8 locale (Bug #368, Yu Shao, David Dawes).
6256    Fix glXMakeCurrent(Dpy, None, NULL) crash (Bug #719, Adam Jackson).
6257    HP-PA build fix (Bug #828, Guy Martin, Paul Anderson).
6258    Fix SDK build for GATOS and Wacom driver (Bug #829, Bryan Stine).
6259    Fix attempt to read video ROM before enabling it (Bug #843, Ivan Kokshaysky, Mike A. Harris).
6260    Fix detection of primary adapter (Bug #843, Ivan Kokshaysky, Mike A. Harris).
6261    Clarify xset man page description of how to use the keyboard repeat rate settings (Bug #846, Mike A. Harris).
6262    Fix problem where print-screen key would get remapped to sys-req in certain keymaps, which broke GNOME printscreen functionality (Bug #847, Owen Taylor).
6263    Fix several render problems:
6264    - MMIO mode support
6265    - Hang on IGP chips
6266    - VT switching hang
6267    - 3D render corruption (Bug #922, Hui Yu).
6268
6269commit 55c2ee568e7d3903258286a13bdf96ce5348ffda
6270Author: Matthieu Herrb <matthieu.herrb@laas.fr>
6271Date:   Tue Jul 27 06:06:05 2004 +0000
6272
6273    - remove remaining AMOEBA references.
6274    - remove unused file.
6275
6276commit 6e884b12911eedfb003e90a3829ce66f7fc9cf2d
6277Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
6278Date:   Tue Jul 20 17:48:09 2004 +0000
6279
6280    Tue Jul 20 19:38:06 2004 Soeren Sandmann <sandmann@daimi.au.dk>
6281    Set font_data->xlfd_data to NULL after XFree(). (#837, patch from Bastien Nocera).
6282    Tue Jul 20 18:23:32 2004 Soeren Sandmann <sandmann@daimi.au.dk>
6283    Use /dev/urandom on Linux.(#761).
6284
6285commit 6f0bc97aa4e6de5a4b001f40ac10795cfdf09fc1
6286Author: Eric Anholt <anholt@freebsd.org>
6287Date:   Fri May 28 23:26:44 2004 +0000
6288
6289    Forced commit to note repocopy from xc/lib/XThrStub, will be connected to the build after this.
6290
6291commit aa7010c43ae9f39fb84b5ff155f76117c9e527a0
6292Author: Egbert Eich <eich@pdx.freedesktop.org>
6293Date:   Mon May 24 19:02:11 2004 +0000
6294
6295    Improve 'uniqueness' of authorization cookie sent by client for XDM-AUTHORIZATION-1. Old 'uniquness' consisted of the PID of the client, a time stamp (in seconds) and a number obtained by starting to count down from 0xffff. When a client did an XOpenDisplay() then execv'ed a child and did XOpenDisplay() again within the same second, the cookie was identical to the previous one (as the PID did not change but the static 'count down' variable was reinitialized) and thus refused by the server.
6296
6297commit 720702da29769d80ad1254d92edbad5b30f8a8da
6298Author: Alan Coopersmith <alan.coopersmith@sun.com>
6299Date:   Sat May 22 03:47:42 2004 +0000
6300
6301    Bugzilla #658: XStringToKeysym fails for Greek_IOTAdiaeresis (Fixes VSW5 testcase XStringToKeysym-7 failure)
6302
6303commit 3aed873292424b497d9a7dcee2975b95bf5ac966
6304Author: Alan Coopersmith <alan.coopersmith@sun.com>
6305Date:   Sat Apr 24 23:39:25 2004 +0000
6306
6307    XOpenDisplay should try tcp connection if local connections fail (aka Sun bug id #4624183).
6308    Also includes fix from NetBSD Problem Report #25098 (Michael van Elst) (Xlib segfaults with IPv6 if compiled with HASXDMAUTH).
6309    xc/config/cf/sunLib.tmpl
6310    xc/lib/FS/Imakefile Add missing shared library dependencies for Solaris
6311
6312commit c6349f43193b74a3c09945f3093a871b0157ba47
6313Author: Egbert Eich <eich@freedesktop.org>
6314Date:   Fri Apr 23 18:42:09 2004 +0000
6315
6316    Merging XORG-CURRENT into trunk
6317
6318commit c3c4ddc682950a01b80825021f3e2503ab01ea7f
6319Author: Kaleb Keithley <kaleb@freedesktop.org>
6320Date:   Tue Nov 25 19:28:07 2003 +0000
6321
6322    Initial revision
6323
6324commit dc4268a7dadc8da0d561757a68461246728613d3
6325Author: Kaleb Keithley <kaleb@freedesktop.org>
6326Date:   Fri Nov 14 16:48:47 2003 +0000
6327
6328    Initial revision
6329
6330commit deae12c6b683898f5213992d561a59d4ea889cca
6331Author: Kaleb Keithley <kaleb@freedesktop.org>
6332Date:   Fri Nov 14 15:54:30 2003 +0000
6333
6334    R6.6 is the Xorg base-line
6335