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