ChangeLog revision 61b2299d
1commit d497301707962f3b94542e999a36abffcfbd303d
2Author: Julien Cristau <jcristau@debian.org>
3Date:   Tue Feb 17 16:09:41 2009 +0100
4
5    Bump to 1.2
6
7commit 990e71361d1d7b79bf07b1dc93e4e905d4f1bdaf
8Author: Julien Cristau <jcristau@debian.org>
9Date:   Tue Feb 17 15:23:40 2009 +0100
10
11    Check Xmalloc return value in _XConnectXCB
12    
13    X.Org bug#19137 <http://bugs.freedesktop.org/show_bug.cgi?id=19137>
14    
15    Signed-off-by: Julien Cristau <jcristau@debian.org>
16
17commit b4b5893f69419ff577bbaa4d18f78e4ffd729a0c
18Author: James Cloos <cloos@jhcloos.com>
19Date:   Sat Feb 14 12:35:56 2009 -0500
20
21    dolt: allow older versions of bash to compile the library
22    
23    Cf xserver commit 7be6520d and bugzilla #19031.
24
25commit 20982d6866e24453642b0b592fa0f13a88aa747c
26Author: Will Thompson <will@willthompson.co.uk>
27Date:   Thu Feb 5 02:53:06 2009 +1100
28
29    NLS: Compose: Non-aliasing CCCP
30    
31    Oops, cccp aliased cc for question mark.  Upper-case it to avoid fail.
32    
33    Signed-off-by: Will Thompson <will@willthompson.co.uk>
34    Signed-off-by: Daniel Stone <daniel@fooishbar.org> (sorry)
35
36commit f052665394f3f0319e93a98f1d5d4ea287e1dd07
37Author: Will Thompson <will@willthompson.co.uk>
38Date:   Wed Feb 4 14:51:11 2009 +0000
39
40    Add two essential compose sequences
41    
42    Signed-off-by: Will Thompson <will@willthompson.co.uk>
43    Signed-off-by: Daniel Stone <daniel@fooishbar.org>
44
45commit d7bea6fa909bf34c43efe0ca8239ab0f9f3a415f
46Author: Alan Coopersmith <alan.coopersmith@sun.com>
47Date:   Mon Feb 2 20:34:31 2009 -0800
48
49    Add README with pointers to mailing list, bugzilla & git repos
50    
51    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
52
53commit f682c27e93512773122887d2cbabb1657af45d2e
54Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
55Date:   Mon Feb 2 16:36:39 2009 -0200
56
57    Check if a function argument is NULL.
58    
59      This was an addition to patch (also by me)
60    https://bugs.freedesktop.org/attachment.cgi?id=14660
61    that was not added when rediscovering/correcting the problem.
62
63commit 427e9d45d424b84efd9fc499aebf8d72392844c5
64Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
65Date:   Thu Feb 28 15:58:12 2008 -0300
66
67    Allow multiple inclusions of cursorfont.h, cosmetic patch.
68
69commit b91524a53e691f6a5d278fd8972b48a14ebeedeb
70Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
71Date:   Thu Feb 28 15:54:43 2008 -0300
72
73    Don't add prototypes for functions that don't exist.
74    
75    Note that a full review was not done, only for functions that receive
76    char/short arguments, or one of it's parameters is a function pointer
77    that requires char/short arguments.
78
79commit 537eb52fe266ac439c4b383bb04a70017b709911
80Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
81Date:   Thu Feb 28 15:50:27 2008 -0300
82
83    WORD64 compile fix. This bug catched on a overview of the code.
84    
85    The code is wrong since the first git revision, so it seens that it has
86    not been compiled with WORD64 for quite some time, there is also another
87    interesting code in xkb/XKBRdBuf.c:
88      <hash>ifdef WORD64
89      _XkbWriteCopyData32 Not Implemented Yet for sizeof(int)==8
90      <hash>endif
91    and possibly there are other similar problems.
92
93commit ffd0300fb74c6183208ae599133f2ded09e08d97
94Author: Brian Rogers <brian@xyzw.org>
95Date:   Sat Jan 31 10:37:51 2009 -0800
96
97    Initialize event_notify after allocating the memory for it.
98    
99    An uninitialized or otherwise invalid condition variable can apparently
100    cause a hang in pthread_cond_broadcast. Ekiga, openoffice, and xine
101    at least are freezing as a result of event_notify never being initialized.
102    
103    Signed-off-by: Brian Rogers <brian@xyzw.org>
104    Signed-off-by: Bart Massey <bart@cs.pdx.edu>
105
106commit 97fc6babd4ccaf300e25708868aa2a738893dc30
107Author: James Cloos <cloos@jhcloos.com>
108Date:   Thu Jan 29 20:10:41 2009 -0500
109
110    NLS: Add UTF-8 compose file for Finnish
111    
112    From bug report:
113    
114      https://bugs.freedesktop.org/show_bug.cgi?id=18747
115
116commit 1bd2966ed88f83479a066c6ca7da23a515979550
117Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
118Date:   Thu Jan 29 20:25:15 2009 -0200
119
120    patches to avoid gcc warnings for libX11 (#4)
121    
122    Author is Peter Breitenlohner <peb@mppmu.mpg.de>
123    Bug #17946, attachment #19443
124    
125    This patch avoids the gcc warning
126    	../../../../libX11-1.1.5/modules/im/ximcp/imDefLkup.c:223: warning: passing arg 1 of `_XimProcSyncReply' from incompatible pointer type
127    (same as already done at other places)
128    
129    BTW: what is the difference between XIM (the type of ic->core.im)
130    and Xim ?
131
132commit f16dd6af3eb17a25b8ee03d6617a7acc6e919fb0
133Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
134Date:   Thu Jan 29 20:22:21 2009 -0200
135
136    patches to avoid gcc warnings for libX11 (#3)
137    
138    Author is Peter Breitenlohner <peb@mppmu.mpg.de>
139    Bug #17946, attachment #19441
140    
141    This patch avoids the two gcc warnings
142    	../../../../libX11-1.1.5/modules/im/ximcp/imRm.c:413: warning: assignment discards qualifiers from pointer target type
143    	../../../../libX11-1.1.5/modules/im/ximcp/imRm.c:450: warning: assignment discards qualifiers from pointer target type
144    
145    Note, that this as a rather crude fix of the problem (and it is really a
146    shame to cast name_table to non-const).
147    
148    The right solution would be to declare XIMValuesList.supported_values
149    (in include/X11/Xlib.h) as 'const char **' (or '_Xconst char **').
150    This will, however, require extensive modifications in various places.
151
152commit cce75c5dce73fe1f8626ed9e6798138ada09a860
153Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
154Date:   Thu Jan 29 20:20:18 2009 -0200
155
156    patches to avoid gcc warnings for libX11 (#2)
157    
158    Author is Peter Breitenlohner <peb@mppmu.mpg.de>
159    Bug #17946, attachment #19440
160    
161    Avoid a preprocessor message
162    	<stdin>:194: warning: no newline at end of file
163    
164    Two more such warnings (in XkbSAGroup.man and XkbSASetGroup.man)
165    seem to be caused by a truncated (or otherwise incomplete)
166    manpage.
167
168commit 692baebcc50f1e952800bfe4e2e6bc42f54e62fe
169Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
170Date:   Thu Jan 29 20:12:24 2009 -0200
171
172    patches to avoid gcc warnings for libX11 (#1)
173    
174    Author is Peter Breitenlohner <peb@mppmu.mpg.de>
175    Bug #17946, attachment #19439
176    
177    Define as 1 (one) as done by autoconf and the command line
178    option, e.g. -DX11_t, not as empty.
179    
180    This avoids the gcc (3.4.6) warnings:
181    	../../libX11-1.1.5/src/x11_trans.c:27:1: warning: "X11_t" redefined
182    	<command line>:7:1: warning: this is the location of the previous definition
183    	../../libX11-1.1.5/src/x11_trans.c:28:1: warning: "TRANS_CLIENT" redefined
184    	<command line>:8:1: warning: this is the location of the previous definition
185    
186    Similarly, follow the autoconf convention to define XTHREADS
187    and XUSE_MTSAFE_API as one.
188    
189    This avoids analogous warnings when compiling libXcomposite,
190    libXcursor, and libXdamage.
191    
192    No reason to AC_SUBST XTHREADS and XUSE_MTSAFE_API (unused).
193
194commit a1977883c9f5ef0e515569d6e2ebccb07411f98c
195Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
196Date:   Thu Jan 29 15:01:06 2009 -0200
197
198    Janitor: Correct some gcc/sparse warnings.
199    
200      Most remaining warnings are about XIM/Xim to/from conversion
201    and discarding const from pointers.
202
203commit 8ba0ca32a63c532f128bdca7f1bf982cab8e12be
204Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
205Date:   Wed Jan 28 20:31:42 2009 -0200
206
207    Janitor: ansification, make distcheck, compiler warnings.
208    
209      Only convert to use "ansi prototypes" the functions warned from
210    compilation with "./autogen.sh --prefix=/usr", on a Linux computer.
211    
212      Also, only address "trivial" compiler warning fixes in this commit.
213    
214      The new .gitignore is the output of a command like:
215    % find . -name .gitignore -exec cat {} \; | sort | uniq
216    and only the toplevel .gitignore file was kept.
217
218commit 091c1624fd2f9d933329d6152e4ecd865aa7903a
219Author: Peter Hutterer <peter.hutterer@who-t.net>
220Date:   Tue Jan 13 12:05:54 2009 +1000
221
222    Fix wrong implies symbol.
223    
224    Quote Simos Xenitellis:
225    > I checked the gtk+ commit logs that go back to 2000, and I see that still it
226    > was
227    >
228    >   { 0x08ce, 0x21d2 }, /*                     implies ⇒ RIGHTWARDS
229    > DOUBLE ARROW */
230    >
231    > In XFree86, it appears there was an error when they converted the
232    > original table to
233    > http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/imKStoUCS.c?rev=1.1&content-type=text/vnd.viewcvs-markup
234    > and the problem still shows up there (November 2000).
235    
236    http://lists.freedesktop.org/archives/xorg/2008-October/039743.html
237    
238    Reported by Erik Streb del Toro.
239
240commit e32521f19e0b07649b7e3a03d56a2bd556b138fb
241Author: James Cloos <cloos@jhcloos.com>
242Date:   Sun Dec 7 04:13:34 2008 -0500
243
244    [i18n] s/U00DC/Udiaeresis/g
245    
246    The xkeyboard-config keyboards generate the symbol Udiaeresis, not
247    U00DC.  Make sure the relevant Compose sequences expect the symbol
248    which the keyboards actually send.
249
250commit b7502abfe22f8dc009b21cda1172af221d8f9f32
251Author: James Cloos <cloos@jhcloos.com>
252Date:   Sun Dec 7 04:09:46 2008 -0500
253
254    Revert "For nls/*.pre, allow people to comment lines by starting them with '##'."
255    
256    As of commit c9d20e3 the initial double-hashes are replaced with proper C comments.
257    
258    This reverts commit a225a0be48770beb689d5ac5da97073634f7deab.
259
260commit c9d20e3f697c9cfae5511412023362c1db7449b1
261Author: James Cloos <cloos@jhcloos.com>
262Date:   Sun Dec 7 04:08:23 2008 -0500
263
264    Use C comments rather than initial doubled hashes to exclude lines from .pre files
265
266commit c34ce54d9eac2d8052dc5f205a2ab09866ef5d25
267Author: vehemens <vehemens@verizon.net>
268Date:   Sun Dec 7 01:18:26 2008 -0500
269
270    [i18n] Distribute new headers which were added for gb18030 support.
271    
272    big5hkscs.h and gbk.h, added in 67e34d7a, need to be in SOURCES to
273    make it into the tar.
274    
275    Completes 67e34d7a82ccd31f1208c0c43a6d58c3c05bf51.
276    
277    Signed-off-by: James Cloos <cloos@jhcloos.com>
278
279commit 418819558d2c60e58b4e3022ce0fadf2143488ac
280Author: Stefan Dirsch <sndirsch@suse.de>
281Date:   Sat Nov 22 22:01:07 2008 +0100
282
283    Fixed strange font mixups, when fontsets are still used (#2676, Novell #74299).
284
285commit 67e34d7a82ccd31f1208c0c43a6d58c3c05bf51a
286Author: Stefan Dirsch <sndirsch@suse.de>
287Date:   Sat Nov 22 19:40:54 2008 +0100
288
289    Added remaining xlib patch required for gb18030 support (#1573).
290
291commit 55782a0a1fe1560f1a9c0ed78bc7f2575c15abcf
292Author: Stefan Dirsch <sndirsch@suse.de>
293Date:   Sat Nov 22 17:53:06 2008 +0100
294
295    Added remaining hunk of Egbert's patch to prevent XIM deadlocks (#1182).
296
297commit c859446c500c883a67f7a86cab1a44844e24dade
298Author: Ken Thomases <ken@codeweavers.com>
299Date:   Fri Nov 21 13:58:10 2008 -0500
300
301    [i18n] Provide translation from XK_partialderivative (8ef) to Unicode (U2202)
302    
303    Signed-off-by: James Cloos <cloos@jhcloos.com>
304
305commit 5e68e94d852c730ef9264fc0d8ca61a2ffe98b53
306Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
307Date:   Mon Nov 17 20:47:26 2008 -0800
308
309    Force local transport when using the launchd socket.
310    
311    Fixes a regression due to
312    bf53987eaf0fbd7f7627783fc39e7ee99e8361ba
313
314commit 7aca689ce14d314b5c8c72c8df76f53f76ab467c
315Author: Peter Hutterer <peter.hutterer@redhat.com>
316Date:   Fri Nov 14 10:32:50 2008 +1000
317
318    Add XF86Suspend, XF86Hibernate to KeysymDB.
319
320commit d16b11f25f8265e651def8d80bcd430c0448e664
321Author: James Cloos <cloos@jhcloos.com>
322Date:   Tue Nov 11 19:43:39 2008 -0500
323
324    [nls] Annotate the Bépo compose sequences
325    
326    Add comments with the UCS names.
327    Add utf-8 strings for each result.
328    Format for easy reading.
329
330commit 730298464240be6f65b32416b3f9b20062c61825
331Author: James Cloos <cloos@jhcloos.com>
332Date:   Tue Nov 11 16:41:34 2008 -0500
333
334    [nls]  Add some UTF-8 Compose sequences
335    
336    As requested for the Bépo keyboard layout (http://clavier-dvorak.org/wiki/).
337    
338    Cf. bugs:
339    
340      https://bugs.freedesktop.org/show_bug.cgi?id=17821
341      https://bugs.freedesktop.org/show_bug.cgi?id=17822
342
343commit ad6008a0c92733826983eb93f063d3d6276007d8
344Author: Colin Harrison <colin.harrison@virgin.net>
345Date:   Thu Nov 6 17:48:21 2008 -0500
346
347    Fix copy/paste typo in imLcPrs
348    
349    Signed-off-by: James Cloos <cloos@jhcloos.com>
350
351commit 0f0168ad18f8a280fc5a689eb02cfaa62d022ea6
352Author: Adam Jackson <ajax@redhat.com>
353Date:   Thu Nov 6 14:54:13 2008 -0500
354
355    Fix leak in _XimXGetReadData
356    
357    Spotted by Denis Dzyubenko
358
359commit ae23c25b9349ab1d7ff81f3075c000cf35fc442b
360Author: Julien Cristau <jcristau@debian.org>
361Date:   Wed Nov 5 22:09:37 2008 +0100
362
363    Bump to 1.1.99.2
364
365commit d31e644c65c52828ea3e7abd94a8cf9aee12265c
366Author: Julien Cristau <jcristau@debian.org>
367Date:   Wed Nov 5 21:33:13 2008 +0100
368
369    Fix distcheck
370
371commit e6a7b70cdb2ae8b713012839a0a0bbb93817b8ef
372Author: Jamey Sharp <jamey@minilop.net>
373Date:   Wed Oct 29 14:00:33 2008 -0700
374
375    Support multiple independent internal sync handlers
376    
377    Xlib has several independent tasks that need to be performed with the
378    display unlocked. It does this by replacing the existing sync handler with
379    one of a variety of internal sync handlers. However, if multiple internal
380    sync handlers need to run, then the last one registering wins and
381    previously registered internal sync handlers are never invoked. This
382    manifested as a bug with DRI applications on Xlib/XCB as that requires
383    both an XID handler after every XID allocation, and the periodic sequence
384    number handler. The XID handler would win, and the sequence number handler
385    would never be invoked.
386    
387    Fix this by unifying the internal sync handler mechanism into a single
388    function that calls all of the known internal sync handlers. They all need
389    to deal with being called when not strictly necessary now.
390    
391    Signed-off-by: Keith Packard <keithp@keithp.com>
392    Signed-off-by: Jamey Sharp <jamey@minilop.net>
393    Signed-off-by: Josh Triplett <josh@freedesktop.org>
394
395commit 2dbaaab9c4e3894b33dcae850551dee5473431d5
396Author: Keith Packard <keithp@keithp.com>
397Date:   Sat Oct 11 21:44:21 2008 -0700
398
399    Ensure that _XReadEvents always leaves an event in the queue on return
400    
401    XNextEvent assumes that the event queue will be non-empty on return from
402    _XReadEvents, but with multiple event readers running, the previous change
403    could leave the queue empty on return from process_responses. Re-invoke
404    process_responses until the queue is non-empty.
405    
406    Signed-off-by: Keith Packard <keithp@keithp.com>
407
408commit bedfe68259037c5564fe52758c92b9c97729640a
409Author: Keith Packard <keithp@keithp.com>
410Date:   Sat Oct 11 21:10:23 2008 -0700
411
412    Permit only one Xlib thread to block waiting for events
413    
414    As Xlib queues events internally, we must prevent multiple Xlib threads from
415    entering XCB to wait for an event in case the queued event is to be
416    delivered to the thread which didn't manage to read it. In other words, let
417    only one Xlib thread into xcb_wait_for_event at a time.
418    
419    Jamey Sharp looked over my shoulder while making this fix and, while hating
420    my whitespace conventions, appears happy enough with the actual code.
421    
422    Signed-off-by: Keith Packard <keithp@keithp.com>
423
424commit cc19618d2eb3ed92a0b574aee26a7da8b4aed5d2
425Author: Jamey Sharp <jamey@minilop.net>
426Date:   Sun Mar 23 16:33:50 2008 -0700
427
428    Fix XAllocID race: hold the user display lock until we have a new XID.
429    
430    Xlib built --without-xcb is also vulnerable to this race, and a similar
431    fix might work there too.
432    
433    Also, use an XID that's truly invalid while waiting for the next XID to be
434    requested.
435
436commit 54e5c0941b0ded1628d559a9f0a3451ea96c299b
437Author: Josh Triplett <josh@freedesktop.org>
438Date:   Sat Mar 15 17:22:23 2008 -0700
439
440    Use XCB's new socket handoff mechanism rather than the old XCB Xlib lock.
441    
442    Previously, Xlib/XCB used XCB's Xlib lock to prevent XCB from sending
443    requests between calls to Xlib's LockDisplay and UnlockDisplay macros.
444    Xlib/XCB then sent all of its requests using XCB's xcb_send_request, and
445    had to flush its requests when unlocking the display.
446    
447    XCB 1.2 adds a new socket handoff mechanism, xcb_take_socket.  Replace
448    much of the existing Xlib/XCB implementation with the use of
449    xcb_take_socket to take ownership of the write side of the X connection
450    socket, and a return_socket callback which writes any outstanding requests
451    with xcb_writev.  This approach allows Xlib/XCB to use the same buffering
452    as traditional Xlib did.  In particular, programs which use Xlib/XCB and
453    never make XCB calls will never need to hand the socket back to XCB, and
454    vice versa.
455    
456    This allows us to discard large quantities of synchronization code from
457    Xlib/XCB, together with the synchronization bugs present in that code.
458    Several test cases which previously failed now work perfectly, including
459    multi-threaded ico.  In addition, the infamous locking correctness
460    assertions, triggered when double-locking or when unlocking without a
461    previous lock, no longer exist, because Xlib/XCB no longer has any reason
462    to care more about application locking than traditional Xlib does.
463    
464    Furthermore, the handoff approach provides great improvements to
465    performance.  Results from x11perf's XNoOp test, which represented the
466    worst case for the lock-based Xlib/XCB:
467    
468    Traditional Xlib:       average 19100000/sec
469    Lock-based Xlib/XCB:    average  3350000/sec
470    Handoff-based Xlib/XCB: average 17400000/sec
471    
472    Thus, for no-ops, the handoff mechanism provides more than a 4x speedup to
473    Xlib/XCB, bringing Xlib/XCB within 9% of traditional Xlib no-op
474    performance.  Of course, real-world workloads do not use no-op, so your
475    mileage may vary.  In particular, since no-ops represent the worst case,
476    we expect real workloads to more closely match the performance of
477    traditional Xlib.
478    
479    While removing synchronization code, we changed _XReply to not drop any
480    locks when calling xcb_wait_for_reply; previously, we had to carefully
481    avoid a deadlock between the Display lock and the XCB Xlib lock. Holding
482    the locks reduces implementation complexity and should not impact
483    applications.
484    
485    Commit by Jamey Sharp and Josh Triplett.
486    XCB's handoff mechanism inspired by Keith Packard.
487
488commit 5a19ac473f7a8046b0421fbd5d53da160c22ed75
489Author: Chris Ball <cjb@laptop.org>
490Date:   Mon Nov 3 22:57:29 2008 -0500
491
492    Remove configure check for xcb-xlib.
493    
494    xcb-xlib has been intentionally removed from libxcb; stop checking for
495    it at configure-time.
496
497commit 34b35dda0bb7f3cf0ad9ab95ad7953d35d24f71b
498Author: Josh Triplett <josh@freedesktop.org>
499Date:   Wed Oct 29 14:37:44 2008 -0700
500
501    .gitignore: Add dolt files
502
503commit 1290cccf2d90083eba852f5f413f7e3dff48ccd2
504Author: Peter Hutterer <peter.hutterer@redhat.com>
505Date:   Tue Oct 28 11:56:55 2008 +1030
506
507    man: fix formatting error in XkbGetIndicatorState man page.
508
509commit b1022fa6d7e97640049e93ffa108083fc8d71b05
510Author: James Cloos <cloos@jhcloos.com>
511Date:   Sat Oct 25 09:13:08 2008 -0400
512
513    Increase size of working arrays in the makekeys utility program.
514    
515    Makekeys is used to create an optimal hash of the keysyms defined
516    in x11proto’s keysymdef.h.
517    
518    The recent addition of new keysyms there has triggered a bug in
519    makekeys where it tries to use a zero on the rhs of the % (mod)
520    operator (resulting in a divide by zero error) whenever it fails
521    to find a solution within its constraints.
522    
523    Increasing the size of the arrays allows it to find a solution for
524    the current set of keysyms.
525    
526    Makekeys is only run durring the build process, so this has no impact
527    on users of libX11, only on the amount of VM needed to build it.
528    
529    It still needs a more complete fix, but this allows compiles to
530    progress until that is completed.
531
532commit 3e9afd501e40d76040635bd9a3045bcaf5a03b60
533Author: James Cloos <cloos@jhcloos.com>
534Date:   Sat Oct 11 01:03:14 2008 -0400
535
536    Dolt-ify
537    
538    Add dolt to acinclude.m4 and call it it configure.ac to speed compiles.
539
540commit 39c0b266cac8cbc15bf501d7869186862f01d823
541Author: Peter Hutterer <peter.hutterer@redhat.com>
542Date:   Wed Oct 15 14:30:20 2008 +1030
543
544    Add more keysyms for PS3 BD remotes, Ericsson Phones #16519
545    
546    X.Org Bug 16519 <https://bugs.freedesktop.org/show_bug.cgi?id=16519>
547
548commit d23aad31338e7d869d878d5aa1b6b91d20287005
549Author: Peter Hutterer <peter.hutterer@redhat.com>
550Date:   Mon Oct 13 09:41:59 2008 +1030
551
552    Add XF86Battery, XF86Bluetooth, XF86WLAN, XF86UWB to keysymdb.
553
554commit 214ea6f5fd6aeaa7303ea4a69f9aedabf219ec4c
555Author: Peter Hutterer <peter.hutterer@who-t.net>
556Date:   Thu Jul 24 15:44:26 2008 +0930
557
558    xkb: fix out-by-1 error in _XkbWriteKeyExplicit.
559    
560    Thanks to Michael Meeks, Novell Bug 369263.
561    https://bugzilla.novell.com/show_bug.cgi?id=369263
562
563commit e7ece39afc8e0adc3b6b1e70b337b98376754462
564Author: Alan Coopersmith <alan.coopersmith@sun.com>
565Date:   Tue Oct 7 15:41:38 2008 -0700
566
567    Sun bug #6739431: double free in _X11TransConnectDisplay()
568    
569    Double free() introduced in bf53987eaf0fbd7f7627783fc39e7ee99e8361ba
570    After copying original_hostname to phostname, set original_hostname
571    to NULL, so we don't free the same pointer twice when we free both
572    original_hostname and phostname.
573    
574    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6739431>
575
576commit 0877bc916afbd1ff8f1833edc930b765ea783576
577Author: Daniel Stone <daniel@fooishbar.org>
578Date:   Tue Sep 23 19:02:02 2008 +0300
579
580    configure.ac: Fix CC_FOR_BUILD logic error
581    
582    Turns out we were accidentally smashing it so that you couldn't set it
583    externally at all.  Oops.
584
585commit 58bf3aa746908f01c37be7045699e43a4e270944
586Author: John Tapsell <johnflux@gmail.com>
587Date:   Tue Sep 23 17:30:13 2008 +0300
588
589    Build: Use native compiler for makekeys
590    
591    makekeys needs to be run during the build process, as opposed to on the
592    target, so build it with either of gcc or cc to fix cross-compiling.
593    This can be overridden by setting $CC_FOR_BUILD.
594
595commit 340422a5c7a413faef18666cada27cee14615250
596Author: Adam Jackson <ajax@redhat.com>
597Date:   Wed Sep 17 12:54:34 2008 -0400
598
599    Fix the previous patch for the BadFont case.
600
601commit 2335eafe4b53c27f6f9ee1bab3e1f5842f896428
602Author: Matthias Clasen <mclasen@redhat.com>
603Date:   Wed Sep 17 10:43:52 2008 -0400
604
605    Bug #17616: Fix an XCB leak when the client has a non-fatal error handler.
606
607commit db0b85db29699be6bf7e78dede655d59ba926dfc
608Author: Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
609Date:   Sun Sep 14 19:15:26 2008 -0400
610
611    Fix problem with <dead_acute> <c> in pt_BR.UTF-8
612    
613    The <dead_acute> <C> and <dead_acute> <c> lines in the pt_BR UTF-8
614    Compose file show "Ç" and "ç" (c with cedilla accent) (akin to the
615    ISO 8859 pt_BR Compose file) as the string but specify the keysym
616    and comment for Ć and ć (c with acute accent).
617    
618    This commit normalizes those two lines to match the specified string.
619    
620    Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=4671
621    
622    Signed-off-by: James Cloos <cloos@jhcloos.com>
623
624commit b065c011baa69b69e3ea77c30d5e153c0d103e2d
625Author: Michael Verret <michael.verret@gmail.com>
626Date:   Mon Sep 8 16:33:35 2008 -0400
627
628    Fix documentation typo
629    
630    Signed-off-by: James Cloos <cloos@jhcloos.com>
631
632commit 4213ea95185377bdd1b51e82933f331fc0f52e5b
633Author: James Cloos <cloos@jhcloos.com>
634Date:   Sat Sep 6 04:19:19 2008 -0400
635
636    Remove extraneous <angle brackets> from the Ethiopic Compose file.
637    
638    The am_ET.UTF-8 Compose file submitted in:
639    
640    https://bugs.freedesktop.org/show_bug.cgi?id=11307
641    
642    for the OLCP project used incorrect syntax.  (It has angle brackets around the
643    Uxxxx symbols on the right hand side rather than only on the left hand side).
644    
645    This bug is noted in OLPC’s ticket:
646    
647    http://dev.laptop.org/ticket/7474
648    http://dev.laptop.org/attachment/ticket/7474/olpc_7474_dead_vowels_libX11.patch
649
650commit 9df84b513dd2b6e65e6d528cfac6d4cc3ea46918
651Author: James Cloos <cloos@jhcloos.com>
652Date:   Mon Sep 1 17:49:33 2008 -0400
653
654    Complete the set of vulgar fractions
655    
656    Unicode 1.1 added thirds, fifths, sixths and eights;
657    we might as well catch up.
658    
659    (Unicode and ISO 10646 have 1/7 (U2150), 1/9 (U2151), 1/10 (U2152)
660    and 0/3 (U2189) in their pipelines, but those four can be added
661    here after they are published.)
662
663commit a788792e9de95f8db0639557859722a35087481d
664Author: James Cloos <cloos@jhcloos.com>
665Date:   Wed Aug 20 15:28:07 2008 -0400
666
667    nls (en_US) Re-remove long compositions that override shorter
668    
669    As reported in <https://bugs.freedesktop.org/show_bug.cgi?id=17228>:
670    
671      Commit a6f4bbf7
672        nls (en_US): remove long compositions that override shorter [...]
673        removed some longer compose sequences because there are shorter
674        ones which take preference over the longer. For example the
675        sequences:
676    
677          <Multi_key> <apostrophe> <comma> <c>   : U1E09 # ḉ
678          <Multi_key> <apostrophe> <comma> <C>   : U1E08 # Ḉ
679    
680        were removed becase there already was:
681    
682          <Multi_key> <apostrophe> <comma>       : U201A # ‚
683    
684      Then commit 4ba09125
685        Work on making the en_US and pt_BR UTF-8 Compose as similar as
686        possible added exactly the same key sequences again. Obviusly
687        they won't work.
688
689commit 55248e5c84c3fd8c349a3bb4cb15a1ec86989d74
690Author: James Cloos <cloos@jhcloos.com>
691Date:   Thu Jul 17 21:01:42 2008 -0400
692
693    Add more <Multi_key> <cedilla> Compose tuples
694    
695    The last commit missed the el_GR UTF-8 Compose.pre as well as
696    the various ISO 8859 locales which have compose sequences
697    generating ‘WITH CEDILLA’ characters.
698    
699    (Interestingly, some of the 8859 locales already supported
700    <Multi_key> <cedilla> for some CEDILLA characters, but not
701    for Ç or ç.)
702    
703    This is further work on bug 10397.
704
705commit 4ba091255bb953d53078ba5619d6751052c739f7
706Author: James Cloos <cloos@jhcloos.com>
707Date:   Thu Jul 17 17:16:50 2008 -0400
708
709    Work on making the en_US and pt_BR UTF-8 Compose as similar as possible.
710    
711    The eventual goal here is to have a single primary UTF-8 Compose
712    file which the locale-specific UTF-8 Compose.pre files can #include.
713
714commit 254522d3c24e0590732fc03cdd61ff4564819d94
715Author: James Cloos <cloos@jhcloos.com>
716Date:   Thu Jul 17 17:13:36 2008 -0400
717
718    Add <Multi_key> <cedilla> Compose tuples
719    
720    The en_US and pt_BR UTF-8 Compose tables had support for using <comma>
721    with <Multi_key> to enter CEDILLA characters.  Bug 10397 requests
722    support for using <cedilla> instead of <comma> in said sequences.
723    
724    This commit makes both styles work.
725
726commit 7dc907f6032e1d5cbe4da0e414bdf2c569c04b44
727Author: James Cloos <cloos@jhcloos.com>
728Date:   Sat Jun 28 15:25:23 2008 -0400
729
730    Fix commit 21e464ec682ab23ba20ddf6bd72c6db214cfbe01
731    
732    The new block was added twice to the en_US.UTF-8 Compose.pre;
733    delete the duplicate.
734
735commit 596e081b7457dcd1c4ad555ac140e6999239bc0d
736Author: Peter Hutterer <peter@cs.unisa.edu.au>
737Date:   Sat Jun 28 20:14:05 2008 +0930
738
739    Fix unbalanced parenthesis in XKBlib.h # 16551
740    
741    X.Org Bug 16551 <http://bugs.freedesktop.org/show_bug.cgi?id=16551>
742
743commit f6af6dd2f76c12b56ec166bb771457b9f08fe246
744Author: Adam Jackson <ajax@redhat.com>
745Date:   Tue Jun 24 13:16:53 2008 -0400
746
747    Bug #14898: Don't abuse the sprintf() implementation.
748    
749    The thing you're printing into should not itself appear in the list of
750    things to print from, that's bad juju.  Just use strcat().
751
752commit 21e464ec682ab23ba20ddf6bd72c6db214cfbe01
753Author: Khaled Hosny <khaledhosny@eglug.org>
754Date:   Thu Jun 19 18:26:11 2008 -0400
755
756    NLS: Add Arabic Lam-Alef ligature compose sequences (bug #16426)
757    
758    Add some Arabic digraphs to utf-8 locales with a Compose.pre
759    
760    Signed-off-by: James Cloos <cloos@jhcloos.com>
761
762commit bf53987eaf0fbd7f7627783fc39e7ee99e8361ba
763Author: Alan Coopersmith <alan.coopersmith@sun.com>
764Date:   Wed Jun 18 20:00:25 2008 -0700
765
766    Rework code to choose local connection types and fallback to others
767    
768    Adds --with-local-transport-order configure flag if you don't like the
769    default ordering (which is platform dependent)
770    
771    Includes fixes for these Sun/Solaris bug ids:
772    6678250 X Commands returning incorrect display value unix:0.0 not <system>:0.0
773    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6678250>
774    6716481 libX11 should prefer Unix domain sockets over named pipes on Solaris
775    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6716481>
776
777commit cf49e537014c3cb5aaee07e57400933e0bb72b6b
778Author: Alan Coopersmith <alan.coopersmith@sun.com>
779Date:   Tue Jun 17 14:41:17 2008 -0700
780
781    Strip whitespace from end of lines in source files
782
783commit f76fd81dfbbd5cfae75c87ce0511e88e08529cf3
784Author: Jeff Smith <whydoubt@yahoo.com>
785Date:   Sun Jun 15 23:52:20 2008 -0500
786
787    Fix memory leak in XOpenDisplay
788    
789    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
790
791commit fca0b0ba3f72b7284601d4690bba99fc80a92614
792Author: Jens Herden <jens@khmeros.info>
793Date:   Tue Jun 10 20:07:30 2008 +0300
794
795    NLS: Add Khmer compose sequences (bug #5706)
796    
797    Add some Khmer digraphs to all locales with a Compose.pre.
798
799commit e54cffb649b1622c17457e470cfab8cc56d38c97
800Merge: 19802cc... 721b574...
801Author: Daniel Stone <daniel@fooishbar.org>
802Date:   Tue Jun 10 20:04:30 2008 +0300
803
804    Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/lib/libX11
805
806commit 721b574d36f1884c3f1bf7bd933646e2ed6680b5
807Author: Peter Hutterer <peter@cs.unisa.edu.au>
808Date:   Thu May 29 10:57:21 2008 +0930
809
810    Bump to 1.1.99.1
811
812commit 631d32d13247d1cf52c0833d438c5b38b01b17a4
813Author: Peter Hutterer <peter@cs.unisa.edu.au>
814Date:   Wed May 28 17:31:59 2008 +0930
815
816    Require xproto 7.0.13 and libxcb 1.1.90 (for GenericEvents)
817
818commit e9195db7257e418f83707233baeeb84b225caf4f
819Merge: c34f76f... a7f8556...
820Author: Peter Hutterer <peter@cs.unisa.edu.au>
821Date:   Thu May 22 12:14:28 2008 +0930
822
823    Merge branch 'master' into xge
824
825commit 19802ccd3909145e3ba2f6c073271cb5f3701685
826Author: Daniel Stone <daniel@fooishbar.org>
827Date:   Mon May 19 19:22:31 2008 +0300
828
829    gitignore: Update with loads more bits from server
830
831commit a7f85567a3e850fba0c44571453d2852ab1a09be
832Author: Adam Jackson <ajax@redhat.com>
833Date:   Tue May 13 10:28:39 2008 -0400
834
835    Bug #15884: Remove useless sleep()'s from the connection code.
836    
837    For network transports, there's enough delay in the network layer
838    already without adding more.  For local transports, just hurry up
839    and fail if the server isn't there.
840
841commit c34f76f475bc632490122e67b5a82575d69d5569
842Author: Peter Hutterer <peter@cs.unisa.edu.au>
843Date:   Mon May 12 21:46:24 2008 +0930
844
845    Pull down extra bytes when reading a GenericEvent (non-xcb).
846    
847    I refuse to take any responsibily for this code. It works, I guess.
848    But - all the flushing is done somewhere before that, so we might need to
849    flush here. Under some circumstances anyway. Don't ask me, I'm an optical
850    illusion.
851    
852    Build with xcb as transport layer highly recommended.
853
854commit c9b2ff1e6a607463993afa4a8d085857d97cc2f3
855Merge: 17d7dcb... 9129057...
856Author: Peter Hutterer <peter@cs.unisa.edu.au>
857Date:   Mon May 12 17:58:37 2008 +0930
858
859    Merge branch 'master' into xge
860
861commit 9129057bdbff0ec9cd8bb780cf7f85f134a291eb
862Author: Teemu Likonen <tlikonen@iki.fi>
863Date:   Wed May 7 21:44:22 2008 +0300
864
865    Change <dead_belowdot> to <dead_belowring> for U+1E00 and U+U1E01
866    
867    Commit 6b6caeea830a977bdb54688cfb648d879821e752 added <dead_belowdot>
868    <A> and <dead_belowdot> <a> compose sequences for letters U+1E00 and
869    U+U1E01 (LATIN CAPITAL/SMALL LETTER A WITH RING BELOW). This caused
870    duplicate compose sequences since these have already been defined. Also,
871    using <dead_belowring> is more logical since the diacritic is indeed
872    a "RING BELOW".
873
874commit 01a9cb58888d290cc3d319feec4ee4a0297a844c
875Author: Daniel Stone <daniel@fooishbar.org>
876Date:   Wed May 7 20:04:44 2008 +0300
877
878    NLS: Make UTF-8 the default for Russian
879    
880    No-one uses 8859-5 anymore, so make the default for Russian UTF-8; the
881    only other possible answer would be KOI8-R.
882    
883    Signed-off-by: Sergey V. Udaltsov <sergey.udaltsov@gmail.com>
884
885commit 407b81bfbbabf6feb565d6da22f9ef9a69016ab8
886Author: Ross Burton <ross@burtonini.com>
887Date:   Tue Apr 29 13:38:10 2008 +0300
888
889    NLS: Add interrobang to UTF-8 compose tables (bug #15653)
890    
891    It is what it says on the box.
892
893commit 0b6682303e9c61fefc3818acfda616b1e3691abf
894Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
895Date:   Mon Apr 28 11:51:25 2008 +0300
896
897    IM: Respect XMODIFIERS for Thai locale (bug #15719)
898    
899    When looking at Thai input methods, make sure XMODIFIERS is checked
900    before jumping straight into built-in Thai processing, so external XIM
901    servers such as SCIM can be used with Thai.
902
903commit c13aded1b2f830ba5004abb0ec5518f9ea16087e
904Author: Colin Harrison <colin.harrison-at-virgin.net>
905Date:   Sat Apr 26 18:56:05 2008 +0100
906
907    Fix missing error condition
908
909commit f5c5ffc175cb383c92ea0fa8c08cfb087c5f3083
910Author: Colin Harrison <colin.harrison-at-virgin.net>
911Date:   Mon Apr 21 17:24:33 2008 +0100
912
913    Xlib warning fixes
914
915commit 6b6caeea830a977bdb54688cfb648d879821e752
916Author: James Cloos <cloos@jhcloos.com>
917Date:   Fri Apr 18 02:50:55 2008 -0400
918
919    Add some dead_key sequences to en_US.UTF-8 Compose table
920    
921    Make use of the new dead key symbols added to x11proto’s
922    commit 44e24a27bca023cf7b799f191fe6d52e12efbe5f (which
923    was in responce to bug #15446).
924
925commit 8f9b039580deaf658e464b7d6254064fcf183df6
926Author: Alan Coopersmith <alan.coopersmith@sun.com>
927Date:   Mon Apr 14 19:09:42 2008 -0700
928
929    Update ac_define_dir macro in acinclude.m4 to 2008-04-12 version
930
931commit 9f5e96eb91ab55dd441c3e94b75caf48c588778f
932Author: Alan Coopersmith <alan.coopersmith@sun.com>
933Date:   Mon Apr 14 18:21:14 2008 -0700
934
935    Fix mismatched brace indenting
936
937commit a19f9c65ee9e5e5d783feaa84998c36439b0288b
938Author: Bart Massey <bart@cs.pdx.edu>
939Date:   Fri Apr 4 18:58:45 2008 -0700
940
941    added error check in Xcms color file parser; closes bug #15305
942
943commit 12e8d0d01dd72ce98e7683ddb1bde181b7ed246f
944Author: Christian Weisgerber <naddy@mips.inka.de>
945Date:   Tue Mar 18 07:30:05 2008 +0100
946
947    ConnDis: properly cast 'addr' before accessing it as a byte array.
948    
949    If you use XDM-AUTHORIZATION-1 authorization keys for remote X11
950    clients over IPv6, the clients are liable to segfaults.
951
952commit 64325f38bab082a8e0e9ce779a8e582de5c8588e
953Author: Josh Triplett <josh@freedesktop.org>
954Date:   Sat Mar 15 12:29:33 2008 -0700
955
956    Fix fd.o bug 15023: make Xlib sync correctly given many void requests
957    
958    If given many requests without replies, Xlib may not sync until it flushes
959    the output buffer.  Thus, if Xlib can fit enough requests in the buffer to
960    pass by the number of requests it would normally sync after (65536 -
961    BUFSIZE/sizeof(xReq)), it will sync too late.  The test case in bug 15023
962    demonstrated this by issuing a request with a reply (ListExtensions) at
963    just the right time to get confused with the GetInputFocus reply issued in
964    response to the sync 65,536 requests later; the test case used an async
965    handler to watch the replies, since otherwise it could not issue a request
966    without waiting for the response.  When the test case failed, Xlib's sync
967    handler would eat the ListExtensions reply, and the test case's async
968    handler would see the GetInputFocus reply.
969    
970    Fix this by replacing SEQLIMIT with a function sync_hazard() that uses the
971    buffer size to figure out when the sequence numbers could potentially wrap
972    before the next flush.
973    
974    With this commit, the test case consistently passed, and the async reply
975    handler always saw the ListExtensions reply.
976    
977    Commit by Jamey Sharp and Josh Triplett.
978
979commit a5395563bbee15fabe1e8fd7aa86f9f314d8d30e
980Author: Colin Harrison <colin.harrison@virgin.net>
981Date:   Sat Mar 15 13:39:13 2008 -0400
982
983    Fix typo
984    
985    Signed-off-by: James Cloos <cloos@jhcloos.com>
986
987commit f07585ca27a8487bc66dfe41486c823f0fdcea7d
988Author: Daniel Stone <daniel@fooishbar.org>
989Date:   Sat Mar 15 17:32:57 2008 +0200
990
991    configure.ac: Don't search for legacy X11 headers
992    
993    This can actually break cross-compiles, so don't do it anymore.
994
995commit bf69541238c7df6606340c0f389e5c47149b29c7
996Author: Matthieu Herrb <matthieu.herrb@laas.fr>
997Date:   Sun Mar 9 09:08:07 2008 +0100
998
999    nuke RCS Ids
1000
1001commit 5e98aed13e529638df744e45893c471d5f2014fb
1002Author: Adam Jackson <ajax@redhat.com>
1003Date:   Thu Mar 6 16:10:33 2008 -0500
1004
1005    libX11 1.1.4
1006
1007commit 8e085971dc661da9f80ff6b67747459c0fb15c08
1008Author: Alan Coopersmith <alan.coopersmith@sun.com>
1009Date:   Thu Feb 28 20:17:41 2008 -0800
1010
1011    Man page typo fixes
1012
1013commit 1a1a42a3ca1dfaf42f1094936b71c140fc030fcb
1014Author: Søren Sandmann Pedersen <sandmann@redhat.com>
1015Date:   Sun Feb 24 20:03:35 2008 -0500
1016
1017    XIM: Fix a hand when switching input context.
1018    
1019    Red Hat bug #201284.
1020
1021commit e02e4ccafcaf3eb8993152dfcbfbee0240ea2db2
1022Author: Adam Jackson <ajax@redhat.com>
1023Date:   Sun Feb 24 20:00:43 2008 -0500
1024
1025    Bug #14029: Don't LockDisplay() recursively.
1026    
1027    See also Red Hat bugzilla #326461.
1028
1029commit e5892467ae3308c8651be76e06db322dcbc08522
1030Author: Alan Coopersmith <alan.coopersmith@sun.com>
1031Date:   Fri Feb 15 17:27:53 2008 -0800
1032
1033    Add support for building lint library with --enable-lint-library
1034
1035commit e3eb83ec6a9bffa63cdffd94f077c12f85ad7240
1036Author: Alan Coopersmith <alan.coopersmith@sun.com>
1037Date:   Mon Feb 11 20:11:43 2008 -0800
1038
1039    Spell out number in XkbGetKeyVirtualModMap man page to avoid cpp errors from #
1040
1041commit d5ceed7a73a6b61758ddb6ff4e194955fbd5c185
1042Author: Alan Coopersmith <alan.coopersmith@sun.com>
1043Date:   Fri Feb 8 16:46:46 2008 -0800
1044
1045    Add WM_LOCALE_NAME to list of properties set in XSetWMProperties comment
1046
1047commit 416a812200f24d19149dcc497e5c51a0608120f6
1048Author: Alan Coopersmith <alan.coopersmith@sun.com>
1049Date:   Fri Feb 8 15:31:31 2008 -0800
1050
1051    XErrorDB updates for Render 0.9 & XFixes 4.0
1052
1053commit 16a76091cd632e5a3708e235ff864b58f3e4613e
1054Author: Kim Woelders <kim@woelders.dk>
1055Date:   Sat Dec 22 21:45:23 2007 +0100
1056
1057    Fix bs_BA entries in locale.dir.pre
1058    
1059    X.Org bug#13786 <http://bugs.freedesktop.org/show_bug.cgi?id=13786>
1060
1061commit 32115c563b87d2f37e3f9de70fbd0f4d9e424aea
1062Merge: 8f0bd3f... e8d4cef...
1063Author: James Cloos <cloos@jhcloos.com>
1064Date:   Fri Dec 14 22:43:47 2007 -0500
1065
1066    Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/lib/libX11
1067
1068commit 8f0bd3f445cbdcc67650f6e8e3baf2ed89cb3695
1069Author: James Cloos <cloos@jhcloos.com>
1070Date:   Fri Dec 14 22:42:59 2007 -0500
1071
1072    add a comment to en_US.UTF-8/Compose
1073
1074commit 4d6c45e60ed13d3b0fea10413873d6a74f9d6a3b
1075Author: James Cloos <cloos@jhcloos.com>
1076Date:   Fri Dec 14 22:40:13 2007 -0500
1077
1078    Add <dead_stroke> compose sequences
1079    
1080    The added sequences match the existing <Multi_key> <slash> sequences.
1081    
1082    This is related to bug #12765¹.
1083    
1084    1] https://bugs.freedesktop.org/show_bug.cgi?id=12765
1085
1086commit e8d4cefa0837afa149a10e981528b368485a9e38
1087Author: Jeremy Huddleston <jeremy@yuffie.local>
1088Date:   Mon Dec 10 23:00:44 2007 -0800
1089
1090    Added launchd support.
1091
1092commit 17d7dcbfced4a9417b33507bd3fd9b7dd8268242
1093Merge: 5dfefd3... 13ac804...
1094Author: Peter Hutterer <peter@cs.unisa.edu.au>
1095Date:   Thu Dec 6 14:08:29 2007 +1030
1096
1097    Merge branch 'master' into xge
1098
1099commit 5dfefd3829d3ba7e41d5db0ad28e9dfee92fadd5
1100Merge: a68a1cd... eff33ae...
1101Author: Peter Hutterer <peter@cs.unisa.edu.au>
1102Date:   Thu Dec 6 13:57:09 2007 +1030
1103
1104    Merge branch 'master' into xge
1105    
1106    Conflicts:
1107    
1108    	src/xcb_io.c
1109
1110commit 13ac80469f6958cabac596834e203bd9cb6d4c94
1111Author: James Cloos <cloos@jhcloos.com>
1112Date:   Wed Dec 5 20:14:03 2007 -0500
1113
1114    Update the currency symbols block of en_US.UTF-8/Compose.pre
1115    Add XCOMM lines a la the existing NEW SHEQEL SIGN entry for
1116    the KIP, TUGRIK, DRACHMA. GERMAN PENNY, PESO, GUARANI,
1117    AUSTRAL, HRYVNIA and CEDI SIGNs.
1118
1119commit b0a8f2ec4ba698841683f8ce389f9d72e6bce53e
1120Author: Anton Zinoviev <anton@lml.bas.bg>
1121Date:   Wed Dec 5 19:56:03 2007 -0500
1122
1123    Additions to the Compose file for UTF-8
1124    From bug #5371¹
1125    
1126    Commit 5cf5bc76642bfece7cb5b76faf414bf445f14489 left out this change
1127    from those in attachment #4122².  The post³ on xorg resulted in only
1128    a positive reply⁴ from Daniel, so this block is now also commited.
1129    
1130    1] https://bugs.freedesktop.org/show_bug.cgi?id=5371
1131    2] https://bugs.freedesktop.org/attachment.cgi?id=4122
1132    3] http://article.gmane.org/gmane.comp.freedesktop.xorg/20628
1133    4] http://article.gmane.org/gmane.comp.freedesktop.xorg/23966
1134    
1135    Signed-off-by: James Cloos <cloos@jhcloos.com>
1136    Acked-by:  Daniel Stone <daniel@fooishbar.org>
1137
1138commit 438d02ebc08ee171cf1d3936f4c81050d428ab92
1139Author: James Cloos <cloos@jhcloos.com>
1140Date:   Tue Dec 4 17:25:39 2007 -0500
1141
1142    Fix the <U\x+> keysyms in the en_US.UTF-8 Compose file
1143    
1144    Based on src/KeysymStr.c and src/StrKeysym.c and comments in
1145    bugs #11930¹ and #5129² it is clear that <U100XXXXX> is invalid;
1146    those should be in the form U plus the hex of the UCS Code Point.
1147    
1148    The 0x01000000 is ORed in by the code.
1149    
1150    This update fixes all of those.
1151    
1152    1] https://bugs.freedesktop.org/show_bug.cgi?id=11930
1153    2] https://bugs.freedesktop.org/show_bug.cgi?id=5129
1154
1155commit 02e04059c89e175f51647e3b031344f743286b34
1156Merge: 1254c57... b57129e...
1157Author: James Cloos <cloos@jhcloos.com>
1158Date:   Tue Dec 4 06:55:04 2007 -0500
1159
1160    Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/lib/libX11
1161
1162commit 1254c57dd3a8d6ea87041b2f63024f99094f290f
1163Author: James Cloos <cloos@jhcloos.com>
1164Date:   Tue Dec 4 06:53:55 2007 -0500
1165
1166    Use the new dead_psili and dead_dasia keysyms added to proto/x11proto 7.0.11
1167    Inspired by bug 11930¹:
1168    
1169    Commit 40ed4eef92e31fcf7ea0a436e1a00cdf49484c1b to x11proto added dead_psili
1170    and dead_dasia keysyms.  Make use of them in the en_US.UTF-8 and el_GR.UTF-8
1171    Compose files.
1172    
1173    This was done with a pair of perl scripts based on the one quoted in the
1174    log for commit c76d30253f1483ac8200ad5c032a818907e65030.
1175    
1176    1] https://bugs.freedesktop.org/show_bug.cgi?id=11930
1177
1178commit b57129ef324c73ee91c2a796b800c4b45f4d4855
1179Author: Jeremy Huddleston <jeremy@yuffie.local>
1180Date:   Mon Dec 3 20:04:19 2007 -0800
1181
1182    Use __APPLE__ instead of __DARWIN__
1183
1184commit b9c032e1d5ed08510863dfb91b8bda588e6c8c9e
1185Author: Jeremy Huddleston <jeremy@yuffie.local>
1186Date:   Wed Nov 28 16:43:49 2007 -0800
1187
1188    Define __DARWIN__ when host_os == darwin* as needed in SetLocale.c
1189
1190commit 4b91ed099554626f1ec17d5bdf7bd77ce1a70037
1191Author: Alan Coopersmith <alan.coopersmith@sun.com>
1192Date:   Wed Nov 21 16:50:04 2007 -0800
1193
1194    X.Org Bug #4312: incorrect comment asterisk in XAnyEvent.3x man page
1195    
1196    X.Org Bugzilla #4312 <http://bugs.freedesktop.org/show_bug.cgi?id=4312>
1197    
1198    Protect /* sequences from cpp pre-processor removal without transforming
1199    to Unicode mathematical asterisk character
1200
1201commit 2af660c2fcd15c86c66459bfc074c190ea1462e6
1202Author: Jamey Sharp <jamey@minilop.net>
1203Date:   Mon Oct 29 10:46:20 2007 -0700
1204
1205    Two threads can request sequence sync and XID fetch simultaneously.
1206    
1207    So don't assert that they can't.
1208    
1209    This makes the Xlib/XCB implementation of _XAllocID more closely
1210    resemble the traditional Xlib version.
1211
1212commit 6e5485e0a5e3ab738becad12193e760c5fee83a4
1213Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
1214Date:   Sun Oct 28 04:44:00 2007 -0800
1215
1216    X.Org Bug #12983: Typos in ./man/XChangeKeyboardControl.man
1217    
1218    <http://bugs.freedesktop.org/show_bug.cgi?id=12983>
1219
1220commit 24527c92fd1f433ea135e85ec876a94a529fe500
1221Author: Yann Droneaud <ydroneaud@mandriva.com>
1222Date:   Wed Oct 24 19:26:07 2007 +0300
1223
1224    XIM: Properly initialise client event
1225    
1226    Make sure all ClientMessage fields are initialised to 0 before we send it.
1227
1228commit e41477f37b0d9b74a056d22dbf0073a94eecb9d6
1229Author: Daniel Stone <daniel@fooishbar.org>
1230Date:   Wed Oct 24 19:22:22 2007 +0300
1231
1232    Colours: Fix --disable-xcms
1233    
1234    Disable large tracts of colour management code when passing
1235    --disable-xcms.
1236
1237commit 11ea09745efa8de7dc82fe30ebd2393f08390957
1238Author: Eric Anholt <eric@anholt.net>
1239Date:   Fri Aug 31 17:30:33 2007 -0700
1240
1241    Bug #2081: Note the range limitation of XSetScreenSaver arguments.
1242
1243commit 31540f1438ec63faf37044f2fd654b335ddf80f0
1244Author: Kristian Høgsberg <krh@redhat.com>
1245Date:   Wed Aug 29 19:50:57 2007 -0400
1246
1247    Add GLX 1.4 requests and errors.
1248
1249commit 7c996f78914c77fe17e9f4feede980d895d9df51
1250Author: Eric Anholt <eric@anholt.net>
1251Date:   Tue Aug 28 15:15:11 2007 -0700
1252
1253    Add XF86 keyboard/monitor brightness keysyms to the keysymbdb.
1254
1255commit fa4effe82759f864a22a2dc6c920fa72ddb175a8
1256Author: Eric S. Raymond <esr@thyrsus.com>
1257Date:   Sun Jan 14 10:48:00 2007 -0800
1258
1259    Bug #9658: Bad markup on XIfEvent.3x
1260    
1261    X.Org Bugzilla #9658 <https://bugs.freedesktop.org/show_bug.cgi?id=9658>
1262
1263commit 74cba78daa738ef4d92096107d95c1a585933666
1264Author: Eric S. Raymond <esr@thyrsus.com>
1265Date:   Sun Jan 14 10:43:00 2007 -0800
1266
1267    Bug #9655: Bad markup in XrmUniqueQuark.3x
1268    
1269    X.Org Bugzilla #9655 <https://bugs.freedesktop.org/show_bug.cgi?id=9655>
1270
1271commit 4341d1a34b2a2e460b58131b6fd81935f3355bbc
1272Author: Eric S. Raymond <esr@thyrsus.com>
1273Date:   Sun Jan 14 10:43:00 2007 -0800
1274
1275    Bug #9654: Bad markup in XrmGetFileDatabase.3x
1276    
1277    X.Org Bugzilla #9654 <https://bugs.freedesktop.org/show_bug.cgi?id=9654>
1278
1279commit 2db713252090cae08f0200fecad4fc25fb64c8b1
1280Author: Eric S. Raymond <esr@thyrsus.com>
1281Date:   Sun Jan 14 10:40:00 2007 -0800
1282
1283    Bug #9653: Bad markup in XQueryColor.3x
1284    
1285    X.Org Bugzilla #9653 <https://bugs.freedesktop.org/show_bug.cgi?id=9653>
1286
1287commit 9d3ceea4b902e0471824c1e07ad64342b9a1114e
1288Author: Eric S. Raymond <esr@thyrsus.com>
1289Date:   Sun Jan 14 10:40:00 2007 -0800
1290
1291    Bug #9652: Bad markup in XDrawArc.3x
1292    
1293    X.Org Bugzilla #9652 <https://bugs.freedesktop.org/show_bug.cgi?id=9652>
1294
1295commit 2e7e0748d353d7f53bbd65ec6bf0df8758528ddc
1296Author: Eric S. Raymond <esr@thyrsus.com>
1297Date:   Sun Jan 14 10:39:00 2007 -0800
1298
1299    Bug #9651: Bad markup in XcmsColor.3x
1300    
1301    X.Org Bugzilla #9651 <https://bugs.freedesktop.org/show_bug.cgi?id=9651>
1302
1303commit c316aaf0aab06951db9dc5c9c1148bfea835d885
1304Author: Eric S. Raymond <esr@thyrsus.com>
1305Date:   Sun Jan 14 10:38:00 2007 -0800
1306
1307    Bug #9650: Bad markup in XLoadFont.3x manual page
1308    
1309    X.Org Bugzilla #9650 <https://bugs.freedesktop.org/show_bug.cgi?id=9650>
1310
1311commit ca5d9a625ea0965853fa9e74a448b8c29c78ec95
1312Author: Eric S. Raymond <esr@thyrsus.com>
1313Date:   Tue Jan 2 10:18:00 2007 -0800
1314
1315    Bug 9523: Markup problems in XQueryExtension.3x
1316    
1317    X.Org Bugzilla #9523 <https://bugs.freedesktop.org/show_bug.cgi?id=9523>
1318
1319commit fe713c616e29ba19c179b43c18eca1035079ce18
1320Author: Ian Romanick <idr@us.ibm.com>
1321Date:   Tue Aug 21 14:56:33 2007 -0700
1322
1323    Make sure nls/am_ET.UTF-8/Makefile is created by configure.
1324
1325commit e3430616f26b68e1439143cbe10732f3fc329d20
1326Author: Eric S. Raymond <esr@thyrsus.com>
1327Date:   Tue Jan 2 08:40:00 2007 -0800
1328
1329    Bug #9516: Markup error in XAllocWMHints.3x
1330    
1331    X.Org Bugzilla #9516 <https://bugs.freedesktop.org/show_bug.cgi?id=9516>
1332
1333commit d8fe979fc929833e8c754aed32641786d5a0622b
1334Merge: 21ca953... 4ec1723...
1335Author: James Cloos <cloos@jhcloos.com>
1336Date:   Mon Aug 20 15:34:50 2007 -0400
1337
1338    Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/lib/libX11
1339
1340commit 21ca953337fb221b85345bf35ce1a98a0dcb2bf2
1341Author: James Cloos <cloos@jhcloos.com>
1342Date:   Mon Aug 20 15:34:03 2007 -0400
1343
1344    Fix typo
1345    The code <U1000000D> was used where <U10000DC> was obviously intended.
1346    
1347    It is possible that <Udiaeresis> should be used instead, if that will
1348    not break anyone’s setup.
1349
1350commit 4ec1723fff729440cd3349c1f95d87d2a6ba89cf
1351Author: James Cloos <cloos@jhcloos.com>
1352Date:   Mon Aug 20 15:25:48 2007 -0400
1353
1354    Add compose file for Ethiopic to match new keyboard in xkeyboard-config
1355    From bug report:
1356    
1357      https://bugs.freedesktop.org/show_bug.cgi?id=11307
1358
1359commit eff33ae525337ce2026be135a26464c7b1237113
1360Author: James Cloos <cloos@jhcloos.com>
1361Date:   Sat Aug 18 17:58:23 2007 -0400
1362
1363    Patch for Catalan locales
1364    From bugzilla bug 10943¹:
1365    
1366      There are several Catalan locale codes which presently can
1367      be used in X11 systems; especially after they were accepted
1368      in belocs-locale-data².
1369    
1370      In the following patches, I³ add ca_AD, ca_FR and ca_IT Catalan
1371      locale codes.  For instance, without this, using ca_AD (actually
1372      a quite used locale⁴) some applications (eg. Emacs or Skype)
1373      cannot display Catalan diacritic marks as you type them.
1374    
1375    1] https://bugs.freedesktop.org/show_bug.cgi?id=10943
1376    2] http://lists.debian.org/debian-devel-changes/2005/07/msg01429.html
1377    3] Toni Hermoso Pulido <toniher@softcatala.org>
1378    4] https://launchpad.net/~ubuntu.cat/+members
1379
1380commit 1f980cb7d022f53d0aee9e793b08203fb888e86e
1381Author: James Cloos <cloos@jhcloos.com>
1382Date:   Sat Aug 18 17:47:04 2007 -0400
1383
1384    Add additional Euro signs to compose
1385    Inspired by bug 7419¹ make all of:
1386    
1387        C=, =C, c=, =c, E=, =E, e=, E=
1388    
1389    after <Multi_key> generate € U+20AC EURO SIGN.
1390    
1391    1] https://bugs.freedesktop.org/show_bug.cgi?id=7419
1392
1393commit 4b0a14521449dfce8b4347bd17243efd1d3eae2d
1394Author: James Cloos <cloos@jhcloos.com>
1395Date:   Sat Aug 18 17:29:08 2007 -0400
1396
1397    Compose fix for Latin-1 (from Debian)
1398    The description from bugzilla bug 7417¹ is:
1399    
1400      We've been shipping this patch for some time in Debian now. The
1401      problem description from the patch header is reproduced below. You
1402      may want to note the licensing issue mentioned below, but we've been
1403      shipping it because the method by which this particular patch was
1404      generated and updated was also given below.
1405    
1406      This patch by Denis Barbier.
1407    
1408      The X11 protocol states that Unicode keysyms are in the range
1409      0x01000100 - 0x0110FFFF.  If the result of composing characters is a
1410      Unicode codepoint, X returns the corresponding Unicode keysym, which
1411      is its Unicode codepoint augmented by 0x01000000.  Latin-1
1412      characters must not appear with their Unicode codepoints in compose
1413      files, otherwise the returned composed character lies in the range
1414      0x01000000 - 0x010000FF which is not valid.
1415    
1416      There are two solutions: either fix composing routines to return
1417      0xZZ instead of 0x010000ZZ (where Z is an hexadecimal digit), or
1418      replace U00ZZ by their corresponding keysyms in compose files.  The
1419      latter is more logical and less error prone, so compose files will
1420      be patched.  Many applications accept these invalid Unicode keysyms,
1421      but few of them don't, most notably xemacs.  Only UTF-8 locales are
1422      affected.
1423    
1424      This has been fixed very recently in XFree86 CVS (but not xorg), but
1425      for licensing reasons, this patch is not grabbed.  Instead automatic
1426      conversion is performed by:
1427    
1428        sed -e '/XK_LATIN1/,/XK_LATIN1/!d' /usr/include/X11/keysymdef.h \
1429        | grep -v deprecated | grep 0x0 \
1430        | sed -e 's/0x0/U0/' -e 's/XK_//' \
1431        | awk '{ printf "s/\\b%s\\b/%s/ig\n", $3, $2; }' > sedfile
1432        for f in nls/*.UTF-8/Compose.pre
1433        do
1434          sed -f sedfile $f > $f.tmp && mv $f.tmp $f
1435        done
1436    
1437    [I edited the quoted script to update it for the current location of
1438    the installed keysymdef.h and the current layout of the libX11
1439    repo. -JimC]
1440    
1441    I applied the script, not the patch attached to the bugreport.
1442    
1443    1] https://bugs.freedesktop.org/show_bug.cgi?id=7417
1444
1445commit 5cf5bc76642bfece7cb5b76faf414bf445f14489
1446Author: James Cloos <cloos@jhcloos.com>
1447Date:   Sat Aug 18 17:13:41 2007 -0400
1448
1449    Add some compose sequences
1450    
1451    Add some compose sequences from the patch in bug 5371 (attachment 4122).
1452    
1453    Cf:
1454    
1455    https://bugs.freedesktop.org/show_bug.cgi?id=5371
1456    https://bugs.freedesktop.org/attachment.cgi?id=4122
1457
1458commit d4002e389dd69780dfc7c2f7bd3cb0c57f05d4f8
1459Author: James Cloos <cloos@jhcloos.com>
1460Date:   Sat Aug 18 13:57:31 2007 -0400
1461
1462    Fix SMP Compose targets
1463    The compose targets from the SMP (plane 1) were incorrect.
1464    
1465    At some point the 0x10000 bit had been lost.
1466
1467commit f1ed3da9a30a1f0264fdc7d1c6466f27fe2a3d7d
1468Author: Jeremy C. Reed <reed@glacier.reedmedia.net>
1469Date:   Thu Aug 16 17:37:22 2007 -0500
1470
1471    Fix a mutex reference-counting bug.
1472    
1473    I was told that some systems have a much more permissive libpthread.
1474    I was asked to commit this. This is from NetBSD's X source.
1475    (I didn't receive any feedback on xorg list for over two weeks
1476    about this.)
1477
1478commit ac00a44b4875de70382da5a40dd87f976e5b9327
1479Author: Tilman Sauerbeck <tilman@code-monkey.de>
1480Date:   Wed Aug 1 20:36:03 2007 +0200
1481
1482    Bumped version to 1.1.3.
1483
1484commit 76fae9cba1e9bdf7f0eb2ff2b90153d622136cf0
1485Author: Joerg Sonnenberger <joerg@netbsd.org>
1486Date:   Fri Jul 27 11:15:47 2007 -0700
1487
1488    Fail properly on errors in recursive make.
1489
1490commit 1a18319b3bde08dd9ef69c7cd735a76000cf3177
1491Author: Brice Goglin <Brice.Goglin@ens-lyon.org>
1492Date:   Thu Jul 26 23:31:15 2007 +0200
1493
1494    Add missing override parameter in XrmCombineDatabase prototype in the manpage
1495    
1496    Reported by Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
1497    in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=393434
1498    and https://bugs.freedesktop.org/show_bug.cgi?id=9948
1499    
1500    Also add the type of the second argument in XrmMergeDatabases.
1501
1502commit 6f0764d4b56f64786b4980839ca262f10a51af6f
1503Author: Brice Goglin <Brice.Goglin@ens-lyon.org>
1504Date:   Thu Jul 26 22:53:52 2007 +0200
1505
1506    Clarify return value of XGetCommand in case of error in the manpage
1507    
1508    Reported by Sean Perry <shalehperry@attbi.com>
1509    in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=133348
1510    and https://bugs.freedesktop.org/show_bug.cgi?id=9828
1511
1512commit b8bef57342632cc2d25580bb7daa3839bae04d89
1513Author: Alan Coopersmith <alan.coopersmith@sun.com>
1514Date:   Wed Jul 25 17:44:06 2007 -0700
1515
1516    Include comment/copyright/license for AC_DEFINE_DIR in acinclude.m4
1517
1518commit 590cde811a79375231c59ed8583e02b111ed567c
1519Author: Kean Johnston <kean@armory.com>
1520Date:   Thu Jul 19 16:44:20 2007 -0700
1521
1522    Reset hostname when falling back from :0 to hostname/localhost:0 as well
1523
1524commit d334665e619e9db657a2ea2764a8b852401d4a3f
1525Author: Kean Johnston <kean@armory.com>
1526Date:   Tue Jul 17 16:34:30 2007 -0700
1527
1528    LOCALCONN fallback changes DisplayString() output, breaks KDE
1529    
1530    See <http://lists.freedesktop.org/archives/xorg/2007-July/026443.html>
1531
1532commit 8e76bcf3cafda85058ce5f35f1f81929f4772f72
1533Author: Olivier Blin <blino@mandriva.org>
1534Date:   Mon Jun 11 18:32:09 2007 +1000
1535
1536    fix XGetMotionEvents arguments order - Fixes bug 11222
1537
1538commit c2f88cdf5cd9c94b77e5bfdac572b5ac06ab4aa8
1539Author: Jamey Sharp <jamey@minilop.net>
1540Date:   Sun Jun 10 16:19:59 2007 -0700
1541
1542    Fix locking in _XimGetWindowEventmask.
1543    
1544    Now that XFilterEvent drops the Display lock before invoking callback
1545    functions, _XimGetWindowEventmask is called without the lock held. So
1546    when it called _XGetWindowAttributes, a variant of XGetWindowAttributes
1547    that does not lock the Display, Xlib/XCB would assert:
1548    
1549    xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.
1550    
1551    Should fix Gentoo #156367, Ubuntu #87947, Debian #427296. And others?
1552
1553commit 65f0ab5d46d80d55fc04d4eb14fa05f130eb8b9c
1554Author: Jamey Sharp <jamey@minilop.net>
1555Date:   Sun Jun 3 21:41:47 2007 -0700
1556
1557    Move security fixes to the top of NEWS, and fix spacing.
1558    
1559    Commit by Josh Triplett and Jamey Sharp.
1560
1561commit a549a258b8fcb1ba9d0c1b01b72967e385f67cab
1562Author: Jamey Sharp <jamey@minilop.net>
1563Date:   Sun Jun 3 21:29:40 2007 -0700
1564
1565    Add NEWS item for bugfix in commit e2c1d788d1fe7bd2d34756493951552441e59b8c.
1566    
1567    Commit by Josh Triplett and Jamey Sharp
1568
1569commit 5123b77a3d32d3ad479462f319762c328278aed9
1570Author: Jamey Sharp <jamey@minilop.net>
1571Date:   Sun Jun 3 21:24:54 2007 -0700
1572
1573    Xlib/XCB: Inline and simplify handle_event, since only process_responses calls it now.
1574    
1575    Commit by Josh Triplett and Jamey Sharp.
1576
1577commit 582ca690ea4f3ffd2b94826c4db97229bd3c7238
1578Author: Jamey Sharp <jamey@minilop.net>
1579Date:   Sun Jun 3 20:59:12 2007 -0700
1580
1581    Xlib/XCB: Fix _XReadEvents to always enqueue a new event, even if an error occurs
1582    
1583    Commit c337f9de7cfd89f983f83956b7457a274dd412f3 broke the invariant that
1584    _XReadEvents always enqueues at least one event even if an error occurred,
1585    because the one call to xcb_wait_for_event would then return an error, not an
1586    event, and nothing else ensured that process_responses would obtain an event.
1587    Fix this by reverting most of c337f9de7cfd89f983f83956b7457a274dd412f3 and
1588    f417570735aac865eb6b576d1ea76b5bfcd8573b and implementing the correct fix.  In
1589    process_responses, wait_for_first_event now serves as a flag, cleared when
1590    actually handling an event.
1591    
1592    Commit by Josh Triplett and Jamey Sharp.
1593
1594commit e2c1d788d1fe7bd2d34756493951552441e59b8c
1595Author: Jamey Sharp <jamey@minilop.net>
1596Date:   Sun Jun 3 17:33:23 2007 -0700
1597
1598    Xlib/XCB: Only remove pending_requests when there are provably no more responses.
1599
1600commit 7a6dbd4b07ca0a49c30ca7a1d2437eafb2e15eab
1601Author: Josh Triplett <josh@freedesktop.org>
1602Date:   Sun Jun 3 15:39:39 2007 -0700
1603
1604    Bump version number to 1.1.2, and add NEWS entry for 1.1.2
1605    
1606    Signed-off-by: Josh Triplett <josh@freedesktop.org>
1607
1608commit 416f38f2e67ee1979b3d2feac6f06b3670238804
1609Author: Josh Triplett <josh@freedesktop.org>
1610Date:   Sun Jun 3 12:13:44 2007 -0700
1611
1612    Revert "Revert "include: don't distribute XlibConf.h""
1613    
1614    This reverts commit 79fa3d8070d95b960ba486f2439225872471dadd.
1615    
1616    Re-revert the XlibConf.h change, which prevented distribution, not
1617    installation.
1618
1619commit 79fa3d8070d95b960ba486f2439225872471dadd
1620Author: Josh Triplett <josh@freedesktop.org>
1621Date:   Sat Jun 2 22:05:16 2007 -0700
1622
1623    Revert "include: don't distribute XlibConf.h"
1624    
1625    This reverts commit c9e28e05ae01ce8a29bea09df759b6271865b44c.
1626    
1627    The installed XlibInt.h includes XlibConf.h , so libX11 should ship
1628    XlibConf.h.  (Commit c9e28e05ae01ce8a29bea09df759b6271865b44c didn't actually
1629    prevent automake from shipping XlibConf.h, because it used
1630    nodist_x11include_HEADERS rather than nodist_HEADERS.)
1631
1632commit f417570735aac865eb6b576d1ea76b5bfcd8573b
1633Author: Jamey Sharp <jamey@minilop.net>
1634Date:   Sat Jun 2 17:59:15 2007 -0700
1635
1636    Xlib/XCB: inline wait_or_poll_for_event, which now had only one caller.
1637    
1638    Commit by Josh Triplett and Jamey Sharp.
1639
1640commit c337f9de7cfd89f983f83956b7457a274dd412f3
1641Author: Jamey Sharp <jamey@minilop.net>
1642Date:   Sat Jun 2 17:46:41 2007 -0700
1643
1644    Xlib/XCB: Ensure _XReadEvents reads at least one new event and blocks for exactly one event.
1645    
1646    Commit by Jamey Sharp and Josh Triplett.
1647
1648commit 7f66c897f04806b75e574b55b48921b48045e3f9
1649Author: Jamey Sharp <jamey@minilop.net>
1650Date:   Sat Jun 2 16:43:39 2007 -0700
1651
1652    Update _XReply's copy of _XCBUnlockDisplay's guts.
1653    
1654    We introduced this bug in 6b81cbbedfb521ce046b77ee3cc54e884a1dc0c5.
1655    
1656    Also add a comment in _XCBUnlockDisplay to discourage this problem from
1657    respawning.
1658    
1659    Commit by Josh Triplett and Jamey Sharp.
1660
1661commit 740ead23512f8d2eaafaa69e514f1ebafad475b9
1662Author: Jamey Sharp <jamey@minilop.net>
1663Date:   Sat Jun 2 16:01:01 2007 -0700
1664
1665    Xlib/XCB: Avoid re-crashing after _XIOError.
1666    
1667    Commit by Josh Triplett and Jamey Sharp.
1668
1669commit 6b81cbbedfb521ce046b77ee3cc54e884a1dc0c5
1670Author: Jamey Sharp <jamey@minilop.net>
1671Date:   Sat Jun 2 12:30:30 2007 -0700
1672
1673    Hold XCB's Xlib lock even when only the user lock (XLockDisplay) is held.
1674    
1675    An Xlib client can query Display state, such as with NextRequest, while
1676    it holds only the Xlib user lock (between XLockDisplay and
1677    XUnlockDisplay), so XCB requests in other threads should be blocked when
1678    the Xlib user lock is held.
1679    
1680    We acquire the lock even when XInitThreads was not called, so that pure
1681    XCB code can use multiple threads even in an otherwise single-threaded
1682    Xlib application.
1683    
1684    Commit by Josh Triplett and Jamey Sharp.
1685
1686commit 95523387d619af5b400748898d722e080b5ce1a6
1687Author: Jamey Sharp <jamey@minilop.net>
1688Date:   Sat Jun 2 11:57:39 2007 -0700
1689
1690    Allow re-entrant Xlib calls from _XIOError.
1691    
1692    Some libraries try to clean up X resources from atexit handlers, _fini,
1693    or C++ destructors. To make these work, the Display lock should be
1694    downgraded to a user lock (as in XLockDisplay) before calling exit(3).
1695    This blocks Xlib calls from threads other than the one calling exit(3)
1696    while still allowing the exit handlers to call Xlib.
1697    
1698    This assumes that the thread calling exit will call any atexit handlers.
1699    If this does not hold, then an alternate solution would involve
1700    registering an atexit handler to take over the lock, which would only
1701    assume that the same thread calls all the atexit handlers.
1702    
1703    Commit by Josh Triplett and Jamey Sharp.
1704
1705commit 91b02b8064f4e0bcc56019f0722914850008a597
1706Author: Tilman Sauerbeck <tilman@code-monkey.de>
1707Date:   Thu May 17 19:07:34 2007 +0200
1708
1709    More constification.
1710
1711commit a4f3841940158351f9424c3f59b305cce877177d
1712Author: Tilman Sauerbeck <tilman@code-monkey.de>
1713Date:   Thu May 17 00:29:43 2007 +0200
1714
1715    Constified composite text charset table.
1716
1717commit 0581c0aa6039e6b2abb9f7b0a4f9904d8e01f00e
1718Author: Tilman Sauerbeck <tilman@code-monkey.de>
1719Date:   Wed May 16 23:19:22 2007 +0200
1720
1721    Have the compiler fill in hexTable so we don't have to do it at runtime.
1722
1723commit 0e8d9ca47dab0d069e305d5784d05f2ade04f0a8
1724Author: Tilman Sauerbeck <tilman@code-monkey.de>
1725Date:   Wed May 16 19:36:23 2007 +0200
1726
1727    More constification.
1728
1729commit 6d2bed8f04942b4de086a519ac693e729c9fdeea
1730Author: Tilman Sauerbeck <tilman@code-monkey.de>
1731Date:   Wed May 16 19:18:20 2007 +0200
1732
1733    Constify and clean up token table.
1734
1735commit 6c508eab5df5d517f7e4cbe6087308cd53a564b2
1736Author: Tilman Sauerbeck <tilman@code-monkey.de>
1737Date:   Wed May 16 18:24:42 2007 +0200
1738
1739    Constified more tables.
1740
1741commit e699c4231c205ef00d687b6412308d031b99806b
1742Author: Tilman Sauerbeck <tilman@code-monkey.de>
1743Date:   Wed May 16 18:01:23 2007 +0200
1744
1745    Constified error list.
1746
1747commit a68a1cd7cb990ba276fbc36a7591044d78b3d3c1
1748Author: Peter Hutterer <peter@cs.unisa.edu.au>
1749Date:   Tue May 15 16:54:01 2007 +0930
1750
1751    Add XGenericEvent definition and handling for long events.
1752
1753commit c76d30253f1483ac8200ad5c032a818907e65030
1754Author: Jan Willem Stumpel <jstumpel@planet.nl>
1755Date:   Fri May 4 12:00:49 2007 -0700
1756
1757    Update el_GR.UTF-8/Compose.pre to match changes in xkeyboard-config cvs
1758    
1759    Cf:
1760    
1761      https://bugs.freedesktop.org/show_bug.cgi?id=10851
1762      https://bugs.freedesktop.org/show_bug.cgi?id=10824
1763      http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=386385
1764    
1765    The greek keyboard definition was changed to replace dead_horn and
1766    dead_ogonek with U0313 COMBINING COMMA ABOVE (aka Psili) and U0314
1767    COMBINING REVERSED COMMA ABOVE (aka Dasia).
1768    
1769    This patch modifies the Greek Compose.pre to match.
1770    
1771    It is generated by the script Jan Willem Stumpel <jstumpel@planet.nl>
1772    posted to 386385@bugs.debian.org:
1773    
1774    #!/usr/bin/perl
1775    while (<>) {
1776      print $_;
1777      if (/dead_horn/) {
1778        s/dead_horn/U0313/;
1779        print $_;
1780      }
1781      elsif (/dead_ogonek/) {
1782        s/dead_ogonek/U0314/;
1783        print $_;
1784      }
1785    }
1786
1787commit a48386ce6b5f8fd2d9dc11a966c9bf5da59f3831
1788Author: Magnus Kessler <Magnus.Kessler@gmx.net>
1789Date:   Tue May 1 15:20:08 2007 +0200
1790
1791    Switched function definitions from K&R to ANSI style.
1792
1793commit 605d357074d556a05a3fba2e85cbea36a3204248
1794Author: Tilman Sauerbeck <tilman@code-monkey.de>
1795Date:   Tue May 1 14:47:03 2007 +0200
1796
1797    Tweaked configure output about the man pages suffix.
1798
1799commit 9824b40d2af4ca2376512c1be7743da0d5065900
1800Author: Alan Coopersmith <alan.coopersmith@sun.com>
1801Date:   Sat Apr 28 00:42:18 2007 -0700
1802
1803    Fix typo in nroff macro in XkbAddGeomOverlayKey.man
1804
1805commit f93849dcc68bd5042ea0884e5190dc7c35b31d68
1806Author: Alan Coopersmith <alan.coopersmith@sun.com>
1807Date:   Sat Apr 28 00:30:55 2007 -0700
1808
1809    Protect C comments and #defines in XKB man pages from being mangled by cpp
1810
1811commit f2f27d4763c7665e422fab10b96b4cf5ad6c0a6f
1812Author: Alan Coopersmith <alan.coopersmith@sun.com>
1813Date:   Sat Apr 28 00:14:50 2007 -0700
1814
1815    Add Makefile to process/install XKB man pages
1816
1817commit d9954c6f6f3a8c406b946acd0d034ff83c656156
1818Author: Dennis Arellano <Dennis.Arellano@Sun.COM>
1819Date:   Thu Aug 19 00:00:00 1999 -0700
1820
1821    Add man pages for XKB API's
1822    
1823    Man pages originally written for X11R6.4 integration to Solaris 7 11/99
1824    Sun bug id 4258344: Add new XKB API manpages for 6.4 upgrade
1825    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4258344>
1826    
1827    (Volunteer needed to convert prototypes in man pages to ANSI C style...)
1828
1829commit f640a49b5e2ebf29f9d655df544c63bf826f619a
1830Author: Tilman Sauerbeck <tilman@code-monkey.de>
1831Date:   Fri Apr 20 18:39:59 2007 +0200
1832
1833    Markup tweak for XOpenIM.
1834
1835commit e972b0bb255af4f3258217852542faf5afa60b28
1836Author: Julien Cristau <jcristau@debian.org>
1837Date:   Fri Apr 20 18:35:09 2007 +0200
1838
1839    Bug #9695: Fixed a few argument types in the XOpenIM manpage.
1840
1841commit b4e2276f329fa42397cb8609cfcd34ebafd3d96b
1842Author: Julien Cristau <jcristau@debian.org>
1843Date:   Fri Apr 20 18:28:52 2007 +0200
1844
1845    Bug #9697: Fixed documentation of XVisualInfo struct.
1846    
1847    The "depth" member was said to be unsigned int, but it's signed.
1848
1849commit 4068f3dae01c630f825002673b1d3a047ad61863
1850Author: Julien Cristau <jcristau@debian.org>
1851Date:   Fri Apr 20 16:41:21 2007 +0200
1852
1853    Bug #9696: refer to XDefineCursor() instead of XDefineCusor().
1854
1855commit 603c2f88d4e57ce1a3c16e8b6246866e6edd8fa8
1856Author: Tilman Sauerbeck <tilman@code-monkey.de>
1857Date:   Sat Apr 7 14:42:55 2007 +0200
1858
1859    Use unistd.h to get getresuid() and friends.
1860    
1861    This works since we now have _GNU_SOURCE defined.
1862
1863commit 0300f295bbd3a0c7c46baac8e0a27aeaf53c9d9b
1864Author: Tilman Sauerbeck <tilman@code-monkey.de>
1865Date:   Sat Apr 7 14:27:12 2007 +0200
1866
1867    Bug #10562: Define _GNU_SOURCE on glibc systems.
1868
1869commit a225a0be48770beb689d5ac5da97073634f7deab
1870Author: Tilman Sauerbeck <tilman@code-monkey.de>
1871Date:   Fri Apr 6 12:46:25 2007 +0200
1872
1873    For nls/*.pre, allow people to comment lines by starting them with '##'.
1874    
1875    This fixes a bunch of cpp warnings from nls/en_US.UTF-8/Compose.pre.
1876    Fixing that file would have been a larger diff, and using ## may be
1877    nicer to use anyway.
1878
1879commit 1c75a9479011e5f1ad01c950628d0ef5a302d8b6
1880Author: Tilman Sauerbeck <tilman@code-monkey.de>
1881Date:   Fri Apr 6 11:59:31 2007 +0200
1882
1883    Bug #10475: Fixed lots of char*/const char* mixups.
1884    
1885    I didn't fix all of them, as that would require touching
1886    public headers.
1887
1888commit 680dd50193b5b3fcabdd3f1fcbd6a889d5a95c54
1889Author: Matthias Hopf <mhopf@suse.de>
1890Date:   Thu Apr 5 11:53:18 2007 +0200
1891
1892    Fix 64bit issues with reallocation.
1893
1894commit 4d38aeaca42d0bdfe34a833a142ee4d895de03bf
1895Author: Tilman Sauerbeck <tilman@code-monkey.de>
1896Date:   Wed Apr 4 18:41:18 2007 +0200
1897
1898    Fixed a few warnings.
1899
1900commit 7dc7ef398b6ad90ccd1680ed9cd1cfdd47312f5a
1901Author: Matthieu Herrb <matthieu@roadrock.(none)>
1902Date:   Tue Apr 3 15:39:52 2007 +0200
1903
1904    Multiple integer overflows in the XGetPixel() and XInitImage functions
1905    
1906    CVE-2007-1667
1907
1908commit 0284b144340a455a4b5b5011d81ac5a610372291
1909Author: David Baron <dbaron@dbaron.org>
1910Date:   Fri Mar 30 17:07:46 2007 +0200
1911
1912    Bug #7703: Fixed XSetSizeHints() et al wrt use of uninitialized data.
1913    
1914    Now only those fields of the respective hint struct are set that
1915    are actually valid in the input data.
1916    The changed functions are:
1917    XSetSizeHints(), XSetWMHints() and XSetWMSizeHints().
1918
1919commit 0994faa0c76c45b106442db461b8a30a3e1c9395
1920Author: Tilman Sauerbeck <tilman@code-monkey.de>
1921Date:   Thu Mar 29 17:31:25 2007 +0200
1922
1923    Fixed the change from the previous SendEvent commit.
1924    
1925    Testing a different patch than the one you commit is bad, right?
1926
1927commit 398d75528a84f4b8414eb0e363cf53b1b16f6fdf
1928Author: Tilman Sauerbeck <tilman@code-monkey.de>
1929Date:   Wed Mar 28 22:23:44 2007 +0200
1930
1931    Bug #10292: Fixed a memory leak related to XOpenDisplay() in the XCB code.
1932
1933commit ab0bcd07957cecc8e7c0e75d5160a625e91264fe
1934Author: David Baron <dbaron@dbaron.org>
1935Date:   Wed Mar 28 22:21:40 2007 +0200
1936
1937    Bug #7713: Initialize all of the event's fields before sending it.
1938
1939commit bc80f9fe3ccce40ee41246b97470c4f0519756ad
1940Author: Julien Cristau <jcristau@debian.org>
1941Date:   Sun Mar 18 13:14:48 2007 +0100
1942
1943    Bug #9279: Fixed a file descriptor leak.
1944
1945commit c9e28e05ae01ce8a29bea09df759b6271865b44c
1946Author: Daniel Stone <daniel@fooishbar.org>
1947Date:   Sat Dec 16 00:45:19 2006 +0200
1948
1949    include: don't distribute XlibConf.h
1950    
1951    Since XlibConf.h is built by configure, don't distribute it.
1952
1953commit dd1705ced2cac6b4b6b21e79272fcf9bed4bf376
1954Merge: 129bbb9... 769b985...
1955Author: Jeremy C. Reed <reed@glacier.reedmedia.net>
1956Date:   Thu Dec 14 14:23:20 2006 -0600
1957
1958    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/lib/libX11
1959
1960commit 129bbb9f9114a571556fa3a24f15ba58a5cdb2de
1961Author: Jeremy C. Reed <reed@glacier.reedmedia.net>
1962Date:   Thu Dec 14 14:21:19 2006 -0600
1963
1964    For NetBSD, define the XTHREADLIB and XTHREAD_CFLAGS.
1965
1966commit 769b9854f7eb1d6d20dd0b4a1c1215ad8e1b77b6
1967Author: Daniel Stone <daniel@fooishbar.org>
1968Date:   Wed Dec 6 18:53:00 2006 +0200
1969
1970    Makefile.am: make ChangeLog hook safer
1971    
1972    Make ChangeLog hook as safe as possible.
1973    (cherry picked from f5d6a3d24095c7ffed86705995d0874c885e7676 commit)
1974
1975commit 8a8185a649e93b90ffa820387ffdca831227f5a9
1976Author: Josh Triplett <josh@freedesktop.org>
1977Date:   Thu Nov 30 18:33:13 2006 -0800
1978
1979    Add autogen.sh to EXTRA_DIST.
1980
1981commit efe817f95ef8d05e863c83147e903140bc860de4
1982Author: Jamey Sharp <jamey@minilop.net>
1983Date:   Thu Nov 30 17:58:35 2006 -0800
1984
1985    Release libX11 1.1.1.
1986
1987commit f637a5b03164263a3af2e644cf655e52b015f1bb
1988Author: Ross Combs <rocombs@cs.nmsu.edu>
1989Date:   Sat Nov 25 14:45:17 2006 -0800
1990
1991    Debian bug #354315: Clarify return value in XGetWindowAttributes man page
1992    
1993    This man page does not discuss the actual return values of the
1994    function, but says they are of type "Status".  One might assume
1995    that this means you could compare it with the "Success" macro.
1996    One would be wrong.
1997    
1998    The X functions seem to have two three types representing status.
1999    If it is an "int" there are a number of error codes or "Success"
2000    which can be compared against.  If it is a bool, the result can be
2001    compared with "True" or "False".  If the return type is "Status" it
2002    appears that the return type is either 0 or 1.  Unfortunately the
2003    value for Success is zero, so it is important to distinguish
2004    between the first two types of return values and the third;
2005    otherwise the conditional will be inverted.
2006    
2007    XGetWindowAttributes() is one of the functions which returns zero
2008    for failure.  The man page should make this clear.
2009
2010commit c6a0b0f18ed1242eeb908f5cf767ab8381edd456
2011Author: Jamey Sharp <jamey@minilop.net>
2012Date:   Sat Nov 25 14:23:45 2006 -0800
2013
2014    Bug #9154: Always process an event for _XReadEvents, even if an error occurs
2015    
2016    Previously, process_responses (in the wait_for_first_event case called
2017    from _XReadEvents) considered any return from xcb_wait_for_event
2018    sufficient to think it had processed an event. If xcb_wait_for_event
2019    returned an error, and no more events occurred before process_responses
2020    called xcb_poll_for_event, process_responses would try to return with
2021    dpy->head NULL, and would fail an assertion for the _XReadEvents
2022    postcondition. Now, process_responses continues using xcb_wait_for_event
2023    until it gets an event.
2024
2025commit d56e78acce9b2aa1dd1bf172afedaa3bccd5e1c8
2026Author: Tilman Sauerbeck <tilman@code-monkey.de>
2027Date:   Sat Nov 25 05:29:31 2006 -0800
2028
2029    Bug #9153: Fix access to freed memory.
2030    
2031    The fix for bug #8622 introduced a smaller bug where _XReply would
2032    read memory shortly after freeing it. This patch caches the needed
2033    value in a stack-allocated variable before the heap-allocated memory
2034    is freed.
2035
2036commit 934ca763bbc0dd7ae460469bfc000ba101602bcc
2037Author: Josh Triplett <josh@freedesktop.org>
2038Date:   Fri Nov 24 19:57:58 2006 -0800
2039
2040    libx11 doesn't use inputproto in public headers; don't require it in x11.pc
2041    
2042    Based on a Debian patch.
2043
2044commit 4255997ef2d92740d51f6e63e9eabcfa089683f0
2045Author: Josh Triplett <josh@freedesktop.org>
2046Date:   Thu Nov 23 07:19:32 2006 -0800
2047
2048    Release libX11 1.1
2049
2050commit a1168e11ec9377307c51a7271faec3bf88a63a66
2051Author: Jamey Sharp <jamey@minilop.net>
2052Date:   Tue Nov 21 17:52:34 2006 -0800
2053
2054    Add note in man-page that XListFontsWithInfo is not thread-safe.
2055    
2056    _XReply drops the Display lock, so the value of dpy->request may change
2057    before _XReply is called again.
2058    
2059    I discovered this by inspection a year or two ago. I'm pretty confident
2060    in the claim, and nobody has come up with an argument for why it's safe
2061    despite appearances.
2062
2063commit 67abe024268c6b1fdee516e5d3a046ccffd7e80a
2064Author: Jamey Sharp <jamey@minilop.net>
2065Date:   Sat Nov 18 15:39:26 2006 -0800
2066
2067    Bug #8622: Fix response processing order for threaded apps
2068    
2069    Previously, process_responses (the common code for _XReply,
2070    _XReadEvents, and _XEventsQueued) took the current request sequence
2071    number as an argument, and did some highly complicated processing to
2072    attempt to process responses in order across threads.  This didn't
2073    actually work.
2074    
2075    Now, process_responses handles responses in order, by adding condition
2076    variables to the list of outstanding requests in
2077    dpy->xcb->pending_requests, and blocking on them when those requests
2078    should get processed to allow _XReply to process them; if actually
2079    called from _XReply, it returns when _XReply's request should get
2080    processed.  _XReply broadcasts on the condition variable after it has
2081    read its reply and re-acquired the display lock.
2082    
2083    Another great commit brought to you by Jamey Sharp, Josh Triplett, the
2084    Gobby collaborative text editor, conspy, and ridiculous amounts of SSH
2085    forwarding.
2086    
2087    Signed-off-by: Josh Triplett <josh@freedesktop.org>
2088    Signed-off-by: Jamey Sharp <jamey@minilop.net>
2089
2090commit 941f02ede63baa46f93ed8abccebe76fb29c0789
2091Author: Lars Knoll <lars@trolltech.com>
2092Date:   Wed Nov 8 12:17:41 2006 -0800
2093
2094    Don't hold the display lock around callbacks to the application.
2095    
2096    This fixes an XCB locking assertion failure, particularly with emacs.
2097
2098commit e494ecaac1ec8a22bd9a85f800fca74d02e9d358
2099Author: Diego 'Flameeyes' Pettenò <flameeyes@gentoo.org>
2100Date:   Tue Nov 7 09:32:00 2006 -0800
2101
2102    Add xcb-xlib dependency to x11.pc when built against XCB.
2103
2104commit 2302008a3793eb4df8ede777d54fe06505c47eaf
2105Author: Eric Anholt <eric@anholt.net>
2106Date:   Mon Nov 6 17:11:42 2006 -0800
2107
2108    XCB: Allocate the right amount of memory for dpy->lock_fns.
2109    
2110    Fixes a crash I was experiencing on startup of anything using gdk.
2111
2112commit 5f860655be88108b03ccd97470a0814819254bf0
2113Author: Jamey Sharp <jamey@minilop.net>
2114Date:   Thu Nov 2 17:55:31 2006 -0800
2115
2116    Release libX11 1.1 RC2 (1.0.99.2).
2117
2118commit a6f4bbf7b1d725b0f04bd660f57b861a76b19831
2119Author: Benno Schulenberg <bensberg@justemail.net>
2120Date:   Sun Oct 29 03:10:30 2006 +0300
2121
2122    nls (en_US): remove long compositions that override shorter (bug #2286)
2123    Remove long compositions that override (or get overriden by) later shorter
2124    compositions, e.g. a four-key compose sequence that gets overriden by a
2125    later three-key compose sequence.
2126
2127commit 0280bf11ef88673a9b5bba3a91a599260f1f0949
2128Author: Benno Schulenberg <bensberg@justemail.net>
2129Date:   Sun Oct 29 03:08:36 2006 +0300
2130
2131    nls: remove shadowed compose entries (bug #2286)
2132    Remove compose entries shadowed by others later on.
2133
2134commit d118f2b1ef10997194b281524177dea7396da7dd
2135Author: Benno Schulenberg <bensberg@justemail.net>
2136Date:   Sun Oct 29 03:07:15 2006 +0300
2137
2138    nls: remove duplicate compose entries (bug #2286)
2139    Remove a bunch of duplicate entries from various Compose files.
2140
2141commit 5e1cc2fe20e5904ca1e05a4cb7be13d450a593bb
2142Author: Caolan McNamara <caolanm@redhat.com>
2143Date:   Sun Oct 29 02:46:15 2006 +0300
2144
2145    XKB geometry: fix leaks in GetKeyboardByName (bug #8099)
2146    Don't leak the name and value of every property we parse, as well as the
2147    name of every colour.
2148
2149commit 686bb8b35acf6cecae80fe89b2b5853f5816ce19
2150Author: Matthias Hopf <mhopf@suse.de>
2151Date:   Wed Oct 18 14:25:04 2006 +0200
2152
2153    Fix double open of compose file.
2154    
2155    Issue found by Kees Cook <kees@canonical.com>.
2156
2157commit d3e65cb8cddf08913d83c9df2bb9b1517f2ad3a8
2158Author: Jamey Sharp <jamey@minilop.net>
2159Date:   Sat Oct 14 21:25:10 2006 -0700
2160
2161    XCB: check for and handle I/O errors in _XGetXCBBuffer.
2162
2163commit 256eba6b40c5f811a03b04abf5f85f728ee3ab5d
2164Author: Jamey Sharp <jamey@minilop.net>
2165Date:   Wed Oct 11 00:06:50 2006 -0700
2166
2167    XKB bugfix: SyncHandle must be called after UnlockDisplay, not before.
2168
2169commit 1eedf1bd033e496843cfde42ae4ae5a119298605
2170Author: Jamey Sharp <jamey@minilop.net>
2171Date:   Tue Oct 10 23:03:28 2006 -0700
2172
2173    Add correct Display locking to XKB functions.
2174    
2175    Some XKB functions didn't correctly call LockDisplay or UnlockDisplay.
2176    This patch fixes at least some instances of that problem.
2177    
2178    Thanks to Magnus Kessler <Magnus.Kessler@gmx.net> for finding these bugs
2179    and proposing a fix, which this patch is based on.
2180
2181commit e17c2cbe9fbaa1600d4b9463ec800a874b0d87cd
2182Author: David Nusinow <dnusinow@debian.org>
2183Date:   Tue Oct 10 22:11:05 2006 -0400
2184
2185    Dynamically generate internal manpage section using __libmanpagesuffix__ so that it actually matches the section if you don't use 3X11
2186
2187commit e53557da969b706dbc843f6fde3db31ffe382e0f
2188Author: Jamey Sharp <jamey@minilop.net>
2189Date:   Sat Oct 7 21:00:36 2006 -0700
2190
2191    Release libX11 1.1 RC1 (1.0.99.1).
2192
2193commit bf237409c5fce32c557d298f62f44d456c2b5bc8
2194Merge: ba47719... 2d426d1...
2195Author: Jamey Sharp <jamey@minilop.net>
2196Date:   Sat Oct 7 21:07:16 2006 -0700
2197
2198    As XCB support is about to be released in libX11, stable is now subsumed by master.
2199
2200commit ba477191c67ce93e61423cc1abe35275704cce50
2201Author: Jamey Sharp <jamey@minilop.net>
2202Date:   Sat Oct 7 03:48:13 2006 -0700
2203
2204    XCB: Don't rely on having the definition of struct xcb_setup_t available.
2205
2206commit 117b55cbd0b0ce51362df88363ed83d44a493ac7
2207Author: Jamey Sharp <jamey@minilop.net>
2208Date:   Fri Oct 6 16:27:31 2006 -0700
2209
2210    xcb_poll_for_event no longer takes an 'int *error' out-parameter.
2211
2212commit caaa8e8a55e837b3585c1dee7bef194fc4c79d16
2213Author: Josh Triplett <josh@freedesktop.org>
2214Date:   Fri Oct 6 16:26:11 2006 -0700
2215
2216    Actually ship Xxcbint.h
2217
2218commit 7b027e53b5e393082f4f515c8ba18077eb97163f
2219Author: Josh Triplett <josh@freedesktop.org>
2220Date:   Fri Oct 6 16:25:50 2006 -0700
2221
2222    Clean ChangeLog only in "make maintainer-clean", not "make clean"
2223    
2224    ChangeLog requires a git repo to generate; make clean and make distclean
2225    shouldn't get rid of it.
2226
2227commit cab22e02e78b3e5b8a73d1cd55cf6686426b47e0
2228Author: Josh Triplett <josh@freedesktop.org>
2229Date:   Fri Oct 6 16:24:58 2006 -0700
2230
2231    Add ChangeLog and "make dist"-generated files to .gitignore
2232
2233commit e4c7cfdee4a40e466c0c6b370cabd432e9e855a0
2234Author: Josh Triplett <josh@freedesktop.org>
2235Date:   Fri Oct 6 15:53:27 2006 -0700
2236
2237    Add manual pages for XGetXCBConnection and XSetEventQueueOwner
2238
2239commit 688224cea95e453f94c5a602dc6fce84bc93dfc0
2240Author: Josh Triplett <josh@freedesktop.org>
2241Date:   Fri Oct 6 13:41:16 2006 -0700
2242
2243    Remove unnecessary prototype for _XFreeDisplayStructure in xcb_disp.c
2244
2245commit ab728ca372288d0db1b486c265e34c1376f29104
2246Author: Josh Triplett <josh@freedesktop.org>
2247Date:   Fri Oct 6 12:36:39 2006 -0700
2248
2249    XCL is dead; long live Xlib/XCB
2250    
2251    Rename all instances of "XCL" to Xlib/XCB-derived names.
2252    
2253    The only user-visible change: rename the include file <X11/xcl.h> to
2254    <X11/Xlib-xcb.h>; programs will need to change their #include lines to match.
2255    
2256    Remove the XCL cast inlines from Xlib-xcb.h.
2257
2258commit 5b73093203039d307eb7ab3845c3ced207e9e26c
2259Author: Josh Triplett <josh@freedesktop.org>
2260Date:   Fri Oct 6 11:33:49 2006 -0700
2261
2262    Add XCB developers to AUTHORS
2263
2264commit 1cb71ff139276a0a58c60ea5f261f64b94706b9b
2265Author: Josh Triplett <josh@freedesktop.org>
2266Date:   Fri Oct 6 11:21:28 2006 -0700
2267
2268    Fix email addresses in README
2269
2270commit 12f038669278019594ca0ed53dadcf4e84092422
2271Author: Jamey Sharp <jamey@minilop.net>
2272Date:   Fri Oct 6 02:13:05 2006 -0700
2273
2274    XCB: Handle all responses in order of monotonically increasing sequence number.
2275
2276commit f392680273278b43079302206897f794e60f3c70
2277Author: Josh Triplett <josh@freedesktop.org>
2278Date:   Fri Oct 6 01:11:08 2006 -0700
2279
2280    Actually install x11-xcb.pc, and ship x11-xcb.pc.in
2281
2282commit f1fcad2e3fd17aaf1294f1d8e9f406fd5b32a863
2283Author: Jamey Sharp <jamey@minilop.net>
2284Date:   Thu Oct 5 18:32:29 2006 -0700
2285
2286    XCB: correctly handle failure to connect to X server.
2287
2288commit e754b3b078d556c7861da56aad47d244e9199e06
2289Author: Josh Triplett <josh@freedesktop.org>
2290Date:   Thu Oct 5 17:44:22 2006 -0700
2291
2292    Split public Xlib/XCB functions into libX11-xcb
2293    
2294    We can never change the libX11 soname, and we don't want to commit to never
2295    changing the public Xlib/XCB functions, so split them into a separate library
2296    libX11-xcb.  This also means that a program linked solely against libX11
2297    should work with either Xlib or Xlib/XCB, which will make life easier for
2298    package maintainers.
2299    
2300    Signed-off-by: Josh Triplett <josh@freedesktop.org>
2301    Acked-by: Jamey Sharp <jamey@minilop.net>
2302
2303commit ffd367f708b295abaedf3a23a1bfd4710d171d6f
2304Author: Jamey Sharp <jamey@minilop.net>
2305Date:   Wed Oct 4 17:16:46 2006 -0700
2306
2307    No longer #include Xmd from xcl.h: we do not need it.
2308
2309commit 3aff149d42ba8ed620091971b3766bdf96c62aaf
2310Author: Jamey Sharp <jamey@minilop.net>
2311Date:   Wed Oct 4 16:58:32 2006 -0700
2312
2313    XCB: Revert locking to simple wrapper around libX11's normal locks.
2314    
2315    No more recursive mutexes, no more banging XCB's I/O lock in-place, and
2316    reduces the differences between the previous stable release and an
2317    XCB-enabled one. Sadly, Xlib's pluggable thread functions work again
2318    too, now. I apologize to the world.
2319
2320commit 8ff122fb529bdb1c2b9a86b12d06b6da1b35d708
2321Author: Jamey Sharp <jamey@minilop.net>
2322Date:   Mon Sep 25 04:54:52 2006 -0700
2323
2324    Link explicitly against XCB's Xlib compatibility functions.
2325
2326commit bde3cd123d65a2f36ee0c417f5f231b7e01d0671
2327Author: Jamey Sharp <jamey@minilop.net>
2328Date:   Mon Sep 25 04:13:20 2006 -0700
2329
2330    libxcb now installs header files in <xcb>, not <X11/XCB>.
2331
2332commit 87d00207f5a1f25a45a153618739cd6481814f89
2333Author: Ian Osgood <iano@quirkster.com>
2334Date:   Sun Sep 24 23:39:01 2006 -0700
2335
2336    Track XCB's "Great Renaming".
2337
2338commit 85a5e98dff9b7752fae157fad9b8c9825cb0efab
2339Author: Jamey Sharp <jamey@minilop.net>
2340Date:   Tue Sep 12 23:02:42 2006 -0700
2341
2342    Quit using XCBGetQueuedRequestRead.
2343
2344commit a61936fc4e9bd93b108764bbacd5b8f786e51915
2345Author: Tollef Fog Heen <tfheen@err.no>
2346Date:   Wed Aug 30 00:05:54 2006 +0300
2347
2348    nls: use _XlcUtf8Loader for en_US (bug #7982)
2349    Use _XlcUtf8Loader instead of _XlcUnicodeLoade,r bringing it into line with
2350    every other locale.
2351
2352commit abcc7e1865cdfbd591f6520cfe4257f0b0b1c03e
2353Author: Alan Coopersmith <alan.coopersmith@sun.com>
2354Date:   Wed Aug 23 18:49:30 2006 -0700
2355
2356    When opening display, if LOCALCONN fails, fall back to UNIXCONN, then TCPCONN
2357    
2358    Port to X11R7 of Sun bug fix 4061225 by Alex Chen for X11R6 - when failing to
2359    connect on a named pipe, try a Unix socket first, to better support people who
2360    replace their X servers with ones that don't support named pipe transport.
2361    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4061225>
2362
2363commit 1ddc44c1cada7e926bd4787406444ce7c36b61e1
2364Author: Mark Brown <mark.brown@sun.com>
2365Date:   Thu Jul 27 19:17:10 2006 -0700
2366
2367    Sun bug 1149809: Document event delivery when grab is terminated.
2368
2369commit 171107b03ac89d94f9006c7cda242aeefb9ecd16
2370Author: Dennis Arellano <Dennis.Arellano@Sun.COM>
2371Date:   Thu Jul 27 18:47:06 2006 -0700
2372
2373    Sun bug 4091271: XGetWindowProperty is missing a crucial prop_return description
2374    
2375    Document that 32-bit format properties are always returned in arrays of type
2376    long, even on systems where long is 64-bits.
2377    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4091271>
2378
2379commit 8309efe6550877cd0bf22979904b3f6bd3e6cffa
2380Author: Alan Coopersmith <alan.coopersmith@sun.com>
2381Date:   Mon Jul 24 15:52:00 2006 -0700
2382
2383    Add support for "make lint" to check code with lint/sparse/etc.
2384
2385commit 931e02fbd1acd09aae2b0954c34342c86c72dff6
2386Author: Alan Coopersmith <alan.coopersmith@sun.com>
2387Date:   Mon Jul 24 15:50:52 2006 -0700
2388
2389    ANSIfy some static function definitions
2390
2391commit 20b7abcaac324d90454de63f32f4a2b398e69e63
2392Author: Alan Coopersmith <alan.coopersmith@sun.com>
2393Date:   Mon Jul 24 15:01:40 2006 -0700
2394
2395    Fix sparse warning: Using plain integer as NULL pointer
2396
2397commit d158ab29930513c4097f5b67e7bea08ed2bfd62c
2398Author: Alan Coopersmith <alan.coopersmith@sun.com>
2399Date:   Mon Jul 24 14:00:24 2006 -0700
2400
2401    Remove unused variable
2402
2403commit 30377000375bdb958042dcb1f38503c94ef21eaf
2404Author: Eric Anholt <anholt@FreeBSD.org>
2405Date:   Fri Jul 21 18:55:36 2006 -0400
2406
2407    Bug #7188: Fix the documentation of XUrgencyHint (not UrgencyHint).
2408
2409commit 4eba45879aea4e415ab550ee56b900d060099110
2410Author: Matthieu Herrb <matthieu.herrb@laas.fr>
2411Date:   Sun Jul 16 10:55:39 2006 +0200
2412
2413    set GIT_DIR=${srcdir}/.git for git-log
2414
2415commit 2d426d1f2608fedb77bd7d010dabece76b8d4a60
2416Author: Aaron Plattner <aplattner@nvidia.com>
2417Date:   Tue Jul 11 13:27:49 2006 -0700
2418
2419    Add a .PHONY to ensure the ChangeLog isn't stale.
2420    
2421    Setting the ChangeLog rule as phony forces it to be re-run even when the
2422    ChangeLog file already exists. Research indicates .PHONY is portable to BSD and
2423    Solaris make.
2424    (cherry picked from b8a98809ed81e1226775e6447ef219ffc01334b5 commit)
2425
2426commit b8a98809ed81e1226775e6447ef219ffc01334b5
2427Author: Aaron Plattner <aplattner@nvidia.com>
2428Date:   Tue Jul 11 13:27:49 2006 -0700
2429
2430    Add a .PHONY to ensure the ChangeLog isn't stale.
2431    
2432    Setting the ChangeLog rule as phony forces it to be re-run even when the
2433    ChangeLog file already exists. Research indicates .PHONY is portable to BSD and
2434    Solaris make.
2435
2436commit 8f2be66089b88e4ed6acb0211ea107f4bb910bd3
2437Author: Mayank Jain <majain@redhat.com>
2438Date:   Tue Jul 11 19:42:47 2006 +0100
2439
2440    add Indian language locales
2441    Add as, kn, ml, or, ur, and te locales.
2442
2443commit a92eb6785699bbc9c6c3813f6af3bb9431a3f6b0
2444Author: Matthias Hopf <mhopf@suse.de>
2445Date:   Tue Jul 4 12:16:30 2006 +0200
2446
2447    Fix for autoconf 2.60 issue.
2448    
2449    Updated AC_DEFINE_DIR.
2450    Reverted datarootdir change.
2451
2452commit 644f4828b15bce42b597eb123ba0bbc372c46c03
2453Author: Keith Packard <keithp@neko.keithp.com>
2454Date:   Sat Jul 1 21:31:23 2006 -0700
2455
2456    Work around recent autoconf (2.59?) changes in directory expansion.
2457    
2458    Recent autoconf versions have changed how directory names are managed in the
2459    configure.ac script; automatic 'eval' invocations now occur as a part of the
2460    AC_DEFINE_DIR macro which make it imperative that AC_DEFINE_DIR be executed
2461    before the variables are used in further macro definitions. Also, ${datadir}
2462    is apparantly an old name for ${datarootdir} as ${datadir} doesn't get
2463    expanded correctly by AC_DEFINE_DIR. This looks like an autoconf bug, but it
2464    is easy to work around by just using ${datarootdir} instead of ${datadir}.
2465
2466commit be70a31229aa106aff0a09d78c00812682cd3475
2467Author: Keith Packard <keithp@neko.keithp.com>
2468Date:   Sat Jul 1 01:56:05 2006 -0700
2469
2470    Xlib/XCB: handle 32-bit sequence wrap.
2471    
2472    Replace broken sequence compares with XCB_SEQUENCE_COMPARE (copied from
2473    XCB).
2474    Account for XCB sequence 0 handling.
2475
2476commit 99c711707ad08e1396e123b1c7df687c560a489a
2477Author: Donnie Berkholz <spyderous@gentoo.org>
2478Date:   Thu Jun 29 19:43:20 2006 -0700
2479
2480    Bump version to 1.0.3.
2481
2482commit cde3c0dd72af2b490e80cffca962e3487dd31be4
2483Author: Donnie Berkholz <spyderous@gentoo.org>
2484Date:   Thu Jun 29 19:39:36 2006 -0700
2485
2486    Bug #7349: Missed one of the setuid fixes.
2487    (cherry picked from e9614c963b532f46a7932c2305a4b177a996a222 commit)
2488
2489commit df3fef8983d96c59d481c4cdaf1f271d54a116d2
2490Author: Matthias Hopf <mhopf@suse.de>
2491Date:   Thu Jun 29 18:59:57 2006 +0200
2492
2493    Update to final Compose cache directory location.
2494    (cherry picked from abda4d223e9cce9ac6e7b5d82a5680d9a502e52a commit)
2495
2496commit 912ef198292d3053daa810f842510e5d62ded0f0
2497Author: Matthias Hopf <mhopf@suse.de>
2498Date:   Thu Jun 29 17:41:41 2006 +0200
2499
2500    Fix alignment of trees and wide chars in the cache.
2501    (cherry picked from 40a64c61f8bc33d497e1224e02c41dea2d424d97 commit)
2502
2503commit 2ece832118b3ee5d8ed19f1ee9b1c822b70ec6e9
2504Author: Matthias Hopf <mhopf@suse.de>
2505Date:   Wed Jun 28 19:17:03 2006 +0200
2506
2507    First (dummy) entry of compose caches was not initialized and thus contained varying garbage.
2508    (cherry picked from f442dcaa56f8ecb7443e8e51c88ed97e10dbdba3 commit)
2509
2510commit e9614c963b532f46a7932c2305a4b177a996a222
2511Author: Donnie Berkholz <spyderous@gentoo.org>
2512Date:   Thu Jun 29 19:39:36 2006 -0700
2513
2514    Bug #7349: Missed one of the setuid fixes.
2515
2516commit abda4d223e9cce9ac6e7b5d82a5680d9a502e52a
2517Author: Matthias Hopf <mhopf@suse.de>
2518Date:   Thu Jun 29 18:59:57 2006 +0200
2519
2520    Update to final Compose cache directory location.
2521
2522commit 40a64c61f8bc33d497e1224e02c41dea2d424d97
2523Author: Matthias Hopf <mhopf@suse.de>
2524Date:   Thu Jun 29 17:41:41 2006 +0200
2525
2526    Fix alignment of trees and wide chars in the cache.
2527
2528commit f442dcaa56f8ecb7443e8e51c88ed97e10dbdba3
2529Author: Matthias Hopf <mhopf@suse.de>
2530Date:   Wed Jun 28 19:17:03 2006 +0200
2531
2532    First (dummy) entry of compose caches was not initialized and thus contained varying garbage.
2533
2534commit bdbe464d774e01d317f67c63ebbda2fd0edbbdd1
2535Author: Donnie Berkholz <spyderous@gentoo.org>
2536Date:   Thu Jun 22 23:59:03 2006 -0700
2537
2538    Delete ChangeLog, and add a rule to autogenerate it for distribution. Also
2539    add 'foreign' to AM_INIT_AUTOMAKE to make autotools happy with not having a
2540    ChangeLog.
2541    (cherry picked from b0edfb8df16ab8c9959b83a4c966d55a59c4e295 commit)
2542
2543commit b0edfb8df16ab8c9959b83a4c966d55a59c4e295
2544Author: Donnie Berkholz <donnie@comet.(none)>
2545Date:   Thu Jun 22 23:47:38 2006 -0700
2546
2547    Delete ChangeLog, and add a rule to autogenerate it for distribution. Also
2548    add 'foreign' to AM_INIT_AUTOMAKE to make autotools happy with not having a
2549    ChangeLog.
2550
2551commit dd54981aa76e9dfdc4c3302d6105b4b229447c84
2552Author: Donnie Berkholz <donnie@comet.(none)>
2553Date:   Thu Jun 22 15:47:38 2006 -0700
2554
2555    Bump version to 1.0.2.
2556
2557commit c93539d974a67f596a5eb5b65042d26602546c72
2558Author: Matthieu Herrb <matthieu@deville.herrb.com>
2559Date:   Tue Jun 20 21:04:03 2006 +0200
2560
2561    Check setuid() return value.
2562    (cherry picked from 5169d0e08ff6acb350a6ea768623f5ff0b85b05f commit)
2563
2564commit 605533f814ab7892991578706a6458f61a89ca4d
2565Author: Derek Wang <derek.wang@sun.com>
2566Date:   Mon Jun 19 11:05:37 2006 -0700
2567
2568    Sun bug 6209243: XExtentsOfFontSet causes segfault when font set not loaded
2569    (cherry picked from eff50c94a07194297e705da53d9fbb3a40fb9ad4 commit)
2570
2571commit 5bbd0822c5a926de0ed293437fb9f2b75cf3c4f4
2572Author: Scott Revelt <scott.revelt@sun.com>
2573Date:   Fri Jun 16 19:11:13 2006 -0700
2574
2575    Sun bug 4022903: Xcms routines may fail if sscanf() is looking for separators
2576    based on locale that doesn't match those used in the Xcms.txt
2577    (cherry picked from 94f3213fc4bd6ec49bfb68e8b4a4fddea2bf3baa commit)
2578
2579commit 0b05cd4da6134df527fb010384a9fd569bd5d6a3
2580Author: Alan Coopersmith <alanc@alf.(none)>
2581Date:   Fri Jun 16 18:53:33 2006 -0700
2582
2583    Add *~ to ignore emacs droppings
2584    (cherry picked from c33d7b8282ac196b36229be26442296768c16f3e commit)
2585
2586commit 214658b76b56768f69c3959a11525aae7813f448
2587Author: Matthias Hopf <mhopf@suse.de>
2588Date:   Fri Jun 16 15:36:40 2006 +0200
2589
2590    Bug #3104: Compose table cache for faster X11 application starts.
2591    (cherry picked from 1f4c9893ade08bad30c9bd12a36bee57d30b001e commit)
2592
2593commit 13968a23aaea838ba4b69e42e8900f803499e091
2594Author: Matthias Hopf <mhopf@suse.de>
2595Date:   Tue Jun 13 20:23:46 2006 +0200
2596
2597    Bug #3104: Compose table cache for faster X11 application starts.
2598    (cherry picked from 4fe22647e6010a2886c2f3a7093adeaeb6678faa commit)
2599
2600commit e7f8bca08f5476d0ca262097639ac7d424bb4d10
2601Author: Lubos Lunak <llunak@suse.de>
2602Date:   Mon Jun 12 18:48:08 2006 +0200
2603
2604    Bug #3104: Compose table cache for faster X11 application starts.
2605    (cherry picked from 1d28a655629a11ea7fd1e5df4c7b77dd4b63e3be commit)
2606
2607commit f506aaf8ac9aae1ee8daaef6cde34ee85aecd641
2608Author: Matthias Hopf <mhopf@suse.de>
2609Date:   Fri Jun 9 18:24:02 2006 +0200
2610
2611    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.
2612    (cherry picked from 9354351fcb8baeaab85250d14409cfb4fa50f3e9 commit)
2613
2614commit 0e6d5e979aacb0c295ce79369ecc5f22ffa7922c
2615Author: Jamey Sharp <jamey@minilop.net>
2616Date:   Wed Jun 7 20:29:05 2006 -0700
2617
2618    Fix bug #7035: unnecessary memmove in XOpenDisplay.
2619    Using memmove on the connection setup data causes a problem for XCB, but making
2620    Xlib stop doing that should be harmless for non-XCB as well.
2621    (cherry picked from b18713ec3f36a10b3cdb1e16f9550e1d2e05dff0 commit)
2622
2623commit cd7328c46ae72903ed02832828891b2dab4d5ee0
2624Author: Daniel Stone <daniels@preemptive.fooishbar.org>
2625Date:   Sat Jun 3 13:51:51 2006 +0300
2626
2627    Fix threading support on GNU/kFreeBSD systems.  (Robert Millan)
2628    (cherry picked from e3acee88cfcc4ef0fa8a7db39763a5ebe2e985cb commit)
2629
2630commit c336eb6b80a6f91da1d0b3d28634a2cfde324670
2631Merge: 33556ca... ad9ebbd...
2632Author: Donnie Berkholz <donnie@comet.(none)>
2633Date:   Thu Jun 22 14:25:35 2006 -0700
2634
2635    Merge branch 'stable' of http://people.freedesktop.org/~jamey/libX11 into stable
2636
2637commit 213dacad21740466e7ab31b01d3fc513fe4b3e74
2638Author: Daniel Stone <daniel@fooishbar.org>
2639Date:   Thu Jun 22 17:20:59 2006 +0300
2640
2641    Bump to 1.0.99.0 to avoid confusion.
2642
2643commit efedfd68e31bcee2d21ac340be8dc9e1825ec890
2644Merge: e3acee8... 4b8eb5d...
2645Author: Daniel Stone <daniel@fooishbar.org>
2646Date:   Thu Jun 22 16:53:45 2006 +0300
2647
2648    Merge branch 'master' of git+ssh://git.freedesktop.org/srv/git.freedesktop.org/git/xorg/lib/libX11
2649
2650commit 4b8eb5d4a1da73a94b5a6ab12e34784aae4c79c5
2651Merge: 5169d0e... eff50c9...
2652Author: Matthieu Herrb <matthieu@deville.herrb.com>
2653Date:   Tue Jun 20 21:05:15 2006 +0200
2654
2655    Merge branch 'master' of git+ssh://herrb@git.freedesktop.org/git/xorg/lib/libX11
2656
2657commit 5169d0e08ff6acb350a6ea768623f5ff0b85b05f
2658Author: Matthieu Herrb <matthieu@deville.herrb.com>
2659Date:   Tue Jun 20 21:04:03 2006 +0200
2660
2661    Check setuid() return value.
2662
2663commit eff50c94a07194297e705da53d9fbb3a40fb9ad4
2664Author: Derek Wang <derek.wang@sun.com>
2665Date:   Mon Jun 19 11:05:37 2006 -0700
2666
2667    Sun bug 6209243: XExtentsOfFontSet causes segfault when font set not loaded
2668
2669commit 94f3213fc4bd6ec49bfb68e8b4a4fddea2bf3baa
2670Author: Scott Revelt <scott.revelt@sun.com>
2671Date:   Fri Jun 16 19:11:13 2006 -0700
2672
2673    Sun bug 4022903: Xcms routines may fail if sscanf() is looking for separators
2674    based on locale that doesn't match those used in the Xcms.txt
2675
2676commit c33d7b8282ac196b36229be26442296768c16f3e
2677Author: Alan Coopersmith <alanc@alf.(none)>
2678Date:   Fri Jun 16 18:53:33 2006 -0700
2679
2680    Add *~ to ignore emacs droppings
2681
2682commit 1f4c9893ade08bad30c9bd12a36bee57d30b001e
2683Author: Matthias Hopf <mhopf@suse.de>
2684Date:   Fri Jun 16 15:36:40 2006 +0200
2685
2686    Bug #3104: Compose table cache for faster X11 application starts.
2687
2688commit 4fe22647e6010a2886c2f3a7093adeaeb6678faa
2689Author: Matthias Hopf <mhopf@suse.de>
2690Date:   Tue Jun 13 20:23:46 2006 +0200
2691
2692    Bug #3104: Compose table cache for faster X11 application starts.
2693
2694commit 1d28a655629a11ea7fd1e5df4c7b77dd4b63e3be
2695Author: Lubos Lunak <llunak@suse.de>
2696Date:   Mon Jun 12 18:48:08 2006 +0200
2697
2698    Bug #3104: Compose table cache for faster X11 application starts.
2699
2700commit 9354351fcb8baeaab85250d14409cfb4fa50f3e9
2701Author: Matthias Hopf <mhopf@suse.de>
2702Date:   Fri Jun 9 18:24:02 2006 +0200
2703
2704    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.
2705
2706commit b18713ec3f36a10b3cdb1e16f9550e1d2e05dff0
2707Author: Jamey Sharp <jamey@minilop.net>
2708Date:   Wed Jun 7 20:29:05 2006 -0700
2709
2710    Fix bug #7035: unnecessary memmove in XOpenDisplay.
2711    Using memmove on the connection setup data causes a problem for XCB, but making
2712    Xlib stop doing that should be harmless for non-XCB as well.
2713
2714commit ad9ebbd2424bc2699944ffdf4e19e13f9dd8ab84
2715Author: Daniel Stone <daniels@preemptive.fooishbar.org>
2716Date:   Sat Jun 3 12:57:55 2006 +0300
2717
2718    Bug #2186: Add cs_CZ.iso8859-2 alias.
2719
2720commit 9e7765e0b1cbaae6643072d91066ba1201b36227
2721Author: Daniel Stone <daniel@fooishbar.org>
2722Date:   Fri Jun 2 02:46:29 2006 +0300
2723
2724    nls: Serbian (sr_CS) update (#5575)
2725    
2726    Bug #5575: 'Yugoslavia' has changed to Serbia & Montenegro, along with a
2727    corresponding locale change.  Update compose.dir.pre, locale.alias.pre,
2728    and locale.dir.pre.  (Milos Komarcevic)
2729
2730commit a4ac2242b588da23044a20aa999ae84d4de7b2d8
2731Author: Daniel Stone <daniel@fooishbar.org>
2732Date:   Fri Jun 2 02:24:25 2006 +0300
2733
2734    im: add Braille input method (#6296)
2735    
2736    Bug #6296: Add a Braille input method.  (Samuel Thibault)
2737
2738commit 90de1e2e141ec591048a76cb695579ef809a28d3
2739Author: Daniel Stone <daniel@fooishbar.org>
2740Date:   Fri Jun 2 02:22:17 2006 +0300
2741
2742    xkb support: small typo
2743
2744commit 4c3e34bece7402f08139d34d1ef5834e3cf533c7
2745Author: Daniel Stone <daniel@fooishbar.org>
2746Date:   Fri Jun 2 01:50:24 2006 +0300
2747
2748    en_US.UTF-8 Compose.pre: updates from Simos (#5129)
2749    
2750    Bug #5129: Numerous updates from Simos Xenitellis, fixing Unicode keysyms,
2751    adding Unicode character names, removing duplicate entries, et al.
2752
2753commit 0c6473dd329c7334ae511884bcb6e73e632c784f
2754Author: Daniel Stone <daniel@fooishbar.org>
2755Date:   Fri Jun 2 01:44:53 2006 +0300
2756
2757    nls: fix use of non-keysym dead_space (#5107)
2758    
2759    Bug #5107: Change users of dead_space to space.
2760
2761commit 6f99f6349de5120f1cb7e02fbc97849341bc48e8
2762Author: Daniel Stone <daniel@fooishbar.org>
2763Date:   Fri Jun 2 01:41:18 2006 +0300
2764
2765    optional XKB support fix
2766    
2767    Fix compilation with --disable-xkb.
2768
2769commit 217d43ed44ced901122093af3ef1294e1736bb77
2770Author: Daniel Stone <daniel@fooishbar.org>
2771Date:   Fri Jun 2 01:39:12 2006 +0300
2772
2773    i18n: separate data and lib directories
2774    
2775    Break out locale data into separate data and library directories, under
2776    $(datadir) and $(libdir), respectively, by default.
2777
2778commit 92fa7fcde8df22830fca7c0275ab201033f7909c
2779Author: Adam Jackson <ajax@benzedrine.nwnk.net>
2780Date:   Thu May 11 14:04:48 2006 -0400
2781
2782    libXcursor.so.1, not libXcursor.so
2783
2784commit 135b4df13ed7c35dbae8975f302fc1fb8412d7c0
2785Author: Daniel Stone <daniels@preemptive.fooishbar.org>
2786Date:   Wed May 10 18:06:03 2006 +0300
2787
2788    XKBMisc.c: use Xfree, not xfree
2789    
2790    Use Xfree() instead of xfree() when freeing interps.
2791
2792commit 3518d772b08e3433bc28b4d8d293fa53ca25f0ee
2793Author: Daniel Stone <daniels@preemptive.fooishbar.org>
2794Date:   Wed May 10 14:51:37 2006 +0300
2795
2796    locale.alias.pre: bg_BG typo fix
2797    
2798    Fix typo (be_BG.UTF-8 rather than bg_BG.UTF-8) in locale.alias.pre.
2799
2800commit cc533db60cb64dc163c66451933a9bf77c519062
2801Author: Daniel Stone <daniels@endtroducing.localdomain>
2802Date:   Sun Apr 9 22:22:03 2006 +0300
2803
2804    Coverity #203, #204: Fix potential NULL dereferences.
2805
2806commit b83adf7dfd6157694fe4f232012fef36cd9666da
2807Author: Daniel Stone <daniels@endtroducing.localdomain>
2808Date:   Sun Apr 9 22:20:25 2006 +0300
2809
2810    Coverity #205: Fix potential NULL dereference.
2811
2812commit 2d0cd10ad907864d0136739eaac459779c9a5332
2813Author: Daniel Stone <daniels@endtroducing.localdomain>
2814Date:   Sun Apr 9 22:18:20 2006 +0300
2815
2816    Coverity #209: Fix potential NULL dereference. (Alan Coopersmith)
2817
2818commit dc2f3966068d66a564aa452cab9f0c26657fa1df
2819Author: Daniel Stone <daniels@preemptive.research.nokia.com>
2820Date:   Fri Apr 7 18:11:52 2006 +0300
2821
2822    Coverity #826: Fix potential memory leak.
2823
2824commit 23df609ec451a01c77e8f31ecc85c5af7c62efed
2825Author: Daniel Stone <daniels@preemptive.research.nokia.com>
2826Date:   Fri Apr 7 17:49:41 2006 +0300
2827
2828    Bug #1625: Include keysym.h from Xutil.h.
2829
2830commit 5262a1945c543a3419ed626e1deb09ef5b4584c1
2831Author: Eric Anholt <anholt@leguin.anholt.net>
2832Date:   Wed Apr 5 17:12:15 2006 -0700
2833
2834    Check if visualList == NULL, not nVisualsMatched == 0. NULL happens in more
2835    
2836    cases (allocation failure) than nVisualsMatched == 0.  Noticed from inspection
2837    of Coverity #599, #600.
2838
2839commit 8b42635f577468bb143ca593cdd9fb3450ad712c
2840Author: Eric Anholt <anholt@leguin.anholt.net>
2841Date:   Wed Apr 5 16:42:26 2006 -0700
2842
2843    Coverity #558: Free newly-allocated Database in error path.
2844
2845commit 6d06e41d1f431b3f1a1fcf69161e0af411325e9f
2846Author: Eric Anholt <anholt@leguin.anholt.net>
2847Date:   Wed Apr 5 16:38:52 2006 -0700
2848
2849    Coverity #582: Free newly-allocated region in error path.
2850
2851commit 5fd8f79ad3e38df74d9a6cb573617542c101df1a
2852Author: Daniel Stone <daniels@preemptive.research.nokia.com>
2853Date:   Fri Mar 17 15:58:39 2006 +0200
2854
2855    Properly clip bounds when only one point is defining an outline.
2856
2857commit 1e1572eb7f8394ce152e99d96f711ccf9083baf9
2858Author: Matthieu Herrb <matthieu@bluenote.herrb.com>
2859Date:   Sat Mar 11 15:39:15 2006 +0100
2860
2861    Fix prototype of XConfigureWindow(). Bugzilla #6023.
2862
2863commit 1da8bd904f1fc79d63d368473531b438d08bfe37
2864Author: Jeremy C. Reed <reed@reedmedia.net>
2865Date:   Tue Feb 21 14:10:22 2006 -0800
2866
2867    Set XTHREADLIB correctly for dragonfly platforms.
2868
2869commit c9768133e3f65ac4bb64e3941e2d6ae36897ec9c
2870Author: Jamey Sharp <jamey@minilop.net>
2871Date:   Sun Feb 19 12:29:27 2006 -0800
2872
2873    Update .gitignores for *.o and nls/locale.dir*.
2874
2875commit efcbde6ba0b770bb0d4c7818e307712161011f10
2876Author: Jamey Sharp <jamey@minilop.net>
2877Date:   Sun Feb 19 12:28:41 2006 -0800
2878
2879    Move .cvsignore to .gitignore.
2880
2881commit e3acee88cfcc4ef0fa8a7db39763a5ebe2e985cb
2882Author: Daniel Stone <daniels@preemptive.fooishbar.org>
2883Date:   Sat Jun 3 13:51:51 2006 +0300
2884
2885    Fix threading support on GNU/kFreeBSD systems.  (Robert Millan)
2886
2887commit f1bd3152359ddfadd0d043006036c239f3e2907b
2888Author: Daniel Stone <daniels@preemptive.fooishbar.org>
2889Date:   Sat Jun 3 12:57:55 2006 +0300
2890
2891    Bug #2186: Add cs_CZ.iso8859-2 alias.
2892
2893commit 2b1b79d90db1d7f0472718b8c010c36275994195
2894Author: Daniel Stone <daniel@fooishbar.org>
2895Date:   Fri Jun 2 02:46:29 2006 +0300
2896
2897    nls: Serbian (sr_CS) update (#5575)
2898    Bug #5575: 'Yugoslavia' has changed to Serbia & Montenegro, along with a
2899    corresponding locale change.  Update compose.dir.pre, locale.alias.pre,
2900    and locale.dir.pre.  (Milos Komarcevic)
2901
2902commit d6fba1f44d404362d3be1b421f57d7ccc3c8cdac
2903Author: Daniel Stone <daniel@fooishbar.org>
2904Date:   Fri Jun 2 02:24:25 2006 +0300
2905
2906    im: add Braille input method (#6296)
2907    Bug #6296: Add a Braille input method.  (Samuel Thibault)
2908
2909commit 0fed7d3185addd610e917dcdaa0676f0256c0ec5
2910Author: Daniel Stone <daniel@fooishbar.org>
2911Date:   Fri Jun 2 02:22:17 2006 +0300
2912
2913    xkb support: small typo
2914
2915commit cf7d9f9e46f3ce01ac04a95978918d5c0f3f3cf9
2916Author: Daniel Stone <daniel@fooishbar.org>
2917Date:   Fri Jun 2 01:50:24 2006 +0300
2918
2919    en_US.UTF-8 Compose.pre: updates from Simos (#5129)
2920    Bug #5129: Numerous updates from Simos Xenitellis, fixing Unicode keysyms,
2921    adding Unicode character names, removing duplicate entries, et al.
2922
2923commit 332d45fce9fdbf59168d90a133af1f580a589e54
2924Author: Daniel Stone <daniel@fooishbar.org>
2925Date:   Fri Jun 2 01:44:53 2006 +0300
2926
2927    nls: fix use of non-keysym dead_space (#5107)
2928    Bug #5107: Change users of dead_space to space.
2929
2930commit 34f59ce3d1e2eb2971b732d11871c6fff8a1c75b
2931Author: Daniel Stone <daniel@fooishbar.org>
2932Date:   Fri Jun 2 01:41:18 2006 +0300
2933
2934    optional XKB support fix
2935    Fix compilation with --disable-xkb.
2936
2937commit c5940a0b85edec4003f91a59fc3c44f538accfe1
2938Author: Daniel Stone <daniel@fooishbar.org>
2939Date:   Fri Jun 2 01:39:12 2006 +0300
2940
2941    i18n: separate data and lib directories
2942    Break out locale data into separate data and library directories, under
2943    $(datadir) and $(libdir), respectively, by default.
2944
2945commit 33556ca81db2419b9d2a37664c4cea2069414b37
2946Author: Adam Jackson <ajax@benzedrine.nwnk.net>
2947Date:   Fri May 12 14:49:17 2006 -0400
2948
2949    Bump to 1.0.1
2950
2951commit 80d88557626fae9debc404de33d7fb5d69a6049d
2952Author: Adam Jackson <ajax@benzedrine.nwnk.net>
2953Date:   Thu May 11 14:06:28 2006 -0400
2954
2955    libXcursor.so.1, not libXcursor.so
2956
2957commit 5384f27dfe3c94c462c137ab3540eaa5646ca4c6
2958Author: Adam Jackson <ajax@benzedrine.nwnk.net>
2959Date:   Thu May 11 14:04:48 2006 -0400
2960
2961    libXcursor.so.1, not libXcursor.so
2962
2963commit 01f4d433eed6b70c6e9636157acac022054fdeb6
2964Author: Jamey Sharp <jamey@minilop.net>
2965Date:   Wed May 10 17:02:52 2006 -0700
2966
2967    Count any partial request towards the current Xlib sequence number.
2968
2969commit 770cfbd1fcc80a83a9be0c4f68727b8af2c8f4a4
2970Author: Daniel Stone <daniels@preemptive.fooishbar.org>
2971Date:   Wed May 10 18:06:03 2006 +0300
2972
2973    XKBMisc.c: use Xfree, not xfree
2974    Use Xfree() instead of xfree() when freeing interps.
2975
2976commit 22a5255b80b80772612279bc840a953edd0e3442
2977Author: Daniel Stone <daniels@preemptive.fooishbar.org>
2978Date:   Wed May 10 14:51:37 2006 +0300
2979
2980    locale.alias.pre: bg_BG typo fix
2981    Fix typo (be_BG.UTF-8 rather than bg_BG.UTF-8) in locale.alias.pre.
2982
2983commit 9cac8c9824874ca7d835f001a4efa910b7fdd822
2984Merge: 19b8840... e514bc8...
2985Author: Daniel Stone <daniels@preemptive.fooishbar.org>
2986Date:   Wed May 10 14:50:37 2006 +0300
2987
2988    Merge branch 'master' of git+ssh://git.freedesktop.org/srv/git.freedesktop.org/git/xorg/lib/libX11
2989
2990commit e514bc875f27f4bf197b06b8315eeca526195915
2991Author: Jamey Sharp <jamey@minilop.net>
2992Date:   Tue May 9 12:41:59 2006 -0700
2993
2994    Assert that dpy->request does not go backwards. Catches #5839 earlier.
2995
2996commit fc1159137365a599bf611ee001f439416952c4e0
2997Author: Jamey Sharp <jamey@minilop.net>
2998Date:   Sun May 7 17:40:01 2006 -0700
2999
3000    In _XPutXCBBuffer, set aside any trailing partial request until the last byte is available.
3001
3002commit c394480a4247213239822808e3f6e7c6cd6decd9
3003Author: Jamey Sharp <jamey@minilop.net>
3004Date:   Sun May 7 16:58:13 2006 -0700
3005
3006    Update for XCB ConnSetupSuccessRep name change.
3007
3008commit 7672bf93bc1200905461aeb0a2dc2c2696410b93
3009Author: Daniel Stone <daniels@endtroducing.localdomain>
3010Date:   Sun Apr 9 22:22:03 2006 +0300
3011
3012    Coverity #203, #204: Fix potential NULL dereferences.
3013
3014commit cfcafbe48d22d9a0cd50eb9454ce0ff88f0129d3
3015Author: Daniel Stone <daniels@endtroducing.localdomain>
3016Date:   Sun Apr 9 22:20:25 2006 +0300
3017
3018    Coverity #205: Fix potential NULL dereference.
3019
3020commit b6771501feea98d037032f82117b6d4f15779f07
3021Author: Daniel Stone <daniels@endtroducing.localdomain>
3022Date:   Sun Apr 9 22:18:20 2006 +0300
3023
3024    Coverity #209: Fix potential NULL dereference.  (Alan Coopersmith)
3025
3026commit 19b8840af241087bb17b1edabcaa9b28fdd0a1dc
3027Author: Daniel Stone <daniels@preemptive.research.nokia.com>
3028Date:   Fri Apr 7 18:11:52 2006 +0300
3029
3030    Coverity #826: Fix potential memory leak.
3031
3032commit 3a16f262abe48b44ed641525e894bc22e13bf72a
3033Author: Daniel Stone <daniels@preemptive.research.nokia.com>
3034Date:   Fri Apr 7 17:49:41 2006 +0300
3035
3036    Bug #1625: Include keysym.h from Xutil.h.
3037
3038commit 2481b767ae96e2f2503c0390545932c8397b090f
3039Author: Eric Anholt <anholt@leguin.anholt.net>
3040Date:   Wed Apr 5 17:12:15 2006 -0700
3041
3042    Check if visualList == NULL, not nVisualsMatched == 0.  NULL happens in more
3043    cases (allocation failure) than nVisualsMatched == 0.  Noticed from inspection
3044    of Coverity #599, #600.
3045
3046commit 152b17e47d878c2d928eb74581aa69d925a29123
3047Author: Eric Anholt <anholt@leguin.anholt.net>
3048Date:   Wed Apr 5 16:42:26 2006 -0700
3049
3050    Coverity #558: Free newly-allocated Database in error path.
3051
3052commit bc62b99ef36edb34035911c42104be7f6f9d2333
3053Author: Eric Anholt <anholt@leguin.anholt.net>
3054Date:   Wed Apr 5 16:38:52 2006 -0700
3055
3056    Coverity #582: Free newly-allocated region in error path.
3057
3058commit d47f0b3cec1388f7ce60ab2af91df0dea0f221c5
3059Author: Jamey Sharp <jamey@minilop.net>
3060Date:   Fri Mar 31 22:53:07 2006 -0800
3061
3062    Fix buggy interaction with XCB when running out of XIDs.
3063
3064commit e3f452571824d6a875bbf582946de185de9e01e9
3065Author: Jamey Sharp <jamey@minilop.net>
3066Date:   Fri Mar 31 22:52:14 2006 -0800
3067
3068    Add explicit include of Xmd.h to work around bug including both xcb.h and Xmd.h simultaneously.
3069
3070commit 2363b74ca795c1b3a73c9e572532ba5191adec5b
3071Author: Daniel Stone <daniels@preemptive.research.nokia.com>
3072Date:   Fri Mar 17 15:58:39 2006 +0200
3073
3074    Properly clip bounds when only one point is defining an outline.
3075
3076commit e876efb8aa410f2f5c87aaaa7042f847c4ff96f7
3077Merge: be266b2... f71ea0b...
3078Author: Matthieu Herrb <matthieu@bluenote.herrb.com>
3079Date:   Sat Mar 11 15:40:35 2006 +0100
3080
3081    Merge branch 'master' of git+ssh://herrb@git.freedesktop.org/git/xorg/lib/libX11
3082
3083commit be266b201dc13530a302a7572283ccd3f32aad87
3084Author: Matthieu Herrb <matthieu@bluenote.herrb.com>
3085Date:   Sat Mar 11 15:39:15 2006 +0100
3086
3087    Fix prototype of XConfigureWindow(). Bugzilla #6023.
3088
3089commit f71ea0bc737c5a42e9e022b86e7ec3b4f846d31c
3090Author: Jamey Sharp <jamey@minilop.net>
3091Date:   Fri Mar 3 11:08:41 2006 -0800
3092
3093    Update for XCBSendRequest sequence number API changes.
3094
3095commit a11d1b0ae674320cf9897f6a83ec08c65eca8d9b
3096Author: Jamey Sharp <jamey@minilop.net>
3097Date:   Fri Mar 3 01:42:49 2006 -0800
3098
3099    Use the full_sequence from XCBGenericError/Event for setting last_request_read, and quit replacing _XSetLastRequestRead with an XCB-specific version.
3100
3101commit d8ba4ae7045b227f8b675628b9094dded02f1c08
3102Author: Jamey Sharp <jamey@minilop.net>
3103Date:   Thu Mar 2 23:43:26 2006 -0800
3104
3105    Bugfix: Rely on XCBSendRequest to leave iov in a well-defined state, and place the spare iovecs at the beginning of the array.
3106
3107commit f9afb5a54435c30961306080e9358d4240ecb844
3108Author: Jamey Sharp <jamey@minilop.net>
3109Date:   Thu Mar 2 23:34:19 2006 -0800
3110
3111    assert() that we will not infinite loop or read uninitialized memory.
3112
3113commit d3512ef3aae5b036a8ce6579318108f1ec20ee22
3114Author: Jamey Sharp <jamey@minilop.net>
3115Date:   Thu Mar 2 15:58:52 2006 -0800
3116
3117    Quit relying on XCBSendRequest to pad to 4-byte boundaries and do it ourselves.
3118
3119commit fb590c15a740264ee867d15a2547072e43b21eed
3120Author: Jamey Sharp <jamey@minilop.net>
3121Date:   Thu Mar 2 12:06:04 2006 -0800
3122
3123    Handle errors correctly when Xlib owns the event queue and XCB has the checked error feature.
3124
3125commit 8356ba37d307a9eda895a6bf41ef727bbfc9a695
3126Author: Jamey Sharp <jamey@minilop.net>
3127Date:   Mon Feb 27 11:51:47 2006 -0800
3128
3129    Use the new XCBSendRequest flag, XCB_REQUEST_RAW, to hand a bag-o-bytes down uninterpreted.
3130
3131commit 07bdf1fbbf2418f866df1a2140d514dd3f035139
3132Author: Jamey Sharp <jamey@minilop.net>
3133Date:   Sun Feb 26 15:46:01 2006 -0800
3134
3135    Update for new XCBSendRequest API.
3136
3137commit 409a08cff8347d39e0e6c53c9f380d21f221f5ac
3138Author: Jamey Sharp <jamey@minilop.net>
3139Date:   Thu Feb 23 18:12:31 2006 -0800
3140
3141    Performance fix: Replace calls to XCBGetRequestRead with the new XCBGetQueuedRequestRead. Cuts a lot of syscalls.
3142
3143commit ec30a27341b97620b07dd886f98d1d7664a67685
3144Author: Jamey Sharp <jamey@minilop.net>
3145Date:   Thu Feb 23 18:01:46 2006 -0800
3146
3147    Minor performance fix: Access dpy->xcl->connection directly instead of calling XCBConnectionOfDisplay. It happens a lot.
3148
3149commit 53c471c6a835d5cedeca99f2c97058d196a3fd7e
3150Author: Jamey Sharp <jamey@minilop.net>
3151Date:   Thu Feb 23 11:46:09 2006 -0800
3152
3153    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.
3154
3155commit 41c0121a8718b530feaf7fe315b673d9b8defce2
3156Author: Jamey Sharp <jamey@minilop.net>
3157Date:   Tue Feb 21 21:25:41 2006 -0800
3158
3159    Refactor the code that passes requests down to XCB into a separate issue_complete_request function.
3160
3161commit 67d06e0fe468dca22847aa14d3f917128f89f9cf
3162Author: Jamey Sharp <jamey@minilop.net>
3163Date:   Tue Feb 21 15:33:05 2006 -0800
3164
3165    If we have not actually put the buffer back, deferred invariants may not hold. This is OK.
3166
3167commit 434bf80b4053ff1ba82adf65de1f76b4d3731bf1
3168Author: Jeremy C. Reed <reed@reedmedia.net>
3169Date:   Tue Feb 21 14:10:22 2006 -0800
3170
3171    Set XTHREADLIB correctly for dragonfly platforms.
3172
3173commit b24834762e975bd319f9ab5c7cf790b2a02a9474
3174Author: Jamey Sharp <jamey@minilop.net>
3175Date:   Tue Feb 21 14:03:26 2006 -0800
3176
3177    Sometimes functions other than _XUnlockDisplay call _XPutXCBBuffer. Some invariants appropriate for Unlock are not appropriate otherwise: move them to _XUnlockDisplay.
3178
3179commit 99b8defd0d5e6993071e21638128c9de2574b37d
3180Author: Jamey Sharp <jamey@minilop.net>
3181Date:   Tue Feb 21 13:04:21 2006 -0800
3182
3183    Execute BeforeFlush hooks on complete buffers, not request-at-a-time.
3184    Traditional Xlib worked this way; I dunno why I changed it.
3185
3186commit 9b01e7849775749182052fe324df9d8e6ceeee99
3187Author: Jamey Sharp <jamey@minilop.net>
3188Date:   Tue Feb 21 12:51:44 2006 -0800
3189
3190    Factor the XCBSendRequest call out of the conditional in _XPutXCBBuffer.
3191
3192commit 7ce7ac882de128955751a5307889db9d712d8a72
3193Author: Jamey Sharp <jamey@minilop.net>
3194Date:   Tue Feb 21 12:44:30 2006 -0800
3195
3196    Quit using a triple-pointer. Almost as if I were a sensible person.
3197
3198commit 35a858be218cdbfa4593d44a67663d5c25297016
3199Author: Jamey Sharp <jamey@minilop.net>
3200Date:   Tue Feb 21 12:21:01 2006 -0800
3201
3202    Remove the XCL_PAD macro.
3203
3204commit e741b70ed2542c5463c57dac44bc37328616733b
3205Author: Jamey Sharp <jamey@minilop.net>
3206Date:   Sun Feb 19 12:29:27 2006 -0800
3207
3208    Update .gitignores for *.o and nls/locale.dir*.
3209
3210commit f25b4b00e1683b0d97dba46dac46d65a9c2270a6
3211Author: Jamey Sharp <jamey@minilop.net>
3212Date:   Sun Feb 19 12:28:41 2006 -0800
3213
3214    Move .cvsignore to .gitignore.
3215
3216commit c7cda56eebaf6ab11403363be14d4948d7d8be38
3217Author: Jamey Sharp <jamey@minilop.net>
3218Date:   Sun Feb 19 11:49:15 2006 -0800
3219
3220    Land XCB support on X.org HEAD.
3221
3222commit 881467b3032261791ef5ec61b3879bb68d0a3d8c
3223Author: Jamey Sharp <jamey@minilop.net>
3224Date:   Sun Feb 19 02:14:11 2006 +0000
3225
3226    Merge the X11 and BIGREQS package sets: they were used in exactly the same places.
3227
3228commit 6b0158dfad714db5b89c04dbea3aedeafa0fb146
3229Author: Jamey Sharp <jamey@minilop.net>
3230Date:   Tue Feb 14 19:37:36 2006 +0000
3231
3232    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.
3233
3234commit 010c3acbb3a6993d39274f42d88c00849acb0fb0
3235Author: Alan Coopersmith <alan.coopersmith@sun.com>
3236Date:   Sun Feb 12 18:19:17 2006 +0000
3237
3238    Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pages not created correctly when MANDIR & MANSUFFIX don't match.
3239
3240commit fe8c01c80263457f01b70dc1511b2bd9466b7c96
3241Author: Alan Coopersmith <alan.coopersmith@sun.com>
3242Date:   Fri Feb 3 23:34:43 2006 +0000
3243
3244    Fix typo in .TH line
3245
3246commit b091c217f3c3f60dde78b09a95c150df6c83d7ba
3247Author: Kevin E Martin <kem@kem.org>
3248Date:   Thu Dec 15 00:24:28 2005 +0000
3249
3250    Update package version number for final X11R7 release candidate.
3251
3252commit e7c04e0e65a2a0c70c6ad29ec2d6f4350fd81c2a
3253Author: Kevin E Martin <kem@kem.org>
3254Date:   Tue Dec 6 22:48:41 2005 +0000
3255
3256    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
3257
3258commit b5c495854d5270e64e6d588388ffa906bfcaac22
3259Author: Kevin E Martin <kem@kem.org>
3260Date:   Sat Dec 3 05:49:42 2005 +0000
3261
3262    Update package version number for X11R7 RC3 release.
3263
3264commit 9e96dbc343c7f27ff47607acd75378ab23903e2a
3265Author: Kevin E Martin <kem@kem.org>
3266Date:   Sat Dec 3 04:41:47 2005 +0000
3267
3268    Add check and cflags for malloc(0) returning NULL.
3269
3270commit 649c37b47909620ccafde3e983de8321cddd74ce
3271Author: Alan Coopersmith <alan.coopersmith@sun.com>
3272Date:   Mon Nov 28 22:03:04 2005 +0000
3273
3274    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)
3275
3276commit 8d1500df66d796ebff2b0d8c02205e5fa6796d4a
3277Author: Alan Coopersmith <alan.coopersmith@sun.com>
3278Date:   Wed Nov 23 22:33:06 2005 +0000
3279
3280    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
3281
3282commit 93cf3747f9ae8d30bd485b41c5ff10397f68f078
3283Author: Eric Anholt <anholt@freebsd.org>
3284Date:   Sun Nov 20 23:17:39 2005 +0000
3285
3286    Add/improve libs .cvsignores.
3287
3288commit fa1f4a08112bfa14d3758f4702733dd3892966c3
3289Author: Kevin E Martin <kem@kem.org>
3290Date:   Sat Nov 19 07:15:39 2005 +0000
3291
3292    Update pkgconfig files to separate library build-time dependencies from application build-time dependencies, and update package deps to work with separate build roots.
3293
3294commit 7012f9b56c594cf40855ba0dbf93af1263417a8c
3295Author: Kevin E Martin <kem@kem.org>
3296Date:   Mon Nov 14 21:51:07 2005 +0000
3297
3298    Fix xf86bigfont pkgconfig dep typo.
3299
3300commit 60a72f47951f46b4e0505d9903a94af3b6bed8ca
3301Author: Kevin E Martin <kem@kem.org>
3302Date:   Wed Nov 9 21:19:12 2005 +0000
3303
3304    Update package version number for X11R7 RC2 release.
3305
3306commit 6bb0c3796b6e1beddc376a896e865704886e1462
3307Author: Kean Johnson <kean@armory.com>
3308Date:   Tue Nov 8 06:33:25 2005 +0000
3309
3310    See ChangeLog entry 2005-11-07 for details.
3311
3312commit 14be0098ad90c3e68bd2d21b00ffabb76f1fd780
3313Author: Kevin E Martin <kem@kem.org>
3314Date:   Tue Nov 1 15:11:50 2005 +0000
3315
3316    Update pkgcheck dependencies to work with separate build roots.
3317
3318commit 1bf71462a972e0fc56de63f5c7fd613b37fc70f1
3319Author: Donnie Berkholz <spyderous@gentoo.org>
3320Date:   Fri Oct 28 10:44:03 2005 +0000
3321
3322    Revert that, it's redundant. But it is worth noting that --disable-xkb is broken, if anyone cares.
3323
3324commit be627a39fe373e2e81fdc263780e70a271d9e0c5
3325Author: Donnie Berkholz <spyderous@gentoo.org>
3326Date:   Fri Oct 28 08:28:08 2005 +0000
3327
3328    Add dependency on inputproto for XI.h.
3329
3330commit 5fae4cb456cb03fb70cd065dbc2ca94c8ed99082
3331Author: Adam Jackson <ajax@nwnk.net>
3332Date:   Fri Oct 21 18:44:24 2005 +0000
3333
3334    Bug #4736: Error decoding for Damage extension. (Jonathan Lennox)
3335
3336commit 1171fa9dc77413f0e90933a565ec07068052afb4
3337Author: Kevin E Martin <kem@kem.org>
3338Date:   Wed Oct 19 02:48:08 2005 +0000
3339
3340    Update package version number for RC1 release.
3341
3342commit 2a2d905706308b9d5a1c16af1067fb390f43850c
3343Author: Alan Coopersmith <alan.coopersmith@sun.com>
3344Date:   Tue Oct 18 00:00:08 2005 +0000
3345
3346    Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to work better with BSD make
3347
3348commit 66d35b6971fb26762392a2a8e2c47db46c11116a
3349Author: Alan Coopersmith <alan.coopersmith@sun.com>
3350Date:   Mon Oct 17 21:13:15 2005 +0000
3351
3352    Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a suffix rule (reported by Matthieu Herrb)
3353
3354commit a316995a17c084e98ef1b7f25d287c2c08b6d749
3355Author: Donnie Berkholz <spyderous@gentoo.org>
3356Date:   Sun Oct 16 03:03:35 2005 +0000
3357
3358    Change '==' to portable '='.
3359
3360commit b76a072530e884bcbea6ed8fed5aef39361dcfc0
3361Author: Alan Coopersmith <alan.coopersmith@sun.com>
3362Date:   Wed Oct 12 00:04:50 2005 +0000
3363
3364    configure.ac Use XORG_MAN_SECTIONS instead of custom man section configuration. Add shadow man pages for man pages that document multiple functions.
3365
3366commit 8ee5c1429af98206e05a0536f87c0f21a529cdf0
3367Author: Eric Anholt <anholt@freebsd.org>
3368Date:   Tue Oct 11 02:18:36 2005 +0000
3369
3370    Add appropriate pthread libs/flags for FreeBSD, fixing the build of ico and probably others.
3371
3372commit 41ff3b9d1f194a7b56437b650d5f589225c078c6
3373Author: Alan Coopersmith <alan.coopersmith@sun.com>
3374Date:   Sun Oct 9 22:28:39 2005 +0000
3375
3376    Bug #3021 <https://bugs.freedesktop.org/show_bug.cgi?id=3021> Requests and Errors for XFixes are not in XErrorDB (Jonathan Lennox)
3377
3378commit 91ed79852e790049ab54e68f288afb3c953194c9
3379Author: Kevin E Martin <kem@kem.org>
3380Date:   Fri Oct 7 15:00:00 2005 +0000
3381
3382    Clean up generated files
3383    Add missing dist tarball files
3384
3385commit 440399b470c97b159a530602fff11c315aca8d97
3386Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
3387Date:   Wed Oct 5 18:27:10 2005 +0000
3388
3389    Add el_GR.UTF-8 compose file
3390
3391commit 010f0647e25ac617d0f92c8d2b8dda684da545db
3392Author: Daniel Stone <daniel@fooishbar.org>
3393Date:   Fri Sep 30 07:52:46 2005 +0000
3394
3395    Bug #2609: Add Kyrgyz locale (Ilyas Bakirov).
3396
3397commit 3ef2fb67bd8905b208ad7eb790c3843e14cea7ed
3398Author: Daniel Stone <daniel@fooishbar.org>
3399Date:   Fri Sep 30 07:47:55 2005 +0000
3400
3401    Bug #1640: Kinyarwanda locale support. (Steve Murphy)
3402
3403commit 4ae0decabe0960870df0ec165f495166c10a053c
3404Author: Daniel Stone <daniel@fooishbar.org>
3405Date:   Fri Sep 30 07:40:03 2005 +0000
3406
3407    Bug #2268: Add South African locales (Dwayne Bailey). Some whitespace cleanups, as the parser is a little touchy.
3408
3409commit 3f79eb4c99844f618f1889741d1631c2ffe5385f
3410Author: Daniel Stone <daniel@fooishbar.org>
3411Date:   Fri Sep 30 07:11:19 2005 +0000
3412
3413    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.
3414
3415commit d1237d1483ff972c76a0ac344ec97d5280db0007
3416Author: Alan Coopersmith <alan.coopersmith@sun.com>
3417Date:   Thu Sep 29 21:27:12 2005 +0000
3418
3419    Add Xcms.txt to lib/X11
3420
3421commit 4a86f299693f7376cbe98175f0b0c44d691802b3
3422Author: Alan Coopersmith <alan.coopersmith@sun.com>
3423Date:   Sat Sep 24 20:11:06 2005 +0000
3424
3425    Add XQueryExtension.man
3426
3427commit a057a66e2041d45198a13a4ece7c07068f76f21b
3428Author: Alan Coopersmith <alan.coopersmith@sun.com>
3429Date:   Sat Sep 24 00:16:32 2005 +0000
3430
3431    Add XTHREAD_CFLAGS for platforms that need special defines like
3432    -D_REENTRANT or -D_POSIX_whatever to get re-entrant function definitions. Set XDMCP_LIBS correctly for later libXdmcp tests.
3433
3434commit 3e920a65a7c376ad63eae2240fd06904d25d18bf
3435Author: Alan Coopersmith <alan.coopersmith@sun.com>
3436Date:   Fri Sep 2 23:00:30 2005 +0000
3437
3438    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
3439
3440commit 3eb9f2d693af89d04e2fd92492c8205dce332c9c
3441Author: Kristian Høgsberg <krh@redhat.com>
3442Date:   Thu Sep 1 19:24:13 2005 +0000
3443
3444    Use $(X11_LOCALEDATADIR) instead of @X11_LOCALEDATADIR@ so this install destination can be overridden at make install time.
3445
3446commit 7afa64325183b78d2d6a4862821f8b3e9866105c
3447Author: Matthieu Herrb <matthieu.herrb@laas.fr>
3448Date:   Sun Aug 28 19:45:48 2005 +0000
3449
3450    OpenBSD needs -lpthread for threaded applications too.
3451
3452commit 2b2f3d3877cb7927f196d01a5df6a27bf8d0518a
3453Author: Daniel Stone <daniel@fooishbar.org>
3454Date:   Fri Aug 26 05:16:46 2005 +0000
3455
3456    Define ERRORDB/KEYSYMDB to XERRORDB/XKEYSYMDB if the former is undefined but the latter is. (Gerte Hoogewerf)
3457
3458commit 07066da0902df91c71f2adb81d1a17ec29165553
3459Author: Matthieu Herrb <matthieu.herrb@laas.fr>
3460Date:   Sun Aug 21 15:45:04 2005 +0000
3461
3462    update
3463
3464commit de44d8b111f57bd2f015e085fd8298c5f2a15ef3
3465Author: Matthieu Herrb <matthieu.herrb@laas.fr>
3466Date:   Sun Aug 21 15:38:39 2005 +0000
3467
3468    Threads support for BSD systems:
3469    - need to check for gewtpwuid_r to define mtsafeapi
3470    - build UIThrstubs if needed.
3471
3472commit 60217fdb918bafb2082519efe5cba3b13ad3082a
3473Author: Adam Jackson <ajax@nwnk.net>
3474Date:   Wed Aug 17 19:46:08 2005 +0000
3475
3476    Add xthreadlib variable to x11.pc. Bump to 0.99.1.
3477
3478commit e1f4c6f5e36c1511f66fa1fac76520fd97eecbad
3479Author: Alan Coopersmith <alan.coopersmith@sun.com>
3480Date:   Wed Aug 17 01:27:08 2005 +0000
3481
3482    Fix more broken multi-line .ds macros. Remove extraneous ;'s .
3483
3484commit 1909786f4a7d686369edcfc05a938df115fab37c
3485Author: Alan Coopersmith <alan.coopersmith@sun.com>
3486Date:   Tue Aug 16 19:23:15 2005 +0000
3487
3488    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)
3489
3490commit 83406d69c62070d2eeef23eb47f1ca887f711ee5
3491Author: Alan Coopersmith <alan.coopersmith@sun.com>
3492Date:   Mon Aug 15 19:53:37 2005 +0000
3493
3494    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
3495
3496commit 5bb43de17de8e71d967488a713bf2b3448533444
3497Author: Alan Coopersmith <alan.coopersmith@sun.com>
3498Date:   Sat Aug 6 18:59:49 2005 +0000
3499
3500    Typo fix in output message
3501
3502commit afe34b95862bb3c06cdbe724cb5ec3001a4a5215
3503Author: Alan Coopersmith <alan.coopersmith@sun.com>
3504Date:   Thu Aug 4 02:55:49 2005 +0000
3505
3506    //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)
3507
3508commit 3979a0b88edf6475ce5cfaa386e18ef980bda13c
3509Author: Alan Coopersmith <alan.coopersmith@sun.com>
3510Date:   Thu Aug 4 02:51:30 2005 +0000
3511
3512    //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)
3513
3514commit 34b454df192f4563499c453ccdb8c079f4a20cbe
3515Author: Alan Coopersmith <alan.coopersmith@sun.com>
3516Date:   Sat Jul 30 20:30:46 2005 +0000
3517
3518    Include config.h so Xtrans knows which transport types to build code for
3519
3520commit cd9c9936b49c125eda779b99887d7e6ae4cf56cd
3521Author: Alan Coopersmith <alan.coopersmith@sun.com>
3522Date:   Sat Jul 30 19:15:16 2005 +0000
3523
3524    Add -D flags to clear various warnings (Stefan Dirsch)
3525
3526commit e7fef67b4531faddd805d8f2157903006d3117ed
3527Author: Kevin E Martin <kem@kem.org>
3528Date:   Fri Jul 29 21:22:50 2005 +0000
3529
3530    Various changes preparing packages for RC0:
3531    - Verify and update package version numbers as needed
3532    - Implement versioning scheme
3533    - Change bug address to point to bugzilla bug entry form
3534    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it)
3535    - Fix makedepend to use pkgconfig and pass distcheck
3536    - Update build script to build macros first
3537    - Update modular Xorg version
3538
3539commit 2ebb00244928237088e68325b1032b3550455ce9
3540Author: Matthieu Herrb <matthieu.herrb@laas.fr>
3541Date:   Sat Jul 23 20:19:31 2005 +0000
3542
3543    remove orphan TAB at begin of line
3544
3545commit dd7a9cdecda73e024ca84c5b9a22b18688038d94
3546Author: Kevin E Martin <kem@kem.org>
3547Date:   Sat Jul 23 18:09:39 2005 +0000
3548
3549    Modify modular libs to use Xregion.h instead of region.h
3550
3551commit 6d635a88d91647b1b63611c3591f74916f88cd1c
3552Author: Kevin E Martin <kem@kem.org>
3553Date:   Sat Jul 23 18:06:16 2005 +0000
3554
3555    lib/Xrender/Picture.c Change region.h to Xregion.h and modify internal references to include <X11/Xregion.h>.
3556
3557commit 36283f50fd9748733ae84cb7fb52ca8d9e661c15
3558Author: Daniel Stone <daniel@fooishbar.org>
3559Date:   Sat Jul 16 06:25:35 2005 +0000
3560
3561    Set soversion to 6.2.0.
3562
3563commit 75fd5ae6e4683b9b9dcc13bc2f0faf223610a74f
3564Author: Keith Packard <keithp@keithp.com>
3565Date:   Fri Jul 15 04:27:32 2005 +0000
3566
3567    Add missing Makefile.am to lib/X11/modules
3568
3569commit 6d84a8b1329af1fcfe86b198f1a6e7dd6ff616c3
3570Author: Keith Packard <keithp@keithp.com>
3571Date:   Fri Jul 15 04:08:51 2005 +0000
3572
3573    Move i18n modules to top-level so they can be built in the right order (before xlib for non-loadable, after xlib for loadable).
3574    Link i18n modules against xlib to resolve Xlib symbols used by them.
3575
3576commit 45f40126a73295345bb5eb187b1167874842ab6e
3577Author: Alexander Gottwald <ago@freedesktop.org>
3578Date:   Thu Jul 14 19:50:00 2005 +0000
3579
3580    Add $(top_srcdir)/src to include list
3581
3582commit 0aed7d91f5928d09d541617aad03709b5090658d
3583Author: Matthieu Herrb <matthieu.herrb@laas.fr>
3584Date:   Thu Jul 14 17:04:49 2005 +0000
3585
3586    Build fix for non-GNU make.
3587
3588commit b79422ccb02ab44548d1038956ab0cd4e2638645
3589Author: Adam Jackson <ajax@nwnk.net>
3590Date:   Thu Jul 14 15:12:44 2005 +0000
3591
3592    typo fixes (Matthieu Herrb)
3593
3594commit 419304cde2fda19457c667870edefc0b227651b3
3595Author: Alan Coopersmith <alan.coopersmith@sun.com>
3596Date:   Wed Jul 13 02:41:36 2005 +0000
3597
3598    Add missing backslashes to xlocale_la_SOURCES
3599
3600commit d14cc5c8964c4539b57c6cb51ef653292e410b79
3601Author: Keith Packard <keithp@keithp.com>
3602Date:   Mon Jul 11 20:32:55 2005 +0000
3603
3604    Ammend AM_CFLAGS with all needed includes; cannot figure out an easy way to automate this.
3605
3606commit 424c2d8905eb2ad0a2df15b1da2f96140bfbcffb
3607Author: Lars Knoll <lars@trolltech.com>
3608Date:   Mon Jul 11 15:24:32 2005 +0000
3609
3610    compile
3611
3612commit de9784eb1bde46efc316da279e3da27c6cc288a7
3613Author: Keith Packard <keithp@keithp.com>
3614Date:   Mon Jul 11 09:26:40 2005 +0000
3615
3616    Ignore built man page files
3617
3618commit 0c258c36d1523113790c599b16d2947d7aa6469a
3619Author: Keith Packard <keithp@keithp.com>
3620Date:   Mon Jul 11 09:18:31 2005 +0000
3621
3622    Minor changes to help modular Xlib build i18n modules
3623
3624commit 6e752ea1203b786423e40f43340bce15ca3de0f0
3625Author: Keith Packard <keithp@keithp.com>
3626Date:   Mon Jul 11 08:29:18 2005 +0000
3627
3628    Enable loadable i18n modules, making them configurable on the configure command line.
3629    Clean up conditionals for XKB, XCMS, XLOCALEDIR
3630    Create new lib directory for locale modules in ${X11_LIBDIR}/locale/lib. Add this to the default XLOCALEDIR search path.
3631    Create separate X11_LOCALEDATADIR variable pointing at ${datadir}/X11/locale for installing locale data.
3632    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.
3633    Display message at end of configure script with selected options.
3634    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.
3635
3636commit b46cf0d879f1dbf92dcf5a0305d18986c766ed84
3637Author: Daniel Stone <daniel@fooishbar.org>
3638Date:   Sun Jul 10 22:37:33 2005 +0000
3639
3640    Fix segfault when _XimProtoCreateIC() fails to create a context; Debian #239991. (Chung-chieh Shan)
3641
3642commit 6f2132b18e61ca9755e4b45550f3f5097dd1fbb7
3643Author: Alan Coopersmith <alan.coopersmith@sun.com>
3644Date:   Sat Jul 9 20:06:04 2005 +0000
3645
3646    Set __libmansuffix__ & __xorgversion__ correctly when cpp processing man pages
3647
3648commit 3939ac4410446b46071c9d714f4270c12bf904fe
3649Author: Alan Coopersmith <alan.coopersmith@sun.com>
3650Date:   Sat Jul 9 18:44:14 2005 +0000
3651
3652    - 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
3653    - Don't assume $(CPP) can take gcc-only -traditional flag
3654    - CPP process man pages as is done in the monolithic tree
3655
3656commit 19ba9d0df86c688319377467254b9ea9c4b0eccc
3657Author: Keith Packard <keithp@keithp.com>
3658Date:   Sat Jul 9 06:01:49 2005 +0000
3659
3660    Clean up .cvsignore files
3661
3662commit f4bba6fa9b9ce637be7662754750054567e9250a
3663Author: Adam Jackson <ajax@nwnk.net>
3664Date:   Sat Jul 9 02:53:29 2005 +0000
3665
3666    typo fix. i suck.
3667
3668commit 3305da61a61695e24c1ea11d3f59dddb52873d47
3669Author: Adam Jackson <ajax@nwnk.net>
3670Date:   Sat Jul 9 02:41:18 2005 +0000
3671
3672    Check for bigfont proto headers via pkgconfig (Arwed von Merkatz)
3673
3674commit afdae2e8ccb93de2987b5a5e850695af15ece7e0
3675Author: Keith Packard <keithp@keithp.com>
3676Date:   Fri Jul 8 07:11:56 2005 +0000
3677
3678    Create and use XlibConf.h to match modular build which needs XTHREADS defined when building extensions
3679
3680commit 86fa88dc594ca2093030acf5c84973ee2b33eb4c
3681Author: Keith Packard <keithp@keithp.com>
3682Date:   Fri Jul 8 06:57:06 2005 +0000
3683
3684    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.
3685    Add a bunch of .cvsignore files
3686
3687commit 30f6ffedeaf899e699f0c6b14c9471ce9bcc430c
3688Author: Chris Less <clee@c133.org>
3689Date:   Mon Jul 4 23:01:48 2005 +0000
3690
3691    Fixing bug #380 - add a man page for XQueryExtension, XListExtensions, and XFreeExtensionList.
3692
3693commit 55328bb6caabd37885cd19d7a5821ed425daf321
3694Author: Eric Anholt <anholt@freebsd.org>
3695Date:   Sun Jul 3 10:17:38 2005 +0000
3696
3697    Avoid a gmake-specific construct, and instead just write the name of the current directory into each Makefile.am.
3698
3699commit 726538ba21b631bfb0b8094a5546acdaf57379ff
3700Author: Daniel Stone <daniel@fooishbar.org>
3701Date:   Sun Jul 3 07:37:33 2005 +0000
3702
3703    Fix more include paths; add dix-config.h to XKB code.
3704
3705commit 8c7677138e70e14eca0255f2168583f0ecc21994
3706Author: Daniel Stone <daniel@fooishbar.org>
3707Date:   Sun Jul 3 07:00:55 2005 +0000
3708
3709    Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
3710    Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
3711    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>.
3712
3713commit 197697c92a63091a4cc3cc04dcb7fa29d2655758
3714Author: Daniel Stone <daniel@fooishbar.org>
3715Date:   Fri Jul 1 22:13:35 2005 +0000
3716
3717    Fix objdir != srcdir, as well as make distcheck.
3718    Don't attempt to create Compose.pre files; formatting fixes.
3719    Added if not already present.
3720
3721commit c162d60ad8f124563f94a2a266de59373936266c
3722Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
3723Date:   Wed Jun 22 22:46:31 2005 +0000
3724
3725    Apply these patches from Theo van Klaveren:
3726    lib-dmx.patch lib-FS.patch lib-X11.patch lib-XRes.patch lib-XScrnSaver.patch lib-xtrans.patch
3727    to make the libraries distcheck.
3728
3729commit 9ee8abdab03ea605a6327118ab7dacab6adf8876
3730Author: Alan Coopersmith <alan.coopersmith@sun.com>
3731Date:   Sat Jun 18 07:48:43 2005 +0000
3732
3733    Move Secure RPC flags from X11/configure.ac to xtrans/xtrans.m4 since multiple modules will need them
3734
3735commit 12afc57b7d455781eee305e9ed6a899ceec8729e
3736Author: Daniel Stone <daniel@fooishbar.org>
3737Date:   Wed Jun 15 16:50:47 2005 +0000
3738
3739    Typo fix to locale/error/keysym location declarations.
3740
3741commit 9a895777e30762f61b98d25be3b5d8b1169baa17
3742Author: Daniel Stone <daniel@fooishbar.org>
3743Date:   Wed Jun 15 13:37:43 2005 +0000
3744
3745    Typo in ImUtil.h commit -- I AM CAPTAIN SKILL.
3746
3747commit add49285663684875ab7a5c58ec7a2cf8b775f67
3748Author: Daniel Stone <daniel@fooishbar.org>
3749Date:   Wed Jun 15 13:32:35 2005 +0000
3750
3751    Define locations for XErrorDB, XKeysymDB, and locale data in configure.ac. Add AC_DEFINE_DIR macro from autoconf-archive.cryp.to towards this end.
3752    Move ImUtil.h from src/ to include/X11/.
3753
3754commit 845dfc6b42b950890866ee4df27761e086f50dca
3755Author: Daniel Stone <daniel@fooishbar.org>
3756Date:   Wed Jun 15 13:27:48 2005 +0000
3757
3758    Move ImUtil.h from src/ to include/X11/. Additionally, copy Cmap.h as a distribution file.
3759
3760commit bba117f0d98f62cfb060d0fab97b407a3a0bfda9
3761Author: Daniel Stone <daniel@fooishbar.org>
3762Date:   Fri Jun 10 14:11:36 2005 +0000
3763
3764    Remove pointless include of Xlib.h.
3765    Fix #include path to bigreqstr.h.
3766
3767commit 1a0de49da1274882bab05b0f7240936b37955e5c
3768Author: Alexander Gottwald <ago@freedesktop.org>
3769Date:   Thu Jun 9 21:30:15 2005 +0000
3770
3771    Use $(srcdir) for Compose.pre and XLC_LOCALE.pre
3772
3773commit af4f0f302644ebfbb0ca9f4016a4aee85c973d37
3774Author: Alexander Gottwald <ago@freedesktop.org>
3775Date:   Thu Jun 9 15:55:33 2005 +0000
3776
3777    Replace <X11/transport.c> with <X11/Xtrans/transport.c>
3778
3779commit fd5f58e0baf692e34b9b622286f18762cc2500d3
3780Author: Alexander Gottwald <ago@freedesktop.org>
3781Date:   Thu Jun 9 15:52:02 2005 +0000
3782
3783    Replace <X11/Xtrans.h> with <X11/Xtrans/Xtrans.h>
3784    Copy Xtrans.h to exports/include/X11/Xtrans only
3785
3786commit 44538f9940f969d46c0e5e4b201c684cde2ba611
3787Author: Alan Coopersmith <alan.coopersmith@sun.com>
3788Date:   Sun Jun 5 03:29:33 2005 +0000
3789
3790    Port Imake flags to autoconf tests & --enable-* flags: HASSETUGID, HASGETRESUID, NO_XLOCALEDIR, HAS_SHM and XF86BIGFONT
3791
3792commit 588e30e9ec65fa6205a34be650b79d5e2243edec
3793Author: Alan Coopersmith <alan.coopersmith@sun.com>
3794Date:   Sat Jun 4 22:53:21 2005 +0000
3795
3796    Add --enable-secure-rpc flag and checks for needed functions for Secure RPC ("SUN-DES-1") authentication method
3797
3798commit a547afee2ef49cc41bbb67f9cff5a52a283c0854
3799Author: Alan Coopersmith <alan.coopersmith@sun.com>
3800Date:   Sat Jun 4 21:20:20 2005 +0000
3801
3802    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)
3803
3804commit ca93c761559ae464189c7ea7cf11c6a6679f2431
3805Author: Matthieu Herrb <matthieu.herrb@laas.fr>
3806Date:   Sat May 28 01:02:32 2005 +0000
3807
3808    Don't use $< in explicit rules. This only works with GNU make. <https://bugs.freedesktop.org/show_bug.cgi?id=3383>
3809
3810commit 09ebb349359e3dd9131fa2fa8b07559faa173654
3811Author: Alan Coopersmith <alan.coopersmith@sun.com>
3812Date:   Sun May 22 19:05:11 2005 +0000
3813
3814    Convert man pages to long file names in lib/X11, lib/Xt, & lib/Xext
3815
3816commit 761219b1ef9befc350c8a35b6f96d047e5f008cc
3817Author: Alan Coopersmith <alan.coopersmith@sun.com>
3818Date:   Sat May 21 23:07:48 2005 +0000
3819
3820    xtrans:
3821    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
3822    ICE:
3823    Add ICE_t #define required by Xtrans headers. Replace static defines of LOCALCONN & UNIXCONN with new XTRANS_CONNECTION_FLAGS macro.
3824    X11:
3825    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.
3826
3827commit 4b1ba6eb975b547b808f4d5c8825a3261de5e02a
3828Author: Alan Coopersmith <alan.coopersmith@sun.com>
3829Date:   Sat May 21 04:26:12 2005 +0000
3830
3831    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)
3832    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).
3833
3834commit 1d425d5e2092dd18a7dd599b37ed9af61cf59819
3835Author: Adam Jackson <ajax@nwnk.net>
3836Date:   Thu May 19 00:22:32 2005 +0000
3837
3838    revert last change, didn't do right thing at all, sorry for the noise
3839
3840commit 1b0c46c1ae61d751dd3ca96de8e2c3fe21c5f4f2
3841Author: Adam Jackson <ajax@nwnk.net>
3842Date:   Thu May 19 00:10:07 2005 +0000
3843
3844    Require automake 1.7 in AM_INIT_AUTOMAKE
3845
3846commit cd4657c175dbab6aaca36f18a0ca92c95b5567dd
3847Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
3848Date:   Tue May 17 22:32:09 2005 +0000
3849
3850    - Check for xproto as its CFLAGS are needed in the .pc file
3851
3852commit 46e8d8a65430dd87c10b066b5cff99a689c22241
3853Author: Egbert Eich <eich-at-freedesktop-dot-org>
3854Date:   Tue May 17 08:10:10 2005 +0000
3855
3856    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).
3857
3858commit 23198d2bfbf0049b2630235cd4d4a4ffba7ec6c1
3859Author:  <ssp@aware-of-vacuity.boston.redhat.com>
3860Date:   Mon May 16 22:35:27 2005 +0000
3861
3862    Make Xdmcp unconditionally required, require various protocol modules.
3863    Mon May 16 17:48:03 2005 Søren Sandmann <sandmann@redhat.com>
3864    Check for kbproto if using XKB.
3865    Require xextproto rather than xextensions
3866    Remove the entries from the xlibs tree, as they are not relevant here.
3867
3868commit 8bd3aea84ce54b8b76a898f3ae00e2b499c14a5e
3869Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
3870Date:   Mon May 16 21:48:36 2005 +0000
3871
3872    Mon May 16 17:48:03 2005 Søren Sandmann <sandmann@redhat.com>
3873    Check for kbproto if using XKB.
3874
3875commit 9b1fa9ca3ed852ed40860f137511683f4bdae6fa
3876Author:  <ssp@aware-of-vacuity.boston.redhat.com>
3877Date:   Mon May 16 21:27:35 2005 +0000
3878
3879    Require xextproto rather than xextensions
3880    Remove the entries from the xlibs tree, as they are not relevant here.
3881
3882commit 7eee605e3aeed549d1053325a03027c5e8cbf71b
3883Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
3884Date:   Fri May 13 22:53:36 2005 +0000
3885
3886    - For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in <X11/...>
3887    - For Xcomposite and Xdamage, don't link the build system out of the xc tree
3888    - Link the public X11 headers into their own directory
3889    - Add links to XKeysymDB and XErrorDB
3890    - Add links to all the Xlib man pages
3891    - Add links to the lcUniConv subdirectory
3892    - Conditionally include config.h in Xlib source
3893
3894commit 6769ccda88caf27d1441d335ef2b318a047a612b
3895Author: Alan Coopersmith <alan.coopersmith@sun.com>
3896Date:   Mon Mar 21 04:58:21 2005 +0000
3897
3898    xc/lib/X11/ErrDes.c
3899    //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>
3900
3901commit 3b9e8ece93b916c55a82df53e85f097418edf471
3902Author: Roland Mainz <roland.mainz@nrubsig.org>
3903Date:   Sat Mar 19 22:04:55 2005 +0000
3904
3905    xc/nls/Compose/iso8859-2
3906    xc/nls/Compose/iso8859-3
3907    xc/nls/Compose/iso8859-9
3908    //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>.
3909
3910commit 0ce5950a08b9ab23ca8a32effdd40c421e92df84
3911Author: Alan Coopersmith <alan.coopersmith@sun.com>
3912Date:   Tue Mar 8 02:53:36 2005 +0000
3913
3914    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>.
3915
3916commit df341cd2f2f263f13323e8c0936ea8aa0d7fbba1
3917Author: Roland Mainz <roland.mainz@nrubsig.org>
3918Date:   Tue Feb 1 03:12:28 2005 +0000
3919
3920    xc/nls/Compose/pt_BR.UTF-8
3921    //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>.
3922
3923commit 483d3973f56dda51f9251d3ea808aaf7f3b48c10
3924Author: Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>
3925Date:   Fri Jan 28 18:31:31 2005 +0000
3926
3927    cleaned up boundary-case handling for Uxxxx Unicode keysym notation
3928
3929commit f234188a4c1e6b655aef0e3957ccad20d4c5847f
3930Author: Roland Mainz <roland.mainz@nrubsig.org>
3931Date:   Wed Jan 19 01:53:55 2005 +0000
3932
3933    xc/nls/compose.dir
3934    xc/nls/locale.dir
3935    xc/nls/Compose/Imakefile
3936    xc/nls/Compose/pt_BR.UTF-8
3937    xc/nls/XI18N_OBJS/Imakefile
3938    xc/nls/XI18N_OBJS/pt_BR.UTF-8
3939    xc/nls/XLC_LOCALE/Imakefile
3940    xc/nls/XLC_LOCALE/pt_BR.UTF-8
3941    //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.
3942
3943commit 7448ea7ef425d35cfc31eb41d46f4d879774f376
3944Author: Egbert Eich <eich-at-freedesktop-dot-org>
3945Date:   Fri Jan 14 18:03:09 2005 +0000
3946
3947    Made some security enhancements:
3948    - no writing past end of buffer caused by bogus locale.
3949    - explicitely add a \0 character at end of string. (Bugzilla #2262)
3950
3951commit 5557d47fcf22a6f3adf327691158f2270e3d5094
3952Author: Roland Mainz <roland.mainz@nrubsig.org>
3953Date:   Fri Jan 14 04:59:05 2005 +0000
3954
3955    xc/nls/compose.dir
3956    xc/nls/locale.alias
3957    xc/nls/locale.dir
3958    //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>.
3959
3960commit 1fa3737f042f798fa11a9ff5b03f3b3ba3529824
3961Author: Egbert Eich <eich-at-freedesktop-dot-org>
3962Date:   Tue Jan 11 17:37:57 2005 +0000
3963
3964    '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.
3965
3966commit 642cd269f94a234aa470a1d43385bd42625d89a1
3967Author: Egbert Eich <eich-at-freedesktop-dot-org>
3968Date:   Tue Dec 14 08:59:20 2004 +0000
3969
3970    Removed #ifdef'ed out code together with the comment explaining why it was #ifdef'ed out.
3971    Fixed typo.
3972    Added comment to a changed that's been committed with one of the previous commits.
3973
3974commit a07ccae36e629741d2e48de7730114d30a975a41
3975Author: Matthieu Herrb <matthieu.herrb@laas.fr>
3976Date:   Sun Dec 12 08:42:50 2004 +0000
3977
3978    Fix missing XChangeProperty() prototype missing in synopsis section.
3979
3980commit c73adb1c8ad806c2f9f0ba32f4b449e7a871501c
3981Author: Alexander Gottwald <ago at freedesktop dot org>
3982Date:   Wed Dec 8 13:42:01 2004 +0000
3983
3984    Bugzilla #1980 (https://bugs.freedesktop.org/show_bug.cgi?id=1980) Handle XERRORDB only on WIN32 platform
3985
3986commit d5e7ab194103e22fd6c5094aaa107d90210bb600
3987Author: Jim Gettys <jg@freedesktop.org>
3988Date:   Thu Dec 2 16:18:16 2004 +0000
3989
3990    fix comment to indicate additional possible mode. i bug 1756 reported by Owen Taylor.
3991
3992commit 03940d7330cb1bbf93d49c650aefb19de457da7c
3993Author: Alexander Gottwald <ago at freedesktop dot org>
3994Date:   Wed Dec 1 13:06:55 2004 +0000
3995
3996    Bugzilla #1980, https://bugs.freedesktop.org/show_bug.cgi?id=1980 Make location of XErrorDB configurable
3997
3998commit 11a03ab908bfcfab8a3492684e8e9320e492d552
3999Author: Alexander Gottwald <ago at freedesktop dot org>
4000Date:   Wed Dec 1 12:42:17 2004 +0000
4001
4002    Bugzilla #1864, http://freedesktop.org/bugzilla/show_bug.cgi?id=1864 Initialize pointer to NULL to avoid freeing random memory
4003
4004commit f3d83ee153f42e8899b844377e6b842d93411e62
4005Author: Alexander Gottwald <ago@freedesktop.org>
4006Date:   Mon Nov 15 15:06:54 2004 +0000
4007
4008    Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added mingw (Win32) port
4009
4010commit b798ea11911ac58a8e6e7d15a2a643b023859749
4011Author: Alexander Gottwald <ago at freedesktop dot org>
4012Date:   Mon Nov 15 13:29:56 2004 +0000
4013
4014    Bugzilla #1864, http://freedesktop.org/bugzilla/show_bug.cgi?id=1864 Initialize pointer to NULL to avoid freeing random memory
4015
4016commit 436108cd6c84053698e5ca629096f59b34f50c2a
4017Author: Kristian Høgsberg <krh@redhat.com>
4018Date:   Thu Nov 11 15:37:01 2004 +0000
4019
4020    Fix #1818
4021
4022commit bf2e6ef66ba55f90efa4a4ba8c8b6d3ec0d1531c
4023Author: Roland Mainz <roland.mainz@nrubsig.org>
4024Date:   Tue Nov 9 00:56:56 2004 +0000
4025
4026    xc/nls/compose.dir
4027    xc/nls/locale.alias
4028    xc/nls/locale.dir
4029    //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>.
4030
4031commit 443890ceefbd6dafe68e30d103ec4f9d316ed655
4032Author: Roland Mainz <roland.mainz@nrubsig.org>
4033Date:   Fri Nov 5 00:58:49 2004 +0000
4034
4035    xc/nls/compose.dir
4036    xc/nls/locale.alias
4037    xc/nls/locale.dir
4038    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>.
4039
4040commit af7467ec734321f127b957921cce7792902b6794
4041Author: Egbert Eich <eich-at-freedesktop-dot-org>
4042Date:   Mon Oct 18 17:29:03 2004 +0000
4043
4044    Correcting font encodings for GB18030, GBK and BIG5-HKSCS. Adding nls support for those encodings (Bugzilla 1573, James Su).
4045
4046commit 1b900b59cb24fe8be3db0d434b04d462c0eeb206
4047Author: Egbert Eich <eich-at-freedesktop-dot-xorg>
4048Date:   Mon Oct 18 14:21:45 2004 +0000
4049
4050    Made handling of DevelDrivers for x86-64 more conformant to other platforms.
4051    Compress all font encodings (Stefan Dirsch).
4052    Fixed warnings.
4053    Turn on forwarding XNSpotLocation event to XIM server in OffTheSpot and Root mode (bugzilla #1580, James Su).
4054    Added another compose key combination for the Euro symbol (Stefan Dirsch).
4055    Added support for UTF-8 in ja_JP, ko_KR and zh_TW locales (Mike Fabian).
4056    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.
4057    Added explanation for DESTDIR to install to a different directory than /.
4058    Added some early bailouts to atiprobe if PCI structure pointer is NULL to prevent sig11.
4059    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.
4060    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().
4061    Use /dev/xconsole (named pipe) or devpts for system logger (Werner Fink).
4062    Create missing links for backward compatibility to XFree86 (Stefan Dirsch).
4063    Changed comment to mention xorg.
4064    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).
4065    Added 'pic' to the man page rendering command pipeline (Werner Fink).
4066    Added missing return value (Stefan Dirsch, Roland Mainz)
4067
4068commit 1ba103c3cad2329db3a31f88d7798b913affc570
4069Author: Eric Anholt <anholt@freebsd.org>
4070Date:   Wed Oct 13 07:38:00 2004 +0000
4071
4072    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>)
4073
4074commit d80237db627bf71ad5615ff4ba05e6ab436aa740
4075Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
4076Date:   Fri Oct 8 22:57:56 2004 +0000
4077
4078    Fri Oct 8 18:53:11 2004 Soeren Sandmann <sandmann@redhat.com>
4079    Move iso10646 last so the "fallback" fonts will actually be used if they are better matches.
4080
4081commit d1f76d17ecf418396627b1a58319f2b9b255548a
4082Author: Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>
4083Date:   Sun Sep 26 22:54:57 2004 +0000
4084
4085    bug fix for previous patch
4086
4087commit 48932d9b71d10e15812f47d5b842ab6aa8dac625
4088Author: Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>
4089Date:   Sun Sep 26 20:46:17 2004 +0000
4090
4091    The big keysym cleanup, to bring implementation in line with the recent revision of Appendix A of the protocol spec. (Markus Kuhn)
4092
4093commit 2e02a95dcc43dd3ec7bbaf4675ffb94f5074f543
4094Author: Egbert Eich <eich@freedesktop.org>
4095Date:   Wed Sep 15 09:05:22 2004 +0000
4096
4097    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).
4098    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).
4099
4100commit 2d3afb68a104a80a21ee622b9abb9c95e83505d3
4101Author: Egbert Eich <eich@freedesktop.org>
4102Date:   Tue Aug 31 11:37:03 2004 +0000
4103
4104    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).
4105
4106commit e689746c8d0e21e9011e8b91a3071d235d3a2a74
4107Author: Kevin E Martin <kem@kem.org>
4108Date:   Thu Aug 19 06:48:06 2004 +0000
4109
4110    Fix header file to #ifdef the XKB keysyms when they are used. This fixes the X test suite build failure.
4111
4112commit d558a53a6f57eecfcaadce5141fe3a08860defcb
4113Author: Keith Packard <keithp@keithp.com>
4114Date:   Sat Aug 14 07:12:36 2004 +0000
4115
4116    Use XLIB_SKIP_ARGB_VISUALS environment variable to disable all depth 32 visuals. Necessary to keep Flash from crashing.
4117    Must call ValidateGC/ValidatePicture on "real" GC/Picture to ensure pCompositeClip is set correctly.
4118    Need to take the composite clip from the "real" GC/Picture and turn it into the clientClip for the backing version.
4119    Adjust pixmap screen origin to account for drawable->x/y Change debugging output a bit (disabled by default)
4120
4121commit 85c2d81f299ed3444658011b7d6fb0a7ab8a6f55
4122Author: Alexander Gottwald <ago@freedesktop.org>
4123Date:   Fri Aug 13 16:28:19 2004 +0000
4124
4125    Set most significant bit to be a one. (Bug #1024, Kensuke Matsuzaki)
4126    Fix conversion from sjis and euc. (Bug #1024, Toshio Takabe)
4127
4128commit c4d56e4e288d4e48b84b021a61638f46e9a45e27
4129Author: Adam Jackson <ajax@nwnk.net>
4130Date:   Wed Aug 11 05:25:13 2004 +0000
4131
4132    Bug #372: Prevent a crash in XPolygonRegion when called with a bogus point count. Reported by Andreas Luik.
4133
4134commit 92487437173f600f208d825f65756d3ad14a4f7e
4135Author: Kevin E Martin <kem@kem.org>
4136Date:   Mon Aug 9 22:37:22 2004 +0000
4137
4138    Fix install problem on platforms not using xorg.cf/xfree86.cf (Bug #339, Harold L. Hunt II, Alexander Gottwald).
4139    Fix crash when using X core font in zh_CN.UTF-8 locale (Bug #368, Yu Shao, David Dawes).
4140    Fix glXMakeCurrent(Dpy, None, NULL) crash (Bug #719, Adam Jackson).
4141    HP-PA build fix (Bug #828, Guy Martin, Paul Anderson).
4142    Fix SDK build for GATOS and Wacom driver (Bug #829, Bryan Stine).
4143    Fix attempt to read video ROM before enabling it (Bug #843, Ivan Kokshaysky, Mike A. Harris).
4144    Fix detection of primary adapter (Bug #843, Ivan Kokshaysky, Mike A. Harris).
4145    Clarify xset man page description of how to use the keyboard repeat rate settings (Bug #846, Mike A. Harris).
4146    Fix problem where print-screen key would get remapped to sys-req in certain keymaps, which broke GNOME printscreen functionality (Bug #847, Owen Taylor).
4147    Fix several render problems:
4148    - MMIO mode support
4149    - Hang on IGP chips
4150    - VT switching hang
4151    - 3D render corruption (Bug #922, Hui Yu).
4152
4153commit 55c2ee568e7d3903258286a13bdf96ce5348ffda
4154Author: Matthieu Herrb <matthieu.herrb@laas.fr>
4155Date:   Tue Jul 27 06:06:05 2004 +0000
4156
4157    - remove remaining AMOEBA references.
4158    - remove unused file.
4159
4160commit 6e884b12911eedfb003e90a3829ce66f7fc9cf2d
4161Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
4162Date:   Tue Jul 20 17:48:09 2004 +0000
4163
4164    Tue Jul 20 19:38:06 2004 Soeren Sandmann <sandmann@daimi.au.dk>
4165    Set font_data->xlfd_data to NULL after XFree(). (#837, patch from Bastien Nocera).
4166    Tue Jul 20 18:23:32 2004 Soeren Sandmann <sandmann@daimi.au.dk>
4167    Use /dev/urandom on Linux.(#761).
4168
4169commit 6f0bc97aa4e6de5a4b001f40ac10795cfdf09fc1
4170Author: Eric Anholt <anholt@freebsd.org>
4171Date:   Fri May 28 23:26:44 2004 +0000
4172
4173    Forced commit to note repocopy from xc/lib/XThrStub, will be connected to the build after this.
4174
4175commit aa7010c43ae9f39fb84b5ff155f76117c9e527a0
4176Author: Egbert Eich <eich@pdx.freedesktop.org>
4177Date:   Mon May 24 19:02:11 2004 +0000
4178
4179    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.
4180
4181commit 720702da29769d80ad1254d92edbad5b30f8a8da
4182Author: Alan Coopersmith <alan.coopersmith@sun.com>
4183Date:   Sat May 22 03:47:42 2004 +0000
4184
4185    Bugzilla #658: XStringToKeysym fails for Greek_IOTAdiaeresis (Fixes VSW5 testcase XStringToKeysym-7 failure)
4186
4187commit 3aed873292424b497d9a7dcee2975b95bf5ac966
4188Author: Alan Coopersmith <alan.coopersmith@sun.com>
4189Date:   Sat Apr 24 23:39:25 2004 +0000
4190
4191    XOpenDisplay should try tcp connection if local connections fail (aka Sun bug id #4624183).
4192    Also includes fix from NetBSD Problem Report #25098 (Michael van Elst) (Xlib segfaults with IPv6 if compiled with HASXDMAUTH).
4193    xc/config/cf/sunLib.tmpl
4194    xc/lib/FS/Imakefile Add missing shared library dependencies for Solaris
4195
4196commit c6349f43193b74a3c09945f3093a871b0157ba47
4197Author: Egbert Eich <eich@freedesktop.org>
4198Date:   Fri Apr 23 18:42:09 2004 +0000
4199
4200    Merging XORG-CURRENT into trunk
4201
4202commit c3c4ddc682950a01b80825021f3e2503ab01ea7f
4203Author: Kaleb Keithley <kaleb@freedesktop.org>
4204Date:   Tue Nov 25 19:28:07 2003 +0000
4205
4206    Initial revision
4207
4208commit dc4268a7dadc8da0d561757a68461246728613d3
4209Author: Kaleb Keithley <kaleb@freedesktop.org>
4210Date:   Fri Nov 14 16:48:47 2003 +0000
4211
4212    Initial revision
4213
4214commit deae12c6b683898f5213992d561a59d4ea889cca
4215Author: Kaleb Keithley <kaleb@freedesktop.org>
4216Date:   Fri Nov 14 15:54:30 2003 +0000
4217
4218    R6.6 is the Xorg base-line
4219