ChangeLog revision 6cc2b21f
1commit fc74dc12b1ff3c43e240e1a713316ce1bf525d61 2Author: Alan Coopersmith <alan.coopersmith@oracle.com> 3Date: Thu Jul 28 19:32:40 2011 -0700 4 5 libX11 1.4.4 6 7 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 8 9commit ab1f30231755d99ed123af6873b981834640f01d 10Author: Matt Dew <marcoz@osource.org> 11Date: Wed Jul 13 12:33:40 2011 -0600 12 13 Add id attributes to error codes to allow linking from other docs. 14 15 Signed-off-by: Matt Dew <marcoz@osource.org> 16 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 17 Acked-by: Gaetan Nadon <memsize@videotron.ca> 18 19commit 5c831fef402914ccf2ec14005c25be48852f119b 20Author: David Coppa <dcoppa@gmail.com> 21Date: Tue Jul 12 10:05:47 2011 +0200 22 23 Fix libpthread linkage on OpenBSD. 24 25 OpenBSD prefers to use the -pthread to fetch pthread libs when needed. 26 27 Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr> 28 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 29 30commit 445b0b3efc04a74fc77cd3e483b25cfb5da82f12 31Author: Gaetan Nadon <memsize@videotron.ca> 32Date: Wed Jun 22 20:46:26 2011 -0400 33 34 config: use XORG_WITH_PERL macro to replace custom program check 35 36 New in version util-macros 1.15, the macro does the usual checking 37 for program path and provides an interface for makefile variables. 38 39 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 40 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 41 42commit 47d99a324db9232029a22dd523e3bc3ed0936aca 43Author: Gaetan Nadon <memsize@videotron.ca> 44Date: Wed Jun 22 20:41:18 2011 -0400 45 46 config: update XORG_WITH_FOP macro usage 47 48 A new feature to test for a minimum version has been added. 49 50 The parameter position changed. Due to limited usage 51 and requiring 1.15, it turns out to be backward compatible. 52 53 There is no functional change to how docs are build. 54 55 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 56 57commit e659683ad51ecc26c989fbdefdfe20f83af2c5a5 58Author: Gaetan Nadon <memsize@videotron.ca> 59Date: Wed Jun 22 11:48:49 2011 -0400 60 61 Remove unused xmlrules.in in specs, now in /nls 62 63 The specs dir has been converted to docbook.am 64 65 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 66 67commit 9992092609bd83a0db778e9a9ac1e879d445e637 68Author: Gaetan Nadon <memsize@videotron.ca> 69Date: Thu Mar 31 10:23:22 2011 -0400 70 71 nls: move xmlrules.in from specs to nls 72 73 It is no longer used in the specs dir. 74 Remove html from CLEANFILES as it breaks. Make do not clean directories 75 Remove SUFFIXES as pattern rules are used rather than suffix rules. 76 77 Other improvements are possible, the first priority is to move it out 78 of the specs dir. 79 80 Acked-by: Peter Hutterer <peter.hutterer@who-t.net> 81 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 82 83commit b370eeb0191b0e2a8bde2f03a442a8ca62e35d58 84Author: Gaetan Nadon <memsize@videotron.ca> 85Date: Sun Jun 5 16:27:36 2011 -0400 86 87 Install target dbs alongside generated documents 88 89 This matches a change in xorg-sgml-docs whereby the masterdb will look for 90 the target dbs into the same location as the generated documents. 91 92 The target dbs are now installed alongside the generated documents. 93 Previously they are installed in $prefix/sgml/X11/dbs alongside masterdb which 94 has the potential of installing outside the package prefix and cause 95 distcheck to fail when user does not have write permission in this package. 96 97 Requires XORG_CHECK_SGML_DOCTOOLS(1.8) which was released 2011-06-11 98 99commit 4e741654b7e0a283779b8b4af5bb32e05b7fc678 100Author: Alan Coopersmith <alan.coopersmith@oracle.com> 101Date: Tue Jun 7 18:41:30 2011 -0700 102 103 specs/libX11: Turn appendix references into links 104 105 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 106 107commit a3d1152bc4b300f59ea2f08925739aab1ebfbc4e 108Author: Alan Coopersmith <alan.coopersmith@oracle.com> 109Date: Tue Jun 7 18:37:41 2011 -0700 110 111 specs/libX11: Turn chapter references into links 112 113 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 114 115commit d0cc949dfe44a41a71f19e4fe6c7547bb3d9bdbe 116Author: Alan Coopersmith <alan.coopersmith@oracle.com> 117Date: Tue Jun 7 00:52:32 2011 -0700 118 119 specs/libX11: Turn many "see section ..." into links 120 121 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 122 123commit 02d4c08dead2f266809b3f93ec72377783423ac7 124Author: Alan Coopersmith <alan.coopersmith@oracle.com> 125Date: Sun Jun 5 22:50:37 2011 -0700 126 127 specs/libX11: Convert some header filenames to filename tags 128 129 perl -i -p -e 's{^<(.*\.h)>\ *}{<filename class="headerfile"><\1></filename>}' *.xml 130 131 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 132 133commit c51a011329afa6e5b9d2b285349c132683ecf9fb 134Author: Matt Dew <marcoz@osource.org> 135Date: Tue May 31 20:03:23 2011 -0600 136 137 Add id attributes to funcsynopsis to allow other docs to olink to them. 138 139 Signed-off-by: Matt Dew <marcoz@osource.org> 140 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 141 Reviewed-by: Gaetan Nadon <memsize@videotron.ca> 142 143commit 6841260c8bb15404a0b4805bee3b0bdfec7176b3 144Author: Alan Coopersmith <alan.coopersmith@oracle.com> 145Date: Fri May 27 20:14:36 2011 -0700 146 147 Bug 37624 - parameter x is missing from synopsis of XDrawString in libX11.html 148 149 https://bugs.freedesktop.org/show_bug.cgi?id=37624 150 151 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 152 153commit 205af6a4e557c62a6395feadc1c89f4a9fe1713b 154Author: Matt Dew <marcoz@osource.org> 155Date: Sat May 21 00:23:06 2011 -0600 156 157 Add id's to functions, to make clickable links. 158 159 Signed-off-by: Matt Dew <marcoz@osource.org> 160 Reviewed-by: Gaetan Nadon <memsize@videotron.ca> 161 162commit 5c06bc594473f6ab234724cd90db32e7b57fe811 163Author: Alan Coopersmith <alan.coopersmith@oracle.com> 164Date: Fri May 20 15:38:08 2011 -0700 165 166 libX11 spec: fix monospaced column alignment after deligaturization 167 168 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 169 170commit ef0019c714c273cb9b4ad3eba52d0b905109826b 171Author: James Cloos <cloos@jhcloos.com> 172Date: Fri May 20 15:51:46 2011 -0400 173 174 Expand latin ligatures out to their NFKC equivalents. 175 176 Ligatures should be done by the typesetting system. 177 Manuscripts should not bother with them. 178 179 Signed-off-by: James Cloos <cloos@jhcloos.com> 180 Reviewed-by: Keith Packard <keithp@keithp.com> 181 182commit 761b8aa0c9b3c58c478ac5ea1b3aaafadcfc1325 183Author: Daniel Stone <daniel@fooishbar.org> 184Date: Thu May 12 16:21:50 2011 +0200 185 186 XCB: Add more friendly error messages for common asserts 187 188 This patch adds more friendly error messages for three common classes of 189 assertion: 190 - missed sequence numbers due to being griefed by another thread 191 - unknown requests in queue due to being griefed by another thread 192 - extensions dequeuing too much or too little reply data 193 194 It adds error messages offering advice (e.g. call XInitThreads() first) 195 on stderr, but still generates actual assertions. Hopefully this means 196 it's a little more Googleable and a little less frightening. 197 198 Signed-off-by: Daniel Stone <daniel@fooishbar.org> 199 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 200 201commit 159bf292477048b9a2f074735afc516f52c93d80 202Author: Gaetan Nadon <memsize@videotron.ca> 203Date: Thu May 19 20:22:11 2011 -0400 204 205 Remove misplaced hyphens in libX11 DocBook/XML #37364 206 207 Reported-by: Christopher Yeleighton <giecrilj@stegny.2a.pl> 208 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 209 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 210 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 211 212commit 0ee6d8247d397500ae183ef180b6ff21bceefa1c 213Author: Alan Coopersmith <alan.coopersmith@oracle.com> 214Date: Tue May 17 20:49:59 2011 -0700 215 216 Fix man page and comment references to use XFreeModifiermap (lowercase map) 217 218 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 219 220commit 3275ec4ca8790d571b6a1902367ca5f68a2dc5fd 221Author: Alan Coopersmith <alan.coopersmith@oracle.com> 222Date: Tue May 17 20:30:54 2011 -0700 223 224 XKB man pages: Fix coordinantes typo in multiple pages 225 226 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 227 228commit ca33a80606cd68e4572fa49ed6aaa1d1fc31a47f 229Author: Alan Coopersmith <alan.coopersmith@oracle.com> 230Date: Tue May 17 16:27:32 2011 -0700 231 232 DisplayOfCCC.man: Fix typo "ClientWhitePointOfCC" -> "ClientWhitePointOfCCC" 233 234 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 235 236commit ae39d82b01359b07dd1fe092d867f79ea95a5438 237Author: Jeremy Huddleston <jeremyhu@apple.com> 238Date: Sun May 8 09:08:07 2011 -0700 239 240 Silence clang static analysis warnings for SetReqLen 241 242 This provides a simplified version of the SetReqLen macro when using clang for 243 static analysis. Prior to this change, we would see many Idempotent operation 244 warnings inside this macro due to the common case of calling with arg2 and 245 arg3 being the same variable. This has no effect on code produced during 246 compilation, but it silences a number of false positives in static analysis. 247 248 XIPassiveGrab.c:170:5: warning: Assigned value is always the same as the existing value 249 SetReqLen(req, num_modifiers, num_modifiers); 250 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 251 In file included from XIPassiveGrab.c:26: 252 .../include/X11/Xlibint.h:580:8: note: instantiated from: 253 n = badlen; \ 254 ^ 255 256 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 257 258commit 130af2bc02090ee2526adb2f9803fc07019b8f1f 259Author: Jeremy Huddleston <jeremyhu@apple.com> 260Date: Wed May 4 15:34:31 2011 -0700 261 262 XKB: XkbComputeSectionBounds: Check correct bounds in default switch-case 263 264 XKBGeom.c:191:25: warning: Access to field 'x1' results in a dereference of a null pointer (loaded from variable 'rbounds') 265 _XkbCheckBounds(bounds,rbounds->x1,rbounds->y1); 266 ^~~~~~~ 267 268 Found-by: clang static analyzer 269 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 270 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 271 272commit c987ef04bea345d5810e60cf6c53b747ddbe910e 273Author: Jeremy Huddleston <jeremyhu@apple.com> 274Date: Wed May 4 15:31:17 2011 -0700 275 276 Revert "XKB: Avoid a possible NULL dereference" 277 278 Sorry for the noise. I accidentally pushed and didn't mean to. =( 279 280 This reverts commit 4024091678ea07e0d898b798df9b29f3bf68eb08. 281 282commit 46d04bc4e7ff6c86385002c929d8eb0310f737a8 283Author: Jeremy Huddleston <jeremyhu@apple.com> 284Date: Wed May 4 11:35:31 2011 -0700 285 286 Dead code removal 287 288 XKBGeom.c:118:27: warning: Assigned value is always the same as the existing value 289 for (key=row->keys,pos=k=0;k<row->num_keys;k++,key++) { 290 ~~~^~~~ 291 XKBGeom.c:115:5: warning: Value stored to 'pos' is never read 292 pos= 0; 293 ^ ~ 294 295 Found-by: clang static analyzer 296 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 297 298commit 4024091678ea07e0d898b798df9b29f3bf68eb08 299Author: Jeremy Huddleston <jeremyhu@apple.com> 300Date: Wed May 4 11:34:53 2011 -0700 301 302 XKB: Avoid a possible NULL dereference 303 304 XKBGeom.c:191:25: warning: Access to field 'x1' results in a dereference of a null pointer (loaded from variable 'rbounds') 305 _XkbCheckBounds(bounds,rbounds->x1,rbounds->y1); 306 ^~~~~~~ 307 308 Found-by: clang static analyzer 309 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 310 311commit 626e5e34be55b7cf734d745bd40a7ee3359029f8 312Author: Jeremy Huddleston <jeremyhu@apple.com> 313Date: Wed May 4 11:21:41 2011 -0700 314 315 Annotate _XIOError as _X_NORETURN 316 317 Found-by: clang static analyzer 318 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 319 320commit d3d7896408b435ab42656398839ff4351a37724d 321Author: Jeremy Huddleston <jeremyhu@apple.com> 322Date: Tue May 3 09:32:53 2011 -0700 323 324 clang analyzer: Don't warn about Xmalloc(0) 325 326 This will prevent a number of false positives in where clang's 327 static analysis reports about calls to malloc(0). 328 329 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 330 331commit 393921cf2188b2b0713cc157effaf17d0abab783 332Author: Alan Coopersmith <alan.coopersmith@oracle.com> 333Date: Thu Apr 21 16:21:04 2011 -0700 334 335 Delete special case code to append "/sparcv9" to i18n module path 336 337 Was triggered by defined(__sparcv9) so only built on Solaris SPARC 64-bit. 338 Inconsistent with all other platforms, and a bit overcomplicated. 339 340 Should anyone need to continue using that path, simply build with 341 a #define POSTLOCALELIBDIR "sparcv9" to get the same result. 342 343 Fixes Solaris bug 7038737: 344 sparcv9 Xlib looking in wrong path for i18n loadable modules 345 346 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 347 Reviewed-by: Daniel Stone <daniel@fooishbar.org> 348 349commit b9ff9cfd5c56ae6d52c6503f7019756d9de29557 350Author: Alan Coopersmith <alan.coopersmith@oracle.com> 351Date: Thu Apr 14 13:47:12 2011 -0700 352 353 specs/libX11: Fix XOpenDisplay() prototype in chapter 2 [bug 36244] 354 355 Was incorrectly showing AllPlanes() instead when describing XOpenDisplay() 356 357 https://bugs.freedesktop.org/show_bug.cgi?id=36244 358 359 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 360 361commit b850adbdebcf500c659f85285d4d7374e15857f5 362Author: Alan Coopersmith <alan.coopersmith@oracle.com> 363Date: Tue Apr 12 22:30:45 2011 -0700 364 365 Convert malloc(strlen()); strcpy() sets to strdup 366 367 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 368 Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> 369 370commit 09194042d3dc44a463add1f7c122a68ffd5ef0bf 371Author: Alan Coopersmith <alan.coopersmith@oracle.com> 372Date: Tue Apr 12 21:27:45 2011 -0700 373 374 Replace Xmalloc+bzero pairs with Xcalloc calls 375 376 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 377 Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> 378 379commit ac1e2bff7121987fd768500a11d428d9fb9447c5 380Author: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 381Date: Fri Mar 25 14:47:35 2011 +0200 382 383 om: Fix memory leaks on get_font_name error paths. 384 385 While at it, remove unneeded check for NULL before Xfree. 386 387 Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 388 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 389 390commit 7c362e275c93c92b4e68fe862e73ee36665de703 391Author: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 392Date: Wed Mar 30 15:06:10 2011 +0300 393 394 xcms: Fix memory leaks on LINEAR_RGB_InitSCCData error path. 395 396 pScreenData is replaced when building per visual intensity tables. If 397 malloc failed the old value of pScreenData (stored also in 398 pScreenDefaultData) was being leaked. Also, property_return wasn't 399 free'd in that case. 400 401 Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 402 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 403 404commit 5c810e2ac233e00f361549bafb9b59e8a9e05eff 405Author: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 406Date: Wed Mar 30 15:19:28 2011 +0300 407 408 xcms: Fix error on LINEAR_RGB_InitSCCData error path. 409 410 Due to what looks like a copy & paste error, pScreenData->pBlueTbl would 411 be accessed after being free'd. 412 413 Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 414 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 415 416commit d749948f9492fd9b61c74655a08e32c595e0e3a5 417Author: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 418Date: Fri Mar 25 16:06:15 2011 +0200 419 420 om: Fix potential memory leak in init_om. 421 422 Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 423 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 424 425commit d0749d6abdf0fd4d8b4e59b02dad8ccda3f10995 426Author: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 427Date: Thu Mar 24 20:40:41 2011 +0200 428 429 om: Fix memory leak on read_EncodingInfo error path. 430 431 Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 432 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 433 434commit 4b2e8d00f5b6969c14003ee8eb258b9f0e4dd7c3 435Author: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 436Date: Thu Mar 24 19:55:33 2011 +0200 437 438 Fix memory leaks on _XimCbDispatch error path. 439 440 Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 441 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 442 443commit 46e6c78b1a89e4774e0f7e0f4d6d0fd060c3897e 444Author: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 445Date: Thu Mar 24 19:52:05 2011 +0200 446 447 Fix memory leak on _XimCommitRecv error path. 448 449 Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 450 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 451 452commit 0ace642a2d47265f01450bfa2b2fd48eb6956a83 453Author: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 454Date: Thu Mar 24 19:48:44 2011 +0200 455 456 Fix memory leaks on _XimWriteCachedDefaultTree error paths. 457 458 Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 459 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 460 461commit e29be94edbb58b3b8dab545377a710d1f73b61e0 462Author: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 463Date: Thu Mar 24 19:42:36 2011 +0200 464 465 Fix memory leaks on _XimGetAttributeID error paths. 466 467 Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 468 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 469 470commit d144a50512466766f55ce61e3884925334b08f0d 471Author: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 472Date: Thu Mar 24 19:36:56 2011 +0200 473 474 Fix memory leaks on _XimProtoCreateIC error paths. 475 476 Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 477 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 478 479commit 6a452f7a98499508f753cb8a7c3f08bcbec736b9 480Author: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 481Date: Thu Mar 24 16:24:29 2011 +0200 482 483 Fix leaks in _XimEncodingNegotiation error paths. 484 485 name_ptr and detail_ptr weren't free'd in some cases before returning 486 False. 487 488 Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 489 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 490 491commit 396e5a452a59c1f121220ba72167b720a863b30f 492Author: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 493Date: Thu Mar 24 14:17:44 2011 +0200 494 495 FSWrap: fix potential leak in copy_string_list 496 497 If list_count is 0, dst would be allocated and leaked. 498 499 Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 500 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 501 502commit 1a944260182bb552b954d69f6355c2760d4415df 503Author: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 504Date: Wed Mar 23 14:36:22 2011 +0200 505 506 Fix memory leak with broken bitmap files in XReadBitmapFileData 507 508 Bitmap file data is read looping through the lines in the input file. If 509 there is extra data after the bitmap, these lines will be processed and 510 if this data represents another bitmap it will replace the one read 511 before causing the memory allocated for bits to leak. 512 513 This changes the code to stop processing the file once a bitmap was 514 read. 515 516 Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 517 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 518 519commit c1c91e9a221a0e762d96cc12a3f189d6e59f4865 520Author: Alan Coopersmith <alan.coopersmith@oracle.com> 521Date: Tue Apr 12 20:50:42 2011 -0700 522 523 Fix "attrinute" typo in comments in ximcp 524 525 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 526 527commit 7103b83a88edb9c93acfa68f3b556595b087baff 528Author: Alan Coopersmith <alan.coopersmith@oracle.com> 529Date: Fri Apr 8 21:36:11 2011 -0700 530 531 Make doc install subdirectories more like the pre-docbook.am paths 532 533 Haven't restored the "specs" path in the install path, but have restored 534 libX11 & i18n subdirectories in the path for better logical grouping. 535 536 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 537 Reviewed-by: Gaetan Nadon <memsize@videotron.ca> 538 539commit 9a1ae7a90f815a737a942e42d5eb1ffff400977b 540Author: Alan Coopersmith <alan.coopersmith@oracle.com> 541Date: Fri Apr 8 13:24:28 2011 -0700 542 543 Install xml versions of specs even if HAVE_XMLTO is false 544 545 Moves HAVE_XMLTO check into docbook.am, more closely matches behaviour 546 from before docbook.am changes (commit e8c76407d2f6e3) 547 548 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 549 Reviewed-by: Gaetan Nadon <memsize@videotron.ca> 550 551commit a0ad0d5c99023bb9a8ce3944dbc3267f5265721e 552Author: Alan Coopersmith <alan.coopersmith@oracle.com> 553Date: Tue Apr 5 13:29:04 2011 -0700 554 555 libX11 1.4.3 556 557 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 558 559commit e8c76407d2f6e3b11babdb84426e43e780c859c3 560Author: Gaetan Nadon <memsize@videotron.ca> 561Date: Fri Feb 25 09:23:54 2011 -0500 562 563 Documentation: add Docbook external references support 564 565 When writing technical documentation, it is often necessary to cross 566 reference to other information. When that other information is not in the 567 current document, additional support is needed, namely <olink>. 568 569 A new feature with version 1.7 of xorg-sgml-doctools adds references to 570 other documents within or outside this package. 571 572 This patch adds technical support for this feature but does not change 573 the content of the documentation as seen by the end user. 574 575 Each book or article must generate a database containing the href 576 of sections that can be referred to from another document. This database 577 is installed in DATAROOTDIR/sgml/X11/dbs. There is a requirement that 578 the value of DATAROOTDIR for xorg-sgml-doctools and for the package 579 documentation is the same. This forms a virtual document tree. 580 581 This database is consulted by other documents while they are being generated 582 in order to fulfill the missing information for linking. 583 Refer to the xorg-sgml-doctools for further technical information. 584 585 Co-authored-by: Matt Dew <marcoz@osource.org> 586 587 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 588 589commit 25eb76b3d2726f2f1de759901971ae53b2539dc4 590Author: Harshula Jayasuriya <harshula@gmail.com> 591Date: Mon Mar 21 14:49:37 2011 +0000 592 593 Add #define XK_SINHALA 594 595 Add #define XK_SINHALA so that the Sinhala keysyms can be used by 596 the lk xkb keymap. 597 598 Signed-off-by: Harshula Jayasuriya <harshula@gmail.com> 599 Reviewed-by: Daniel Stone <daniel@fooishbar.org> 600 601commit db8b20b789112717ac0590b40f0b4dc2171797d0 602Author: Jeremy Huddleston <jeremyhu@apple.com> 603Date: Thu Mar 17 16:15:00 2011 -0700 604 605 configure.ac: Bump version to 1.4.2 606 607 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 608 609commit 83e1ba59c48c79f8b0a7e7aa0b9c9cfd84fa403d 610Author: Jamey Sharp <jamey@minilop.net> 611Date: Tue Mar 15 16:48:07 2011 -0700 612 613 Call _XErrorFunction without holding the Display lock. 614 615 Historically, Xlib dropped the Display lock around the upcall to any 616 user-supplied _XErrorFunction, but somewhere along the way I quit doing 617 that if you built with XCB. The reasons are lost somewhere in the 618 pre-git history of Xlib/XCB, and I can't now see any reason to hold the 619 lock. 620 621 The documentation for XSetErrorHandler still applies though: 622 623 Because this condition is not assumed to be fatal, it is acceptable 624 for your error handler to return; the returned value is ignored. 625 However, the error handler should not call any functions (directly 626 or indirectly) on the display that will generate protocol requests 627 or that will look for input events. 628 629 So while you are now once again permitted to re-enter Xlib from the 630 error handler, you're only allowed to call non-protocol functions. 631 632 Signed-off-by: Jamey Sharp <jamey@minilop.net> 633 634commit fd85aca7a616c595fc17b2520f84316a11e8906f 635Author: Jamey Sharp <jamey@minilop.net> 636Date: Mon Mar 14 14:45:35 2011 -0700 637 638 Ignore user locks after sleeping in _XReply and _XReadEvents. 639 640 This bug appears as a hang in applications that wait for replies from 641 multiple threads, where one such thread has taken a user lock using 642 XLockDisplay. 643 644 Prior to this fix, the code could deadlock in this way: If thread 1 goes 645 to sleep waiting for a reply, and then thread 2 takes a user lock and 646 waits for a reply, then thread 2 will wait for thread 1 to process its 647 reply (because responses must be processed in order), but thread 1 will 648 wait for thread 2 to drop its user lock. 649 650 Fixed by making thread 1 not wait for thread 2 to drop its user lock. 651 This makes the semantics of user locks hard to define, but they were 652 already hard to define. The new behavior appears to be consistent with 653 the way Xlib worked historically, anyway. 654 655 Fixes: http://lists.freedesktop.org/archives/xcb/2011-March/006802.html 656 657 There was a similar potential for deadlock in _XReadEvents, fixed the 658 same way, with the same caveats about user-lock semantics. 659 660 Signed-off-by: Jamey Sharp <jamey@minilop.net> 661 662commit 690f8bffd48a4e7e74298360ddd0431dc95dcd3f 663Author: Erkki Seppälä <erkki.seppala@vincit.fi> 664Date: Tue Jan 18 15:58:20 2011 +0200 665 666 xkb: XkbPropertyPtr determined allocation success from wrong variables 667 668 Cannot reach dead statement "return NULL;" 669 670 Check for the NULLness of prop->name and prop->value instead of 671 name and value, which was checked earlier anyway. Decided against 672 using strdup due to curious memory allocation functions and the 673 rest of the xkb not using it either. 674 675 Signed-off-by: Erkki Seppälä <erkki.seppala@vincit.fi> 676 Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com> 677 678commit 6a4d027284e7bb5dd458157947bbb1ff580ad071 679Author: Erkki Seppälä <erkki.seppala@vincit.fi> 680Date: Mon Jan 10 16:37:22 2011 +0200 681 682 keyBind: Use Xcalloc to initialize allocated _XKeytrans 683 684 Using uninitialized value "p->modifiers" 685 686 Small fix by using Xcalloc instead of Xmalloc 687 688 Signed-off-by: Erkki Seppälä <erkki.seppala@vincit.fi> 689 Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com> 690 691commit b993d73bb3214ecc24646f5427c8003b816c6921 692Author: Erkki Seppälä <erkki.seppala@vincit.fi> 693Date: Mon Jan 10 16:22:45 2011 +0200 694 695 im/ximcp: release modifiermap before returning 696 697 Variable "map" goes out of scope 698 699 Release modifiermap before returning. Reordered code to call 700 XGetModifierMapping after the first return from the function. 701 702 Signed-off-by: Erkki Seppälä <erkki.seppala@vincit.fi> 703 Reviewed-by: Dirk Wallenstein <halsmit@t-online.de> 704 705commit 807a7fc0354f2212dfa5ff1f9e4ede56d8e69ef4 706Author: Gaetan Nadon <memsize@videotron.ca> 707Date: Fri Feb 25 09:23:54 2011 -0500 708 709 Docbook: change the book id to match the xml file basename 710 711 This is required for the up-coming external references support. 712 713 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 714 715commit 40812b53ff5fe548f6eaf43ba4c8781cb43dab43 716Author: Samuel Thibault <samuel.thibault@ens-lyon.org> 717Date: Mon Feb 21 21:54:17 2011 +0100 718 719 Make the Local XIM request key releases for braille 720 721 Braille chords management needs key release events. We need to explicitly 722 request then, else GTK would not pass them throught XFilterEvent and braille 723 wouldn't work. 724 725 Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> 726 727commit c97c42c49cd5095462abecdf908b416fb0b540b6 728Author: Samuel Thibault <samuel.thibault@ens-lyon.org> 729Date: Mon Feb 21 17:27:38 2011 +0100 730 731 Match braille patterns with compose tree 732 733 Braille patterns should also be usable in Compose. This combines the 734 implementation of braille chords and compose tree: only emit the braille 735 pattern if it can not be found in the compose tree, if any. 736 737 Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> 738 739commit 0c6ca565d7c8a47ef3ea823569a9ca5298a5307d 740Author: Samuel Thibault <samuel.thibault@ens-lyon.org> 741Date: Mon Feb 21 15:56:54 2011 +0100 742 743 Fix status reporting for braille patterns 744 745 _XimLocalMbLookupString can return a braille keysym even if _Xlcwctomb can't 746 convert to the current MB charset. 747 _XimLocalUtf8LookupString needs to set the braille keysym and status too. 748 749 Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> 750 751commit 993abe751f4141f54d8d28b8b73588a1c9085970 752Author: Alan Coopersmith <alan.coopersmith@oracle.com> 753Date: Fri Feb 11 14:49:17 2011 -0800 754 755 Clean up memory when first XCreateRegion succeeds and second fails 756 757 Error: Memory leak (CWE 401) 758 Memory leak of pointer 's' allocated with XCreateRegion() 759 at line 387 of /export/alanc/X.Org/sx86-gcc/lib/libX11/src/Region.c in function 'XShrinkRegion'. 760 's' allocated at line 387 with XCreateRegion(). 761 s leaks when s != 0 at line 387. 762 Error: Memory leak (CWE 401) 763 Memory leak of pointer 'tra' allocated with XCreateRegion() 764 at line 1452 of /export/alanc/X.Org/sx86-gcc/lib/libX11/src/Region.c in function 'XXorRegion'. 765 'tra' allocated at line 1451 with XCreateRegion(). 766 tra leaks when tra != 0 at line 1451. 767 768 [ This bug was found by the Parfait 0.3.6 bug checking tool. 769 For more information see http://labs.oracle.com/projects/parfait/ ] 770 771 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 772 773commit 6ac417cea1136a3617f5e40f4b106aaa3f48d6c2 774Author: Alan Coopersmith <alan.coopersmith@oracle.com> 775Date: Fri Feb 11 14:20:24 2011 -0800 776 777 ximcp: Prevent memory leak & double free if multiple %L in string 778 779 In the highly unlikely event that TransFileName was passed a path 780 containing multiple %L entries, for each entry it would call 781 _XlcFileName, leaking the previous results, and then for each entry it 782 would copy from that pointer and free it, resulting in invalid pointers 783 & possible double frees for each use after the first one freed it. 784 785 Error: Use after free (CWE 416) 786 Use after free of pointer 'lcCompose' 787 at line 358 of modules/im/ximcp/imLcPrs.c in function 'TransFileName'. 788 Previously freed at line 360 with free. 789 Error: Use after free (CWE 416) 790 Use after free of pointer 'lcCompose' 791 at line 359 of modules/im/ximcp/imLcPrs.c in function 'TransFileName'. 792 Previously freed at line 360 with free. 793 Error: Double free (CWE 415) 794 Double free of pointer 'lcCompose' 795 at line 360 of modules/im/ximcp/imLcPrs.c in function 'TransFileName'. 796 Previously freed at line 360 with free. 797 798 [ This bug was found by the Parfait 0.3.6 bug checking tool. 799 For more information see http://labs.oracle.com/projects/parfait/ ] 800 801 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 802 803commit 502d414118c97d35a44f8e295709682022876331 804Author: Erkki Seppälä <erkki.seppala@vincit.fi> 805Date: Thu Feb 3 17:08:57 2011 +0200 806 807 xcms/cmsProp: don't deal with uninitialized values, fail instead 808 809 Properly handle the return value of XGetWindowProperty by considering 810 if after the loop as well. 811 812 Using freed pointer "prop_ret" 813 814 There were numerous things wrong in how this function interacted with 815 XGetWindowProperty. 816 817 None of the local variables were initialized and remained that way if 818 the call to XGetWindowProperty returned 1 (not Succeed). That doesn't 819 result in after_ret being initialized in which case if it happens to 820 be 0, the loop was exited. In that case format_ret and nitems_ret were 821 uninitialized and the function might return with success (but with 822 uninitialized pointer in prop_ret) or XcmsFailure. 823 824 As the buffer enlarging code was called only when XGetWindowProperty 825 failed (returned not Success), after_ret would not have been 826 initialized. It would have been initialized only if the 827 XGetWindowProperty has returned Success earlier, but in that case the 828 code fragment would not have been reached. 829 830 This patch alters the function to return XcmsFailure if the call to 831 XGetWindowProperty fails. 832 833 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 834 Reviewed-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 835 Reviewed-by: Rami Ylimäki <rami.ylimaki@vincit.fi> 836 Signed-off-by: Erkki Seppälä <erkki.seppala@vincit.fi> 837 838commit c37e278993b9e5b3d7025ef4c434373a011996ec 839Author: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 840Date: Mon Jan 31 14:02:07 2011 +0200 841 842 xcms/LRGB: don't double-free property_return 843 844 property_return was free'd before and in the case the conditional is true, 845 the call to XcmsGetProperty failed which means that property_return wasn't 846 set so there is no need to free it again. 847 848 Double free of pointer "property_return" in call to "free" 849 850 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 851 Reviewed-by: Erkki Seppälä <erkki.seppala@vincit.fi> 852 Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 853 854commit 50f4107811249806718a100f9d34f996c58e5e25 855Author: Alan Coopersmith <alan.coopersmith@oracle.com> 856Date: Wed Feb 2 08:58:45 2011 -0800 857 858 Xrm.c: ReadInFile: refactor fstat error handling 859 860 We can simplify the fstat failure case now that the GetFileSize macro 861 has been expanded inline. 862 863 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 864 Reviewed-by: Julien Cristau <jcristau@debian.org> 865 866commit 5e9c40fcb5da43c9fdacf12967d090bf202daf2a 867Author: Alan Coopersmith <alan.coopersmith@oracle.com> 868Date: Wed Feb 2 08:56:00 2011 -0800 869 870 Expand GetSizeOfFile() macro at the one place it's called 871 872 Removes XrmI.h header that only contained this single macro 873 874 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 875 Reviewed-by: Julien Cristau <jcristau@debian.org> 876 877commit 450e17422c0e374d25c643f343ea268cec68da38 878Author: Erkki Seppälä <erkki.seppala@vincit.fi> 879Date: Mon Jan 31 14:01:57 2011 +0200 880 881 XlibInt: Use strncpy+zero termination instead of strcpy to enforce buffer size 882 883 Possible overrun of 8192 byte fixed size buffer "buffer" by copying 884 "ext->name" without length checking 885 886 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 887 Reviewed-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 888 Signed-off-by: Erkki Seppälä <erkki.seppala@vincit.fi> 889 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 890 891commit e2566e43b02d2d7b7c1c3bb7db7c5ae81c1245fa 892Author: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 893Date: Mon Jan 31 14:02:13 2011 +0200 894 895 lc/def/lcDefConv: Use Xcalloc to avoid use of uninitialized memory 896 897 Fixed by zero'ing conv on allocation with Xcalloc. Then 898 close_converter works properly. 899 900 Using uninitialized value "conv->state" in call to function "close_converter" 901 902 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 903 Reviewed-by: Erkki Seppälä <erkki.seppala@vincit.fi> 904 Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 905 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 906 907commit 03f81ad8fb9783986cf9b17661dd31e95c396681 908Author: Erkki Seppälä <erkki.seppala@vincit.fi> 909Date: Mon Jan 31 14:02:16 2011 +0200 910 911 xlibi18n/lcFile: Removed superfluous check for NULL target_dir 912 913 The situation is already handled before this code. 914 915 Cannot reach dead expression "0U" inside statement "if (1U + (target_dir ? strl..." 916 917 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 918 Reviewed-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 919 Signed-off-by: Erkki Seppälä <erkki.seppala@vincit.fi> 920 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 921 922commit 1346b9ea3b3882201ff8c3ee462ff4b0d4edf639 923Author: Erkki Seppälä <erkki.seppala@vincit.fi> 924Date: Mon Jan 31 14:02:15 2011 +0200 925 926 ximcp/imLckup: Handle negative return value from _Xlcwctomb 927 928 Fixed by negative value to memcpy by checking for the negative return 929 value of _Xlcwctomb and returning 0/XLookupNone in that case. 930 931 a negative value was passed to memcpy 932 933 Unfortunately the other return values for *status don't fit into the 934 error (which appears to indicate some internal error or running out of 935 memory). The other valid status codes are XBufferOverflow, 936 XLookupNone, XLookupChars, XLookupKeySym, and XLookupBoth. Each of 937 these has a specific meaning attached. 938 939 Reviewed-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 940 Signed-off-by: Erkki Seppälä <erkki.seppala@vincit.fi> 941 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 942 943commit 79a5c86e020f08cc108184298a72e2777036de39 944Author: Erkki Seppälä <erkki.seppala@vincit.fi> 945Date: Mon Jan 31 14:02:14 2011 +0200 946 947 ximcp/imTrX: Handle failing XGetWindowProperty 948 949 Checked return value of XGetWindowProperty and return false if it fails. 950 951 Return value of "XGetWindowProperty(im->core.display, spec->lib_connect_wid, prop, 0L, (length + bytes_after_ret + 3UL) / 4UL, 1, 0UL, &type_ret, &format_ret, &nitems, &bytes_after_ret, &prop_ret)" is not checked 952 953 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 954 Signed-off-by: Erkki Seppälä <erkki.seppala@vincit.fi> 955 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 956 957commit 2ace8d5c89c8f6d9f42b4068f4b508ca28f0ced1 958Author: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 959Date: Mon Jan 31 14:02:12 2011 +0200 960 961 XlibInt: info_list->watch_data was reallocated, but result was discarded 962 963 info_list->watch_data was being reallocated, but the return value of 964 the reallocation was stored only into a local variable. This might 965 cause some funky behavior and crashes. 966 967 Variable "wd_array" goes out of scope 968 Value "wd_array" is overwritten in "wd_array = (XPointer*)realloc((char*)info_list->watch_data, (((dpy->watcher_count + 1) * 4U == 0U) ? 1U : ((dpy->watcher_count + 1) * 4U)))" 969 970 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 971 Reviewed-by: Erkki Seppälä <erkki.seppala@vincit.fi> 972 Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 973 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 974 975commit 2b16a7e683e355c9746290b2cee2fd0dd2bf342a 976Author: Erkki Seppälä <erkki.seppala@vincit.fi> 977Date: Mon Jan 31 14:02:10 2011 +0200 978 979 GetProp: Zero-initialized error so its resourceID field is initialized 980 981 Using uninitialized value "error.resourceID" in call to function "_XError" 982 983 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 984 Reviewed-by: Erkki Seppälä <erkki.seppala@vincit.fi> 985 Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 986 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 987 988commit 85e9f38e016137f0ff2791eb0d092ab027382d2c 989Author: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 990Date: Tue Feb 1 11:07:25 2011 +0200 991 992 xcms/LRGB: Add a label for freeing property_return. 993 994 The rest of the code uses goto's to free memory allocated later 995 and prevent memory leaks, but there were several paths were 996 property_return was free'd just before a goto. 997 998 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 999 Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 1000 Signed-off-by: Erkki Seppälä <erkki.seppala@vincit.fi> 1001 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1002 1003commit 3161dc57d4e9b70f852f05e5e474455e121b06ab 1004Author: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 1005Date: Mon Jan 31 14:02:08 2011 +0200 1006 1007 xcms/LRGB: Fix potential resource leak. 1008 1009 property_return was not free'd if the allocation of pRedTbl failed. 1010 1011 Reviewed-by: Erkki Seppälä <erkki.seppala@vincit.fi> 1012 Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 1013 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1014 1015commit be3e6c205d94dedc1cdebf5d17b987f0f828377a 1016Author: Erkki Seppälä <erkki.seppala@vincit.fi> 1017Date: Mon Jan 31 14:02:06 2011 +0200 1018 1019 Xrm: Handle the extremely unlikely situation of fstat failing 1020 1021 Tracked variable "size" was passed to a negative sink. 1022 1023 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1024 Reviewed-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 1025 Signed-off-by: Erkki Seppälä <erkki.seppala@vincit.fi> 1026 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1027 1028commit 3fae16c64d6ef76fd4a25a54c7f7de76596457db 1029Author: Erkki Seppälä <erkki.seppala@vincit.fi> 1030Date: Mon Jan 31 14:02:05 2011 +0200 1031 1032 Xrm: NEWTABLE had a memory leak after a memory allocation error 1033 1034 The NEWTABLE macro missed freeing its allocated memory on subsequent 1035 memory allocation errors. Added call to Xfree. 1036 1037 Variable "table" goes out of scope 1038 1039 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1040 Reviewed-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 1041 Signed-off-by: Erkki Seppälä <erkki.seppala@vincit.fi> 1042 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1043 1044commit 7110ac653349a23c80c365f11f6270dc27c8975a 1045Author: Erkki Seppälä <erkki.seppala@vincit.fi> 1046Date: Mon Jan 31 14:02:03 2011 +0200 1047 1048 ImUtil: Handle a memory leak in one early return branch 1049 1050 Fixed memory leak by adding Xfree for image 1051 1052 Variable "image" goes out of scope 1053 1054 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1055 Reviewed-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 1056 Signed-off-by: Erkki Seppälä <erkki.seppala@vincit.fi> 1057 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1058 1059commit d695f5da9f5b778e54b6987d9177048e32818c4d 1060Author: Erkki Seppälä <erkki.seppala@vincit.fi> 1061Date: Mon Jan 31 14:02:01 2011 +0200 1062 1063 ximcp/imRm: Handle leaking colormap_ret 1064 1065 Fixed memory leak by adding Xfree for colormap_ret 1066 1067 Variable "colormap_ret" goes out of scope 1068 1069 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1070 Reviewed-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 1071 Signed-off-by: Erkki Seppälä <erkki.seppala@vincit.fi> 1072 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1073 1074commit f9eda19d08c1ea0973dfe0bc10a2519d6fd26cc7 1075Author: Erkki Seppälä <erkki.seppala@vincit.fi> 1076Date: Mon Jan 31 14:01:59 2011 +0200 1077 1078 ximcp/imRmAttr: Handle leaking missing_list 1079 1080 Fixed memory leak by adding Xfree and initializing missing_list with NULL 1081 1082 Variable "missing_list" goes out of scope 1083 1084 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1085 Reviewed-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 1086 Signed-off-by: Erkki Seppälä <erkki.seppala@vincit.fi> 1087 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1088 1089commit 3183269e0979c9dbce9d55d9e03937897dc9fb3b 1090Author: Erkki Seppälä <erkki.seppala@vincit.fi> 1091Date: Mon Jan 31 14:01:58 2011 +0200 1092 1093 ximcp/imRmAttr: Handle leaking colormap_ret 1094 1095 XFree colormap_ret and initialize it when appropriate. 1096 1097 Variable "colormap_ret" goes out of scope 1098 1099 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1100 Signed-off-by: Erkki Seppälä <erkki.seppala@vincit.fi> 1101 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1102 1103commit f66a032a937030f2d9baa81744d36dc585bb085c 1104Author: Erkki Seppälä <erkki.seppala@vincit.fi> 1105Date: Mon Jan 31 14:01:56 2011 +0200 1106 1107 xlibi18n/lcGeneric: Initialize uninitialized local variable 1108 1109 Using uninitialized value "new" 1110 1111 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1112 Reviewed-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 1113 Signed-off-by: Erkki Seppälä <erkki.seppala@vincit.fi> 1114 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1115 1116commit d0266e06d38110ec908ca28379014eff743630b7 1117Author: Erkki Seppälä <erkki.seppala@vincit.fi> 1118Date: Mon Jan 31 14:01:54 2011 +0200 1119 1120 xcmx/cmxColNm: Removed unused assignments to pBuf (in two functions) 1121 1122 Pointer "pBuf" returned from "fgets(buf, 256, stream)" is never used 1123 1124 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1125 Reviewed-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 1126 Signed-off-by: Erkki Seppälä <erkki.seppala@vincit.fi> 1127 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1128 1129commit cc686655d7bfdeab8b67e01a24bd452a2e9e3fcf 1130Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1131Date: Tue Feb 1 12:30:56 2011 +0200 1132 1133 XDefaultOMIF.c: Fix memory leaks in get_font_name 1134 1135 Instead of copying the value returned by get_prop_name and then releasing it, 1136 directly use the return value of get_prop_name, which allocates memory for the 1137 name. 1138 1139 If get_prop_name returns NULL, continue on to XFreeFont to release the font 1140 before returning the NULL via the normal function return. 1141 1142 Reviewed-by: Erkki Seppälä <erkki.seppala@vincit.fi> 1143 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1144 1145commit 95796351435d81eaef8166d49ba3a6e7b633d70a 1146Author: Gaetan Nadon <memsize@videotron.ca> 1147Date: Mon Jan 31 14:50:19 2011 -0500 1148 1149 config: comment, minor upgrade, quote and layout configure.ac 1150 1151 Group statements per section as per Autoconf standard layout 1152 Quote statements where appropriate. 1153 Autoconf recommends not using dnl instead of # for comments 1154 1155 Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters. 1156 Remove redundant AC_CANONICAL_HOST included in XORG_DEFAULT_OPTIONS 1157 1158 This helps automated maintenance and release activities. 1159 Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines 1160 1161 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1162 1163commit e994ab227ed28655565c3193e63733630105e7f9 1164Author: Erkki Seppälä <erkki.seppala@vincit.fi> 1165Date: Tue Jan 18 12:49:48 2011 +0200 1166 1167 Comparing array against NULL is not useful "&xkb->server->vmods != NULL" 1168 1169 Removed superfluous comparison. 1170 1171 Reviewed-by: Dirk Wallenstein <halsmit@t-online.de> 1172 Signed-off-by: Erkki Seppälä <erkki.seppala@vincit.fi> 1173 1174commit 4115f051e62f9b098efce691e070d44f09f30f1c 1175Author: Erkki Seppälä <erkki.seppala@vincit.fi> 1176Date: Wed Jan 12 15:51:11 2011 +0200 1177 1178 Variable "entry" tracked as NULL was dereferenced. 1179 1180 Check entry for non-nullness before dereferencing it 1181 1182 Reviewed-by: Dirk Wallenstein <halsmit@t-online.de> 1183 Reviewed-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 1184 Signed-off-by: Erkki Seppälä <erkki.seppala@vincit.fi> 1185 1186commit 0edb76d1d5fdca5a2543332699be2e72386dab24 1187Author: Erkki Seppälä <erkki.seppala@vincit.fi> 1188Date: Thu Jan 27 09:54:00 2011 +0200 1189 1190 Dereferencing possibly NULL "str" in call to function "memcpy" (Deref assumed on the basis of 'nonnull' parameter attribute.) 1191 1192 If _XkbGetReadBufferPtr returns NULL, goto BAILOUT 1193 1194 Reviewed-by: Dirk Wallenstein <halsmit@t-online.de> 1195 Reviewed-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 1196 Signed-off-by: Erkki Seppälä <erkki.seppala@vincit.fi> 1197 1198commit 59da8a211ef723909d0530c0331d541db8e63378 1199Author: Erkki Seppälä <erkki.seppala@vincit.fi> 1200Date: Mon Jan 10 16:17:47 2011 +0200 1201 1202 Using freed pointer "e" 1203 1204 Reordered code to first to do the comparison and then to release data 1205 1206 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1207 Reviewed-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> 1208 Signed-off-by: Erkki Seppälä <erkki.seppala@vincit.fi> 1209 1210commit 0f11c229f7099f7c5aeed4691b358dca151dac7d 1211Author: Matt Dew <marcoz@osource.org> 1212Date: Thu Jan 27 00:31:23 2011 -0700 1213 1214 Remove <literal> tags from compose-chart.pl so pdf building doesn't die on soft-hyphens. 1215 1216 Signed-off-by: Matt Dew <marcoz@osource.org> 1217 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1218 1219commit ca00bb202f3afcdbbcb8c4cb50308c5dd03f2322 1220Author: Gaetan Nadon <memsize@videotron.ca> 1221Date: Fri Jan 28 16:07:07 2011 -0500 1222 1223 config: replace deprecated AC_HELP_STRING with AS_HELP_STRING 1224 1225 This silences an Automake warning. 1226 1227 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1228 1229commit 8dac08c7515cb6f8a8f4d0a721713697eae755d8 1230Author: Gaetan Nadon <memsize@videotron.ca> 1231Date: Fri Jan 28 14:59:04 2011 -0500 1232 1233 config: remove unrequired AC_HEADER_STDC 1234 1235 Autoconf says: 1236 "This macro is obsolescent, as current systems have conforming 1237 header files. New programs need not use this macro". 1238 1239commit d4483375e37a72631d5821413cb75a423e990ffe 1240Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1241Date: Tue Jan 18 19:37:02 2011 -0800 1242 1243 config: Use correct AC_CONFIG_HEADERS macro 1244 1245 Replaces obsolete AM_CONFIG_HEADER and undocumented AC_CONFIG_HEADER 1246 1247 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1248 Reviewed-by: Gaetan Nadon <memsize@videotron.ca> 1249 Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> 1250 1251commit c6405fe931f313a0d159bdad00244fc8aae12468 1252Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1253Date: Sun Jan 16 11:55:23 2011 -0800 1254 1255 config: remove AC_PROG_CC as it overrides AC_PROG_C_C99 1256 1257 XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls 1258 AC_PROG_C_C99. This sets gcc with -std=gnu99. 1259 If AC_PROG_CC macro is called afterwards, it resets CC to gcc. 1260 1261 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1262 Reviewed-by: Gaetan Nadon <memsize@videotron.ca> 1263 1264commit 17aa1f2305da0952ad594c7329d08aba21f13ac8 1265Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1266Date: Sun Jan 16 11:40:59 2011 -0800 1267 1268 Update to xf86bigfontproto >= 1.2.0 header name 1269 1270 Clears compile-time warning of: 1271 "X11/extensions/xf86bigfstr.h", line 1: #warning: "xf86bigfstr.h is obsolete and may be removed in the future." 1272 "X11/extensions/xf86bigfstr.h", line 2: #warning: "include <X11/extensions/xf86bigfproto.h> for the protocol defines." 1273 1274 Requires xf86bigfontproto >= 1.2.0 if --disable-xf86bigfont is not 1275 passed to configure. 1276 1277 Also removes unnecessary AC_SUBST of BIGFONT_CFLAGS & BIGFONT_LIBS 1278 that PKG_CHECK_MODULES does automatically 1279 1280 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1281 Reviewed-by: Julien Cristau <jcristau@debian.org> 1282 1283commit a9228fcc676aacf9a760dd94891c89f9bc82b20d 1284Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1285Date: Tue Jan 11 17:55:22 2011 -0800 1286 1287 libX11 1.4.1 1288 1289 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1290 1291commit 92fa96451af37a7a0f2592de07643fdaed7a9efd 1292Author: Pauli Nieminen <ext-pauli.nieminen@nokia.com> 1293Date: Mon Jan 3 12:25:28 2011 -0500 1294 1295 Initialize event type 1296 1297 If we receive unsupported event closing connection triggers valgrind 1298 error. 1299 1300 ==12017== Conditional jump or move depends on uninitialised value(s) 1301 ==12017== at 0x487D454: _XFreeDisplayStructure (OpenDis.c:607) 1302 ==12017== by 0x486857B: XCloseDisplay (ClDisplay.c:72) 1303 *snip* 1304 ==12017== Uninitialised value was created by a heap allocation 1305 ==12017== at 0x4834C48: malloc (vg_replace_malloc.c:236) 1306 ==12017== by 0x4894147: _XEnq (XlibInt.c:877) 1307 ==12017== by 0x4891BF3: handle_response (xcb_io.c:335) 1308 ==12017== by 0x4892263: _XReply (xcb_io.c:626) 1309 *snip* 1310 1311 Problem is that XFreeDisplaySturture is checking for qelt->event.type == 1312 GenericEvent while _XUnknownWireEvent doesn't store the type. 1313 1314 Reviewed-by: Adam Jackson <ajax@redhat.com> 1315 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 1316 Signed-off-by: Pauli Nieminen <ext-pauli.nieminen@nokia.com> 1317 1318commit fa9747b9d4443eef9b1687b8b1208801f5c585da 1319Author: Fernando Carrijo <fcarrijo.lists@gmail.com> 1320Date: Tue Dec 28 16:18:57 2010 -0500 1321 1322 specs: convert images from gif to svg format. 1323 1324 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1325 1326commit 0012e2a4eaddc0840617b4758931ad976ca2eb7c 1327Author: Philipp Reh <sefi@s-e-f-i.de> 1328Date: Wed Dec 22 15:14:05 2010 +0000 1329 1330 Events: Store event cookie when dequeuing event 1331 1332 When we dequeue an event in XCheckTypedEvent or XCheckTypedWindowEvent, 1333 make sure to store the corresponding cookie too. 1334 1335 Signed-off-by: Philipp Reh <sefi@s-e-f-i.de> 1336 Reviewed-by: Daniel Stone <daniel@fooishbar.org> 1337 1338commit d2714d65e85b44abedf5f82e1a31506dba397ef2 1339Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1340Date: Tue Dec 21 18:47:16 2010 -0800 1341 1342 Revert "Mark atom names argument to XInternAtoms as const" 1343 1344 This reverts commit c8701115462b482d99ecff24d9de0f2806084ba5. 1345 1346 The constification of a pointer to a pointer caused unexpected issues, 1347 and xorg-devel was unable to come up with a clean, safe, reasonable way 1348 to handle them, so we're chalking this up for now as yet another mistake 1349 in the Xlib API definition we'll be living with. 1350 1351 See https://bugs.freedesktop.org/show_bug.cgi?id=32098 for details. 1352 1353 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1354 1355commit 6459f9a48a82de3bc0235bd36acab2df11e436d5 1356Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1357Date: Mon Dec 20 20:54:07 2010 -0800 1358 1359 specs/XKB: make acknowlegement section <preface> instead of <chapter> 1360 1361 Fixes numbering of actual chapters to match their filenames and to 1362 make the table/figure numbering match the references in the text. 1363 1364 Reported-by: jelmd on freenode irc 1365 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1366 1367commit 42c653d5413fc5870486a9cf51dd28d1e88f7c69 1368Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1369Date: Sun Dec 19 23:53:02 2010 -0800 1370 1371 Add XKBlib spec images to dist_spec_DATA for distribution & installation 1372 1373 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1374 Reviewed-by: Gaetan Nadon <memsize@videotron.ca> 1375 1376commit 8f8a3c8c42af82976d261ac2447cfbb0f90fa77d 1377Author: Matt Dew <matt@osource.org> 1378Date: Tue Nov 30 10:52:07 2010 -0500 1379 1380 specs: convert XKBlib spec from Framemaker to DocBook.xml 1381 1382 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1383 1384commit c8701115462b482d99ecff24d9de0f2806084ba5 1385Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1386Date: Sun Nov 21 20:49:05 2010 -0800 1387 1388 Mark atom names argument to XInternAtoms as const 1389 1390 Updates code & docs for XInternAtoms. 1391 1392 The single atom name argument to XInternAtom was already const char * 1393 in the code, but not the docs, so updated it in the docs too. 1394 1395 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1396 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 1397 1398commit 24db5b5ff0d51b0ed9d9701a792c5f14f23b638d 1399Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1400Date: Sun Nov 21 14:04:32 2010 -0800 1401 1402 libX11 1.4.0 1403 1404 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1405 1406commit 18d3c3e9de19e936281b111d5a82acfb3a3f552e 1407Author: Dan Nicholson <dbn.lists@gmail.com> 1408Date: Sat Nov 6 21:58:10 2010 +0000 1409 1410 config: Check host string when deciding architecture to build for 1411 1412 When checking for the OS/2 platform, $target_os is used. However, unless 1413 building a cross compiler, the $host* strings contain the platform 1414 details for the build system. See: 1415 1416 http://www.gnu.org/software/automake/manual/automake.html#Cross_002dCompilation 1417 1418 $host_os is already being used to determine the transport and threading 1419 options. 1420 1421 Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> 1422 Reviewed-by: Julien Cristau <jcristau@debian.org> 1423 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1424 1425commit affc2488a7f2660a74dc8354fc3e0bff2c4f879c 1426Author: Dan Nicholson <dbn.lists@gmail.com> 1427Date: Sat Nov 6 21:58:09 2010 +0000 1428 1429 config: Fix architecture check for OS/2 to skip nios2 cpu 1430 1431 The OS/2 platform requires some utility functions as well as having a 1432 non-32 bit wchar_t. Fix the configure check so that it doesn't also 1433 affect the nios2 cpu, which wouldn't influence these operating system 1434 issues. 1435 1436 Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> 1437 Tested-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> 1438 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1439 Reviewed-by: Julien Cristau <jcristau@debian.org> 1440 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1441 1442commit 8cbca8a10761d1ea75a75bafa647632d6c0dac71 1443Author: Gaetan Nadon <memsize@videotron.ca> 1444Date: Tue Nov 9 13:04:44 2010 -0500 1445 1446 config: HTML file generation: use the installed copy of xorg.css 1447 1448 Currenlty the xorg.css file is copied in each location 1449 where a DocBook/XML file resides. This produces about 1450 70 copies in the $(docdir) install tree. 1451 1452 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1453 1454commit 3e8907305e1818369aef5a5c0da61f09e20de4f8 1455Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1456Date: Fri Oct 29 22:02:10 2010 -0700 1457 1458 libX11 1.3.99.903 (1.4.0 RC3) 1459 1460 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1461 1462commit 5d245d8013289b13e0c42100951b26166c7fada4 1463Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1464Date: Fri Oct 29 22:01:39 2010 -0700 1465 1466 Require xorg-macros 1.11 now that it is released 1467 1468 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1469 1470commit 1ec89689fc771f116a6165226b9e076f54254a40 1471Author: Dan Nicholson <dbn.lists@gmail.com> 1472Date: Fri Oct 22 19:09:07 2010 -0700 1473 1474 docs: Disable fop documentation by default 1475 1476 fop is used to generate the pdf and ps formats of the documentation. 1477 This can significantly slow down the build, especially when creating all 1478 the compose key charts. Since few people probably want the full set of 1479 doc formats, set the default to 'no'. 1480 1481 The default parameter for XORG_WITH_FOP is only available in recent 1482 macros. Users generating configure from older macros will just get 1483 'auto' as the default. 1484 1485 Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> 1486 Reviewed-by: Gaetan Nadon <memsize@videotron.ca> 1487 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1488 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1489 1490commit 03877bda911b72ac60a7144d6eced7d5be4b4d72 1491Author: Jon TURNEY <jon.turney@dronecode.org.uk> 1492Date: Wed Apr 14 13:38:18 2010 +0100 1493 1494 Add C.UTF-8 and C.ASCII locale aliases 1495 1496 Add C.UTF-8 locale as an alias for en_US.UTF-8 1497 Add C.ASCII locale as an alias for C 1498 1499 (C.UTF-8 is the default locale for cygwin. It also exists in debian, 1500 although I don't think it's intended for use by humans.) 1501 1502 Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> 1503 Acked-by: Julien Cristau <jcristau@debian.org> 1504 Reviewed-by: James Cloos <cloos@jhcloos.com> 1505 1506commit 81d1d9a6bdca779a44f931730b866eea75777c00 1507Author: Dan Nicholson <dbn.lists@gmail.com> 1508Date: Sat Oct 9 16:00:47 2010 -0700 1509 1510 docs: Remove directory prerequisites from make rules 1511 1512 Make expects prerequisites to be files with valid timestamps, and 1513 directories are treated as always being out of date. Thus, any targets 1514 depending on directories will always be rebuilt. 1515 1516 Instead, the doc rules are changed to always create the target's leading 1517 directory. This should prevent the documentation from being rebuilt when 1518 "make install" is run. 1519 1520 Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> 1521 Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> 1522 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1523 1524commit d0cbf388919364fe6b5b9127f36426eb744090a0 1525Author: Jeremy Huddleston <jeremyhu@apple.com> 1526Date: Sun Sep 26 21:21:16 2010 -0700 1527 1528 Add an "X11_" string to header guards to avoid possible collision 1529 1530 This addresses a build failure which can result from <X11/Xlocale.h> and 1531 <xlocale.h> being included in the same code since they both used the same 1532 _XLOCALE_H_ protection. 1533 1534 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 1535 1536commit b51ac675f44f5ce1a28c5734bf3c26983f8b4192 1537Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1538Date: Tue Sep 21 19:53:03 2010 -0700 1539 1540 libX11 1.3.99.902 (1.4.0 RC2) 1541 1542 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1543 1544commit 986bb6d1d54368fe91e3ea24f518d43ce6179782 1545Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1546Date: Tue Sep 14 00:10:31 2010 -0700 1547 1548 Bug 19379 - Provide docs with overview of all compose key combinations 1549 1550 Adds compose-chart.pl to generate DocBook/XML documents listing compose 1551 keys, and Makefile rules to generate HTML & PDF output from them if xmlto 1552 is present. 1553 1554 https://bugs.freedesktop.org/show_bug.cgi?id=19379 1555 1556 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1557 Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net> 1558 Reviewed-by: James Cloos <cloos@jhcloos.com> 1559 Tested-by: Gaetan Nadon <memsize@videotron.ca> 1560 1561commit 3eb064071695ebf0f371163ed818a428dfeba8e6 1562Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1563Date: Sat Sep 11 00:49:21 2010 -0700 1564 1565 Make locale data build non-recursive / parallelizable 1566 1567 On a 4 core CPU with gmake -j 16 the nls subdir builds in half the time, 1568 plus this simplifies the next set of changes. 1569 1570 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1571 Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net> 1572 Reviewed-by: James Cloos <cloos@jhcloos.com> 1573 Tested-by: Gaetan Nadon <memsize@videotron.ca> 1574 1575commit a3fc78ac352e5a70a958996ef6aec50f653974d1 1576Author: Gaetan Nadon <memsize@videotron.ca> 1577Date: Fri Sep 17 17:38:11 2010 -0400 1578 1579 config: remove man page suffix from bottom summary 1580 1581 The man page suffix is the same for all libraries on a given 1582 platform and is not configurable. It should have been removed 1583 in commit 09edc6de6. 1584 1585 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1586 1587commit a52b0068f36c739eb7e426214cd72a8d9bb776ca 1588Author: Gaetan Nadon <memsize@videotron.ca> 1589Date: Fri Sep 17 17:29:30 2010 -0400 1590 1591 config: remove unhelpful comment in .gitignore 1592 1593 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1594 1595commit 10dd881e7818be9074da4ab3a68577adcdaf71d2 1596Author: Adam Jackson <ajax@redhat.com> 1597Date: Wed Sep 8 10:44:23 2010 -0400 1598 1599 Zero buffer data in BufAlloc() 1600 1601 Inspired by a pattern in NoMachine's NX. Consistently zeroed buffers 1602 compress better with ssh and friends. Note that you'll need to rebuild 1603 all your protocol libraries to take advantage of this. 1604 1605 Signed-off-by: Adam Jackson <ajax@redhat.com> 1606 Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> 1607 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1608 1609commit da099f0d2015831ea5f4a5d0740ed962aa4d5d8b 1610Author: James Cloos <cloos@jhcloos.com> 1611Date: Sun Sep 12 17:00:54 2010 -0400 1612 1613 Revert “Dolt-ify" 1614 1615 Libtool’s is now sufficiently fast that DOLT is no longer 1616 worth the bother, even on those few systems where is works. 1617 1618 This reverts commit 3e9afd501e40d76040635bd9a3045bcaf5a03b60 1619 and part of commit d31e644c65c52828ea3e7abd94a8cf9aee12265c. 1620 1621 It conflicted with commit f6a4fd0c7615684d08e848245849dea4017a5214 1622 which moved dolt from configure.ac to m4/dolt.m4. 1623 1624 And it addresses: http://bugs.freedesktop.org/show_bug.cgi?id=28188 1625 1626 Signed-off-by: James Cloos <cloos@jhcloos.com> 1627 1628commit 2661fbe6b809c937a60c2c1ca5ddb8280e399bd8 1629Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1630Date: Thu Sep 9 19:24:29 2010 -0700 1631 1632 XIM spec title page minor formatting cleanup 1633 1634 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1635 1636commit f99f1380bbf7bb2a0c491acad4a3d8db44bfd752 1637Author: Jens Petersen <petersen@redhat.com> 1638Date: Mon Aug 23 18:08:10 2010 -0700 1639 1640 Bug 29773: aliases for nb_NO.utf8 and nn_NO.utf8 1641 1642 <https://bugs.freedesktop.org/show_bug.cgi?id=29773> 1643 1644 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1645 1646commit b15b8a558ec64c834cc8f6a52d7f3c4f530c8c4b 1647Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1648Date: Fri Sep 3 23:11:53 2010 -0700 1649 1650 Sun's copyrights are now owned by Oracle 1651 1652 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1653 1654commit 7742bf62b1fa652da4270587e280249945367cae 1655Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1656Date: Fri Sep 3 18:31:44 2010 -0700 1657 1658 libX11 1.3.99.901 (1.4.0 RC1) 1659 1660 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1661 1662commit 5a02d6d74b5451d48d8f55709dfd4ecd3c068586 1663Author: Jeroen Hoek <mail@jeroenhoek.nl> 1664Date: Sun Aug 29 09:47:06 2010 -0400 1665 1666 libX11/nls compose tables, add LATIN CAPITAL LETTER SHARP S 1667 1668 Add LATIN CAPITAL LETTER SHARP S 1669 (See https://bugs.freedesktop.org/show_bug.cgi?id=29448 for rationale) 1670 1671 Signed-off-by: James Cloos <cloos@jhcloos.com> 1672 1673commit 09edc6de6619a2eabda3b808ebff4165550664f1 1674Author: Gaetan Nadon <memsize@videotron.ca> 1675Date: Fri Aug 13 14:21:08 2010 -0400 1676 1677 config: remove man-pages configuration option 1678 1679 This option was added in commit 6e752ea120 with no explanation. 1680 The section number is provoded by XORG_MANPAGE_SECTIONS 1681 There is no case where libX11 should be different than other libs 1682 The option was also used to disable building of the man pages, 1683 which build in 14 secs. No indication this is required. 1684 1685 If there is a requirement from system builders to disable building 1686 of man pages, it could be done consistently for all modules. 1687 1688 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1689 1690commit f92e754297ec5fdb81068b56a4435026666224fa 1691Author: Aaron Plattner <aplattner@nvidia.com> 1692Date: Sun Aug 15 21:51:38 2010 -0700 1693 1694 XOpenDisplay: save the correct display_name value 1695 1696 The X Test Suite's XDisplayString test checks the invariant 1697 XDisplayString(XOpenDisplay(str)) == str. The Xlib XOpenDisplay violates this 1698 invariant by expanding str to the canonical form "host:display.scrn" (unless 1699 HAVE_LAUNCHD is set and it starts with "/tmp/launch"). E.g., this expands ":1" 1700 to ":1.0": 1701 1702 400|26 1 1 19:26:41|IC Start 1703 200|26 1 19:26:41|TP Start 1704 520|26 1 00032625 1 1|VSW5TESTSUITE PURPOSE 1 1705 520|26 1 00032625 1 2|Assertion XDisplayString-1.(A) 1706 520|26 1 00032625 1 3|A call to XDisplayString returns the string that was used 1707 520|26 1 00032625 1 4|as the argument to the XOpenDisplay call that returned the 1708 520|26 1 00032625 1 5|value used as the display argument. 1709 520|26 1 00032625 1 6|METH: Open a connection using XOpenDisplay. 1710 520|26 1 00032625 1 7|METH: Obtain the display string using XDisplayString. 1711 520|26 1 00032625 1 8|METH: Verify that the value of the string is the parameter used in XOpenDisplay. 1712 520|26 1 00032625 1 9|METH: Close the display using XCloseDisplay. 1713 520|26 1 00032625 1 10|REPORT: XDisplayString() returned ":1.0" instead of ":1". 1714 220|26 1 1 19:26:41|FAIL 1715 410|26 1 1 19:26:41|IC End 1716 1717 Fix this by deleting all of the code to construct the canonical path and just 1718 stashing a copy of the original display_name in dpy->display_name. 1719 1720 Signed-off-by: Aaron Plattner <aplattner@nvidia.com> 1721 Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> 1722 1723commit 1dc401f678469d0235e6d0b28eb4356f03327c9f 1724Author: Gaetan Nadon <memsize@videotron.ca> 1725Date: Fri Aug 13 13:06:51 2010 -0400 1726 1727 man: xkb: remove unused variable LIB_MAN_DIR_SUFFIX 1728 1729 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1730 1731commit cbe9eebd11e5ebab4280d25b57b4cd4001241619 1732Author: Gaetan Nadon <memsize@videotron.ca> 1733Date: Fri Aug 13 11:42:29 2010 -0400 1734 1735 man: simplify building of shadow man pages 1736 1737 Store the shadow files in git as any other man page. 1738 Move man pages to man dir and use the common makefile 1739 1740 Local fix in CVS for bug 5628 is not required 1741 as the problem has been fixed in 1742 util-macros d9062e4077ebfd0985baf8418f3d0f111b9ddbba 1743 1744 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1745 1746commit bfd899c9af2318ecbe84cb69007dba4223fdb502 1747Author: Gaetan Nadon <memsize@videotron.ca> 1748Date: Mon Aug 9 09:39:26 2010 -0400 1749 1750 config: reinstate XORG_PROG_RAWCPP erroneoulsy removed 1751 1752 in commit 76e07ef6911734eac418e399b114f1b544512736. 1753 1754 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1755 1756commit 76e07ef6911734eac418e399b114f1b544512736 1757Author: Gaetan Nadon <memsize@videotron.ca> 1758Date: Fri Aug 6 14:01:51 2010 -0400 1759 1760 man: using the C preprocessor is not required for man pages. 1761 1762 There were no special symbols needing cpp. 1763 Everything can be handled by the default MAN_SUBSTS in util-macros. 1764 1765 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1766 1767commit 4b8ff7db39f2fe7ef12968d462aaf3f9054b6c18 1768Author: Jamey Sharp <jamey@minilop.net> 1769Date: Fri Aug 6 15:51:56 2010 -0700 1770 1771 Fix use-after-free in _XReply on X errors. 1772 1773 _XReply would always call dequeue_pending_request on errors. When it 1774 got an error for the current request, it would call dequeue, then break 1775 out of the loop; then, if it had an error in the event queue, it would 1776 compare it with the sequence number of the now-freed pending request. 1777 _XReply already stored that sequence number in dpy->last_request_read 1778 before freeing it, so look at that instead. 1779 1780 Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=29412 1781 1782 Signed-off-by: Jamey Sharp <jamey@minilop.net> 1783 Signed-off-by: Josh Triplett <josh@joshtriplett.org> 1784 1785commit 9fa146b30046396b70d64986e50d6617b3a8ac48 1786Author: Gaetan Nadon <memsize@videotron.ca> 1787Date: Sat Jul 31 16:15:35 2010 -0400 1788 1789 specs: xsl stylesheet requires abs path to images 1790 1791 Using abs_builddir requires automake 1.10 or later. 1792 1793 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1794 1795commit a8727d4bc39015e303b4128d0ad8aaf6d5fc9f0a 1796Author: Gaetan Nadon <memsize@videotron.ca> 1797Date: Sun Aug 1 14:13:07 2010 -0400 1798 1799 specs: update .gitignore now that all groff generated files are gone 1800 1801 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1802 1803commit f70527f05677aaf6a493ba42d2d95f738aaebafa 1804Author: Adam Jackson <ajax@redhat.com> 1805Date: Thu Jul 29 11:11:21 2010 -0400 1806 1807 nls: Switch one of the interrobang sequences to gnaborretni 1808 1809 Since gnaborretni is primarily used in LTR locales, the ? part of the 1810 sequence reflects the position of the bulge in the ?. When scanning an 1811 inverted interrobang left-to-right, you see the bulge first, so the 1812 compose sequence ?! is used; upright interrobang shows the bulge 1813 last, so it's !?. 1814 1815 This is a change in behaviour, but I was unable to come up with anything 1816 better. ??!! or !!?? would match the patterns for ¿ and ¡, but they 1817 would delay evaluation of them; "¿Qué?" wouldn't show the ¿ until you hit 1818 Q. Likewise ?!?! and !?!? would delay showing the interrobang itself. 1819 ~!? and ~?! were considered but are arguably less intuitive. 1820 1821 Reviewed-by: James Cloos <cloos@jhcloos.com> 1822 Signed-off-by: Adam Jackson <ajax@redhat.com> 1823 1824commit 511c4f6d29b2da4f71093feabcbb3913cb5d12a7 1825Author: Gaetan Nadon <memsize@videotron.ca> 1826Date: Wed Jul 28 10:27:39 2010 -0400 1827 1828 specs: move indexterm from glossdef to glossterm 1829 1830 This move fixes a Java class cast exception in the glossary. 1831 The problem was introduced in commit 1832 26f4f0d50840fe5ba4c46aae0a8e68db0059434b 1833 1834 It may not happen on all versions of the doc toolchain. 1835 There is no reason why indexterm cannot appear in glossdef, 1836 this is a workaround to an implementation problem found by 1837 trial and error. 1838 1839 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1840 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1841 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1842 1843commit 87a108f3aa565aa803dacb3a53b811f45025b609 1844Author: Matt Dew <matt@osource.org> 1845Date: Sat Jul 24 14:46:57 2010 -0400 1846 1847 specs: replace troff source with docbook-xml source 1848 1849 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1850 1851commit 8e603413586ff42b1351688f6f99318cbe243bca 1852Author: Julien Cristau <jcristau@debian.org> 1853Date: Sat Jul 24 22:13:07 2010 +0200 1854 1855 Compose.man: default user compose file is .XCompose, not .Xcompose 1856 1857 The path was correct in the DESCRIPTION section, but not in FILES. 1858 1859 Signed-off-by: Julien Cristau <jcristau@debian.org> 1860 1861commit 554da76ece85d0fc0cada45a86860e69c2107e9a 1862Author: Daniel Stone <daniel@fooishbar.org> 1863Date: Tue Jul 20 12:34:48 2010 +0100 1864 1865 NLS: Add \o/ Compose sequence 1866 1867 Unicode is even more pointlessly awesome! Add a binding for Compose-\o/ 1868 to U+1F64C PERSON RAISING BOTH HANDS IN CELEBRATION. 1869 1870 Signed-off-by: Daniel Stone <daniel@fooishbar.org> 1871 1872commit 2e7a18b6a617b9b4bfcea2d36f2bd2d7e0c4a3dd 1873Author: Daniel Stone <daniel@fooishbar.org> 1874Date: Fri Jul 9 18:13:13 2010 +0100 1875 1876 XStringToKeysym: Cope with 0x1234cafe-style input 1877 1878 If we get input in the style of 0xdeadbeef, just return that exact 1879 keysym. Introduces a dependency on strtoul, which I'm told is OK on all 1880 the systems we care about. 1881 1882 Signed-off-by: Daniel Stone <daniel@fooishbar.org> 1883 1884commit 3df45ed0c29b98ff468a0ff0ba24830bb664fd5a 1885Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1886Date: Mon Jul 19 17:58:27 2010 -0700 1887 1888 specs/libX11: Fix column count of Gravity Attributes table 1889 1890 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1891 1892commit 53bcba0d1d2dc3fd5e0de4bae3da30a1aa31a0c4 1893Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1894Date: Mon Jul 19 14:43:38 2010 -0700 1895 1896 specs/libX11: Convert \- to − and \^ to either   or removed 1897 1898 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1899 1900commit 5a0b45275638281e1bb2ae7d3e16b98e6470dae9 1901Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1902Date: Mon Jul 19 11:28:50 2010 -0700 1903 1904 specs/libX11: Manual cleanup pass over Ch. 1 1905 1906 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1907 1908commit 21567992958a6f12b3d0186f2f27a5b2a41b8448 1909Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1910Date: Mon Jul 19 14:51:10 2010 -0700 1911 1912 specs/libX11: make sure all files have DOCTYPEs so standard entities work 1913 1914 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1915 1916commit c944a8521f5760b485192658b921145159cdb439 1917Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1918Date: Sun Jul 18 13:12:20 2010 -0700 1919 1920 specs/libX11: Fix up list of header files in Ch.1 & add index entries 1921 1922 Combination of manual editing and automatic substitution via: 1923 1924 perl -i -p -00 -e 's{<varlistentry>(\s+)<term><X11/([^&]+)></term>(\s+)<listitem>(\s+)<para>}{<varlistentry id="Standard_Header_Files:$2">$1<term><filename class="headerfile"><X11/$2></filename></term>$3<listitem>$4<indexterm type="file"><primary><filename class="headerfile">X11/$2</filename></primary></indexterm>$4<indexterm><primary>Files</primary><secondary><X11/$2></secondary></indexterm>$4<indexterm><primary>Headers</primary><secondary><X11/$2></secondary></indexterm>$4<para>}g' CH01.xml 1925 1926 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1927 1928commit bb66e8f1ce330043278d3e8cbc7d5d3bc56ee030 1929Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1930Date: Sun Jul 18 12:47:27 2010 -0700 1931 1932 specs/libX11: Add indexterms for headerfiles that .hN used to provide 1933 1934 Automatic substitution performed via: 1935 perl -i -p -e 's{^<<filename class="headerfile">([^<]+)</filename>>(.*)$}{<filename class="headerfile"><$1></filename>$2\n<indexterm type="file"><primary><filename class="headerfile">$1</filename></primary></indexterm>\n<indexterm><primary>Files</primary><secondary><filename class="headerfile"><$1></filename></secondary></indexterm>\n<indexterm><primary>Headers</primary><secondary><filename class="headerfile"><$1></filename></secondary></indexterm>}' *.xml 1936 1937 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1938 1939commit d0b0d215cb85da48b323b1392149ce181e7ef5ec 1940Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1941Date: Fri Jul 16 21:15:13 2010 -0700 1942 1943 specs/libX11: convert multicolumn lists from tables to <simplelist> 1944 1945 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1946 1947commit e679f80c6210c0aefe3669f8f536353619097a4b 1948Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1949Date: Fri Jul 16 20:51:52 2010 -0700 1950 1951 specs/libX11: Tag WM_* as <property> 1952 1953 Mass substitution done by: 1954 perl -i -p -e 'if ($_ !~ m{^\<}) { $_ =~ s{(WM_\w+)}{<property>$1</property>}g; }' *.xml 1955 1956 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1957 1958commit c7b7e59b3b22221d0be6286c540001c360308f69 1959Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1960Date: Fri Jul 16 20:41:33 2010 -0700 1961 1962 specs/libX11: Convert simpler eqn markup to docbook tags 1963 1964 Mostly "sup" to <superscript> 1965 1966 There's several more complicated equations that will probably need 1967 MathML or SVG to solve. 1968 1969 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1970 1971commit 897486c54c6a54771867d667441aaf9a4b9c35ca 1972Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1973Date: Fri Jul 16 00:50:39 2010 -0700 1974 1975 specs/libX11: App. D: convert literallayouts to synopsis or programlisting 1976 1977 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1978 1979commit 692906c3b3d8aa8b8927fbc230c3050d633785d2 1980Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1981Date: Fri Jul 16 00:36:43 2010 -0700 1982 1983 specs/libX11: Fix section headers in Appendix D 1984 1985 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1986 1987commit bcc41baa02e137884d847aec0f3ff8ca5c85c32f 1988Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1989Date: Wed Jul 14 07:22:26 2010 -0700 1990 1991 specs/libX11: Explicitly tag document as English 1992 1993 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1994 1995commit 6783544706ff370e900c137f951e90230586d6dc 1996Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1997Date: Mon Jul 12 22:03:18 2010 -0700 1998 1999 specs/libX11: Appendix C: convert literallayouts to synopsis or programlisting 2000 2001 Fixes display of a bunch of function prototypes and sample code 2002 2003 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2004 2005commit 8834cd9285e6aaf437aee56292c508d99a090fa9 2006Author: Alan Coopersmith <alan.coopersmith@oracle.com> 2007Date: Mon Jul 12 18:37:16 2010 -0700 2008 2009 xmlrules.in: Add chunked-html rule to manually generate smaller files 2010 2011 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2012 2013commit 53f78680c34ebc94ce26b5e14c2a0003435cf10d 2014Author: Alan Coopersmith <alan.coopersmith@oracle.com> 2015Date: Mon Jul 12 18:35:59 2010 -0700 2016 2017 specs/libX11: Convert Appendix A tables to real tables 2018 2019 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2020 2021commit 705a1257a8a47f4a1f94979aee09a837500ede7d 2022Author: Alan Coopersmith <alan.coopersmith@oracle.com> 2023Date: Mon Jul 12 18:38:09 2010 -0700 2024 2025 specs/libX11: Fix out-of-place text in Chapter 1 2026 2027 DTD violation error introduced in 89cc2e02e7c29ef9a02f0cfdf2090a2934f539e4 2028 2029 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2030 2031commit a151346a2b7810e988f1de4b1e00b37672dc587a 2032Author: Jeremy Huddleston <jeremyhu@apple.com> 2033Date: Mon Jul 12 16:52:12 2010 -0700 2034 2035 launchd: Explicitly search /sbin 2036 2037 Previously, launchd wasn't found if /sbin wasn't in the user's PATH. 2038 https://bugs.freedesktop.org/show_bug.cgi?id=29028 2039 2040 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 2041 2042commit 89cc2e02e7c29ef9a02f0cfdf2090a2934f539e4 2043Author: Alan Coopersmith <alan.coopersmith@oracle.com> 2044Date: Mon Jul 12 13:38:04 2010 -0700 2045 2046 Replace untranslated .hN macros with <filename> tags to show header names 2047 2048 Translation performed by: 2049 perl -i -p -e 's{\<\!-- .hN (\S+) (\S+)?\s*-->} 2050 {<<filename class="headerfile">$1</filename>>$2}' *.xml 2051 2052 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2053 2054commit 75480440946603b8efdbbf78b88d59c641b6d2c8 2055Author: Alan Coopersmith <alan.coopersmith@oracle.com> 2056Date: Sat Jul 10 00:06:13 2010 -0700 2057 2058 specs/libX11: Mass substitution of <function> tags with more specific tags 2059 2060 Matched names from X headers & "nm libX11.so" output to names in spec to 2061 map to more specific tags. Tags used: 2062 2063 <code> code fragments 2064 <constant> enum values 2065 <errorname> X protocol errors 2066 <filename> filenames 2067 <function> functions 2068 <function> function-like macros (#define foo(a,b)...) 2069 <returnvalue> function return codes 2070 <structfield> struct members 2071 <structname> struct names (even when typedefed) 2072 <symbol> simple value #defines (#define NAME value) 2073 <systemitem> X protocol requests 2074 <systemitem class="event"> X protocol events 2075 <type> non-struct typedefs 2076 <varname> global variables 2077 2078 (Also fixed a couple typos detected by failures of this matching, such as 2079 XESSetPrintErrorValues -> XESetPrintErrorValues.) 2080 2081 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2082 2083commit 26f4f0d50840fe5ba4c46aae0a8e68db0059434b 2084Author: Alan Coopersmith <alan.coopersmith@oracle.com> 2085Date: Fri Jul 9 00:37:23 2010 -0700 2086 2087 specs/libX11: Glossary cross-reference links 2088 2089 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2090 2091commit 930b52d84031de0e15e0a11cf4ecfd3b2f59e073 2092Author: Alan Coopersmith <alan.coopersmith@oracle.com> 2093Date: Thu Jul 8 21:19:08 2010 -0700 2094 2095 specs/libX11: Make whitespace around <function> tags more uniform 2096 2097 Simplifies regular expressions for further mass substitutions. 2098 2099 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2100 2101commit 730ce6b8aca77b77385aa894d234cbde5fcbce37 2102Author: Gaetan Nadon <memsize@videotron.ca> 2103Date: Fri Jul 9 20:10:37 2010 -0400 2104 2105 specs: use pattern rules rather than suffix rules 2106 2107 This allows target to rebuild when included .xml files are changed. 2108 2109 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 2110 2111commit 5527b4bc8ce7de60123eb28789ddef54aa48a378 2112Author: Alan Coopersmith <alan.coopersmith@oracle.com> 2113Date: Thu Jul 8 20:56:41 2010 -0700 2114 2115 specs/libX11: Move punctuation outside of the <function> tags 2116 2117 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2118 2119commit d66d2134dfc38cd866c7c2d9ea45ed4b4dad23f0 2120Author: Alan Coopersmith <alan.coopersmith@oracle.com> 2121Date: Thu Jul 8 20:42:50 2010 -0700 2122 2123 specs/libX11: Mark a number of <acronym>s 2124 2125 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2126 2127commit d5bbb12f55ac9f691eab6242cedc53207275131b 2128Author: Alan Coopersmith <alan.coopersmith@oracle.com> 2129Date: Thu Jul 8 19:31:36 2010 -0700 2130 2131 specs/libX11: Glossary terms should not be marked as functions 2132 2133 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2134 2135commit 5decf7bc5dae0ae0c45c47eaaa9c4fdf9515ca1c 2136Author: Alan Coopersmith <alan.coopersmith@oracle.com> 2137Date: Thu Jul 8 19:28:18 2010 -0700 2138 2139 specs/libX11: Clean up author list & acknowledgements a little 2140 2141 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2142 2143commit 0cd29bdb332c333e5123dce65b25ad1d97fbdae3 2144Author: Alan Coopersmith <alan.coopersmith@oracle.com> 2145Date: Thu Jul 8 17:30:34 2010 -0700 2146 2147 specs/libX11: Convert troff .IN macros to docbook <indexterm> tags 2148 2149 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2150 2151commit a67d99ccbe22c8ce5f7a12f13b8991d9e0cf4491 2152Author: Gaetan Nadon <memsize@videotron.ca> 2153Date: Thu Jul 8 17:29:21 2010 -0400 2154 2155 specs: specdir is required to install xml files 2156 2157 The source is installed as well as the targets. 2158 This failed when configuring with --without-xmlto 2159 2160 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 2161 2162commit e14273f44c1501ab51db4adcb83b18a1073787d8 2163Author: Matt Dew <matt@osource.org> 2164Date: Thu Jul 8 14:42:32 2010 -0400 2165 2166 specs: replace troff source with docbook-xml source 2167 2168 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 2169 2170commit bea0873caf50e9ed1b89255775d9ab912cbecd45 2171Author: Daniel Stone <daniel@fooishbar.org> 2172Date: Thu Jul 8 16:49:51 2010 +0100 2173 2174 XStringToKeysym: Check strdup() return value 2175 2176 Signed-off-by: Daniel Stone <daniel@fooishbar.org> 2177 Reviewed-by: Keith Packard <keithp@keithp.com> 2178 2179commit cffa71b4a5743e2b6675b9a917d15aef4177d513 2180Author: Marko Myllynen <myllynen@redhat.com> 2181Date: Mon Jun 28 15:08:05 2010 +0300 2182 2183 Fix two typos in SFS 5966 Annex 3 2184 2185 X.Org bug#28792 <https://bugs.freedesktop.org/show_bug.cgi?id=28792> 2186 2187 Signed-off-by: Julien Cristau <jcristau@debian.org> 2188 2189commit eb023c0f8919e809b8b609e1467b14d20a290aa7 2190Author: Daniel Stone <daniel@fooishbar.org> 2191Date: Tue Jun 15 18:49:43 2010 +0100 2192 2193 Delete now-redundant XKeysymDB 2194 2195 Since XStringToKeysym now supports all the vendor keysyms, just delete 2196 our XKeysymDB, which was incomplete at best, misleading at worst, and 2197 always an annoyance. 2198 2199 Signed-off-by: Daniel Stone <daniel@fooishbar.org> 2200 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2201 2202commit 00175397480b76d32bf82b0c7c94c91a2a95954e 2203Author: Daniel Stone <daniel@fooishbar.org> 2204Date: Tue Jun 15 18:48:48 2010 +0100 2205 2206 makekeys: Scan vendor keysyms as well as core 2207 2208 Since we can't really live without vendor keysyms, scan them all in to 2209 generate ks_tables.h, rather than only doing the core ones, and leaving 2210 the vendor syms to be manually synchronised with XKeysymDB. 2211 2212 Signed-off-by: Daniel Stone <daniel@fooishbar.org> 2213 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2214 2215commit ebd6ef0a4db0ddef0ae17ad14571518ccdeea5ba 2216Author: Daniel Stone <daniel@fooishbar.org> 2217Date: Tue Jun 15 18:47:37 2010 +0100 2218 2219 XStringToKeysym: Special case for XF86 keysyms 2220 2221 Some XFree86 keysyms were in XKeysymDB as XF86_foo, despite really being 2222 XF86foo. So, if we get to the bottom of XStringToKeysym and haven't 2223 found our XF86_foo, try it again as XF86foo. 2224 2225 Signed-off-by: Daniel Stone <daniel@fooishbar.org> 2226 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2227 2228commit 8c2ffce9e5c6eef8a04f7e2732db46b3b62e13bb 2229Author: Daniel Stone <daniel@fooishbar.org> 2230Date: Tue Jun 15 17:20:48 2010 +0100 2231 2232 configure.ac: Change from deprecated AC_DEFINE_DIR to AX_ 2233 2234 AC_DEFINE_DIR is deprecated as it's squatting on the autoconf-builtin 2235 namespace, so start using the more proper AX_DEFINE_DIR instead. 2236 2237 Signed-off-by: Daniel Stone <daniel@fooishbar.org> 2238 Reviewed-by: Gaetan Nadon <memsize@videotron.ca> 2239 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2240 2241commit 6de368c9aa7ccd2fcd62fca5a2b278913db4d03d 2242Author: Fernando Carrijo <fcarrijo@yahoo.com.br> 2243Date: Thu Jul 1 06:50:47 2010 -0300 2244 2245 Purge macros NEED_EVENTS and NEED_REPLIES 2246 2247 Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br> 2248 Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com> 2249 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2250 2251commit 0b724231be17f19538ee115a03b82b221b1f83c0 2252Author: Adam Jackson <ajax@redhat.com> 2253Date: Wed Jun 30 16:30:49 2010 -0400 2254 2255 Use -version-number consistently instead of -version-info 2256 2257 The latter is libtool braindamage. 2258 2259 Signed-off-by: Adam Jackson <ajax@redhat.com> 2260 2261commit 241a990afcf9c967c587ad6fd245df21b68b1ad9 2262Author: Juliusz Chroboczek <jch@pps.jussieu.fr> 2263Date: Tue Jun 29 18:32:42 2010 +0200 2264 2265 Make Compose-comma map to ogonek for I and U in UTF-8 locales. 2266 2267 With the preceding patch, it makes the UTF-8 compose map consistent with 2268 the ISO 8859-4 and -13 maps. 2269 2270commit af55e582f485a668c2bf43129be972bc65f03c60 2271Author: Juliusz Chroboczek <jch@pps.jussieu.fr> 2272Date: Tue Jun 29 18:20:18 2010 +0200 2273 2274 Make Compose-comma map to Ogonek for A and E in UTF-8 locales. 2275 2276 This makes the UTF-8 compose file consistent with the ISO 8859-2 compose file 2277 as far as Polish is concerned. We only sacrifice one pair of characters, 2278 e-cedilla, which is not used in any language. 2279 2280commit d6ba13009fc9ef876a104b907ffef73c6e405d4b 2281Author: Alan Coopersmith <alan.coopersmith@oracle.com> 2282Date: Thu Jun 24 13:13:11 2010 -0700 2283 2284 Define FILE_MAN_DIR_SUFFIX so XCompose shadow page has correct path 2285 2286 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2287 2288commit 978c7238789037de917b9423ea9adfb006da1260 2289Author: Jamey Sharp <jamey@minilop.net> 2290Date: Sat Jun 19 10:44:55 2010 -0700 2291 2292 poll_for_response: Really handle xcb_poll_for_reply getting a reply. 2293 2294 Don't lose async replies. That's bad. 2295 2296 `xlsfonts -l`, which uses XListFontsWithInfo, worked fine, because the 2297 _XReply path worked; that path waited for replies, rather than polling. 2298 2299 However, XRecordProcessReplies, which does nothing but call XPending, 2300 relied on the event-handling path to process async replies, and that was 2301 busted. 2302 2303 Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=28595 2304 2305 Signed-off-by: Jamey Sharp <jamey@minilop.net> 2306 2307commit ef67486c5a8aada24fd95b2991a3c4979f53805f 2308Author: Jamey Sharp <jamey@minilop.net> 2309Date: Mon Jun 21 13:34:15 2010 -0700 2310 2311 Revert "xcb_io.c: poll_for_response doesn't guarantee there's a pending request." 2312 2313 This reverts commit 4a8b6528ff69f6feb8c0e119939b4ce6c088f29e, because as 2314 a matter of fact, if poll_for_response returns NULL when we know 2315 dpy->xcb->next_event is non-NULL, there *is* guaranteed to be a pending 2316 request. 2317 2318commit 301ec5b41e9d253a446db656e1789ac7345dc433 2319Author: Jamey Sharp <jamey@minilop.net> 2320Date: Mon Jun 21 13:24:24 2010 -0700 2321 2322 Revert "poll_for_response: Really handle xcb_poll_for_reply getting a reply." 2323 2324 This reverts commit c115095d7f2bc4f5a4fb26380e3698fefdad7611. We *do* 2325 need to check poll_for_event every time through the loop in 2326 poll_for_response, so the commit did too much. 2327 2328commit 4a8b6528ff69f6feb8c0e119939b4ce6c088f29e 2329Author: Jamey Sharp <jamey@minilop.net> 2330Date: Mon Jun 21 10:54:02 2010 -0700 2331 2332 xcb_io.c: poll_for_response doesn't guarantee there's a pending request. 2333 2334 Fixes the second bug reported in: 2335 https://bugs.freedesktop.org/show_bug.cgi?id=28595 2336 2337 Signed-off-by: Jamey Sharp <jamey@minilop.net> 2338 2339commit c115095d7f2bc4f5a4fb26380e3698fefdad7611 2340Author: Jamey Sharp <jamey@minilop.net> 2341Date: Sat Jun 19 10:44:55 2010 -0700 2342 2343 poll_for_response: Really handle xcb_poll_for_reply getting a reply. 2344 2345 Don't lose async replies. That's bad. 2346 2347 `xlsfonts -l`, which uses XListFontsWithInfo, worked fine, because the 2348 _XReply path worked; that path waited for replies, rather than polling. 2349 2350 However, XRecordProcessReplies, which does nothing but call XPending, 2351 relied on the event-handling path to process async replies, and that was 2352 busted. 2353 2354 Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=28595 2355 2356 Signed-off-by: Jamey Sharp <jamey@minilop.net> 2357 Signed-off-by: Josh Triplett <josh@joshtriplett.org> 2358 2359commit a25ae169862ab9b76daf259613b37c6b07bc2ef2 2360Author: Marko Myllynen <myllynen@redhat.com> 2361Date: Sun Jun 13 19:23:05 2010 +0300 2362 2363 Implement SFS 5966 Annex 4 for Finland 2364 2365 This patch adds Annex 4 of SFS 5966 for Finland and fixes two typos in 2366 Annex 3 (which were actually copied verbatim from the standard text). 2367 2368 The implementation of the standard is now complete. 2369 2370 X.Org bug#28498 <https://bugs.freedesktop.org/show_bug.cgi?id=28498> 2371 2372 Signed-off-by: Julien Cristau <jcristau@debian.org> 2373 2374commit 47b04195d8a31c8f9e6dd804196162c6cfca3ac6 2375Author: Alan Coopersmith <alan.coopersmith@oracle.com> 2376Date: Fri Jun 4 13:20:17 2010 -0700 2377 2378 LINEAR_RGB_InitSCCData: When malloc fails, don't try to free unallocated bits 2379 2380 One of the malloc failure checks had a goto to the wrong spot in the 2381 list of cleanup free() calls to unwind at the end, and was freeing 2382 bits that hadn't been initialized/allocated yet, since they would be 2383 stored in the struct that just failed to be allocated. 2384 2385 Error: Null pointer dereference (CWE 476) 2386 Read from pointer that could be constant 'NULL' 2387 at line 805 of /export/alanc/X.Org/sx86/lib/libX11/src/xcms/LRGB.c in function 'LINEAR_RGB_InitSCCData'. 2388 Pointer checked against constant 'NULL' at line 754 but does not protect the dereference. 2389 2390 [ This bug was found by the Parfait bug checking tool. 2391 For more information see http://research.sun.com/projects/parfait ] 2392 2393 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2394 2395commit aebbf3623888119b43893b253195d93b613a6e1e 2396Author: Josh Triplett <josh@joshtriplett.org> 2397Date: Sun Jun 6 19:11:55 2010 -0700 2398 2399 Mark the rest of Xprivate.h as _X_HIDDEN. 2400 2401 None of the functions in Xprivate.h should have any callers outside of 2402 Xlib, by definition. 2403 2404 Signed-off-by: Josh Triplett <josh@joshtriplett.org> 2405 Suggested-by: Jamey Sharp <jamey@minilop.net> 2406 Reviewed-by: Jamey Sharp <jamey@minilop.net> 2407 2408commit abcd1b67c8135ad652833e5a60d818837c39fce1 2409Author: Julien Cristau <jcristau@debian.org> 2410Date: Fri Jun 4 13:57:45 2010 +0200 2411 2412 Hide _XSeqSyncFunction 2413 2414 Commit a6d974dc59f2722b36e2df9d4f07aeee4f83ce43 made _XSeqSyncFunction 2415 non-static, but we don't need to export it. 2416 2417 Signed-off-by: Julien Cristau <jcristau@debian.org> 2418 Reviewed-by: Adam Jackson <ajax@redhat.com> 2419 Reviewed-by: Jamey Sharp <jamey@minilop.net> 2420 2421commit 15e5eaf62897b3179d1fbe457cb19f886f0449f8 2422Author: Josh Triplett <josh@joshtriplett.org> 2423Date: Thu Jun 3 09:41:01 2010 -0700 2424 2425 Remove support for building without XCB 2426 2427 And there was much rejoicing. 2428 2429 Signed-off-by: Josh Triplett <josh@joshtriplett.org> 2430 Reviewed-by: Jamey Sharp <jamey@minilop.net> 2431 2432 Consensus on #xorg-devel agrees with removing --without-xcb; in 2433 particular, acks from Adam Jackson, Daniel Stone, Kristian Høgsberg, 2434 Julien Cristau, and Rémi Cardona. 2435 2436commit fb19eb767a32fd4ff74021c51bc6f60eb8bdff74 2437Author: Alan Coopersmith <alan.coopersmith@oracle.com> 2438Date: Thu Jun 3 15:21:40 2010 -0700 2439 2440 libX11 1.3.4 2441 2442 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2443 2444commit 8f3db40ca5108a919244f3fff7466d01a14b3ce2 2445Author: Alan Coopersmith <alan.coopersmith@oracle.com> 2446Date: Thu Jun 3 13:08:17 2010 -0700 2447 2448 Workaround bug in groff flag processing that breaks distcheck 2449 2450 At least with the groff 1.19.2 package I have installed, groff passes 2451 on the -I flags for the include path to grohtml, which if they come 2452 after the -P-I... flag we pass to grohtml to specify the image file 2453 name pattern cause it to override that flag and put the images in 2454 the wrong place, breaking "make distcheck" - changing the flag order 2455 works around this. 2456 2457 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2458 2459commit bdb31a1fb707cebccc9efbbf68cb55c10fa4ea3e 2460Author: Alan Coopersmith <alan.coopersmith@oracle.com> 2461Date: Thu Jun 3 11:25:33 2010 -0700 2462 2463 Fix typo that made configure always report "none" for man page suffix 2464 2465 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2466 2467commit 6bb7d2d21d6b58019fb37b724b59c9744f30b9ce 2468Author: Paul Bender <pebender@gmail.com> 2469Date: Thu Jun 3 11:20:26 2010 -0700 2470 2471 Bug 22591 - configure does not obey the --enable-*-transport options 2472 2473 https://bugs.freedesktop.org/show_bug.cgi?id=22591 2474 2475 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2476 2477commit d7f35946d673bb00f2768e025b6e1017422b2174 2478Author: Paul Bender <pebender@gmail.com> 2479Date: Thu Jun 3 11:17:45 2010 -0700 2480 2481 Bug 22590 - libX11 1.2.1 has broken abstract namespace support 2482 2483 https://bugs.freedesktop.org/show_bug.cgi?id=22590 2484 2485 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2486 2487commit b2487d07f7b355f230a56e32c763acd08862735c 2488Author: Alan Coopersmith <alan.coopersmith@oracle.com> 2489Date: Thu Jun 3 11:06:15 2010 -0700 2490 2491 Bug 22584 - libX11 does not cross compile 2492 2493 Adaptation of patch submitted by Paul Bender in attachment 27301 to 2494 https://bugs.freedesktop.org/show_bug.cgi?id=22584 2495 2496 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2497 Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net> 2498 Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> 2499 2500commit 4378219ff8c1418418c70086085358b69d574e74 2501Author: Alan Coopersmith <alan.coopersmith@oracle.com> 2502Date: Tue Jun 1 18:55:48 2010 -0700 2503 2504 Clarify requirements in XRestackWindows man page 2505 2506 The required common parent window is not specified in the arguments, 2507 just implied as the parent of the first window in the list. 2508 2509 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2510 2511commit f09c5299a381e2729e800a0ac43f1c0e371f65f6 2512Author: Jeremy Huddleston <jeremyhu@apple.com> 2513Date: Wed May 12 16:42:18 2010 -0700 2514 2515 xcb: Add TCP fallback 2516 2517 If we fail to connect to a UNIX socket and the transport isn't specified, 2518 fallback on TCP. This matches behavior with the xtrans codepath and the 2519 Xlib spec. 2520 2521 http://lists.x.org/archives/xorg-devel/2010-April/007915.html 2522 2523 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 2524 Reviewed-by: Jamey Sharp <jamey@minilop.net> 2525 2526commit fd82552d5c0ce1931f29006a0c36f5e03cf8577e 2527Merge: aae2a4a 933aee1 2528Author: Jamey Sharp <jamey@minilop.net> 2529Date: Mon May 10 16:51:24 2010 -0700 2530 2531 Merge branch 'xlib-xcb-thread-fixes' 2532 2533commit aae2a4a7aab26de3fa715d6ecd0a0e0926b37fc9 2534Author: Jeremy Huddleston <jeremyhu@apple.com> 2535Date: Fri Apr 23 21:50:29 2010 -0700 2536 2537 Don't append the screen number when using a launchd socket 2538 2539 ssh gets confused by this. XQuartz is the only DDX using this 2540 functionality, and it doesn't support different screens, so 2541 let's just not include this until most ssh know how to handle 2542 this. 2543 2544 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 2545 2546commit adcd0ec209abf832a769d52db660fb37eaad6e0c 2547Author: Jeremy Huddleston <jeremyhu@apple.com> 2548Date: Fri Apr 23 16:33:44 2010 -0700 2549 2550 Remove launchd logic from _XConnectXCB as it's handled in XCB 2551 2552 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 2553 2554commit d232b259c36fdde1f4179822809fec1480867dc5 2555Author: Jeremy Huddleston <jeremyhu@apple.com> 2556Date: Tue Feb 2 17:01:28 2010 -0800 2557 2558 Fix various build warnings 2559 2560 imLcIm.c: In function '_XimCachedFileName': 2561 imLcIm.c:361: warning: format '%03x' expects type 'unsigned int', but argument 8 has type 'long unsigned int' 2562 imLcIm.c:364: warning: format '%03x' expects type 'unsigned int', but argument 8 has type 'long unsigned int' 2563 2564 imRm.c: In function '_XimDefaultArea': 2565 imRm.c:597: warning: cast from pointer to integer of different size 2566 imRm.c: In function '_XimDefaultColormap': 2567 imRm.c:626: warning: cast from pointer to integer of different size 2568 2569 lcFile.c:224: warning: no previous prototype for 'xlocaledir' 2570 2571 lcUTF8.c: In function 'iconv_cstombs': 2572 lcUTF8.c:1841: warning: assignment discards qualifiers from pointer target type 2573 lcUTF8.c:1869: warning: pointer targets in passing argument 1 of 'wctomb' differ in signedness 2574 lcUTF8.c:1873: warning: pointer targets in passing argument 1 of 'wctomb' differ in signedness 2575 lcUTF8.c: In function 'iconv_mbstocs': 2576 lcUTF8.c:1935: warning: pointer targets in passing argument 2 of 'mbtowc' differ in signedness 2577 lcUTF8.c: In function 'iconv_mbtocs': 2578 lcUTF8.c:2031: warning: pointer targets in passing argument 2 of 'mbtowc' differ in signedness 2579 lcUTF8.c: In function 'iconv_mbstostr': 2580 lcUTF8.c:2121: warning: pointer targets in passing argument 2 of 'mbtowc' differ in signedness 2581 lcUTF8.c: In function 'iconv_strtombs': 2582 lcUTF8.c:2180: warning: pointer targets in passing argument 1 of 'wctomb' differ in signedness 2583 lcUTF8.c: In function '_XlcAddGB18030LocaleConverters': 2584 lcUTF8.c:2367: warning: passing argument 5 of '_XlcSetConverter' from incompatible pointer type 2585 lcUTF8.c:2368: warning: passing argument 5 of '_XlcSetConverter' from incompatible pointer type 2586 lcUTF8.c:2373: warning: passing argument 5 of '_XlcSetConverter' from incompatible pointer type 2587 lcUTF8.c:2374: warning: passing argument 5 of '_XlcSetConverter' from incompatible pointer type 2588 lcUTF8.c:2375: warning: passing argument 5 of '_XlcSetConverter' from incompatible pointer type 2589 lcUTF8.c:2376: warning: passing argument 5 of '_XlcSetConverter' from incompatible pointer type 2590 lcUTF8.c:2377: warning: passing argument 5 of '_XlcSetConverter' from incompatible pointer type 2591 2592 XlibInt.c: In function '_XGetHostname': 2593 XlibInt.c:3441: warning: implicit declaration of function 'gethostname' 2594 XlibInt.c:3441: warning: nested extern declaration of 'gethostname' 2595 2596 ConnDis.c: In function '_XDisconnectDisplay': 2597 ConnDis.c:540: warning: old-style function definition 2598 ConnDis.c: In function '_XSendClientPrefix': 2599 ConnDis.c:554: warning: old-style function definition 2600 ConnDis.c: In function 'XSetAuthorization': 2601 ConnDis.c:677: warning: old-style function definition 2602 2603 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 2604 2605commit 3e11c73187acb2e2be9a812840bbbea947527ccb 2606Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net> 2607Date: Fri Apr 23 00:01:54 2010 +0200 2608 2609 Allow X11 users to compose anarchism 2610 2611 I can easily compose the hammer and sickle (the symbol representative 2612 of communism) by pressing the key sequence: 2613 2614 <Compose> <C> <C> <C> <P> -> ☭ 2615 2616 But i can't easily make the circled A (the symbol representative of 2617 anarchism). 2618 2619 I'd like to be able to use <Compose> <O> <A> (this is a 2620 currently unused key sequence) to generate the symbol: Ⓐ 2621 2622 Debian bug#555938 <http://bugs.debian.org/555938> 2623 2624 Signed-off-by: Julien Cristau <jcristau@debian.org> 2625 2626commit 933aee1d5c53b0cc7d608011a29188b594c8d70b 2627Author: Jamey Sharp <jamey@minilop.net> 2628Date: Fri Apr 16 20:18:28 2010 -0700 2629 2630 Fix Xlib/XCB for multi-threaded applications (with caveats). 2631 2632 Rather than trying to group all response processing in one monolithic 2633 process_responses function, let _XEventsQueued, _XReadEvents, and 2634 _XReply each do their own thing with a minimum of code that can all be 2635 reasoned about independently. 2636 2637 Tested with `ico -threads 20`, which seems to be able to make many 2638 icosahedrons dance at once quite nicely now. 2639 2640 Caveats: 2641 2642 - Anything that was not thread-safe in Xlib before XCB probably still 2643 isn't. XListFontsWithInfo, for instance. 2644 2645 - If one thread is waiting for events and another thread tries to read a 2646 reply, both will hang until an event arrives. Previously, if this 2647 happened it might work sometimes, but otherwise would trigger either 2648 an assertion failure or a permanent hang. 2649 2650 - Versions of libxcb up to and including 1.6 have a bug that can cause 2651 xcb_wait_for_event or xcb_wait_for_reply to hang if they run 2652 concurrently with xcb_writev or other writers. So you'll want that fix 2653 as well. 2654 2655 Signed-off-by: Jamey Sharp <jamey@minilop.net> 2656 Reviewed-by: Josh Triplett <josh@freedesktop.org> 2657 2658commit aab43278ae619eb57d2dd9c7396f460f078588fc 2659Author: Jamey Sharp <jamey@minilop.net> 2660Date: Fri Apr 16 22:24:16 2010 -0700 2661 2662 Use InternalLockDisplay on code paths called from LockDisplay. 2663 2664 It's easier to reason about the code when we can't re-enter the 2665 Xlib-private sync-handlers while they're already running. 2666 2667 Signed-off-by: Jamey Sharp <jamey@minilop.net> 2668 Reviewed-by: Josh Triplett <josh@freedesktop.org> 2669 2670commit 660b7d05f4ca4ab4661c9fe7ce655a4909b4e556 2671Author: Jamey Sharp <jamey@minilop.net> 2672Date: Fri Apr 16 19:45:11 2010 -0700 2673 2674 Fix _XSend to enqueue the right range of pending requests. 2675 2676 _XSend was off-by-one on both ends. It should not re-enqueue the last 2677 request that was already flushed, but it should enqueue the last request 2678 currently being flushed. 2679 2680 Signed-off-by: Jamey Sharp <jamey@minilop.net> 2681 Reviewed-by: Josh Triplett <josh@freedesktop.org> 2682 2683commit f2735889908d6e5a7f8dbee42f00c54a52665191 2684Author: Jamey Sharp <jamey@minilop.net> 2685Date: Fri Apr 16 19:45:11 2010 -0700 2686 2687 Pending requests are always added in-order. 2688 2689 Replace insert_pending_request, which did an in-order search of the 2690 queue to find the right insertion point, with a simpler 2691 append_pending_request, and use that in _XSend as well. 2692 2693 Includes assertions to check that the list of pending requests is in 2694 order by sequence number and does not have duplicates. 2695 2696 Signed-off-by: Jamey Sharp <jamey@minilop.net> 2697 Reviewed-by: Josh Triplett <josh@freedesktop.org> 2698 2699commit d9cf5885b0f97942fbbd2a7cc50118132ece50f6 2700Author: Markus Duft <markus.duft@salomon.at> 2701Date: Fri Apr 16 08:39:34 2010 -0700 2702 2703 Bug 26839: Fix build problem on Interix (POSIX layer on Windows) 2704 2705 https://bugs.freedesktop.org/show_bug.cgi?id=26839 2706 2707 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2708 2709commit a3f5f1b90936d23e9894e3261b2d77fb7b32a51a 2710Author: Josh Triplett <josh@freedesktop.org> 2711Date: Thu Apr 15 14:24:21 2010 -0700 2712 2713 Stop returning an int from _XIDHandler and _XSeqSyncFunction 2714 2715 _XIDHandler and _XSeqSyncFunction originally ran from dpy->synchandler, and 2716 thus had to return an int. Now, they only run from _XPrivSyncHandler or 2717 LockDisplay, neither of which needs to check their return value since they 2718 always returned 0. Make them both void. 2719 2720 Signed-off-by: Josh Triplett <josh@freedesktop.org> 2721 Signed-off-by: Jamey Sharp <jamey@minilop.net> 2722 2723commit a6d974dc59f2722b36e2df9d4f07aeee4f83ce43 2724Author: Jamey Sharp <jamey@minilop.net> 2725Date: Thu Apr 15 13:05:08 2010 -0700 2726 2727 Move XID and sync handling from SyncHandle to LockDisplay to fix races. 2728 2729 XID and sync handling happened via _XPrivSyncHandler, assigned to 2730 dpy->synchandler and called from SyncHandle. _XPrivSyncHandler thus ran 2731 without the Display lock, so manipulating the Display caused races, and 2732 these races led to assertions in multithreaded code (demonstrated via 2733 ico). 2734 2735 In the XTHREADS case, after you've called XInitThreads, we can hook 2736 LockDisplay and UnlockDisplay. Use that to run _XIDHandler and 2737 _XSeqSyncHandler from LockDisplay rather than SyncHandle; we then know 2738 that we hold the lock, and thus we can avoid races. We think it makes 2739 sense to do these both from LockDisplay rather than UnlockDisplay, so 2740 that you know you have valid sync and a valid XID before you start 2741 setting up the request you locked to prepare. 2742 2743 In the !XTHREADS case, or if you haven't called XInitThreads, you don't 2744 get to use Xlib from multiple threads, so we can use the logic we have 2745 now (with synchandler and savedsynchandler) without any concern about 2746 races. 2747 2748 This approach gets a bit exciting when the XID and sequence sync 2749 handlers drop and re-acquire the Display lock. Reacquisition will re-run 2750 the handlers, but they return immediately unless they have work to do, 2751 so they can't recurse more than once. In the worst case, if both of 2752 them have work to do, we can nest the Display lock three deep. In the 2753 case of the _XIDHandler, we drop the lock to call xcb_generate_id, which 2754 takes the socket back if it needs to request more XIDs, and taking the 2755 socket back will reacquire the lock; we take care to avoid letting 2756 _XIDHandler run again and re-enter XCB from the return_socket callback 2757 (which causes Very Bad Things, and is Not Allowed). 2758 2759 Tested with ico (with 1 and 20 threads), and with several test programs 2760 for XID and sequence sync. Tested with and without XInitThreads(), and 2761 with and without XCB. 2762 2763 Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=23192 2764 2765 Signed-off-by: Jamey Sharp <jamey@minilop.net> 2766 Signed-off-by: Josh Triplett <josh@freedesktop.org> 2767 2768commit b089b53b697c2851db2985d32af3b29f1da5e31e 2769Author: Jamey Sharp <jamey@minilop.net> 2770Date: Wed Apr 14 12:59:11 2010 -0700 2771 2772 Honest. Extensions get to filter async errors too. 2773 2774 Under some circumstances, errors are picked up by calling 2775 xcb_poll_for_reply, rather than xcb_poll_for_event, because Xlib issued 2776 the requests with the XCB_REQUEST_CHECKED flag. That happens when either 2777 an async handler is queued at the time the requests are flushed, or when 2778 XSetEventQueueOwner has been used to prevent Xlib from processing XCB's 2779 event queue. 2780 2781 This bugfix extends 405132dab64bf2375f8e57d02b1b53da2311933a to cover 2782 those cases. 2783 2784 Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=26545 2785 2786 Signed-off-by: Jamey Sharp <jamey@minilop.net> 2787 2788commit a15c31274650e391bc6de5d0951eb4464c228139 2789Author: Jamey Sharp <jamey@minilop.net> 2790Date: Wed Apr 14 12:10:34 2010 -0700 2791 2792 _XError already runs async handlers; only call them directly for replies. 2793 2794 The previous behavior probably would have triggered bug reports someday. 2795 2796 Signed-off-by: Jamey Sharp <jamey@minilop.net> 2797 2798commit 405132dab64bf2375f8e57d02b1b53da2311933a 2799Author: Jamey Sharp <jamey@minilop.net> 2800Date: Tue Apr 13 12:12:36 2010 -0700 2801 2802 Extensions get to filter async errors too. 2803 2804 Apparently I misread XlibInt.c:_XReply and thought that handlers set 2805 with XESetError should be consulted only for the sequence number that 2806 _XReply is currently looking for. In fact, the error handlers are also 2807 consulted when an error arrives for a request that was not expected to 2808 have a reply. 2809 2810 However, in an odd twist, the error handlers are *not* consulted outside 2811 of _XReply--that is, when looking for events, or waiting to be able to 2812 flush the output queue. So this patch takes some small pains to preserve 2813 that behavior, though it seems likely to have been unintentional. 2814 2815 Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=26545 2816 2817 Signed-off-by: Jamey Sharp <jamey@minilop.net> 2818 2819commit d3eab4a38f3e53ef21eb3b6fa66ead7afecf6227 2820Author: Jamey Sharp <jamey@minilop.net> 2821Date: Tue Apr 13 12:49:59 2010 -0700 2822 2823 Prefer the xcb_generic_error_t we already have over casting to xEvent. 2824 2825 Just a minor cleanup. 2826 2827 Signed-off-by: Jamey Sharp <jamey@minilop.net> 2828 2829commit 75ea8c37935ccc911557d16a303ba595b8ab106b 2830Author: Jamey Sharp <jamey@minilop.net> 2831Date: Mon Apr 12 11:30:20 2010 -0700 2832 2833 Run the user's synchandler as well as any internal synchandlers. 2834 2835 Fixes https://bugs.freedesktop.org/show_bug.cgi?id=27595 2836 2837 Signed-off-by: Jamey Sharp <jamey@minilop.net> 2838 2839commit c3f3e4a9e531d010312c97e753d6e543e607094d 2840Author: Kusanagi Kouichi <slash@ac.auone-net.jp> 2841Date: Fri Feb 12 17:16:10 2010 +0900 2842 2843 Fix manual typos. 2844 2845 Signed-off-by: Kusanagi Kouichi <slash@ac.auone-net.jp> 2846 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2847 2848commit 75c6c5595408caba9ef8233839d77021d02f86f2 2849Author: Dirk Wallenstein <dirkwallenstein@t-online.de> 2850Date: Fri Feb 5 20:42:46 2010 +0100 2851 2852 man: Correct the XkbAllAccessXEventsMask mask name 2853 2854 This mask has probably been renamed but not been updated in the manuals. 2855 2856 Signed-off-by: Dirk Wallenstein <dirkwallenstein@t-online.de> 2857 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2858 2859commit 9262aceaff24c954cab8c252690032bc2ec25e7d 2860Author: Dirk Wallenstein <dirkwallenstein@t-online.de> 2861Date: Fri Feb 5 20:42:45 2010 +0100 2862 2863 man: Add missing geometry component flag 2864 2865 Signed-off-by: Dirk Wallenstein <dirkwallenstein@t-online.de> 2866 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2867 2868commit 50cf134465f6fd263f37acecac94518468ef1c6d 2869Author: Dirk Wallenstein <halsmit@t-online.de> 2870Date: Tue Feb 2 21:24:32 2010 +0100 2871 2872 man: Return value of XkbGetState is Status and not Bool 2873 2874 Signed-off-by: Dirk Wallenstein <halsmit@t-online.de> 2875 Reviewed-by: Julien Cristau <jcristau@debian.org> 2876 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2877 2878commit 7a93ae2bb5292a97fdd27ed818bc81248b37f641 2879Author: Dirk Wallenstein <halsmit@t-online.de> 2880Date: Tue Feb 2 21:24:30 2010 +0100 2881 2882 man: Fix return value specification of XkbKeyActionEntry 2883 2884 The XkbKeyActionEntry macro expands to a pointer. 2885 2886 Signed-off-by: Dirk Wallenstein <halsmit@t-online.de> 2887 Reviewed-by: Julien Cristau <jcristau@debian.org> 2888 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2889 2890commit e9884d4a05a5661ec343ea8a2aa0562b6419e086 2891Author: Dirk Wallenstein <halsmit@t-online.de> 2892Date: Tue Feb 2 21:24:29 2010 +0100 2893 2894 man: Redirect users from XKeycodeToKeysym to XkbKeycodeToKeysym #25732 2895 2896 XKeycodeToKeysym keeps compatibility with pre-XKB and thus only sees 2 2897 groups with 2 levels each. It wraps the index into the next group. 2898 This behavior confuses the unaware user, and therefore this will add a 2899 reference to XkbKeycodeToKeysym in the corresponding man paragraph. 2900 2901 Another bug had that issue, too. #5349 2902 2903 Signed-off-by: Dirk Wallenstein <halsmit@t-online.de> 2904 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2905 2906commit 6474cdf97cd648afaeaa872155f3fa21cfb43f80 2907Author: Alan Coopersmith <alan.coopersmith@oracle.com> 2908Date: Thu Apr 8 19:59:55 2010 -0700 2909 2910 Fix typo in new fi_FI.UTF-8 that was reported by "make check" 2911 2912 Unrecognized pattern in Compose on line #154: 2913 <dead_diaeresis> <space> " "¨" 2914 2915 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 2916 2917commit 91bd5e7af2d3a9526aefb73dc10f417896f0e4dd 2918Author: Marko Myllynen <myllynen@redhat.com> 2919Date: Thu Apr 8 19:52:42 2010 -0700 2920 2921 Bug 27465 - Rewritten fi_FI.UTF-8 Compose file 2922 2923 I've rewritten the fi_FI.UTF-8 Compose file so that it 2924 2925 - includes en_US.UTF-8/Compose for base compose definitions (and thus gets any 2926 possible additions to en_US.UTF-8/Compose automatically included) 2927 - overrides any en_US.UTF-8/Compose definitions with fi_FI.UTF-8/Compose 2928 definitions (thus making it safe to include en_US.UTF-8/Compose) 2929 - lists all the definitions specified in the SFS 5966 standard (thus making it 2930 easy to verify that the implementation is valid and complete) 2931 - adds a header about the file itself as required by the standard 2932 2933 The rewritten version is ~320 lines compared to over 5000 lines of the previous 2934 version. 2935 2936 https://bugs.freedesktop.org/show_bug.cgi?id=27465 2937 2938commit f6a4fd0c7615684d08e848245849dea4017a5214 2939Author: Gaetan Nadon <memsize@videotron.ca> 2940Date: Thu Apr 1 21:46:12 2010 -0400 2941 2942 config: update and relocate AC_DEFINE_DIR macro 2943 2944 Remove deprecated acinclude.m4 macro container file 2945 Use separate macro files as per autoconf recommendation 2946 Use the latest macro from GNU (ax) which replaces 2947 the non-gnu version (ac) 2948 This preserves the Autoconf macro AC namespace. 2949 2950 Also moved out of acinclude.m4 is the DOLT macro 2951 2952 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 2953 2954commit 61d5231db418cec51bd718633c3bba39b18689d6 2955Author: Gaetan Nadon <memsize@videotron.ca> 2956Date: Mon Mar 29 14:53:48 2010 -0400 2957 2958 config: remove the pkgconfig pc.in file from EXTRA_DIST 2959 2960 Automake always includes it in the tarball. 2961 2962 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 2963 2964commit 69fc76a0321c6b25cc4286173c53435c69ab8e0e 2965Author: Fernando Carrijo <fcarrijo@yahoo.com.br> 2966Date: Wed Mar 17 23:53:16 2010 -0300 2967 2968 No need for req->firstKeyCode to be set twice. 2969 2970 There is no reason to set req->firstKeyCode twice when a client, wishful 2971 for changing keyboard mappings, calls XChangeKeyboardMapping. This patch 2972 fixes the mistake by making no functional changes to libX11 whatsoever. 2973 2974 Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br> 2975 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 2976 2977commit b5797597f83ee62228abfb88f026ef92163e07a5 2978Author: Gaetan Nadon <memsize@videotron.ca> 2979Date: Tue Feb 16 10:37:21 2010 -0500 2980 2981 config: move CWARNFLAGS from configure.ac to Makefile.am 2982 2983 Compiler warning flags should be explicitly set in the makefile 2984 rather than being merged with other packages compiler flags. 2985 2986 Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> 2987 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 2988 2989commit 052c4d7995b0e52a038933beb85cd544571c6b7e 2990Author: Gaetan Nadon <memsize@videotron.ca> 2991Date: Tue Feb 16 14:28:21 2010 -0500 2992 2993 specs: change install cmd due to automake 1.11 2994 2995 specData_INSTALL is defined in 1.9 and 1.10 but not 1.11 2996 2997 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 2998 2999commit 7277a18cda9f5a6807d11cf4ceb9449b1c302c18 3000Author: Gaetan Nadon <memsize@videotron.ca> 3001Date: Tue Feb 9 17:27:08 2010 -0500 3002 3003 doc: use $(mkdir_p) rather than $(MKDIR_P) due to automake 1.9.6 3004 3005 $(MKDIR_P) is not defined in automake 1.9. 3006 3007 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 3008 3009commit e66eda95b520727969d721416d4ea49b54ef2b03 3010Author: Gaetan Nadon <memsize@videotron.ca> 3011Date: Tue Feb 2 16:29:26 2010 -0500 3012 3013 specs: install html images in $docdir with html files 3014 3015 The images required by the html files have been omitted. 3016 3017 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 3018 3019commit 137d1ff6be99d040e77c8c4c52029c5bdf1f4808 3020Author: Gaetan Nadon <memsize@videotron.ca> 3021Date: Sun Jan 31 14:16:20 2010 -0500 3022 3023 doc: use new macros to control doc generation 3024 3025 Namely XORG_WITH_GROFF for the groff generation tool 3026 XORG_WITH_PS2PDF for the conversion of PS docs to PDF 3027 XORG_ENABLE_SPECS for the generation of specs 3028 3029 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 3030 3031commit 9ca583c5d6fcf9cd8151ee7b019630b141d32fab 3032Author: Gaetan Nadon <memsize@videotron.ca> 3033Date: Tue Jan 26 19:41:08 2010 -0500 3034 3035 doc: clean-up generated html images 3036 3037 Generate images in /images as is the convention 3038 Provide a base file name for images rather than process ID 3039 Remove images directory when running make clean 3040 3041 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 3042 3043commit eb289b34bfc9978eef724e0f268975938334c06c 3044Author: Kristian Høgsberg <krh@bitplanet.net> 3045Date: Thu Jan 21 13:39:17 2010 -0500 3046 3047 XErrorDB: Add new DRI2 request names 3048 3049commit 6babf2123d05adb9349394c49cc2d81d1f66cf9e 3050Author: Julien Cristau <jcristau@debian.org> 3051Date: Sat Jan 16 22:47:03 2010 +0000 3052 3053 man: Fix typo in Makefile 3054 3055 Missing line continuation was preventing the XCompose alias from being 3056 generated. 3057 3058 Signed-off-by: Julien Cristau <jcristau@debian.org> 3059 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3060 3061commit 68530599e61cf9fef3fcc91650e7cef21837fce7 3062Author: Alan Coopersmith <alan.coopersmith@sun.com> 3063Date: Sat Jan 16 11:41:32 2010 -0800 3064 3065 libX11 1.3.3 3066 3067 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3068 3069commit 1e5af224b9fbdb154620f898558704f2bc4bf4e9 3070Author: Alan Coopersmith <alan.coopersmith@sun.com> 3071Date: Thu Jan 14 18:33:39 2010 -0800 3072 3073 Update COPYING file with actual licenses from libX11 code & docs 3074 3075 COPYING was previously a years out-of-date copy of the LICENSES 3076 doc summarizing all licenses for all XFree86 components, many of 3077 which did not apply to libX11. 3078 3079 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3080 3081commit ddb1786720d6136b1b28be599c75c10ad1b76a2a 3082Author: Alan Coopersmith <alan.coopersmith@sun.com> 3083Date: Thu Jan 14 17:38:26 2010 -0800 3084 3085 Purge CVS/RCS id tags 3086 3087 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3088 3089commit c1db9ddcfa7091f173478dca45bf720badedfca4 3090Author: Alan Coopersmith <alan.coopersmith@sun.com> 3091Date: Thu Jan 14 15:39:14 2010 -0800 3092 3093 Update Sun license notices to current X.Org standard form 3094 3095 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3096 3097commit 1aaa7c0358c5c035b99625f5715cb722bc2d2a2f 3098Author: Alan Coopersmith <alan.coopersmith@sun.com> 3099Date: Thu Jan 14 08:28:22 2010 -0800 3100 3101 Add %S substitutions to Compose man page 3102 3103 Commit 9df349a7894725f9469b106af645f57f7f3f9af3 added support for %S 3104 in Compose file include statements - this documents it in the Compose 3105 file man page. 3106 3107 Also changes the existing substitution documentation to list format 3108 instead of a paragraph format to allow easier adding of %S. 3109 3110 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3111 3112commit 94b45db93058cffa25598fe27dd3e385ace9d305 3113Author: Richard Purdie <rpurdie@linux.intel.com> 3114Date: Thu Jan 14 08:04:28 2010 -0800 3115 3116 Fix configure.ac PKG_ macro calls 3117 3118 If the first call to PKG_CHECK_MODULES() may not be called during execution 3119 which is the case here since its inside a case statement, call 3120 PKG_PROG_PKG_CONFIG() to ensure things worked correctly. 3121 3122 Fixes a configure failure introduced by commit 3123 87529c039050ce3336ff9ce00f1b5a21d15690da when xcb is enabled. 3124 3125 http://bugs.freedesktop.org/show_bug.cgi?id=26041 3126 3127 Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> 3128 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3129 3130commit df559d8bc2238a2c369152fcb06e5b5ab132a5dc 3131Author: Alan Coopersmith <alan.coopersmith@sun.com> 3132Date: Tue Jan 12 09:18:15 2010 -0800 3133 3134 Raise xorg-macros requirement to 1.4 3135 3136 Needed since the changes in 464390f16d7ed4aa5bf80f89863ba92273075ec2 3137 depend on the INSTALL file delivered in xorg-macros 1.4 3138 3139 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3140 3141commit 9df349a7894725f9469b106af645f57f7f3f9af3 3142Author: James Cloos <cloos@jhcloos.com> 3143Date: Wed Jan 13 11:04:38 2010 -0500 3144 3145 Allow inclusion of system level compose files. 3146 3147 With the release of XFree86 4.4 an inclusion system of compose files was 3148 added to Xlib to allow inclusion of the default compose file (with %L), 3149 any compose files from user’s home directory (with %H), or a compose 3150 file with a hard coded path¹. However, even today including system level 3151 compose files is not possible in a platform independent manner although 3152 the machinery for including compose files and overriding previously 3153 defined compositions is already in place. 3154 3155 With the ability to include system level compose files one could greatly 3156 reduce the need for compose file rule duplication and the work needed to 3157 propagate changes in one compose file to others. For example, currently 3158 the Finnish compose file fi_FI.UTF-8 weights over 5000 lines² but it 3159 is almost identical with en_US.UTF-8 except for perhaps half a dozen 3160 compositions. 3161 3162 This commit allows one to include system level compose files with the 3163 following kind of syntax: 3164 3165 include "%S/en_US.UTF-8/Compose" 3166 3167 1] http://www.xfree86.org/4.4.0/RELNOTES5.html#42 3168 2] http://cgit.freedesktop.org/xorg/lib/libX11/tree/nls/fi_FI.UTF-8/Compose.pre 3169 3170 Signed-off-by: Marko Myllynen <myllynen@redhat.com> 3171 Signed-off-by: James Cloos <cloos@jhcloos.com> 3172 3173commit ccf21a8877f40136e25f2f62d0668b0c76b3cfbd 3174Author: Thien-Thi Nguyen <ttn@gnuvola.org> 3175Date: Tue Dec 1 10:31:47 2009 +0100 3176 3177 libX11: Fix comment: Invert polarity (direction) of reformat description. 3178 3179 Signed-off-by: Thien-Thi Nguyen <ttn@gnuvola.org> 3180 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3181 3182commit 4d4676c0d6324d2ff9d00d15ab485fa5d848a369 3183Author: Osamu Sayama <osamu.sayama@sun.com> 3184Date: Tue Jan 5 17:26:40 2010 -0800 3185 3186 set_fontset_extents crash after get_rotate_fontname fix in 2bef065b70f7 3187 3188 - In set_fontset_extents, check font_data is not NULL before running 3189 loop that may increment it to a non-NULL invalid pointer. 3190 - Make sure get_rotate_fontname counts the final field 3191 3192 Fixes OpenSolaris bug 6913809: X application dumps core in ja_JP.UTF-8 locale 3193 <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6913809> 3194 3195 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3196 Reviewed-by: Adam Jackson <ajax@redhat.com> 3197 3198commit 87529c039050ce3336ff9ce00f1b5a21d15690da 3199Author: Alan Coopersmith <alan.coopersmith@sun.com> 3200Date: Tue Jan 5 18:02:37 2010 -0800 3201 3202 Merge X11, XKBPROTO, & XPROTO pkg-config lists 3203 3204 Since the XPROTO_CFLAGS & XKBPROTO_CFLAGS are just merged into X11_CFLAGS 3205 in configure.ac anyway, might as well combine the lists passed to 3206 PKG_CHECK_MODULES to reduce duplication in the flags. 3207 3208 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3209 Reviewed-by: Rémi Cardona <remi@gentoo.org> 3210 Acked-by: Peter Hutterer <peter.hutterer@who-t.net> 3211 3212commit 2dd053667b44c55e2bf601aec7b75fc6fee1cf44 3213Author: Alan Coopersmith <alan.coopersmith@sun.com> 3214Date: Tue Jan 5 17:56:58 2010 -0800 3215 3216 Add XCompose man page shadow for Compose man page 3217 3218 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3219 3220commit 02543bba816e065c02cd36e0c9e21519a9ee9c96 3221Author: Alan Coopersmith <alan.coopersmith@sun.com> 3222Date: Tue Jan 5 17:47:44 2010 -0800 3223 3224 Add $(AM_V_GEN) to silence lint rules too 3225 3226 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3227 3228commit db7c6fdeeaef9475458498e4cf09d6b1329e9aa3 3229Author: Alan Coopersmith <alan.coopersmith@sun.com> 3230Date: Tue Jan 5 17:42:42 2010 -0800 3231 3232 Remove GCC_WARNINGS now that XORG_CWARNFLAGS sets them for us 3233 3234 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3235 3236commit 6b4e526e7ba105622f6b143e8e2639b44cb6cc19 3237Author: Gaetan Nadon <memsize@videotron.ca> 3238Date: Sun Nov 29 10:44:24 2009 -0500 3239 3240 configure.ac: restore correct order for XORG_DEFAULT_OPTIONS 3241 3242 It must be following AC_USE_SYSTEM_EXTENSION 3243 3244commit 3dbaa11d1c8705e1b309c6686f354766b651ad20 3245Author: Gaetan Nadon <memsize@videotron.ca> 3246Date: Sun Nov 29 10:01:44 2009 -0500 3247 3248 Add .gitignore in /specs for generated files 3249 3250 Being in /specs, it will apply for all 3 subdirs 3251 3252commit f45d39d37aab04742e44cd8c3c993aad7587e40c 3253Author: Gaetan Nadon <memsize@videotron.ca> 3254Date: Fri Nov 27 20:56:03 2009 -0500 3255 3256 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES 3257 3258 Now that the INSTALL file is generated. 3259 Allows running make maintainer-clean. 3260 3261commit 464390f16d7ed4aa5bf80f89863ba92273075ec2 3262Author: Gaetan Nadon <memsize@videotron.ca> 3263Date: Wed Oct 28 14:09:10 2009 -0400 3264 3265 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 3266 3267 Add missing INSTALL file. Use standard GNU file on building tarball 3268 README may have been updated 3269 Remove AUTHORS file as it is empty and no content available yet. 3270 Remove NEWS file as it is empty and no content available yet. 3271 3272commit 6360e7f0ce6a75da2bed33ede7fea783a1fb80e1 3273Author: Gaetan Nadon <memsize@videotron.ca> 3274Date: Tue Oct 27 15:07:25 2009 -0400 3275 3276 Deploy the new XORG_DEFAULT_OPTIONS #24242 3277 3278 This macro aggregate a number of existing macros that sets commmon 3279 X.Org components configuration options. It shields the configuration file from 3280 future changes. 3281 3282commit d02f943c98fde2f14319bc57fd9ad77eb9a2a572 3283Author: Gaetan Nadon <memsize@videotron.ca> 3284Date: Mon Oct 26 22:08:42 2009 -0400 3285 3286 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 3287 3288 ChangeLog filename is known to Automake and requires no further 3289 coding in the makefile. 3290 3291commit f77c89c751a6a63c8ef11ecdddca2aed11ff6e29 3292Author: Gaetan Nadon <memsize@videotron.ca> 3293Date: Thu Oct 22 12:34:19 2009 -0400 3294 3295 .gitignore: use common defaults with custom section # 24239 3296 3297 Using common defaults will reduce errors and maintenance. 3298 Only the very small or inexistent custom section need periodic maintenance 3299 when the structure of the component changes. Do not edit defaults. 3300 3301commit 46c7b0e9d0d85cf5ccc0d40d19821fcc3335503b 3302Author: Alan Coopersmith <alan.coopersmith@sun.com> 3303Date: Thu Nov 12 23:05:40 2009 -0800 3304 3305 Add compose-check.pl to EXTRA_DIST 3306 3307 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3308 3309commit 54c64267cc8bc98641cc39a22cb7bd71673e89e0 3310Author: Julien Cristau <jcristau@debian.org> 3311Date: Thu Oct 29 17:17:24 2009 +0100 3312 3313 man: fix XCopyGC argument order 3314 3315 Ubuntu bug#408337 3316 3317commit aad10032651cdc2a53b359035954454a28d6db67 3318Author: Alan Coopersmith <alan.coopersmith@sun.com> 3319Date: Fri Oct 23 13:55:14 2009 -0700 3320 3321 libX11 1.3.2 3322 3323 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3324 3325commit 6303ada89cb228c0f9656036f798703afb42fc29 3326Author: Peter Hutterer <peter.hutterer@who-t.net> 3327Date: Wed Oct 21 12:42:07 2009 +1000 3328 3329 Add smiley faces to compose sequences. 3330 3331 I wonder how we could have lasted that long without them. 3332 3333 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 3334 Acked-by: Daniel Stone <daniel@fooishbar.org> 3335 Acked-By: James Cloos <cloos@jhcloos.com> 3336 3337commit 0e104ebd8628803c27e36b16922ad1edd891325a 3338Author: Alan Coopersmith <alan.coopersmith@sun.com> 3339Date: Thu Oct 22 23:12:30 2009 -0700 3340 3341 Add man page for Compose file format 3342 3343 Based on grammar description in modules/im/ximcp/imLcPrs.c and 3344 note on XFree86 changes formerly found in xorg-docs RELNOTES.sgml 3345 3346 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3347 3348commit 9c95f2af7c442b3a59b1a30cf804f1ef4e7fc5b5 3349Author: Jeremy Huddleston <jeremyhu@freedesktop.org> 3350Date: Tue Oct 20 12:46:03 2009 -0700 3351 3352 Add extra configuration and sanity checks for groff and ps2pdf 3353 3354 1) Add AC_ARG_VAR for GROFF and PS2PDF to inform users of these 3355 environment variables. 3356 2) Check that groff -ms works 3357 3358 Some distributions ship the ms macros as a separate package which may 3359 not be installed together with groff, so we need to make sure that groff 3360 works and the required macros are actually installed before attempting 3361 to build the specs. 3362 3363 Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org> 3364 Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> 3365 Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> 3366 3367commit d3f801fd2f9198eaad6797414dba652f9c006c6d 3368Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> 3369Date: Sun Oct 18 17:34:53 2009 -0500 3370 3371 Fix VPATH build of libX11 specs 3372 3373 Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> 3374 3375commit ad15e1a89d30ccc11d80745897b83def1448e8c0 3376Author: Alan Coopersmith <alan.coopersmith@sun.com> 3377Date: Sat Oct 17 16:14:34 2009 -0700 3378 3379 libX11 1.3.1 3380 3381 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3382 3383commit 0cbf98c17a7484bb58b2464b98d63bb3b4ea2594 3384Author: Alan Coopersmith <alan.coopersmith@sun.com> 3385Date: Sat Oct 17 16:28:25 2009 -0700 3386 3387 Fix make distcheck 3388 3389 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3390 3391commit 082e62ad268ef16a3bebc5a3c9fa008dbdc483ed 3392Author: Alan Coopersmith <alan.coopersmith@sun.com> 3393Date: Fri Oct 16 19:25:35 2009 -0700 3394 3395 Use $(AM_V_GEN) to silence echo commands for generating shadow man pages 3396 3397 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3398 3399commit 4e66da0783b2e5e3b288aaecd3c89396ed425c20 3400Author: Alan Coopersmith <alan.coopersmith@sun.com> 3401Date: Wed Oct 14 16:18:24 2009 -0700 3402 3403 Move libX11 & XIM/locale specs from xorg-docs 3404 3405 If groff is found, and --disable-specs is not passed to configure, 3406 specs will be converted to text, html and ps (or pdf if ps2pdf is 3407 found) and installed to $(docdir) 3408 3409 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3410 3411commit 5d3d817a42ddcc8d0c6efd33efd1442fe14f5c6b 3412Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> 3413Date: Tue Oct 13 19:15:51 2009 -0500 3414 3415 Provide _Xsetlocale compat wrappers on Cygwin 3416 3417 Previous versions of Cygwin did not have proper locale support, so Cygwin/X 3418 defined X_LOCALE, using _Xsetlocale instead. Cygwin 1.7 has added locale 3419 support, but we can't remove the _Xsetlocale entry point without breaking 3420 ABI. 3421 3422 Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> 3423 3424commit 2c8b3a877a713bb66a6316a7051b43c46af6e1a0 3425Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> 3426Date: Tue Oct 13 19:15:49 2009 -0500 3427 3428 dolt: add Cygwin to supported platforms 3429 3430 Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> 3431 3432commit a2c8e3e34b15b57ff881a52101fc961a602f35e4 3433Author: Alan Coopersmith <alan.coopersmith@sun.com> 3434Date: Wed Oct 14 13:23:30 2009 -0700 3435 3436 Recognize XSUNBUFFERSIZE alias for XLIBBUFFERSIZE on Solaris 3437 3438 Also fix indenting of the XLIBBUFFERSIZE code to match surrounding code 3439 3440 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3441 3442commit 34ddfca7b7d58240b0fe74bec6b2e0652d15c051 3443Author: Jon TURNEY <jon.turney@dronecode.org.uk> 3444Date: Tue Feb 10 17:47:25 2009 +0000 3445 3446 Include sys/select.h for select() and struct timeval, if it exists 3447 3448 This is a cygwin build fix 3449 3450commit 383165916ddac91740d4c780174d4c0d07cdb994 3451Author: Xake <xake@rymdraket.net> 3452Date: Sun Sep 27 11:16:36 2009 +0200 3453 3454 Use AM_V_GEN instead of customized macros for AM_SILENT_RULES 3455 3456 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3457 3458commit 854269d55cdda8caf425515bfed2855e211a5ada 3459Author: Julien Cristau <jcristau@debian.org> 3460Date: Tue Oct 6 16:11:24 2009 +0200 3461 3462 configure: quote argument to m4_pattern_forbid 3463 3464 Without this, configure spits out 3465 ../configure: line 12364: ac_fn_c_check_member: command not found 3466 ../configure: line 12378: ac_fn_c_check_type: command not found 3467 3468 Also anchor the pattern to make it stricter. 3469 3470 Signed-off-by: Julien Cristau <jcristau@debian.org> 3471 3472commit 3bb020587ce74e0737ec7aceb20041f1e77d3b87 3473Author: Jeremy Huddleston <jeremyhu@freedesktop.org> 3474Date: Thu Oct 1 22:20:38 2009 -0700 3475 3476 Split CFLAGS into CPPFLAGS and CFLAGS 3477 3478 On some build systems, CPPFLAGS is set to "-I/some/prefix/include". If older 3479 X11 headers are in /some/prefix/include, they will be preferred over the 3480 shipped headers. This corrects that problem. 3481 3482commit d54caf1c9c55af8247621b7ba6afb20b23699839 3483Author: Peter Hutterer <peter.hutterer@who-t.net> 3484Date: Fri Oct 2 10:59:08 2009 +1000 3485 3486 libX11 1.3 3487 3488 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 3489 3490commit dd201bcf9e7f8863b7ef32273a5ef021678133c1 3491Author: Peter Hutterer <peter.hutterer@who-t.net> 3492Date: Fri Oct 2 12:10:29 2009 +1000 3493 3494 nls: remove duplicate Compose sequences from pt_BR.UTF-8 3495 3496 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 3497 3498commit a293ae9e83739067fc92db1a39c262857bc2283e 3499Author: Peter Hutterer <peter.hutterer@who-t.net> 3500Date: Fri Sep 25 11:19:41 2009 +1000 3501 3502 Add XF86TouchpadToggle to XKeysymDB 3503 3504 Lenovo laptops provide a key to enable or disable the touchpad and the 3505 trackstick. This key is usually located on Fn + F8. 3506 3507 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 3508 Acked-by: Adam Jackson <ajax@redhat.com> 3509 3510commit 69839f8903a24eab08f17a781b3797fb64dce9cf 3511Author: Alan Coopersmith <alan.coopersmith@sun.com> 3512Date: Sun Sep 27 10:34:16 2009 -0700 3513 3514 Bug 24173: libX11 from git fails to build with automake older then 1.11 3515 3516 AM_CONDITIONAL must come *before* the AC_OUTPUT that creates the 3517 Makefiles, instead of after. 3518 <http://bugs.freedesktop.org/show_bug.cgi?id=24173> 3519 3520 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3521 3522commit f5effd041f58ef07703cca2b4f396758811e1eec 3523Author: Alan Coopersmith <alan.coopersmith@sun.com> 3524Date: Wed Apr 15 10:59:23 2009 -0700 3525 3526 Resolve conflicting Compose sequences in iso8859-2, el_GR.UTF-8 & pt_BR.UTF-8 3527 3528 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3529 3530commit 3843778358d3a0cd6a2d07dba5dd061248053ac9 3531Author: Alan Coopersmith <alan.coopersmith@sun.com> 3532Date: Wed Apr 15 10:56:09 2009 -0700 3533 3534 Add perl script to check for duplicate or conflicting compose file entries 3535 3536 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3537 3538commit 19cc5e1fa17a285045662820a8b4de2a0f9a194d 3539Author: Alan Coopersmith <alan.coopersmith@sun.com> 3540Date: Fri Sep 18 17:10:04 2009 -0700 3541 3542 Use make rules instead of shell for loops to generate shadow man pages 3543 3544 Allows parallel make and simpler build logs/error reporting 3545 3546 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3547 3548commit 7dabcac973d0b6692a3cd62bd6d8e0467b24200b 3549Author: Alan Coopersmith <alan.coopersmith@sun.com> 3550Date: Fri Sep 18 16:58:53 2009 -0700 3551 3552 Add AM_SILENT_RULES support for cpp rules for man & nls files 3553 3554 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3555 3556commit bfa19cddd8546b4930a773f3bbd81137c362d82b 3557Author: Alan Coopersmith <alan.coopersmith@sun.com> 3558Date: Fri Sep 18 16:58:16 2009 -0700 3559 3560 Update to using xorg-macros 1.3 & XORG_DEFAULT_OPTIONS 3561 3562 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3563 3564commit 51396066c8003a96a6399c9a4bed2a81e512b582 3565Author: Mikko Niskanen <mikko.niskanen@iki.fi> 3566Date: Fri Sep 4 10:11:15 2009 +1000 3567 3568 Fix wrong typedef on HP-UX (#18998) 3569 3570 shl_dt doesn't exist, the type is shl_t. 3571 3572 X.Org Bug 18998 <http://bugs.freedesktop.org/show_bug.cgi?id=18998> 3573 3574 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 3575 3576commit 615220a312b9430a580fe6dcf51703c6ef244f66 3577Author: Paul Bender <pebender@gmail.com> 3578Date: Fri Sep 4 09:57:10 2009 +1000 3579 3580 Don't require xdmcp in configure.ac (#22583) 3581 3582 X.Org Bug 22583 <http://bugs.freedesktop.org/show_bug.cgi?id=22583> 3583 3584 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 3585 3586commit 20f9ecd86ad2a9ac6966f7eee32234cb5ef77c29 3587Author: Peter Hutterer <peter.hutterer@who-t.net> 3588Date: Thu Sep 3 14:02:44 2009 +1000 3589 3590 man: fix parameters to XkbAllocGeomOverlay{Rows|Keys} (#23499) 3591 3592 X.Org Bug 23499 <http://bugs.freedesktop.org/show_bug.cgi?id=23499> 3593 3594 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 3595 3596commit c2814a614dc4d9409bfa0f44c18bfd69ad7f7b85 3597Author: Peter Hutterer <peter.hutterer@who-t.net> 3598Date: Thu Sep 3 12:05:25 2009 +1000 3599 3600 man: XQueryTree may return BadWindow. (#23416) 3601 3602 X.Org Bug 23416 <http://bugs.freedesktop.org/show_bug.cgi?id=XXX> 3603 3604 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 3605 3606commit dbe98d456ccc6eeca9fa3e241a3db0a4d83c5a65 3607Author: Alan Coopersmith <alan.coopersmith@sun.com> 3608Date: Fri Aug 28 23:07:58 2009 +0800 3609 3610 Fix version tag in .TH line of several XKB man pages 3611 3612 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3613 3614commit bf24400936c10af6f5aa0c75cfe2207ab9b680b4 3615Author: Alan Coopersmith <alan.coopersmith@sun.com> 3616Date: Fri Aug 28 23:04:38 2009 +0800 3617 3618 XkbSetDeviceButtonActions.man: remove non-existent actions argument 3619 3620 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3621 3622commit 53affa9335116f2d367f041e6502a411d4619e47 3623Author: Alan Coopersmith <alan.coopersmith@sun.com> 3624Date: Fri Aug 28 23:00:17 2009 +0800 3625 3626 XkbQueryExtension.man: Arguments should be pointers 3627 3628 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3629 3630commit 6233948885acc5873a5abddfff235afec555f3c2 3631Author: Alan Coopersmith <alan.coopersmith@sun.com> 3632Date: Fri Aug 28 22:53:03 2009 +0800 3633 3634 XkbSAActionSetCtrls.man: Fix typo in formatting macro 3635 3636 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3637 3638commit 28a9ca57cdec4aa9ca92322f963b01f0c2daf47a 3639Author: Alan Coopersmith <alan.coopersmith@sun.com> 3640Date: Fri Aug 28 22:49:31 2009 +0800 3641 3642 Convert Xkb API man pages to ANSI prototypes 3643 3644 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3645 3646commit fa2eecca85baab9616f7143cc1a853a594b4a90c 3647Author: James Cloos <cloos@jhcloos.com> 3648Date: Mon Aug 24 06:35:17 2009 -0400 3649 3650 Add some (Serbian) Cyrillic NFD sequences. 3651 3652 A number of characters in use in the various countries which use the 3653 Cyrillic script do not appear as pre-composed characters in The UCS 3654 or Unicode; they are only available as combining-character sequences. 3655 3656 This commit adds support for using (prefix) dead keys and Multi_key- 3657 initiated sequences to enter a number of these combining-character 3658 sequences. This ensures that users can enter these scripts even 3659 when using the current Cyrillic keymaps, which lack support for 3660 the combining characters. 3661 3662 Please see the discussions on the xkb mailing list. 3663 3664 Signed-off-by: James Cloos <cloos@jhcloos.com> 3665 3666commit d1bdc909f9246119696c8b0d9afb7bd8afb71b60 3667Author: Julien Cristau <jcristau@debian.org> 3668Date: Wed Aug 5 18:14:23 2009 +0200 3669 3670 man/xkb: delete spurious newline in .TH headers 3671 3672commit ee723b83b24682db833a2f0abd96cd319b8a62af 3673Author: Julien Cristau <jcristau@debian.org> 3674Date: Wed Aug 5 16:45:19 2009 +0200 3675 3676 man: use __libmansuffix__ instead of 3X11 for references to other pages 3677 3678commit 595e204feb82c798a92eea41fea03be6476ac181 3679Author: Julien Cristau <jcristau@debian.org> 3680Date: Wed Aug 5 16:43:36 2009 +0200 3681 3682 man/xkb: use __libmansuffix__ instead of hardcoding 3Xkb for manpage sections 3683 3684commit 9da7e230d5320e1556ad2084fcd06ee7994385ea 3685Author: Peter Hutterer <peter.hutterer@who-t.net> 3686Date: Wed Aug 5 14:15:02 2009 +1000 3687 3688 Bump to 1.2.99.901 (1.3 RC1) 3689 3690 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 3691 3692commit 8f78c7b4e3570cd46c5a220982963c17fe2157b8 3693Author: Filippo Giunchedi <filippo@debian.org> 3694Date: Sat Jun 6 16:56:54 2009 +0200 3695 3696 nls: add {left,right}wards arrow to compose table 3697 3698 Debian bug#532117 <http://bugs.debian.org/532117> 3699 3700 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 3701 3702commit 7949bfa00390241d994f32463e50d4bd78920568 3703Author: Julien Cristau <jcristau@debian.org> 3704Date: Fri Jul 31 13:33:52 2009 +0200 3705 3706 Update library version for new symbols 3707 3708 Commit 554f755e5545f63d3c8f299297927238da155773 added generic event 3709 cookie handling. Bump libX11 version number accordingly. 3710 3711 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 3712 3713commit 640fec5f4feacd01a00eea3dcd4edb220907d3dc 3714Author: Julien Cristau <jcristau@debian.org> 3715Date: Sun Aug 2 17:18:31 2009 +0200 3716 3717 Add _XFUNCPROTOBEGIN/END to Xlib-xcb.h 3718 3719 X.Org bug#22252 <https://bugs.freedesktop.org/show_bug.cgi?id=22252> 3720 3721 Reported-by: Riku Salminen <rsalmin2@cc.hut.fi> 3722 Signed-off-by: Julien Cristau <jcristau@debian.org> 3723 3724commit bc06d49e9dac1836d6824769ddb2ac5ba9f14df7 3725Author: Peter Hutterer <peter.hutterer@who-t.net> 3726Date: Wed Jul 29 08:44:09 2009 +1000 3727 3728 Fix compiler warning 'unused variable qelt' 3729 3730 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 3731 3732commit 03f4907e14f5755e72309f08742977b871e81e33 3733Author: Peter Hutterer <peter.hutterer@who-t.net> 3734Date: Wed Jul 29 08:34:57 2009 +1000 3735 3736 Add utlist.h to the Makefile.am 3737 3738 utlist.h contains the linked list macros, it was added with the recent 3739 addition of event cookies but utlist.h wasn't added to the Makefile.am. As a 3740 result, make dist failed. 3741 3742 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 3743 3744commit 554f755e5545f63d3c8f299297927238da155773 3745Author: Peter Hutterer <peter.hutterer@who-t.net> 3746Date: Fri Jun 26 11:27:43 2009 +1000 3747 3748 Add generic event cookie handling to libX11. 3749 3750 Generic events require more bytes than Xlib provides in the standard XEvent. 3751 Memory allocated by the extension and stored as pointers inside the event is 3752 prone to leak by simple 'while (1) { XNextEvent(...); }' loops. 3753 3754 This patch adds cookie handling for generic events. Extensions may register 3755 a cookie handler in addition to the normal event vectors. If an extension 3756 has registered a cookie handler, _all_ generic events for this extensions 3757 must be handled through cookies. Otherwise, the default event handler is 3758 used. 3759 3760 The cookie handler must return an XGenericEventCookie with a pointer to the 3761 data.The rest of the event (type, serialNumber, etc.) are to be filled as 3762 normal. When a client retrieves such a cookie event, the data is stored in 3763 an internal queue (the 'cookiejar'). This data is freed on the next call to 3764 XNextEvent(). 3765 3766 New extension interfaces: 3767 XESetWireToEventCookie(display, extension_number, cookie_handler) 3768 3769 Where cookie_handler must set cookie->data. The data pointer is of arbitray 3770 size and type but must be a single memory block. This memory block 3771 represents the actual extension's event. 3772 3773 New client interfaces: 3774 XGetEventData(display, *cookie); 3775 XFreeEventData(display, *cookie); 3776 3777 If the client needs the actual event data, it must call XGetEventData() with 3778 the cookie. This returns the data pointer (and removes it from the cookie 3779 jar) and the client is then responsible for freeing the event with 3780 XFreeEventData(). It is safe to call either function with a non-cookie 3781 event. Events unclaimed or not handled by the XGetEventData() are cleaned up 3782 automatically. 3783 3784 Example client code: 3785 XEvent event; 3786 XGenericEventCookie *cookie = &ev; 3787 3788 XNextEvent(display, &event); 3789 if (XGetEventData(display, cookie)) { 3790 XIEvent *xievent = cookie->data; 3791 ... 3792 } else if (cookie->type == GenericEvent) { 3793 /* handle generic event */ 3794 } else { 3795 /* handle extension/core event */ 3796 } 3797 XFreeEventData(display, cookie); 3798 3799 Cookies are not multi-threading safe. Clients that use XGetEventData() must 3800 lock between XNextEvent and XGetEventData to avoid other threads freeing 3801 cookies. 3802 3803 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 3804 3805commit d7675cb8fa7155e7aff1459636a117a97aa1bf28 3806Author: Peter Hutterer <peter.hutterer@who-t.net> 3807Date: Mon Jul 6 13:17:35 2009 +1000 3808 3809 Bump to 1.2.99.1 3810 3811 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 3812 3813commit 75fe48e7a42a685d7098e8d7108b9b956c471563 3814Author: Peter Hutterer <peter.hutterer@who-t.net> 3815Date: Fri Jul 10 14:07:34 2009 +1000 3816 3817 Bump to 1.2.2 3818 3819 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 3820 3821commit 5d0fe0e0e92759af5667c5dca2eacb1b6f2d66ea 3822Author: Peter Hutterer <peter.hutterer@who-t.net> 3823Date: Thu Jul 2 09:10:25 2009 +1000 3824 3825 XMaskEvent/XCheckMaskedEvents must not check for GenericEvents. 3826 3827 GenericEvent cannot be selected for in the core event masks and they must 3828 thus be treated like extension events. 3829 3830 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 3831 3832commit c1bf65b89f4e361f6178a73dd5334c8f2bd95732 3833Author: Peter Hutterer <peter.hutterer@who-t.net> 3834Date: Thu Jul 2 09:06:05 2009 +1000 3835 3836 XWindowEvent/XCheckWindowEvent must not return GenericEvents. 3837 3838 GenericEvents have no fixed position for the window, so they must be treated 3839 like extension events. 3840 3841 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 3842 3843commit 38f9054554d63525d2dd51aafb5eb57821158ab9 3844Author: Alan Coopersmith <alan.coopersmith@sun.com> 3845Date: Mon Jun 15 19:00:43 2009 -0700 3846 3847 Drop ancient USG SysV #ifdefs 3848 3849 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3850 3851commit 7bfe1323f16a1a69cc474659f7ac0c2570b1cf42 3852Author: Adam Jackson <ajax@redhat.com> 3853Date: Fri Jun 12 12:44:01 2009 -0400 3854 3855 Remove X_NOT_STDC_ENV usage. (#6527) 3856 3857commit 6dd74d7fb414ca1e99bae5c13e333961f396eb36 3858Author: Julien Cristau <jcristau@debian.org> 3859Date: Fri May 29 11:18:11 2009 +0200 3860 3861 nls: remove more duplicated aliases 3862 3863 Signed-off-by: Julien Cristau <jcristau@debian.org> 3864 3865commit e4b0899f516da224010e68bd2d953d5293d94993 3866Author: parag <parag@rawhideTM.pnq.redhat.com> 3867Date: Thu May 28 11:29:35 2009 +0530 3868 3869 nls: Add pa_PK locale information and make pa_IN as default for pa. 3870 3871 X.Org bug#21954 <http://bugs.freedesktop.org/show_bug.cgi?id=21954> 3872 3873 [jcristau: removed the pa_PK.UTF-8 alias to itself] 3874 3875 Signed-off-by: parag <pnemade@redhat.com> 3876 Signed-off-by: Julien Cristau <jcristau@debian.org> 3877 3878commit f0ea1f6d51145592f8617854f9320ec5dbff3299 3879Author: Julien Cristau <jcristau@debian.org> 3880Date: Fri May 29 10:58:20 2009 +0200 3881 3882 nls: remove broken sd_IN.UTF-8 alias 3883 3884 Signed-off-by: Julien Cristau <jcristau@debian.org> 3885 3886commit e29e010dabdb17d6498f2ef1786f69b8830c18ca 3887Author: Julien Cristau <jcristau@debian.org> 3888Date: Fri May 29 10:57:43 2009 +0200 3889 3890 nls: remove duplicated en_US* aliases 3891 3892 Signed-off-by: Julien Cristau <jcristau@debian.org> 3893 3894commit a89a300d87852c84389ad97db66dcb8930cb45dd 3895Author: Caolan McNamara <caolanm@redhat.com> 3896Date: Thu May 21 18:41:05 2009 +0200 3897 3898 man: missing space in XAllocColor man page 3899 3900 X.Org bug#21854 <http://bugs.freedesktop.org/show_bug.cgi?id=21854> 3901 3902commit c1c001e36504fd304f76f69bf6af3643225c49ea 3903Author: James Cloos <cloos@jhcloos.com> 3904Date: Wed May 13 13:03:54 2009 -0400 3905 3906 [nls] Replace remaining UCS Combining Characters in Compose sequences. 3907 3908 The replaces the instances of keysyms which match <U03[0-6][0-9A-Fa-f]>, 3909 where the keysym is used as a dead_key, with an actual dead_key symbol. 3910 3911 The only remaining instances of UCS combining characters in the 3912 compose sequences are of U0338 COMBINING LONG SOLIDUS OVERLAY 3913 used as a suffix in Multi_key-initiated sequences to create 3914 mathematics characters such as ∉ U+2209 NOT AN ELEMENT OF 3915 from ∈ U+2208 ELEMENT OF. 3916 3917commit e2b0bad3d3b9e9ca781fc264eb7584afbe2a1a4f 3918Author: James Cloos <cloos@jhcloos.com> 3919Date: Wed May 13 09:58:59 2009 -0400 3920 3921 [nls] Remove extraneous instances of UCS Combining Characters in Compose sequences. 3922 3923 This removes those instances of keysyms which match <U03[0-6][0-9A-Fa-f]>, 3924 where the matching keysym is used as a dead_key, and for which alternative 3925 compose sequences exist. 3926 3927commit 79f47e6dff2f0a0b673bbfecc47528edca814baa 3928Author: James Cloos <cloos@jhcloos.com> 3929Date: Fri May 8 20:11:54 2009 -0400 3930 3931 [nls] Remove combining_ keysyms from the Compose files 3932 3933 Some of the UTF-8 Compose tables included combining_ keysyms in 3934 the compose sequences as though they were dead symbols. This 3935 is contrary to how combining characters are used in the UCS. 3936 Therefore, those lines have been removed from the Compose tables. 3937 3938 There were also some combining_ keysyms as targets. As those 3939 are not included in x11proto’s keysymdef.h, and as those do 3940 exist there as Uxxxx keysyms, they are replaced with the Uxxxx 3941 keysym names. 3942 3943 This addresses http://bugzilla.freedesktop.org/show_bug.cgi?id=5107 3944 and is based on attachment 25644 by samuel.thibault@ens-lyon.org. 3945 3946 Signed-off-by: James Cloos <cloos@jhcloos.com> 3947 3948commit 4a08a3dfbda497b2be46e3e5fe6b777815ea27f9 3949Author: parag <pnemade@redhat.com> 3950Date: Tue May 5 16:50:47 2009 +0530 3951 3952 libX11: Add new Indic language information to nls directory files. #21560 3953 3954 Signed-off-by: parag <pnemade@redhat.com> 3955 3956commit aaf81096eb44b4c2812108721ba02738391884da 3957Author: Alan Coopersmith <alan.coopersmith@sun.com> 3958Date: Sat May 2 01:38:14 2009 -0700 3959 3960 Correct return type in XkbGetKeyboard man page 3961 3962 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3963 3964commit 2bef065b70f70af520b5de8fb23529254d15f003 3965Author: Christoph Pfister <christophpfister@gmail.com> 3966Date: Mon Apr 27 22:32:57 2009 -0700 3967 3968 X.Org Bug #21117: crash in get_rotate_fontname (omGeneric.c) 3969 3970 http://bugs.freedesktop.org/show_bug.cgi?id=21117 3971 3972 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3973 3974commit 5c1cde105db10df24d3c532f032cbc59050c7313 3975Author: Alan Coopersmith <alan.coopersmith@sun.com> 3976Date: Fri Apr 17 22:14:47 2009 -0700 3977 3978 Use AC_USE_SYSTEM_EXTENSIONS instead of hand-rolled check for _GNU_SOURCE 3979 3980 Raises minimum autoconf version required to 2.60 3981 3982 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 3983 3984commit 84b7a91ef84f345384e4b0e13907385ca3ca3255 3985Author: Julien Cristau <jcristau@debian.org> 3986Date: Tue Apr 14 15:59:57 2009 +0100 3987 3988 Fix fi_FI.UTF-8, again 3989 3990 Commit 97fc6babd4ccaf300e25708868aa2a738893dc30 "NLS: Add UTF-8 compose 3991 file for Finnish" made fi_FI.UTF-8 use a broken empty XLC_LOCALE file. 3992 This reverts it back to using the en_US.UTF-8 one. 3993 3994commit 128daff4422f973ea40dd1e31b2db230e643549e 3995Author: Theppitak Karoonboonyanan <thep@linux.thai.net> 3996Date: Thu Apr 9 12:01:07 2009 +0700 3997 3998 Thai XIM not retrieve MB surrounding on UTF-8 LC 3999 4000 On th_TH.UTF-8 locale, Thai XIM rejects all combining characters for GTK+ apps 4001 that use X Input Method. 4002 4003 This is because GTK+ imxim immodule passes surrounding text in locale encoding, 4004 which is UTF-8 for UTF-8 locales. But current Thai XIM in Xlib assumes the 4005 multi-byte StringConversionText response for the StringConversionCallback to 4006 always be TIS-620, by retrieving a single byte and using it as-is. 4007 4008 If the Thai XIM tries to convert the multi-byte text based on locale codeset 4009 before using it, it will work again. 4010 4011 X.Org But 12759 <http://bugs.freedesktop.org/show_bug.cgi?id=12759> 4012 4013 Signed-off-by: Theppitak Karoonboonyanan <thep@linux.thai.net> 4014 Signed-off-by: Julien Cristau <jcristau@debian.org> 4015 4016commit e09f0d227fbf95b6252759af9d426efd57686f9f 4017Author: Theppitak Karoonboonyanan <thep@linux.thai.net> 4018Date: Thu Apr 9 11:47:55 2009 +0700 4019 4020 Thai XIM not filters when NumLock or CapsLock is on 4021 4022 The Thai XIM component in libx11 activated on 'th*' locales normally filters 4023 input sequence according to orthographic rules. However, when NumLock/CapsLock 4024 is on, this stops working. All sequences are passed through. 4025 4026 This is caused by missing masks in _XimThaiFilter(), which normally screens out 4027 certain special keys from entering orthographic rules. Unfortunately, this 4028 included events with NumLock/CapsLock on. Negating the masks from the check 4029 allows the events to be tested by the rules. 4030 4031 X.Org Bug 12517 <http://bugs.freedesktop.org/show_bug.cgi?id=12517> 4032 4033 Signed-off-by: Theppitak Karoonboonyanan <thep@linux.thai.net> 4034 Signed-off-by: Julien Cristau <jcristau@debian.org> 4035 4036commit d108d3c706af3502820b5202564488ea19908b77 4037Author: Theppitak Karoonboonyanan <thep@linux.thai.net> 4038Date: Thu Apr 9 11:25:25 2009 +0700 4039 4040 CharSet-to-CompoundText Conversion Failed for Thai Locales 4041 4042 SCIM fails to commit Thai input characters on Thai locales, because it commits 4043 string in compound text form, which was converted via 4044 XwcTextListToTextProperty(). But the XLC_LOCALE for th_TH and th_TH.UTF-8 4045 declares cs1's ct_encoding as TIS620-0:GR, which was commented out in 4046 src/xlibi18n/lcCT.c default_ct_data, in favor of ISO8859-11 ESC sequence. 4047 So, declaring cs1 as ISO8859-11:GR instead makes it work. 4048 4049 Besides, for th_TH.UTF-8, adding cs2 class with ISO10646-1 encoding also adds 4050 support for UTF-8 input. 4051 4052 And, along discussion in the bug, a similar problem was found for fontset, too, 4053 by causing delays on X apps startups on systems without tis620-0 fonts. This 4054 is normally the case, as mkfontdir and mkfontscale generate iso8859-11 entries 4055 by default for Thai X fonts. So, Thai fontset charset is also patched. 4056 4057 X.Org Bug 16475 <http://bugs.freedesktop.org/show_bug.cgi?id=16475> 4058 4059 Signed-off-by: Theppitak Karoonboonyanan <thep@linux.thai.net> 4060 Signed-off-by: Julien Cristau <jcristau@debian.org> 4061 4062commit fd62d3318c846cd43d66a505946e94704d7d83dc 4063Author: Alan Coopersmith <alan.coopersmith@sun.com> 4064Date: Wed Apr 8 19:42:25 2009 -0700 4065 4066 Revert "Change masculine to ordmasculine in Compose file comments" 4067 4068 This reverts commit 892b401d5acc055803a20e349ede0d64490f2230. 4069 4070 As Julien Cristau correctly points out, I misread the Compose file grammar 4071 in modules/im/ximcp/imLcPrs.c, and those are keysyms, not comments, and 4072 the keysym is named XK_masculine in keysymdef.h. This change is thus a 4073 bug in the Solaris compose tables to be fixed, not an improvement to bring 4074 upstream. 4075 4076commit eac57c77afdf44f50692225b8b0345a7c927bc84 4077Author: Alan Coopersmith <alan.coopersmith@sun.com> 4078Date: Tue Apr 7 15:38:45 2009 -0700 4079 4080 Version bump: 1.2.1 4081 4082 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4083 4084commit bfbec08baec33c5024510b0bcbbee6e4a8473e79 4085Author: Yaakov Selkowitz (Cygwin Ports maintainer) <yselkowitz@users.sourceforge.net> 4086Date: Tue Apr 7 13:46:57 2009 -0700 4087 4088 Bug 20773: Xcursor dynamic loading on Cygwin 4089 4090 X.Org Bug #20773 <http://bugs.freedesktop.org/show_bug.cgi?id=20773> 4091 Patch #24096 <http://bugs.freedesktop.org/attachment.cgi?id=24096> 4092 4093 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4094 4095commit c8c41614911be4fa222fa22478677d263b41c751 4096Author: Alan Coopersmith <alan.coopersmith@sun.com> 4097Date: Mon Apr 6 16:52:46 2009 -0700 4098 4099 Fix a several sparse warnings: Using plain integer as NULL pointer 4100 4101 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4102 4103commit b336c3d0cc2aefc8926500cff5f76b5a3e803886 4104Author: Alan Coopersmith <alan.coopersmith@sun.com> 4105Date: Mon Apr 6 16:32:05 2009 -0700 4106 4107 Further ansify prototypes & reduce #ifdefs in locking.c 4108 4109 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4110 4111commit 892b401d5acc055803a20e349ede0d64490f2230 4112Author: Alan Coopersmith <alan.coopersmith@sun.com> 4113Date: Mon Apr 6 10:50:09 2009 -0700 4114 4115 Change masculine to ordmasculine in Compose file comments 4116 4117 Matches the ordfeminine name used for the matching character, 4118 and the ordmasculine name used in many font descriptions of the glyph. 4119 4120 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4121 4122commit e3198b55dc16ec57346cc28aa8d34165ce8cde96 4123Author: Julien Cristau <jcristau@debian.org> 4124Date: Fri Mar 13 13:52:33 2009 +0100 4125 4126 Add a ru_RU.UTF-8 locale 4127 4128 Based on patch by Eugene Konev <ejka@imfi.kspu.ru> for X.Org 6.9.0. 4129 4130 Debian bug#330144 <http://bugs.debian.org/330144> 4131 X.Org bug#15887 <http://bugs.freedesktop.org/show_bug.cgi?id=15887> 4132 4133commit d239de9452691d6f875e6e5ace3d499ec3bf14d9 4134Author: Alan Coopersmith <alan.coopersmith@sun.com> 4135Date: Wed Mar 25 17:59:09 2009 -0700 4136 4137 Delete some unused "#ifdef notdef" static functions 4138 4139 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4140 4141commit 4281892e31058ef3aecc96a5767824b34d88d415 4142Author: Alan Coopersmith <alan.coopersmith@sun.com> 4143Date: Wed Mar 25 17:52:48 2009 -0700 4144 4145 Remove _XP_PRINT_SERVER_ #ifdefs from Xrm.c 4146 4147 This copy of Xrm.c is never compiled into the Xprint server any more, so 4148 this old code-sharing #ifdef from the monolith tree isn't needed. 4149 4150 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4151 4152commit 27a2e16e8ea11c1604e28645fae4d6ba4371d513 4153Author: Alan Coopersmith <alan.coopersmith@sun.com> 4154Date: Tue Mar 17 18:38:58 2009 -0700 4155 4156 makekeys: combine malloc(strlen)+strcpy into strdup 4157 4158 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4159 4160commit 78a894231ae8ec4959007b6d9b8d2a15d6333a1e 4161Author: Alan Coopersmith <alan.coopersmith@sun.com> 4162Date: Tue Mar 17 15:42:19 2009 -0700 4163 4164 When makekeys fails to find a good hash, print error instead of divide-by-zero 4165 4166 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4167 4168commit c9f84af591d15fbc3fa890bcd955d94f1ff82a0b 4169Author: Alan Coopersmith <alan.coopersmith@sun.com> 4170Date: Tue Mar 17 14:59:16 2009 -0700 4171 4172 Remove ifdef checks for macII left over from ancient A/UX 3.0 support 4173 4174 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4175 4176commit 4b90da0ffb32b791d915ecae11996cc2f2cac9a7 4177Author: Alan Coopersmith <alan.coopersmith@sun.com> 4178Date: Mon Mar 16 18:37:49 2009 -0700 4179 4180 XErrorDB additions for DRI2 requests 4181 4182 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4183 4184commit 273f45af1441be9d2135e4cac8c46ceb33470236 4185Author: Alan Coopersmith <alan.coopersmith@sun.com> 4186Date: Mon Mar 16 18:35:44 2009 -0700 4187 4188 XErrorDB additions for XInput errors and new XInput 1.5 requests 4189 4190 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4191 4192commit 90ef36f6336068183bf9d13ca972202db35b1202 4193Author: Alan Coopersmith <alan.coopersmith@sun.com> 4194Date: Mon Mar 16 18:23:05 2009 -0700 4195 4196 XErrorDB additions for RANDR 1.3 4197 4198 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4199 4200commit 124a4efaccf329f1a44f6b824e70278bdd1cad83 4201Author: Lubos Lunak <l.lunak@suse.cz> 4202Date: Mon Mar 16 18:03:36 2009 -0700 4203 4204 XErrorDB updates for XTEST, RANDR, DAMAGE extensions 4205 4206 From http://lists.freedesktop.org/archives/xorg/2008-January/031937.html 4207 4208 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4209 4210commit 80811846e37b805fddb37c71589fd5f6f6037b3f 4211Author: Lubos Lunak <l.lunak@suse.cz> 4212Date: Mon Mar 16 17:57:52 2009 -0700 4213 4214 XGetErrorText() fails for extension error codes equal to the error base 4215 4216 From http://lists.freedesktop.org/archives/xorg/2008-January/031937.html 4217 4218 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4219 4220commit da95ecbbdcacc483cd0b5fd7db1fb2e2543341bd 4221Author: Milos Komarcevic <miloskomarcevic@netscape.net> 4222Date: Mon Mar 16 17:43:26 2009 -0700 4223 4224 Bug 11456: Serbian locale updates (sr_RS and sr_ME) 4225 4226 X.Org Bug #11456 <http://bugs.freedesktop.org/show_bug.cgi?id=11456> 4227 Patch #23937 <http://bugs.freedesktop.org/attachment.cgi?id=23937> 4228 4229 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4230 4231commit 934a6c0519a9e32505beee55b004f36c2a710217 4232Author: Alan Coopersmith <alan.coopersmith@sun.com> 4233Date: Mon Mar 16 14:55:22 2009 -0700 4234 4235 Bug 10082: Compose entries for some standard mathematical operators 4236 4237 X.Org Bug #10082 <http://bugs.freedesktop.org/show_bug.cgi?id=10082> 4238 4239 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4240 4241commit abf4da1ed0f735ca7ce471dc13a0ec3677391486 4242Author: Alan Coopersmith <alan.coopersmith@sun.com> 4243Date: Mon Mar 16 14:27:46 2009 -0700 4244 4245 Bug 14651: We need to add new locale specification for Belarusian Latin locale 4246 4247 X.Org Bug #14651 <http://bugs.freedesktop.org/show_bug.cgi?id=14651> 4248 4249 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4250 4251commit 837703c8651e1321a50147a8311c56e4758ce08a 4252Author: Caolan McNamara <caolanm@redhat.com> 4253Date: Mon Mar 16 14:15:50 2009 -0700 4254 4255 Bug 20575: man page for XCreatePixmapFromBitmapData doesn't match signature 4256 4257 X.Org Bug #20575 <http://bugs.freedesktop.org/show_bug.cgi?id=20575> 4258 Patch #23717 <http://bugs.freedesktop.org/attachment.cgi?id=23717> 4259 4260 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4261 4262commit 22199018879055d8653e59d8236bef57164fac66 4263Author: Alan Coopersmith <alan.coopersmith@sun.com> 4264Date: Mon Mar 16 13:28:18 2009 -0700 4265 4266 Correct locale alias for sh_BA.ISO8859-2@bosnia (should be sr, not nr) 4267 4268 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4269 4270commit 4c63c27eab2b88f5556dbf72c36321f50f6de35e 4271Author: Alan Coopersmith <alan.coopersmith@sun.com> 4272Date: Thu Mar 12 18:57:20 2009 -0700 4273 4274 Bug 9953: Please provide locale alias hu_HU.utf8 4275 4276 X.Org Bug #9953 <http://bugs.freedesktop.org/show_bug.cgi?id=9953> 4277 Debian Bug #407573 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=407573> 4278 4279 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4280 4281commit 501f4e0ada1690783ada05ad412e4b191ad55336 4282Author: Alan Coopersmith <alan.coopersmith@sun.com> 4283Date: Thu Mar 12 17:38:21 2009 -0700 4284 4285 Bug 6820: Xlib shouldn't handle EAGAIN as a fatal IO error 4286 4287 X.Org Bug #6820 <http://bugs.freedesktop.org/show_bug.cgi?id=6820> 4288 Patch #17637 <http://bugs.freedesktop.org/attachment.cgi?id=17637> 4289 4290 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4291 4292commit 7b9c543e7210c7da204871c31a160e79d3a949b6 4293Author: Paul Bender <pebender@gmail.com> 4294Date: Thu Mar 12 17:11:42 2009 -0700 4295 4296 Bug 15664: xau & xdmcp not needed in x11.pc dependencies when built with xcb 4297 4298 X.Org bug #15664 <https://bugs.freedesktop.org/show_bug.cgi?id=15664> 4299 Patch #16128 <https://bugs.freedesktop.org/attachment.cgi?id=16128> 4300 4301 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4302 4303commit fd2cf1ef66c2aff3dc758956c9e9e567b9892c06 4304Author: Xue Wei <Wei.Xue@Sun.COM> 4305Date: Wed Mar 4 19:32:29 2009 -0800 4306 4307 Add UTF-8 locale entries for es_US, kk_KZ, mt_MT, and sh_BA 4308 4309 Sun bug 6809309 Add new utf8 locales supported by Xlib 4310 <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6809309> 4311 4312 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4313 4314commit cb70c9bc43267577859a3674ca9de9be396ba69e 4315Author: Alan Coopersmith <alan.coopersmith@sun.com> 4316Date: Mon Feb 23 19:29:15 2009 -0800 4317 4318 Add --with-locale-lib-dir configure option to set locale lib install dir 4319 4320 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4321 4322commit ccd3584f0330db8dac90b9313c33ab8b5b2ec6af 4323Author: Alan Coopersmith <alan.coopersmith@sun.com> 4324Date: Mon Feb 23 18:33:51 2009 -0800 4325 4326 Incorporate more locale names/aliases from Solaris libX11 4327 4328 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4329 4330commit 83ce4daefdf544f801c7d666c89162690a36ce41 4331Author: Alan Coopersmith <alan.coopersmith@sun.com> 4332Date: Mon Feb 23 18:32:34 2009 -0800 4333 4334 Incorporate char range comments from Solaris version of ksc5601.h 4335 4336 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4337 4338commit ee279c84e34f1ebb8a6ff17d54ee146d11e29764 4339Author: Chris Ball <cjb@laptop.org> 4340Date: Sat Feb 21 14:48:42 2009 -0500 4341 4342 Fix fi_FI locale install directory. 4343 4344 fi_FI was setting "x11thislocaledir" to en_US, with the result that its 4345 locale data was written in that locale dir. 4346 4347 Signed-off-by: Chris Ball <cjb@laptop.org> 4348 4349commit da6bbca07c796c69172a649405474f03bee66754 4350Author: Emilio Jesús Gallego Arias <egallego@babel.ls.fi.upm.es> 4351Date: Sat Feb 21 20:17:23 2009 +0100 4352 4353 xcb_io: Avoid datatype overflow on AMD64 and friends. 4354 4355commit 4ef6491afa69e8441caee7bbebc583e6e796275e 4356Author: Chris Ball <cjb@laptop.org> 4357Date: Sat Feb 21 12:51:03 2009 -0500 4358 4359 Build fix for fi_FI. 4360 4361 Commit 642c4e928e770e0.. instructs make to enter nls/fi_FI, but no 4362 Makefile is written there by configure. 4363 4364 Signed-off-by: Chris Ball <cjb@laptop.org> 4365 4366commit 642c4e928e770e012379539a6ce09e11c02f09a6 4367Author: Julien Cristau <jcristau@debian.org> 4368Date: Sat Feb 21 03:12:05 2009 +0100 4369 4370 nls: actually use the fi_FI.UTF-8 files 4371 4372 The subdir wasn't added to nls/Makefile.am 4373 4374commit 9bad8309ef289bb943651abf6967b24fa2252aac 4375Author: Alan Coopersmith <alan.coopersmith@sun.com> 4376Date: Fri Feb 20 14:45:54 2009 -0800 4377 4378 flags member of Display structure needs to be marked volatile 4379 4380 Since the Xlib multithreaded code checks the flags variable in _XFlushInt 4381 to see if the other threads are done yet, it has to be marked volatile so 4382 the compiler doesn't optimize out re-loading it on each trip through the 4383 while loop and end up in an impossible-to-exit infinite loop of CPU chewing. 4384 4385 Part of fix for Sun bug 6409332: infinite loop in XFlushInt() on x86/32-bit 4386 <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6409332> 4387 4388 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4389 4390commit ef5c446395aa30d7b1096a112e241a81c5b358e7 4391Author: Xue Wei <Wei.Xue@Sun.COM> 4392Date: Fri Feb 20 15:12:35 2009 -0800 4393 4394 Add nn_NO.UTF-8 to compose.dir.pre for Norwegian Nynorsk 4395 4396 Sun bug 6691236: Swing applications dump core when locale is nn_NO.UTF-8 4397 <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6691236> 4398 4399 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4400 4401commit 3822f2654e9630167f0c6cae317b472c09771672 4402Author: Xue Wei <Wei.Xue@Sun.COM> 4403Date: Fri Feb 20 15:03:51 2009 -0800 4404 4405 Add locale aliases for no_NO & sh_BA locale variants 4406 4407 Fixes Sun bug id 6691219: xterm refuses to start in some locales 4408 <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6691219> 4409 4410 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4411 4412commit 63b6b5b5f522c0a606b32163c643edb64ca91d54 4413Author: Xue Wei <Wei.Xue@Sun.COM> 4414Date: Fri Feb 20 14:23:11 2009 -0800 4415 4416 Add kk_KZ.UTF-8 to locale.dir.pre for Kazakhstan 4417 4418 Fixes Sun bug id 6737254 ("kk_KZ.UTF-8 locale: In Java applications 4419 changing keyboard layout with gimlet does not work") 4420 <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6737254> 4421 4422 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4423 4424commit d497301707962f3b94542e999a36abffcfbd303d 4425Author: Julien Cristau <jcristau@debian.org> 4426Date: Tue Feb 17 16:09:41 2009 +0100 4427 4428 Bump to 1.2 4429 4430commit 990e71361d1d7b79bf07b1dc93e4e905d4f1bdaf 4431Author: Julien Cristau <jcristau@debian.org> 4432Date: Tue Feb 17 15:23:40 2009 +0100 4433 4434 Check Xmalloc return value in _XConnectXCB 4435 4436 X.Org bug#19137 <http://bugs.freedesktop.org/show_bug.cgi?id=19137> 4437 4438 Signed-off-by: Julien Cristau <jcristau@debian.org> 4439 4440commit b4b5893f69419ff577bbaa4d18f78e4ffd729a0c 4441Author: James Cloos <cloos@jhcloos.com> 4442Date: Sat Feb 14 12:35:56 2009 -0500 4443 4444 dolt: allow older versions of bash to compile the library 4445 4446 Cf xserver commit 7be6520d and bugzilla #19031. 4447 4448commit 20982d6866e24453642b0b592fa0f13a88aa747c 4449Author: Will Thompson <will@willthompson.co.uk> 4450Date: Thu Feb 5 02:53:06 2009 +1100 4451 4452 NLS: Compose: Non-aliasing CCCP 4453 4454 Oops, cccp aliased cc for question mark. Upper-case it to avoid fail. 4455 4456 Signed-off-by: Will Thompson <will@willthompson.co.uk> 4457 Signed-off-by: Daniel Stone <daniel@fooishbar.org> (sorry) 4458 4459commit f052665394f3f0319e93a98f1d5d4ea287e1dd07 4460Author: Will Thompson <will@willthompson.co.uk> 4461Date: Wed Feb 4 14:51:11 2009 +0000 4462 4463 Add two essential compose sequences 4464 4465 Signed-off-by: Will Thompson <will@willthompson.co.uk> 4466 Signed-off-by: Daniel Stone <daniel@fooishbar.org> 4467 4468commit d7bea6fa909bf34c43efe0ca8239ab0f9f3a415f 4469Author: Alan Coopersmith <alan.coopersmith@sun.com> 4470Date: Mon Feb 2 20:34:31 2009 -0800 4471 4472 Add README with pointers to mailing list, bugzilla & git repos 4473 4474 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 4475 4476commit f682c27e93512773122887d2cbabb1657af45d2e 4477Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 4478Date: Mon Feb 2 16:36:39 2009 -0200 4479 4480 Check if a function argument is NULL. 4481 4482 This was an addition to patch (also by me) 4483 https://bugs.freedesktop.org/attachment.cgi?id=14660 4484 that was not added when rediscovering/correcting the problem. 4485 4486commit 427e9d45d424b84efd9fc499aebf8d72392844c5 4487Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 4488Date: Thu Feb 28 15:58:12 2008 -0300 4489 4490 Allow multiple inclusions of cursorfont.h, cosmetic patch. 4491 4492commit b91524a53e691f6a5d278fd8972b48a14ebeedeb 4493Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 4494Date: Thu Feb 28 15:54:43 2008 -0300 4495 4496 Don't add prototypes for functions that don't exist. 4497 4498 Note that a full review was not done, only for functions that receive 4499 char/short arguments, or one of it's parameters is a function pointer 4500 that requires char/short arguments. 4501 4502commit 537eb52fe266ac439c4b383bb04a70017b709911 4503Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 4504Date: Thu Feb 28 15:50:27 2008 -0300 4505 4506 WORD64 compile fix. This bug catched on a overview of the code. 4507 4508 The code is wrong since the first git revision, so it seens that it has 4509 not been compiled with WORD64 for quite some time, there is also another 4510 interesting code in xkb/XKBRdBuf.c: 4511 <hash>ifdef WORD64 4512 _XkbWriteCopyData32 Not Implemented Yet for sizeof(int)==8 4513 <hash>endif 4514 and possibly there are other similar problems. 4515 4516commit ffd0300fb74c6183208ae599133f2ded09e08d97 4517Author: Brian Rogers <brian@xyzw.org> 4518Date: Sat Jan 31 10:37:51 2009 -0800 4519 4520 Initialize event_notify after allocating the memory for it. 4521 4522 An uninitialized or otherwise invalid condition variable can apparently 4523 cause a hang in pthread_cond_broadcast. Ekiga, openoffice, and xine 4524 at least are freezing as a result of event_notify never being initialized. 4525 4526 Signed-off-by: Brian Rogers <brian@xyzw.org> 4527 Signed-off-by: Bart Massey <bart@cs.pdx.edu> 4528 4529commit 97fc6babd4ccaf300e25708868aa2a738893dc30 4530Author: James Cloos <cloos@jhcloos.com> 4531Date: Thu Jan 29 20:10:41 2009 -0500 4532 4533 NLS: Add UTF-8 compose file for Finnish 4534 4535 From bug report: 4536 4537 https://bugs.freedesktop.org/show_bug.cgi?id=18747 4538 4539commit 1bd2966ed88f83479a066c6ca7da23a515979550 4540Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 4541Date: Thu Jan 29 20:25:15 2009 -0200 4542 4543 patches to avoid gcc warnings for libX11 (#4) 4544 4545 Author is Peter Breitenlohner <peb@mppmu.mpg.de> 4546 Bug #17946, attachment #19443 4547 4548 This patch avoids the gcc warning 4549 ../../../../libX11-1.1.5/modules/im/ximcp/imDefLkup.c:223: warning: passing arg 1 of `_XimProcSyncReply' from incompatible pointer type 4550 (same as already done at other places) 4551 4552 BTW: what is the difference between XIM (the type of ic->core.im) 4553 and Xim ? 4554 4555commit f16dd6af3eb17a25b8ee03d6617a7acc6e919fb0 4556Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 4557Date: Thu Jan 29 20:22:21 2009 -0200 4558 4559 patches to avoid gcc warnings for libX11 (#3) 4560 4561 Author is Peter Breitenlohner <peb@mppmu.mpg.de> 4562 Bug #17946, attachment #19441 4563 4564 This patch avoids the two gcc warnings 4565 ../../../../libX11-1.1.5/modules/im/ximcp/imRm.c:413: warning: assignment discards qualifiers from pointer target type 4566 ../../../../libX11-1.1.5/modules/im/ximcp/imRm.c:450: warning: assignment discards qualifiers from pointer target type 4567 4568 Note, that this as a rather crude fix of the problem (and it is really a 4569 shame to cast name_table to non-const). 4570 4571 The right solution would be to declare XIMValuesList.supported_values 4572 (in include/X11/Xlib.h) as 'const char **' (or '_Xconst char **'). 4573 This will, however, require extensive modifications in various places. 4574 4575commit cce75c5dce73fe1f8626ed9e6798138ada09a860 4576Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 4577Date: Thu Jan 29 20:20:18 2009 -0200 4578 4579 patches to avoid gcc warnings for libX11 (#2) 4580 4581 Author is Peter Breitenlohner <peb@mppmu.mpg.de> 4582 Bug #17946, attachment #19440 4583 4584 Avoid a preprocessor message 4585 <stdin>:194: warning: no newline at end of file 4586 4587 Two more such warnings (in XkbSAGroup.man and XkbSASetGroup.man) 4588 seem to be caused by a truncated (or otherwise incomplete) 4589 manpage. 4590 4591commit 692baebcc50f1e952800bfe4e2e6bc42f54e62fe 4592Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 4593Date: Thu Jan 29 20:12:24 2009 -0200 4594 4595 patches to avoid gcc warnings for libX11 (#1) 4596 4597 Author is Peter Breitenlohner <peb@mppmu.mpg.de> 4598 Bug #17946, attachment #19439 4599 4600 Define as 1 (one) as done by autoconf and the command line 4601 option, e.g. -DX11_t, not as empty. 4602 4603 This avoids the gcc (3.4.6) warnings: 4604 ../../libX11-1.1.5/src/x11_trans.c:27:1: warning: "X11_t" redefined 4605 <command line>:7:1: warning: this is the location of the previous definition 4606 ../../libX11-1.1.5/src/x11_trans.c:28:1: warning: "TRANS_CLIENT" redefined 4607 <command line>:8:1: warning: this is the location of the previous definition 4608 4609 Similarly, follow the autoconf convention to define XTHREADS 4610 and XUSE_MTSAFE_API as one. 4611 4612 This avoids analogous warnings when compiling libXcomposite, 4613 libXcursor, and libXdamage. 4614 4615 No reason to AC_SUBST XTHREADS and XUSE_MTSAFE_API (unused). 4616 4617commit a1977883c9f5ef0e515569d6e2ebccb07411f98c 4618Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 4619Date: Thu Jan 29 15:01:06 2009 -0200 4620 4621 Janitor: Correct some gcc/sparse warnings. 4622 4623 Most remaining warnings are about XIM/Xim to/from conversion 4624 and discarding const from pointers. 4625 4626commit 8ba0ca32a63c532f128bdca7f1bf982cab8e12be 4627Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 4628Date: Wed Jan 28 20:31:42 2009 -0200 4629 4630 Janitor: ansification, make distcheck, compiler warnings. 4631 4632 Only convert to use "ansi prototypes" the functions warned from 4633 compilation with "./autogen.sh --prefix=/usr", on a Linux computer. 4634 4635 Also, only address "trivial" compiler warning fixes in this commit. 4636 4637 The new .gitignore is the output of a command like: 4638 % find . -name .gitignore -exec cat {} \; | sort | uniq 4639 and only the toplevel .gitignore file was kept. 4640 4641commit 091c1624fd2f9d933329d6152e4ecd865aa7903a 4642Author: Peter Hutterer <peter.hutterer@who-t.net> 4643Date: Tue Jan 13 12:05:54 2009 +1000 4644 4645 Fix wrong implies symbol. 4646 4647 Quote Simos Xenitellis: 4648 > I checked the gtk+ commit logs that go back to 2000, and I see that still it 4649 > was 4650 > 4651 > { 0x08ce, 0x21d2 }, /* implies ⇒ RIGHTWARDS 4652 > DOUBLE ARROW */ 4653 > 4654 > In XFree86, it appears there was an error when they converted the 4655 > original table to 4656 > http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/imKStoUCS.c?rev=1.1&content-type=text/vnd.viewcvs-markup 4657 > and the problem still shows up there (November 2000). 4658 4659 http://lists.freedesktop.org/archives/xorg/2008-October/039743.html 4660 4661 Reported by Erik Streb del Toro. 4662 4663commit e32521f19e0b07649b7e3a03d56a2bd556b138fb 4664Author: James Cloos <cloos@jhcloos.com> 4665Date: Sun Dec 7 04:13:34 2008 -0500 4666 4667 [i18n] s/U00DC/Udiaeresis/g 4668 4669 The xkeyboard-config keyboards generate the symbol Udiaeresis, not 4670 U00DC. Make sure the relevant Compose sequences expect the symbol 4671 which the keyboards actually send. 4672 4673commit b7502abfe22f8dc009b21cda1172af221d8f9f32 4674Author: James Cloos <cloos@jhcloos.com> 4675Date: Sun Dec 7 04:09:46 2008 -0500 4676 4677 Revert "For nls/*.pre, allow people to comment lines by starting them with '##'." 4678 4679 As of commit c9d20e3 the initial double-hashes are replaced with proper C comments. 4680 4681 This reverts commit a225a0be48770beb689d5ac5da97073634f7deab. 4682 4683commit c9d20e3f697c9cfae5511412023362c1db7449b1 4684Author: James Cloos <cloos@jhcloos.com> 4685Date: Sun Dec 7 04:08:23 2008 -0500 4686 4687 Use C comments rather than initial doubled hashes to exclude lines from .pre files 4688 4689commit c34ce54d9eac2d8052dc5f205a2ab09866ef5d25 4690Author: vehemens <vehemens@verizon.net> 4691Date: Sun Dec 7 01:18:26 2008 -0500 4692 4693 [i18n] Distribute new headers which were added for gb18030 support. 4694 4695 big5hkscs.h and gbk.h, added in 67e34d7a, need to be in SOURCES to 4696 make it into the tar. 4697 4698 Completes 67e34d7a82ccd31f1208c0c43a6d58c3c05bf51. 4699 4700 Signed-off-by: James Cloos <cloos@jhcloos.com> 4701 4702commit 418819558d2c60e58b4e3022ce0fadf2143488ac 4703Author: Stefan Dirsch <sndirsch@suse.de> 4704Date: Sat Nov 22 22:01:07 2008 +0100 4705 4706 Fixed strange font mixups, when fontsets are still used (#2676, Novell #74299). 4707 4708commit 67e34d7a82ccd31f1208c0c43a6d58c3c05bf51a 4709Author: Stefan Dirsch <sndirsch@suse.de> 4710Date: Sat Nov 22 19:40:54 2008 +0100 4711 4712 Added remaining xlib patch required for gb18030 support (#1573). 4713 4714commit 55782a0a1fe1560f1a9c0ed78bc7f2575c15abcf 4715Author: Stefan Dirsch <sndirsch@suse.de> 4716Date: Sat Nov 22 17:53:06 2008 +0100 4717 4718 Added remaining hunk of Egbert's patch to prevent XIM deadlocks (#1182). 4719 4720commit c859446c500c883a67f7a86cab1a44844e24dade 4721Author: Ken Thomases <ken@codeweavers.com> 4722Date: Fri Nov 21 13:58:10 2008 -0500 4723 4724 [i18n] Provide translation from XK_partialderivative (8ef) to Unicode (U2202) 4725 4726 Signed-off-by: James Cloos <cloos@jhcloos.com> 4727 4728commit 5e68e94d852c730ef9264fc0d8ca61a2ffe98b53 4729Author: Jeremy Huddleston <jeremyhu@freedesktop.org> 4730Date: Mon Nov 17 20:47:26 2008 -0800 4731 4732 Force local transport when using the launchd socket. 4733 4734 Fixes a regression due to 4735 bf53987eaf0fbd7f7627783fc39e7ee99e8361ba 4736 4737commit 7aca689ce14d314b5c8c72c8df76f53f76ab467c 4738Author: Peter Hutterer <peter.hutterer@redhat.com> 4739Date: Fri Nov 14 10:32:50 2008 +1000 4740 4741 Add XF86Suspend, XF86Hibernate to KeysymDB. 4742 4743commit d16b11f25f8265e651def8d80bcd430c0448e664 4744Author: James Cloos <cloos@jhcloos.com> 4745Date: Tue Nov 11 19:43:39 2008 -0500 4746 4747 [nls] Annotate the Bépo compose sequences 4748 4749 Add comments with the UCS names. 4750 Add utf-8 strings for each result. 4751 Format for easy reading. 4752 4753commit 730298464240be6f65b32416b3f9b20062c61825 4754Author: James Cloos <cloos@jhcloos.com> 4755Date: Tue Nov 11 16:41:34 2008 -0500 4756 4757 [nls] Add some UTF-8 Compose sequences 4758 4759 As requested for the Bépo keyboard layout (http://clavier-dvorak.org/wiki/). 4760 4761 Cf. bugs: 4762 4763 https://bugs.freedesktop.org/show_bug.cgi?id=17821 4764 https://bugs.freedesktop.org/show_bug.cgi?id=17822 4765 4766commit ad6008a0c92733826983eb93f063d3d6276007d8 4767Author: Colin Harrison <colin.harrison@virgin.net> 4768Date: Thu Nov 6 17:48:21 2008 -0500 4769 4770 Fix copy/paste typo in imLcPrs 4771 4772 Signed-off-by: James Cloos <cloos@jhcloos.com> 4773 4774commit 0f0168ad18f8a280fc5a689eb02cfaa62d022ea6 4775Author: Adam Jackson <ajax@redhat.com> 4776Date: Thu Nov 6 14:54:13 2008 -0500 4777 4778 Fix leak in _XimXGetReadData 4779 4780 Spotted by Denis Dzyubenko 4781 4782commit ae23c25b9349ab1d7ff81f3075c000cf35fc442b 4783Author: Julien Cristau <jcristau@debian.org> 4784Date: Wed Nov 5 22:09:37 2008 +0100 4785 4786 Bump to 1.1.99.2 4787 4788commit d31e644c65c52828ea3e7abd94a8cf9aee12265c 4789Author: Julien Cristau <jcristau@debian.org> 4790Date: Wed Nov 5 21:33:13 2008 +0100 4791 4792 Fix distcheck 4793 4794commit e6a7b70cdb2ae8b713012839a0a0bbb93817b8ef 4795Author: Jamey Sharp <jamey@minilop.net> 4796Date: Wed Oct 29 14:00:33 2008 -0700 4797 4798 Support multiple independent internal sync handlers 4799 4800 Xlib has several independent tasks that need to be performed with the 4801 display unlocked. It does this by replacing the existing sync handler with 4802 one of a variety of internal sync handlers. However, if multiple internal 4803 sync handlers need to run, then the last one registering wins and 4804 previously registered internal sync handlers are never invoked. This 4805 manifested as a bug with DRI applications on Xlib/XCB as that requires 4806 both an XID handler after every XID allocation, and the periodic sequence 4807 number handler. The XID handler would win, and the sequence number handler 4808 would never be invoked. 4809 4810 Fix this by unifying the internal sync handler mechanism into a single 4811 function that calls all of the known internal sync handlers. They all need 4812 to deal with being called when not strictly necessary now. 4813 4814 Signed-off-by: Keith Packard <keithp@keithp.com> 4815 Signed-off-by: Jamey Sharp <jamey@minilop.net> 4816 Signed-off-by: Josh Triplett <josh@freedesktop.org> 4817 4818commit 2dbaaab9c4e3894b33dcae850551dee5473431d5 4819Author: Keith Packard <keithp@keithp.com> 4820Date: Sat Oct 11 21:44:21 2008 -0700 4821 4822 Ensure that _XReadEvents always leaves an event in the queue on return 4823 4824 XNextEvent assumes that the event queue will be non-empty on return from 4825 _XReadEvents, but with multiple event readers running, the previous change 4826 could leave the queue empty on return from process_responses. Re-invoke 4827 process_responses until the queue is non-empty. 4828 4829 Signed-off-by: Keith Packard <keithp@keithp.com> 4830 4831commit bedfe68259037c5564fe52758c92b9c97729640a 4832Author: Keith Packard <keithp@keithp.com> 4833Date: Sat Oct 11 21:10:23 2008 -0700 4834 4835 Permit only one Xlib thread to block waiting for events 4836 4837 As Xlib queues events internally, we must prevent multiple Xlib threads from 4838 entering XCB to wait for an event in case the queued event is to be 4839 delivered to the thread which didn't manage to read it. In other words, let 4840 only one Xlib thread into xcb_wait_for_event at a time. 4841 4842 Jamey Sharp looked over my shoulder while making this fix and, while hating 4843 my whitespace conventions, appears happy enough with the actual code. 4844 4845 Signed-off-by: Keith Packard <keithp@keithp.com> 4846 4847commit cc19618d2eb3ed92a0b574aee26a7da8b4aed5d2 4848Author: Jamey Sharp <jamey@minilop.net> 4849Date: Sun Mar 23 16:33:50 2008 -0700 4850 4851 Fix XAllocID race: hold the user display lock until we have a new XID. 4852 4853 Xlib built --without-xcb is also vulnerable to this race, and a similar 4854 fix might work there too. 4855 4856 Also, use an XID that's truly invalid while waiting for the next XID to be 4857 requested. 4858 4859commit 54e5c0941b0ded1628d559a9f0a3451ea96c299b 4860Author: Josh Triplett <josh@freedesktop.org> 4861Date: Sat Mar 15 17:22:23 2008 -0700 4862 4863 Use XCB's new socket handoff mechanism rather than the old XCB Xlib lock. 4864 4865 Previously, Xlib/XCB used XCB's Xlib lock to prevent XCB from sending 4866 requests between calls to Xlib's LockDisplay and UnlockDisplay macros. 4867 Xlib/XCB then sent all of its requests using XCB's xcb_send_request, and 4868 had to flush its requests when unlocking the display. 4869 4870 XCB 1.2 adds a new socket handoff mechanism, xcb_take_socket. Replace 4871 much of the existing Xlib/XCB implementation with the use of 4872 xcb_take_socket to take ownership of the write side of the X connection 4873 socket, and a return_socket callback which writes any outstanding requests 4874 with xcb_writev. This approach allows Xlib/XCB to use the same buffering 4875 as traditional Xlib did. In particular, programs which use Xlib/XCB and 4876 never make XCB calls will never need to hand the socket back to XCB, and 4877 vice versa. 4878 4879 This allows us to discard large quantities of synchronization code from 4880 Xlib/XCB, together with the synchronization bugs present in that code. 4881 Several test cases which previously failed now work perfectly, including 4882 multi-threaded ico. In addition, the infamous locking correctness 4883 assertions, triggered when double-locking or when unlocking without a 4884 previous lock, no longer exist, because Xlib/XCB no longer has any reason 4885 to care more about application locking than traditional Xlib does. 4886 4887 Furthermore, the handoff approach provides great improvements to 4888 performance. Results from x11perf's XNoOp test, which represented the 4889 worst case for the lock-based Xlib/XCB: 4890 4891 Traditional Xlib: average 19100000/sec 4892 Lock-based Xlib/XCB: average 3350000/sec 4893 Handoff-based Xlib/XCB: average 17400000/sec 4894 4895 Thus, for no-ops, the handoff mechanism provides more than a 4x speedup to 4896 Xlib/XCB, bringing Xlib/XCB within 9% of traditional Xlib no-op 4897 performance. Of course, real-world workloads do not use no-op, so your 4898 mileage may vary. In particular, since no-ops represent the worst case, 4899 we expect real workloads to more closely match the performance of 4900 traditional Xlib. 4901 4902 While removing synchronization code, we changed _XReply to not drop any 4903 locks when calling xcb_wait_for_reply; previously, we had to carefully 4904 avoid a deadlock between the Display lock and the XCB Xlib lock. Holding 4905 the locks reduces implementation complexity and should not impact 4906 applications. 4907 4908 Commit by Jamey Sharp and Josh Triplett. 4909 XCB's handoff mechanism inspired by Keith Packard. 4910 4911commit 5a19ac473f7a8046b0421fbd5d53da160c22ed75 4912Author: Chris Ball <cjb@laptop.org> 4913Date: Mon Nov 3 22:57:29 2008 -0500 4914 4915 Remove configure check for xcb-xlib. 4916 4917 xcb-xlib has been intentionally removed from libxcb; stop checking for 4918 it at configure-time. 4919 4920commit 34b35dda0bb7f3cf0ad9ab95ad7953d35d24f71b 4921Author: Josh Triplett <josh@freedesktop.org> 4922Date: Wed Oct 29 14:37:44 2008 -0700 4923 4924 .gitignore: Add dolt files 4925 4926commit 1290cccf2d90083eba852f5f413f7e3dff48ccd2 4927Author: Peter Hutterer <peter.hutterer@redhat.com> 4928Date: Tue Oct 28 11:56:55 2008 +1030 4929 4930 man: fix formatting error in XkbGetIndicatorState man page. 4931 4932commit b1022fa6d7e97640049e93ffa108083fc8d71b05 4933Author: James Cloos <cloos@jhcloos.com> 4934Date: Sat Oct 25 09:13:08 2008 -0400 4935 4936 Increase size of working arrays in the makekeys utility program. 4937 4938 Makekeys is used to create an optimal hash of the keysyms defined 4939 in x11proto’s keysymdef.h. 4940 4941 The recent addition of new keysyms there has triggered a bug in 4942 makekeys where it tries to use a zero on the rhs of the % (mod) 4943 operator (resulting in a divide by zero error) whenever it fails 4944 to find a solution within its constraints. 4945 4946 Increasing the size of the arrays allows it to find a solution for 4947 the current set of keysyms. 4948 4949 Makekeys is only run durring the build process, so this has no impact 4950 on users of libX11, only on the amount of VM needed to build it. 4951 4952 It still needs a more complete fix, but this allows compiles to 4953 progress until that is completed. 4954 4955commit 3e9afd501e40d76040635bd9a3045bcaf5a03b60 4956Author: James Cloos <cloos@jhcloos.com> 4957Date: Sat Oct 11 01:03:14 2008 -0400 4958 4959 Dolt-ify 4960 4961 Add dolt to acinclude.m4 and call it it configure.ac to speed compiles. 4962 4963commit 39c0b266cac8cbc15bf501d7869186862f01d823 4964Author: Peter Hutterer <peter.hutterer@redhat.com> 4965Date: Wed Oct 15 14:30:20 2008 +1030 4966 4967 Add more keysyms for PS3 BD remotes, Ericsson Phones #16519 4968 4969 X.Org Bug 16519 <https://bugs.freedesktop.org/show_bug.cgi?id=16519> 4970 4971commit d23aad31338e7d869d878d5aa1b6b91d20287005 4972Author: Peter Hutterer <peter.hutterer@redhat.com> 4973Date: Mon Oct 13 09:41:59 2008 +1030 4974 4975 Add XF86Battery, XF86Bluetooth, XF86WLAN, XF86UWB to keysymdb. 4976 4977commit 214ea6f5fd6aeaa7303ea4a69f9aedabf219ec4c 4978Author: Peter Hutterer <peter.hutterer@who-t.net> 4979Date: Thu Jul 24 15:44:26 2008 +0930 4980 4981 xkb: fix out-by-1 error in _XkbWriteKeyExplicit. 4982 4983 Thanks to Michael Meeks, Novell Bug 369263. 4984 https://bugzilla.novell.com/show_bug.cgi?id=369263 4985 4986commit e7ece39afc8e0adc3b6b1e70b337b98376754462 4987Author: Alan Coopersmith <alan.coopersmith@sun.com> 4988Date: Tue Oct 7 15:41:38 2008 -0700 4989 4990 Sun bug #6739431: double free in _X11TransConnectDisplay() 4991 4992 Double free() introduced in bf53987eaf0fbd7f7627783fc39e7ee99e8361ba 4993 After copying original_hostname to phostname, set original_hostname 4994 to NULL, so we don't free the same pointer twice when we free both 4995 original_hostname and phostname. 4996 4997 <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6739431> 4998 4999commit 0877bc916afbd1ff8f1833edc930b765ea783576 5000Author: Daniel Stone <daniel@fooishbar.org> 5001Date: Tue Sep 23 19:02:02 2008 +0300 5002 5003 configure.ac: Fix CC_FOR_BUILD logic error 5004 5005 Turns out we were accidentally smashing it so that you couldn't set it 5006 externally at all. Oops. 5007 5008commit 58bf3aa746908f01c37be7045699e43a4e270944 5009Author: John Tapsell <johnflux@gmail.com> 5010Date: Tue Sep 23 17:30:13 2008 +0300 5011 5012 Build: Use native compiler for makekeys 5013 5014 makekeys needs to be run during the build process, as opposed to on the 5015 target, so build it with either of gcc or cc to fix cross-compiling. 5016 This can be overridden by setting $CC_FOR_BUILD. 5017 5018commit 340422a5c7a413faef18666cada27cee14615250 5019Author: Adam Jackson <ajax@redhat.com> 5020Date: Wed Sep 17 12:54:34 2008 -0400 5021 5022 Fix the previous patch for the BadFont case. 5023 5024commit 2335eafe4b53c27f6f9ee1bab3e1f5842f896428 5025Author: Matthias Clasen <mclasen@redhat.com> 5026Date: Wed Sep 17 10:43:52 2008 -0400 5027 5028 Bug #17616: Fix an XCB leak when the client has a non-fatal error handler. 5029 5030commit db0b85db29699be6bf7e78dede655d59ba926dfc 5031Author: Rafael Ávila de Espíndola <rafael.espindola@gmail.com> 5032Date: Sun Sep 14 19:15:26 2008 -0400 5033 5034 Fix problem with <dead_acute> <c> in pt_BR.UTF-8 5035 5036 The <dead_acute> <C> and <dead_acute> <c> lines in the pt_BR UTF-8 5037 Compose file show "Ç" and "ç" (c with cedilla accent) (akin to the 5038 ISO 8859 pt_BR Compose file) as the string but specify the keysym 5039 and comment for Ć and ć (c with acute accent). 5040 5041 This commit normalizes those two lines to match the specified string. 5042 5043 Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=4671 5044 5045 Signed-off-by: James Cloos <cloos@jhcloos.com> 5046 5047commit b065c011baa69b69e3ea77c30d5e153c0d103e2d 5048Author: Michael Verret <michael.verret@gmail.com> 5049Date: Mon Sep 8 16:33:35 2008 -0400 5050 5051 Fix documentation typo 5052 5053 Signed-off-by: James Cloos <cloos@jhcloos.com> 5054 5055commit 4213ea95185377bdd1b51e82933f331fc0f52e5b 5056Author: James Cloos <cloos@jhcloos.com> 5057Date: Sat Sep 6 04:19:19 2008 -0400 5058 5059 Remove extraneous <angle brackets> from the Ethiopic Compose file. 5060 5061 The am_ET.UTF-8 Compose file submitted in: 5062 5063 https://bugs.freedesktop.org/show_bug.cgi?id=11307 5064 5065 for the OLCP project used incorrect syntax. (It has angle brackets around the 5066 Uxxxx symbols on the right hand side rather than only on the left hand side). 5067 5068 This bug is noted in OLPC’s ticket: 5069 5070 http://dev.laptop.org/ticket/7474 5071 http://dev.laptop.org/attachment/ticket/7474/olpc_7474_dead_vowels_libX11.patch 5072 5073commit 9df84b513dd2b6e65e6d528cfac6d4cc3ea46918 5074Author: James Cloos <cloos@jhcloos.com> 5075Date: Mon Sep 1 17:49:33 2008 -0400 5076 5077 Complete the set of vulgar fractions 5078 5079 Unicode 1.1 added thirds, fifths, sixths and eights; 5080 we might as well catch up. 5081 5082 (Unicode and ISO 10646 have 1/7 (U2150), 1/9 (U2151), 1/10 (U2152) 5083 and 0/3 (U2189) in their pipelines, but those four can be added 5084 here after they are published.) 5085 5086commit a788792e9de95f8db0639557859722a35087481d 5087Author: James Cloos <cloos@jhcloos.com> 5088Date: Wed Aug 20 15:28:07 2008 -0400 5089 5090 nls (en_US) Re-remove long compositions that override shorter 5091 5092 As reported in <https://bugs.freedesktop.org/show_bug.cgi?id=17228>: 5093 5094 Commit a6f4bbf7 5095 nls (en_US): remove long compositions that override shorter [...] 5096 removed some longer compose sequences because there are shorter 5097 ones which take preference over the longer. For example the 5098 sequences: 5099 5100 <Multi_key> <apostrophe> <comma> <c> : U1E09 # ḉ 5101 <Multi_key> <apostrophe> <comma> <C> : U1E08 # Ḉ 5102 5103 were removed becase there already was: 5104 5105 <Multi_key> <apostrophe> <comma> : U201A # ‚ 5106 5107 Then commit 4ba09125 5108 Work on making the en_US and pt_BR UTF-8 Compose as similar as 5109 possible added exactly the same key sequences again. Obviusly 5110 they won't work. 5111 5112commit 55248e5c84c3fd8c349a3bb4cb15a1ec86989d74 5113Author: James Cloos <cloos@jhcloos.com> 5114Date: Thu Jul 17 21:01:42 2008 -0400 5115 5116 Add more <Multi_key> <cedilla> Compose tuples 5117 5118 The last commit missed the el_GR UTF-8 Compose.pre as well as 5119 the various ISO 8859 locales which have compose sequences 5120 generating ‘WITH CEDILLA’ characters. 5121 5122 (Interestingly, some of the 8859 locales already supported 5123 <Multi_key> <cedilla> for some CEDILLA characters, but not 5124 for Ç or ç.) 5125 5126 This is further work on bug 10397. 5127 5128commit 4ba091255bb953d53078ba5619d6751052c739f7 5129Author: James Cloos <cloos@jhcloos.com> 5130Date: Thu Jul 17 17:16:50 2008 -0400 5131 5132 Work on making the en_US and pt_BR UTF-8 Compose as similar as possible. 5133 5134 The eventual goal here is to have a single primary UTF-8 Compose 5135 file which the locale-specific UTF-8 Compose.pre files can #include. 5136 5137commit 254522d3c24e0590732fc03cdd61ff4564819d94 5138Author: James Cloos <cloos@jhcloos.com> 5139Date: Thu Jul 17 17:13:36 2008 -0400 5140 5141 Add <Multi_key> <cedilla> Compose tuples 5142 5143 The en_US and pt_BR UTF-8 Compose tables had support for using <comma> 5144 with <Multi_key> to enter CEDILLA characters. Bug 10397 requests 5145 support for using <cedilla> instead of <comma> in said sequences. 5146 5147 This commit makes both styles work. 5148 5149commit 7dc907f6032e1d5cbe4da0e414bdf2c569c04b44 5150Author: James Cloos <cloos@jhcloos.com> 5151Date: Sat Jun 28 15:25:23 2008 -0400 5152 5153 Fix commit 21e464ec682ab23ba20ddf6bd72c6db214cfbe01 5154 5155 The new block was added twice to the en_US.UTF-8 Compose.pre; 5156 delete the duplicate. 5157 5158commit 596e081b7457dcd1c4ad555ac140e6999239bc0d 5159Author: Peter Hutterer <peter@cs.unisa.edu.au> 5160Date: Sat Jun 28 20:14:05 2008 +0930 5161 5162 Fix unbalanced parenthesis in XKBlib.h # 16551 5163 5164 X.Org Bug 16551 <http://bugs.freedesktop.org/show_bug.cgi?id=16551> 5165 5166commit f6af6dd2f76c12b56ec166bb771457b9f08fe246 5167Author: Adam Jackson <ajax@redhat.com> 5168Date: Tue Jun 24 13:16:53 2008 -0400 5169 5170 Bug #14898: Don't abuse the sprintf() implementation. 5171 5172 The thing you're printing into should not itself appear in the list of 5173 things to print from, that's bad juju. Just use strcat(). 5174 5175commit 21e464ec682ab23ba20ddf6bd72c6db214cfbe01 5176Author: Khaled Hosny <khaledhosny@eglug.org> 5177Date: Thu Jun 19 18:26:11 2008 -0400 5178 5179 NLS: Add Arabic Lam-Alef ligature compose sequences (bug #16426) 5180 5181 Add some Arabic digraphs to utf-8 locales with a Compose.pre 5182 5183 Signed-off-by: James Cloos <cloos@jhcloos.com> 5184 5185commit bf53987eaf0fbd7f7627783fc39e7ee99e8361ba 5186Author: Alan Coopersmith <alan.coopersmith@sun.com> 5187Date: Wed Jun 18 20:00:25 2008 -0700 5188 5189 Rework code to choose local connection types and fallback to others 5190 5191 Adds --with-local-transport-order configure flag if you don't like the 5192 default ordering (which is platform dependent) 5193 5194 Includes fixes for these Sun/Solaris bug ids: 5195 6678250 X Commands returning incorrect display value unix:0.0 not <system>:0.0 5196 <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6678250> 5197 6716481 libX11 should prefer Unix domain sockets over named pipes on Solaris 5198 <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6716481> 5199 5200commit cf49e537014c3cb5aaee07e57400933e0bb72b6b 5201Author: Alan Coopersmith <alan.coopersmith@sun.com> 5202Date: Tue Jun 17 14:41:17 2008 -0700 5203 5204 Strip whitespace from end of lines in source files 5205 5206commit f76fd81dfbbd5cfae75c87ce0511e88e08529cf3 5207Author: Jeff Smith <whydoubt@yahoo.com> 5208Date: Sun Jun 15 23:52:20 2008 -0500 5209 5210 Fix memory leak in XOpenDisplay 5211 5212 Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au> 5213 5214commit fca0b0ba3f72b7284601d4690bba99fc80a92614 5215Author: Jens Herden <jens@khmeros.info> 5216Date: Tue Jun 10 20:07:30 2008 +0300 5217 5218 NLS: Add Khmer compose sequences (bug #5706) 5219 5220 Add some Khmer digraphs to all locales with a Compose.pre. 5221 5222commit e54cffb649b1622c17457e470cfab8cc56d38c97 5223Merge: 19802cc 721b574 5224Author: Daniel Stone <daniel@fooishbar.org> 5225Date: Tue Jun 10 20:04:30 2008 +0300 5226 5227 Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/lib/libX11 5228 5229commit 721b574d36f1884c3f1bf7bd933646e2ed6680b5 5230Author: Peter Hutterer <peter@cs.unisa.edu.au> 5231Date: Thu May 29 10:57:21 2008 +0930 5232 5233 Bump to 1.1.99.1 5234 5235commit 631d32d13247d1cf52c0833d438c5b38b01b17a4 5236Author: Peter Hutterer <peter@cs.unisa.edu.au> 5237Date: Wed May 28 17:31:59 2008 +0930 5238 5239 Require xproto 7.0.13 and libxcb 1.1.90 (for GenericEvents) 5240 5241commit e9195db7257e418f83707233baeeb84b225caf4f 5242Merge: c34f76f a7f8556 5243Author: Peter Hutterer <peter@cs.unisa.edu.au> 5244Date: Thu May 22 12:14:28 2008 +0930 5245 5246 Merge branch 'master' into xge 5247 5248commit 19802ccd3909145e3ba2f6c073271cb5f3701685 5249Author: Daniel Stone <daniel@fooishbar.org> 5250Date: Mon May 19 19:22:31 2008 +0300 5251 5252 gitignore: Update with loads more bits from server 5253 5254commit a7f85567a3e850fba0c44571453d2852ab1a09be 5255Author: Adam Jackson <ajax@redhat.com> 5256Date: Tue May 13 10:28:39 2008 -0400 5257 5258 Bug #15884: Remove useless sleep()'s from the connection code. 5259 5260 For network transports, there's enough delay in the network layer 5261 already without adding more. For local transports, just hurry up 5262 and fail if the server isn't there. 5263 5264commit c34f76f475bc632490122e67b5a82575d69d5569 5265Author: Peter Hutterer <peter@cs.unisa.edu.au> 5266Date: Mon May 12 21:46:24 2008 +0930 5267 5268 Pull down extra bytes when reading a GenericEvent (non-xcb). 5269 5270 I refuse to take any responsibily for this code. It works, I guess. 5271 But - all the flushing is done somewhere before that, so we might need to 5272 flush here. Under some circumstances anyway. Don't ask me, I'm an optical 5273 illusion. 5274 5275 Build with xcb as transport layer highly recommended. 5276 5277commit c9b2ff1e6a607463993afa4a8d085857d97cc2f3 5278Merge: 17d7dcb 9129057 5279Author: Peter Hutterer <peter@cs.unisa.edu.au> 5280Date: Mon May 12 17:58:37 2008 +0930 5281 5282 Merge branch 'master' into xge 5283 5284commit 9129057bdbff0ec9cd8bb780cf7f85f134a291eb 5285Author: Teemu Likonen <tlikonen@iki.fi> 5286Date: Wed May 7 21:44:22 2008 +0300 5287 5288 Change <dead_belowdot> to <dead_belowring> for U+1E00 and U+U1E01 5289 5290 Commit 6b6caeea830a977bdb54688cfb648d879821e752 added <dead_belowdot> 5291 <A> and <dead_belowdot> <a> compose sequences for letters U+1E00 and 5292 U+U1E01 (LATIN CAPITAL/SMALL LETTER A WITH RING BELOW). This caused 5293 duplicate compose sequences since these have already been defined. Also, 5294 using <dead_belowring> is more logical since the diacritic is indeed 5295 a "RING BELOW". 5296 5297commit 01a9cb58888d290cc3d319feec4ee4a0297a844c 5298Author: Daniel Stone <daniel@fooishbar.org> 5299Date: Wed May 7 20:04:44 2008 +0300 5300 5301 NLS: Make UTF-8 the default for Russian 5302 5303 No-one uses 8859-5 anymore, so make the default for Russian UTF-8; the 5304 only other possible answer would be KOI8-R. 5305 5306 Signed-off-by: Sergey V. Udaltsov <sergey.udaltsov@gmail.com> 5307 5308commit 407b81bfbbabf6feb565d6da22f9ef9a69016ab8 5309Author: Ross Burton <ross@burtonini.com> 5310Date: Tue Apr 29 13:38:10 2008 +0300 5311 5312 NLS: Add interrobang to UTF-8 compose tables (bug #15653) 5313 5314 It is what it says on the box. 5315 5316commit 0b6682303e9c61fefc3818acfda616b1e3691abf 5317Author: Theppitak Karoonboonyanan <thep@linux.thai.net> 5318Date: Mon Apr 28 11:51:25 2008 +0300 5319 5320 IM: Respect XMODIFIERS for Thai locale (bug #15719) 5321 5322 When looking at Thai input methods, make sure XMODIFIERS is checked 5323 before jumping straight into built-in Thai processing, so external XIM 5324 servers such as SCIM can be used with Thai. 5325 5326commit c13aded1b2f830ba5004abb0ec5518f9ea16087e 5327Author: Colin Harrison <colin.harrison-at-virgin.net> 5328Date: Sat Apr 26 18:56:05 2008 +0100 5329 5330 Fix missing error condition 5331 5332commit f5c5ffc175cb383c92ea0fa8c08cfb087c5f3083 5333Author: Colin Harrison <colin.harrison-at-virgin.net> 5334Date: Mon Apr 21 17:24:33 2008 +0100 5335 5336 Xlib warning fixes 5337 5338commit 6b6caeea830a977bdb54688cfb648d879821e752 5339Author: James Cloos <cloos@jhcloos.com> 5340Date: Fri Apr 18 02:50:55 2008 -0400 5341 5342 Add some dead_key sequences to en_US.UTF-8 Compose table 5343 5344 Make use of the new dead key symbols added to x11proto’s 5345 commit 44e24a27bca023cf7b799f191fe6d52e12efbe5f (which 5346 was in responce to bug #15446). 5347 5348commit 8f9b039580deaf658e464b7d6254064fcf183df6 5349Author: Alan Coopersmith <alan.coopersmith@sun.com> 5350Date: Mon Apr 14 19:09:42 2008 -0700 5351 5352 Update ac_define_dir macro in acinclude.m4 to 2008-04-12 version 5353 5354commit 9f5e96eb91ab55dd441c3e94b75caf48c588778f 5355Author: Alan Coopersmith <alan.coopersmith@sun.com> 5356Date: Mon Apr 14 18:21:14 2008 -0700 5357 5358 Fix mismatched brace indenting 5359 5360commit a19f9c65ee9e5e5d783feaa84998c36439b0288b 5361Author: Bart Massey <bart@cs.pdx.edu> 5362Date: Fri Apr 4 18:58:45 2008 -0700 5363 5364 added error check in Xcms color file parser; closes bug #15305 5365 5366commit 12e8d0d01dd72ce98e7683ddb1bde181b7ed246f 5367Author: Christian Weisgerber <naddy@mips.inka.de> 5368Date: Tue Mar 18 07:30:05 2008 +0100 5369 5370 ConnDis: properly cast 'addr' before accessing it as a byte array. 5371 5372 If you use XDM-AUTHORIZATION-1 authorization keys for remote X11 5373 clients over IPv6, the clients are liable to segfaults. 5374 5375commit 64325f38bab082a8e0e9ce779a8e582de5c8588e 5376Author: Josh Triplett <josh@freedesktop.org> 5377Date: Sat Mar 15 12:29:33 2008 -0700 5378 5379 Fix fd.o bug 15023: make Xlib sync correctly given many void requests 5380 5381 If given many requests without replies, Xlib may not sync until it flushes 5382 the output buffer. Thus, if Xlib can fit enough requests in the buffer to 5383 pass by the number of requests it would normally sync after (65536 - 5384 BUFSIZE/sizeof(xReq)), it will sync too late. The test case in bug 15023 5385 demonstrated this by issuing a request with a reply (ListExtensions) at 5386 just the right time to get confused with the GetInputFocus reply issued in 5387 response to the sync 65,536 requests later; the test case used an async 5388 handler to watch the replies, since otherwise it could not issue a request 5389 without waiting for the response. When the test case failed, Xlib's sync 5390 handler would eat the ListExtensions reply, and the test case's async 5391 handler would see the GetInputFocus reply. 5392 5393 Fix this by replacing SEQLIMIT with a function sync_hazard() that uses the 5394 buffer size to figure out when the sequence numbers could potentially wrap 5395 before the next flush. 5396 5397 With this commit, the test case consistently passed, and the async reply 5398 handler always saw the ListExtensions reply. 5399 5400 Commit by Jamey Sharp and Josh Triplett. 5401 5402commit a5395563bbee15fabe1e8fd7aa86f9f314d8d30e 5403Author: Colin Harrison <colin.harrison@virgin.net> 5404Date: Sat Mar 15 13:39:13 2008 -0400 5405 5406 Fix typo 5407 5408 Signed-off-by: James Cloos <cloos@jhcloos.com> 5409 5410commit f07585ca27a8487bc66dfe41486c823f0fdcea7d 5411Author: Daniel Stone <daniel@fooishbar.org> 5412Date: Sat Mar 15 17:32:57 2008 +0200 5413 5414 configure.ac: Don't search for legacy X11 headers 5415 5416 This can actually break cross-compiles, so don't do it anymore. 5417 5418commit bf69541238c7df6606340c0f389e5c47149b29c7 5419Author: Matthieu Herrb <matthieu.herrb@laas.fr> 5420Date: Sun Mar 9 09:08:07 2008 +0100 5421 5422 nuke RCS Ids 5423 5424commit 5e98aed13e529638df744e45893c471d5f2014fb 5425Author: Adam Jackson <ajax@redhat.com> 5426Date: Thu Mar 6 16:10:33 2008 -0500 5427 5428 libX11 1.1.4 5429 5430commit 8e085971dc661da9f80ff6b67747459c0fb15c08 5431Author: Alan Coopersmith <alan.coopersmith@sun.com> 5432Date: Thu Feb 28 20:17:41 2008 -0800 5433 5434 Man page typo fixes 5435 5436commit 1a1a42a3ca1dfaf42f1094936b71c140fc030fcb 5437Author: Søren Sandmann Pedersen <sandmann@redhat.com> 5438Date: Sun Feb 24 20:03:35 2008 -0500 5439 5440 XIM: Fix a hand when switching input context. 5441 5442 Red Hat bug #201284. 5443 5444commit e02e4ccafcaf3eb8993152dfcbfbee0240ea2db2 5445Author: Adam Jackson <ajax@redhat.com> 5446Date: Sun Feb 24 20:00:43 2008 -0500 5447 5448 Bug #14029: Don't LockDisplay() recursively. 5449 5450 See also Red Hat bugzilla #326461. 5451 5452commit e5892467ae3308c8651be76e06db322dcbc08522 5453Author: Alan Coopersmith <alan.coopersmith@sun.com> 5454Date: Fri Feb 15 17:27:53 2008 -0800 5455 5456 Add support for building lint library with --enable-lint-library 5457 5458commit e3eb83ec6a9bffa63cdffd94f077c12f85ad7240 5459Author: Alan Coopersmith <alan.coopersmith@sun.com> 5460Date: Mon Feb 11 20:11:43 2008 -0800 5461 5462 Spell out number in XkbGetKeyVirtualModMap man page to avoid cpp errors from # 5463 5464commit d5ceed7a73a6b61758ddb6ff4e194955fbd5c185 5465Author: Alan Coopersmith <alan.coopersmith@sun.com> 5466Date: Fri Feb 8 16:46:46 2008 -0800 5467 5468 Add WM_LOCALE_NAME to list of properties set in XSetWMProperties comment 5469 5470commit 416a812200f24d19149dcc497e5c51a0608120f6 5471Author: Alan Coopersmith <alan.coopersmith@sun.com> 5472Date: Fri Feb 8 15:31:31 2008 -0800 5473 5474 XErrorDB updates for Render 0.9 & XFixes 4.0 5475 5476commit 16a76091cd632e5a3708e235ff864b58f3e4613e 5477Author: Kim Woelders <kim@woelders.dk> 5478Date: Sat Dec 22 21:45:23 2007 +0100 5479 5480 Fix bs_BA entries in locale.dir.pre 5481 5482 X.Org bug#13786 <http://bugs.freedesktop.org/show_bug.cgi?id=13786> 5483 5484commit 32115c563b87d2f37e3f9de70fbd0f4d9e424aea 5485Merge: 8f0bd3f e8d4cef 5486Author: James Cloos <cloos@jhcloos.com> 5487Date: Fri Dec 14 22:43:47 2007 -0500 5488 5489 Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/lib/libX11 5490 5491commit 8f0bd3f445cbdcc67650f6e8e3baf2ed89cb3695 5492Author: James Cloos <cloos@jhcloos.com> 5493Date: Fri Dec 14 22:42:59 2007 -0500 5494 5495 add a comment to en_US.UTF-8/Compose 5496 5497commit 4d6c45e60ed13d3b0fea10413873d6a74f9d6a3b 5498Author: James Cloos <cloos@jhcloos.com> 5499Date: Fri Dec 14 22:40:13 2007 -0500 5500 5501 Add <dead_stroke> compose sequences 5502 5503 The added sequences match the existing <Multi_key> <slash> sequences. 5504 5505 This is related to bug #12765¹. 5506 5507 1] https://bugs.freedesktop.org/show_bug.cgi?id=12765 5508 5509commit e8d4cefa0837afa149a10e981528b368485a9e38 5510Author: Jeremy Huddleston <jeremy@yuffie.local> 5511Date: Mon Dec 10 23:00:44 2007 -0800 5512 5513 Added launchd support. 5514 5515commit 17d7dcbfced4a9417b33507bd3fd9b7dd8268242 5516Merge: 5dfefd3 13ac804 5517Author: Peter Hutterer <peter@cs.unisa.edu.au> 5518Date: Thu Dec 6 14:08:29 2007 +1030 5519 5520 Merge branch 'master' into xge 5521 5522commit 5dfefd3829d3ba7e41d5db0ad28e9dfee92fadd5 5523Merge: a68a1cd eff33ae 5524Author: Peter Hutterer <peter@cs.unisa.edu.au> 5525Date: Thu Dec 6 13:57:09 2007 +1030 5526 5527 Merge branch 'master' into xge 5528 5529 Conflicts: 5530 5531 src/xcb_io.c 5532 5533commit 13ac80469f6958cabac596834e203bd9cb6d4c94 5534Author: James Cloos <cloos@jhcloos.com> 5535Date: Wed Dec 5 20:14:03 2007 -0500 5536 5537 Update the currency symbols block of en_US.UTF-8/Compose.pre 5538 Add XCOMM lines a la the existing NEW SHEQEL SIGN entry for 5539 the KIP, TUGRIK, DRACHMA. GERMAN PENNY, PESO, GUARANI, 5540 AUSTRAL, HRYVNIA and CEDI SIGNs. 5541 5542commit b0a8f2ec4ba698841683f8ce389f9d72e6bce53e 5543Author: Anton Zinoviev <anton@lml.bas.bg> 5544Date: Wed Dec 5 19:56:03 2007 -0500 5545 5546 Additions to the Compose file for UTF-8 5547 From bug #5371¹ 5548 5549 Commit 5cf5bc76642bfece7cb5b76faf414bf445f14489 left out this change 5550 from those in attachment #4122². The post³ on xorg resulted in only 5551 a positive reply⁴ from Daniel, so this block is now also commited. 5552 5553 1] https://bugs.freedesktop.org/show_bug.cgi?id=5371 5554 2] https://bugs.freedesktop.org/attachment.cgi?id=4122 5555 3] http://article.gmane.org/gmane.comp.freedesktop.xorg/20628 5556 4] http://article.gmane.org/gmane.comp.freedesktop.xorg/23966 5557 5558 Signed-off-by: James Cloos <cloos@jhcloos.com> 5559 Acked-by: Daniel Stone <daniel@fooishbar.org> 5560 5561commit 438d02ebc08ee171cf1d3936f4c81050d428ab92 5562Author: James Cloos <cloos@jhcloos.com> 5563Date: Tue Dec 4 17:25:39 2007 -0500 5564 5565 Fix the <U\x+> keysyms in the en_US.UTF-8 Compose file 5566 5567 Based on src/KeysymStr.c and src/StrKeysym.c and comments in 5568 bugs #11930¹ and #5129² it is clear that <U100XXXXX> is invalid; 5569 those should be in the form U plus the hex of the UCS Code Point. 5570 5571 The 0x01000000 is ORed in by the code. 5572 5573 This update fixes all of those. 5574 5575 1] https://bugs.freedesktop.org/show_bug.cgi?id=11930 5576 2] https://bugs.freedesktop.org/show_bug.cgi?id=5129 5577 5578commit 02e04059c89e175f51647e3b031344f743286b34 5579Merge: 1254c57 b57129e 5580Author: James Cloos <cloos@jhcloos.com> 5581Date: Tue Dec 4 06:55:04 2007 -0500 5582 5583 Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/lib/libX11 5584 5585commit 1254c57dd3a8d6ea87041b2f63024f99094f290f 5586Author: James Cloos <cloos@jhcloos.com> 5587Date: Tue Dec 4 06:53:55 2007 -0500 5588 5589 Use the new dead_psili and dead_dasia keysyms added to proto/x11proto 7.0.11 5590 Inspired by bug 11930¹: 5591 5592 Commit 40ed4eef92e31fcf7ea0a436e1a00cdf49484c1b to x11proto added dead_psili 5593 and dead_dasia keysyms. Make use of them in the en_US.UTF-8 and el_GR.UTF-8 5594 Compose files. 5595 5596 This was done with a pair of perl scripts based on the one quoted in the 5597 log for commit c76d30253f1483ac8200ad5c032a818907e65030. 5598 5599 1] https://bugs.freedesktop.org/show_bug.cgi?id=11930 5600 5601commit b57129ef324c73ee91c2a796b800c4b45f4d4855 5602Author: Jeremy Huddleston <jeremy@yuffie.local> 5603Date: Mon Dec 3 20:04:19 2007 -0800 5604 5605 Use __APPLE__ instead of __DARWIN__ 5606 5607commit b9c032e1d5ed08510863dfb91b8bda588e6c8c9e 5608Author: Jeremy Huddleston <jeremy@yuffie.local> 5609Date: Wed Nov 28 16:43:49 2007 -0800 5610 5611 Define __DARWIN__ when host_os == darwin* as needed in SetLocale.c 5612 5613commit 4b91ed099554626f1ec17d5bdf7bd77ce1a70037 5614Author: Alan Coopersmith <alan.coopersmith@sun.com> 5615Date: Wed Nov 21 16:50:04 2007 -0800 5616 5617 X.Org Bug #4312: incorrect comment asterisk in XAnyEvent.3x man page 5618 5619 X.Org Bugzilla #4312 <http://bugs.freedesktop.org/show_bug.cgi?id=4312> 5620 5621 Protect /* sequences from cpp pre-processor removal without transforming 5622 to Unicode mathematical asterisk character 5623 5624commit 2af660c2fcd15c86c66459bfc074c190ea1462e6 5625Author: Jamey Sharp <jamey@minilop.net> 5626Date: Mon Oct 29 10:46:20 2007 -0700 5627 5628 Two threads can request sequence sync and XID fetch simultaneously. 5629 5630 So don't assert that they can't. 5631 5632 This makes the Xlib/XCB implementation of _XAllocID more closely 5633 resemble the traditional Xlib version. 5634 5635commit 6e5485e0a5e3ab738becad12193e760c5fee83a4 5636Author: Samuel Thibault <samuel.thibault@ens-lyon.org> 5637Date: Sun Oct 28 04:44:00 2007 -0800 5638 5639 X.Org Bug #12983: Typos in ./man/XChangeKeyboardControl.man 5640 5641 <http://bugs.freedesktop.org/show_bug.cgi?id=12983> 5642 5643commit 24527c92fd1f433ea135e85ec876a94a529fe500 5644Author: Yann Droneaud <ydroneaud@mandriva.com> 5645Date: Wed Oct 24 19:26:07 2007 +0300 5646 5647 XIM: Properly initialise client event 5648 5649 Make sure all ClientMessage fields are initialised to 0 before we send it. 5650 5651commit e41477f37b0d9b74a056d22dbf0073a94eecb9d6 5652Author: Daniel Stone <daniel@fooishbar.org> 5653Date: Wed Oct 24 19:22:22 2007 +0300 5654 5655 Colours: Fix --disable-xcms 5656 5657 Disable large tracts of colour management code when passing 5658 --disable-xcms. 5659 5660commit 11ea09745efa8de7dc82fe30ebd2393f08390957 5661Author: Eric Anholt <eric@anholt.net> 5662Date: Fri Aug 31 17:30:33 2007 -0700 5663 5664 Bug #2081: Note the range limitation of XSetScreenSaver arguments. 5665 5666commit 31540f1438ec63faf37044f2fd654b335ddf80f0 5667Author: Kristian Høgsberg <krh@redhat.com> 5668Date: Wed Aug 29 19:50:57 2007 -0400 5669 5670 Add GLX 1.4 requests and errors. 5671 5672commit 7c996f78914c77fe17e9f4feede980d895d9df51 5673Author: Eric Anholt <eric@anholt.net> 5674Date: Tue Aug 28 15:15:11 2007 -0700 5675 5676 Add XF86 keyboard/monitor brightness keysyms to the keysymbdb. 5677 5678commit fa4effe82759f864a22a2dc6c920fa72ddb175a8 5679Author: Eric S. Raymond <esr@thyrsus.com> 5680Date: Sun Jan 14 10:48:00 2007 -0800 5681 5682 Bug #9658: Bad markup on XIfEvent.3x 5683 5684 X.Org Bugzilla #9658 <https://bugs.freedesktop.org/show_bug.cgi?id=9658> 5685 5686commit 74cba78daa738ef4d92096107d95c1a585933666 5687Author: Eric S. Raymond <esr@thyrsus.com> 5688Date: Sun Jan 14 10:43:00 2007 -0800 5689 5690 Bug #9655: Bad markup in XrmUniqueQuark.3x 5691 5692 X.Org Bugzilla #9655 <https://bugs.freedesktop.org/show_bug.cgi?id=9655> 5693 5694commit 4341d1a34b2a2e460b58131b6fd81935f3355bbc 5695Author: Eric S. Raymond <esr@thyrsus.com> 5696Date: Sun Jan 14 10:43:00 2007 -0800 5697 5698 Bug #9654: Bad markup in XrmGetFileDatabase.3x 5699 5700 X.Org Bugzilla #9654 <https://bugs.freedesktop.org/show_bug.cgi?id=9654> 5701 5702commit 2db713252090cae08f0200fecad4fc25fb64c8b1 5703Author: Eric S. Raymond <esr@thyrsus.com> 5704Date: Sun Jan 14 10:40:00 2007 -0800 5705 5706 Bug #9653: Bad markup in XQueryColor.3x 5707 5708 X.Org Bugzilla #9653 <https://bugs.freedesktop.org/show_bug.cgi?id=9653> 5709 5710commit 9d3ceea4b902e0471824c1e07ad64342b9a1114e 5711Author: Eric S. Raymond <esr@thyrsus.com> 5712Date: Sun Jan 14 10:40:00 2007 -0800 5713 5714 Bug #9652: Bad markup in XDrawArc.3x 5715 5716 X.Org Bugzilla #9652 <https://bugs.freedesktop.org/show_bug.cgi?id=9652> 5717 5718commit 2e7e0748d353d7f53bbd65ec6bf0df8758528ddc 5719Author: Eric S. Raymond <esr@thyrsus.com> 5720Date: Sun Jan 14 10:39:00 2007 -0800 5721 5722 Bug #9651: Bad markup in XcmsColor.3x 5723 5724 X.Org Bugzilla #9651 <https://bugs.freedesktop.org/show_bug.cgi?id=9651> 5725 5726commit c316aaf0aab06951db9dc5c9c1148bfea835d885 5727Author: Eric S. Raymond <esr@thyrsus.com> 5728Date: Sun Jan 14 10:38:00 2007 -0800 5729 5730 Bug #9650: Bad markup in XLoadFont.3x manual page 5731 5732 X.Org Bugzilla #9650 <https://bugs.freedesktop.org/show_bug.cgi?id=9650> 5733 5734commit ca5d9a625ea0965853fa9e74a448b8c29c78ec95 5735Author: Eric S. Raymond <esr@thyrsus.com> 5736Date: Tue Jan 2 10:18:00 2007 -0800 5737 5738 Bug 9523: Markup problems in XQueryExtension.3x 5739 5740 X.Org Bugzilla #9523 <https://bugs.freedesktop.org/show_bug.cgi?id=9523> 5741 5742commit fe713c616e29ba19c179b43c18eca1035079ce18 5743Author: Ian Romanick <idr@us.ibm.com> 5744Date: Tue Aug 21 14:56:33 2007 -0700 5745 5746 Make sure nls/am_ET.UTF-8/Makefile is created by configure. 5747 5748commit e3430616f26b68e1439143cbe10732f3fc329d20 5749Author: Eric S. Raymond <esr@thyrsus.com> 5750Date: Tue Jan 2 08:40:00 2007 -0800 5751 5752 Bug #9516: Markup error in XAllocWMHints.3x 5753 5754 X.Org Bugzilla #9516 <https://bugs.freedesktop.org/show_bug.cgi?id=9516> 5755 5756commit d8fe979fc929833e8c754aed32641786d5a0622b 5757Merge: 21ca953 4ec1723 5758Author: James Cloos <cloos@jhcloos.com> 5759Date: Mon Aug 20 15:34:50 2007 -0400 5760 5761 Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/lib/libX11 5762 5763commit 21ca953337fb221b85345bf35ce1a98a0dcb2bf2 5764Author: James Cloos <cloos@jhcloos.com> 5765Date: Mon Aug 20 15:34:03 2007 -0400 5766 5767 Fix typo 5768 The code <U1000000D> was used where <U10000DC> was obviously intended. 5769 5770 It is possible that <Udiaeresis> should be used instead, if that will 5771 not break anyone’s setup. 5772 5773commit 4ec1723fff729440cd3349c1f95d87d2a6ba89cf 5774Author: James Cloos <cloos@jhcloos.com> 5775Date: Mon Aug 20 15:25:48 2007 -0400 5776 5777 Add compose file for Ethiopic to match new keyboard in xkeyboard-config 5778 From bug report: 5779 5780 https://bugs.freedesktop.org/show_bug.cgi?id=11307 5781 5782commit eff33ae525337ce2026be135a26464c7b1237113 5783Author: James Cloos <cloos@jhcloos.com> 5784Date: Sat Aug 18 17:58:23 2007 -0400 5785 5786 Patch for Catalan locales 5787 From bugzilla bug 10943¹: 5788 5789 There are several Catalan locale codes which presently can 5790 be used in X11 systems; especially after they were accepted 5791 in belocs-locale-data². 5792 5793 In the following patches, I³ add ca_AD, ca_FR and ca_IT Catalan 5794 locale codes. For instance, without this, using ca_AD (actually 5795 a quite used locale⁴) some applications (eg. Emacs or Skype) 5796 cannot display Catalan diacritic marks as you type them. 5797 5798 1] https://bugs.freedesktop.org/show_bug.cgi?id=10943 5799 2] http://lists.debian.org/debian-devel-changes/2005/07/msg01429.html 5800 3] Toni Hermoso Pulido <toniher@softcatala.org> 5801 4] https://launchpad.net/~ubuntu.cat/+members 5802 5803commit 1f980cb7d022f53d0aee9e793b08203fb888e86e 5804Author: James Cloos <cloos@jhcloos.com> 5805Date: Sat Aug 18 17:47:04 2007 -0400 5806 5807 Add additional Euro signs to compose 5808 Inspired by bug 7419¹ make all of: 5809 5810 C=, =C, c=, =c, E=, =E, e=, E= 5811 5812 after <Multi_key> generate € U+20AC EURO SIGN. 5813 5814 1] https://bugs.freedesktop.org/show_bug.cgi?id=7419 5815 5816commit 4b0a14521449dfce8b4347bd17243efd1d3eae2d 5817Author: James Cloos <cloos@jhcloos.com> 5818Date: Sat Aug 18 17:29:08 2007 -0400 5819 5820 Compose fix for Latin-1 (from Debian) 5821 The description from bugzilla bug 7417¹ is: 5822 5823 We've been shipping this patch for some time in Debian now. The 5824 problem description from the patch header is reproduced below. You 5825 may want to note the licensing issue mentioned below, but we've been 5826 shipping it because the method by which this particular patch was 5827 generated and updated was also given below. 5828 5829 This patch by Denis Barbier. 5830 5831 The X11 protocol states that Unicode keysyms are in the range 5832 0x01000100 - 0x0110FFFF. If the result of composing characters is a 5833 Unicode codepoint, X returns the corresponding Unicode keysym, which 5834 is its Unicode codepoint augmented by 0x01000000. Latin-1 5835 characters must not appear with their Unicode codepoints in compose 5836 files, otherwise the returned composed character lies in the range 5837 0x01000000 - 0x010000FF which is not valid. 5838 5839 There are two solutions: either fix composing routines to return 5840 0xZZ instead of 0x010000ZZ (where Z is an hexadecimal digit), or 5841 replace U00ZZ by their corresponding keysyms in compose files. The 5842 latter is more logical and less error prone, so compose files will 5843 be patched. Many applications accept these invalid Unicode keysyms, 5844 but few of them don't, most notably xemacs. Only UTF-8 locales are 5845 affected. 5846 5847 This has been fixed very recently in XFree86 CVS (but not xorg), but 5848 for licensing reasons, this patch is not grabbed. Instead automatic 5849 conversion is performed by: 5850 5851 sed -e '/XK_LATIN1/,/XK_LATIN1/!d' /usr/include/X11/keysymdef.h \ 5852 | grep -v deprecated | grep 0x0 \ 5853 | sed -e 's/0x0/U0/' -e 's/XK_//' \ 5854 | awk '{ printf "s/\\b%s\\b/%s/ig\n", $3, $2; }' > sedfile 5855 for f in nls/*.UTF-8/Compose.pre 5856 do 5857 sed -f sedfile $f > $f.tmp && mv $f.tmp $f 5858 done 5859 5860 [I edited the quoted script to update it for the current location of 5861 the installed keysymdef.h and the current layout of the libX11 5862 repo. -JimC] 5863 5864 I applied the script, not the patch attached to the bugreport. 5865 5866 1] https://bugs.freedesktop.org/show_bug.cgi?id=7417 5867 5868commit 5cf5bc76642bfece7cb5b76faf414bf445f14489 5869Author: James Cloos <cloos@jhcloos.com> 5870Date: Sat Aug 18 17:13:41 2007 -0400 5871 5872 Add some compose sequences 5873 5874 Add some compose sequences from the patch in bug 5371 (attachment 4122). 5875 5876 Cf: 5877 5878 https://bugs.freedesktop.org/show_bug.cgi?id=5371 5879 https://bugs.freedesktop.org/attachment.cgi?id=4122 5880 5881commit d4002e389dd69780dfc7c2f7bd3cb0c57f05d4f8 5882Author: James Cloos <cloos@jhcloos.com> 5883Date: Sat Aug 18 13:57:31 2007 -0400 5884 5885 Fix SMP Compose targets 5886 The compose targets from the SMP (plane 1) were incorrect. 5887 5888 At some point the 0x10000 bit had been lost. 5889 5890commit f1ed3da9a30a1f0264fdc7d1c6466f27fe2a3d7d 5891Author: Jeremy C. Reed <reed@glacier.reedmedia.net> 5892Date: Thu Aug 16 17:37:22 2007 -0500 5893 5894 Fix a mutex reference-counting bug. 5895 5896 I was told that some systems have a much more permissive libpthread. 5897 I was asked to commit this. This is from NetBSD's X source. 5898 (I didn't receive any feedback on xorg list for over two weeks 5899 about this.) 5900 5901commit ac00a44b4875de70382da5a40dd87f976e5b9327 5902Author: Tilman Sauerbeck <tilman@code-monkey.de> 5903Date: Wed Aug 1 20:36:03 2007 +0200 5904 5905 Bumped version to 1.1.3. 5906 5907commit 76fae9cba1e9bdf7f0eb2ff2b90153d622136cf0 5908Author: Joerg Sonnenberger <joerg@netbsd.org> 5909Date: Fri Jul 27 11:15:47 2007 -0700 5910 5911 Fail properly on errors in recursive make. 5912 5913commit 1a18319b3bde08dd9ef69c7cd735a76000cf3177 5914Author: Brice Goglin <Brice.Goglin@ens-lyon.org> 5915Date: Thu Jul 26 23:31:15 2007 +0200 5916 5917 Add missing override parameter in XrmCombineDatabase prototype in the manpage 5918 5919 Reported by Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr> 5920 in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=393434 5921 and https://bugs.freedesktop.org/show_bug.cgi?id=9948 5922 5923 Also add the type of the second argument in XrmMergeDatabases. 5924 5925commit 6f0764d4b56f64786b4980839ca262f10a51af6f 5926Author: Brice Goglin <Brice.Goglin@ens-lyon.org> 5927Date: Thu Jul 26 22:53:52 2007 +0200 5928 5929 Clarify return value of XGetCommand in case of error in the manpage 5930 5931 Reported by Sean Perry <shalehperry@attbi.com> 5932 in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=133348 5933 and https://bugs.freedesktop.org/show_bug.cgi?id=9828 5934 5935commit b8bef57342632cc2d25580bb7daa3839bae04d89 5936Author: Alan Coopersmith <alan.coopersmith@sun.com> 5937Date: Wed Jul 25 17:44:06 2007 -0700 5938 5939 Include comment/copyright/license for AC_DEFINE_DIR in acinclude.m4 5940 5941commit 590cde811a79375231c59ed8583e02b111ed567c 5942Author: Kean Johnston <kean@armory.com> 5943Date: Thu Jul 19 16:44:20 2007 -0700 5944 5945 Reset hostname when falling back from :0 to hostname/localhost:0 as well 5946 5947commit d334665e619e9db657a2ea2764a8b852401d4a3f 5948Author: Kean Johnston <kean@armory.com> 5949Date: Tue Jul 17 16:34:30 2007 -0700 5950 5951 LOCALCONN fallback changes DisplayString() output, breaks KDE 5952 5953 See <http://lists.freedesktop.org/archives/xorg/2007-July/026443.html> 5954 5955commit 8e76bcf3cafda85058ce5f35f1f81929f4772f72 5956Author: Olivier Blin <blino@mandriva.org> 5957Date: Mon Jun 11 18:32:09 2007 +1000 5958 5959 fix XGetMotionEvents arguments order - Fixes bug 11222 5960 5961commit c2f88cdf5cd9c94b77e5bfdac572b5ac06ab4aa8 5962Author: Jamey Sharp <jamey@minilop.net> 5963Date: Sun Jun 10 16:19:59 2007 -0700 5964 5965 Fix locking in _XimGetWindowEventmask. 5966 5967 Now that XFilterEvent drops the Display lock before invoking callback 5968 functions, _XimGetWindowEventmask is called without the lock held. So 5969 when it called _XGetWindowAttributes, a variant of XGetWindowAttributes 5970 that does not lock the Display, Xlib/XCB would assert: 5971 5972 xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed. 5973 5974 Should fix Gentoo #156367, Ubuntu #87947, Debian #427296. And others? 5975 5976commit 65f0ab5d46d80d55fc04d4eb14fa05f130eb8b9c 5977Author: Jamey Sharp <jamey@minilop.net> 5978Date: Sun Jun 3 21:41:47 2007 -0700 5979 5980 Move security fixes to the top of NEWS, and fix spacing. 5981 5982 Commit by Josh Triplett and Jamey Sharp. 5983 5984commit a549a258b8fcb1ba9d0c1b01b72967e385f67cab 5985Author: Jamey Sharp <jamey@minilop.net> 5986Date: Sun Jun 3 21:29:40 2007 -0700 5987 5988 Add NEWS item for bugfix in commit e2c1d788d1fe7bd2d34756493951552441e59b8c. 5989 5990 Commit by Josh Triplett and Jamey Sharp 5991 5992commit 5123b77a3d32d3ad479462f319762c328278aed9 5993Author: Jamey Sharp <jamey@minilop.net> 5994Date: Sun Jun 3 21:24:54 2007 -0700 5995 5996 Xlib/XCB: Inline and simplify handle_event, since only process_responses calls it now. 5997 5998 Commit by Josh Triplett and Jamey Sharp. 5999 6000commit 582ca690ea4f3ffd2b94826c4db97229bd3c7238 6001Author: Jamey Sharp <jamey@minilop.net> 6002Date: Sun Jun 3 20:59:12 2007 -0700 6003 6004 Xlib/XCB: Fix _XReadEvents to always enqueue a new event, even if an error occurs 6005 6006 Commit c337f9de7cfd89f983f83956b7457a274dd412f3 broke the invariant that 6007 _XReadEvents always enqueues at least one event even if an error occurred, 6008 because the one call to xcb_wait_for_event would then return an error, not an 6009 event, and nothing else ensured that process_responses would obtain an event. 6010 Fix this by reverting most of c337f9de7cfd89f983f83956b7457a274dd412f3 and 6011 f417570735aac865eb6b576d1ea76b5bfcd8573b and implementing the correct fix. In 6012 process_responses, wait_for_first_event now serves as a flag, cleared when 6013 actually handling an event. 6014 6015 Commit by Josh Triplett and Jamey Sharp. 6016 6017commit e2c1d788d1fe7bd2d34756493951552441e59b8c 6018Author: Jamey Sharp <jamey@minilop.net> 6019Date: Sun Jun 3 17:33:23 2007 -0700 6020 6021 Xlib/XCB: Only remove pending_requests when there are provably no more responses. 6022 6023commit 7a6dbd4b07ca0a49c30ca7a1d2437eafb2e15eab 6024Author: Josh Triplett <josh@freedesktop.org> 6025Date: Sun Jun 3 15:39:39 2007 -0700 6026 6027 Bump version number to 1.1.2, and add NEWS entry for 1.1.2 6028 6029 Signed-off-by: Josh Triplett <josh@freedesktop.org> 6030 6031commit 416f38f2e67ee1979b3d2feac6f06b3670238804 6032Author: Josh Triplett <josh@freedesktop.org> 6033Date: Sun Jun 3 12:13:44 2007 -0700 6034 6035 Revert "Revert "include: don't distribute XlibConf.h"" 6036 6037 This reverts commit 79fa3d8070d95b960ba486f2439225872471dadd. 6038 6039 Re-revert the XlibConf.h change, which prevented distribution, not 6040 installation. 6041 6042commit 79fa3d8070d95b960ba486f2439225872471dadd 6043Author: Josh Triplett <josh@freedesktop.org> 6044Date: Sat Jun 2 22:05:16 2007 -0700 6045 6046 Revert "include: don't distribute XlibConf.h" 6047 6048 This reverts commit c9e28e05ae01ce8a29bea09df759b6271865b44c. 6049 6050 The installed XlibInt.h includes XlibConf.h , so libX11 should ship 6051 XlibConf.h. (Commit c9e28e05ae01ce8a29bea09df759b6271865b44c didn't actually 6052 prevent automake from shipping XlibConf.h, because it used 6053 nodist_x11include_HEADERS rather than nodist_HEADERS.) 6054 6055commit f417570735aac865eb6b576d1ea76b5bfcd8573b 6056Author: Jamey Sharp <jamey@minilop.net> 6057Date: Sat Jun 2 17:59:15 2007 -0700 6058 6059 Xlib/XCB: inline wait_or_poll_for_event, which now had only one caller. 6060 6061 Commit by Josh Triplett and Jamey Sharp. 6062 6063commit c337f9de7cfd89f983f83956b7457a274dd412f3 6064Author: Jamey Sharp <jamey@minilop.net> 6065Date: Sat Jun 2 17:46:41 2007 -0700 6066 6067 Xlib/XCB: Ensure _XReadEvents reads at least one new event and blocks for exactly one event. 6068 6069 Commit by Jamey Sharp and Josh Triplett. 6070 6071commit 7f66c897f04806b75e574b55b48921b48045e3f9 6072Author: Jamey Sharp <jamey@minilop.net> 6073Date: Sat Jun 2 16:43:39 2007 -0700 6074 6075 Update _XReply's copy of _XCBUnlockDisplay's guts. 6076 6077 We introduced this bug in 6b81cbbedfb521ce046b77ee3cc54e884a1dc0c5. 6078 6079 Also add a comment in _XCBUnlockDisplay to discourage this problem from 6080 respawning. 6081 6082 Commit by Josh Triplett and Jamey Sharp. 6083 6084commit 740ead23512f8d2eaafaa69e514f1ebafad475b9 6085Author: Jamey Sharp <jamey@minilop.net> 6086Date: Sat Jun 2 16:01:01 2007 -0700 6087 6088 Xlib/XCB: Avoid re-crashing after _XIOError. 6089 6090 Commit by Josh Triplett and Jamey Sharp. 6091 6092commit 6b81cbbedfb521ce046b77ee3cc54e884a1dc0c5 6093Author: Jamey Sharp <jamey@minilop.net> 6094Date: Sat Jun 2 12:30:30 2007 -0700 6095 6096 Hold XCB's Xlib lock even when only the user lock (XLockDisplay) is held. 6097 6098 An Xlib client can query Display state, such as with NextRequest, while 6099 it holds only the Xlib user lock (between XLockDisplay and 6100 XUnlockDisplay), so XCB requests in other threads should be blocked when 6101 the Xlib user lock is held. 6102 6103 We acquire the lock even when XInitThreads was not called, so that pure 6104 XCB code can use multiple threads even in an otherwise single-threaded 6105 Xlib application. 6106 6107 Commit by Josh Triplett and Jamey Sharp. 6108 6109commit 95523387d619af5b400748898d722e080b5ce1a6 6110Author: Jamey Sharp <jamey@minilop.net> 6111Date: Sat Jun 2 11:57:39 2007 -0700 6112 6113 Allow re-entrant Xlib calls from _XIOError. 6114 6115 Some libraries try to clean up X resources from atexit handlers, _fini, 6116 or C++ destructors. To make these work, the Display lock should be 6117 downgraded to a user lock (as in XLockDisplay) before calling exit(3). 6118 This blocks Xlib calls from threads other than the one calling exit(3) 6119 while still allowing the exit handlers to call Xlib. 6120 6121 This assumes that the thread calling exit will call any atexit handlers. 6122 If this does not hold, then an alternate solution would involve 6123 registering an atexit handler to take over the lock, which would only 6124 assume that the same thread calls all the atexit handlers. 6125 6126 Commit by Josh Triplett and Jamey Sharp. 6127 6128commit 91b02b8064f4e0bcc56019f0722914850008a597 6129Author: Tilman Sauerbeck <tilman@code-monkey.de> 6130Date: Thu May 17 19:07:34 2007 +0200 6131 6132 More constification. 6133 6134commit a4f3841940158351f9424c3f59b305cce877177d 6135Author: Tilman Sauerbeck <tilman@code-monkey.de> 6136Date: Thu May 17 00:29:43 2007 +0200 6137 6138 Constified composite text charset table. 6139 6140commit 0581c0aa6039e6b2abb9f7b0a4f9904d8e01f00e 6141Author: Tilman Sauerbeck <tilman@code-monkey.de> 6142Date: Wed May 16 23:19:22 2007 +0200 6143 6144 Have the compiler fill in hexTable so we don't have to do it at runtime. 6145 6146commit 0e8d9ca47dab0d069e305d5784d05f2ade04f0a8 6147Author: Tilman Sauerbeck <tilman@code-monkey.de> 6148Date: Wed May 16 19:36:23 2007 +0200 6149 6150 More constification. 6151 6152commit 6d2bed8f04942b4de086a519ac693e729c9fdeea 6153Author: Tilman Sauerbeck <tilman@code-monkey.de> 6154Date: Wed May 16 19:18:20 2007 +0200 6155 6156 Constify and clean up token table. 6157 6158commit 6c508eab5df5d517f7e4cbe6087308cd53a564b2 6159Author: Tilman Sauerbeck <tilman@code-monkey.de> 6160Date: Wed May 16 18:24:42 2007 +0200 6161 6162 Constified more tables. 6163 6164commit e699c4231c205ef00d687b6412308d031b99806b 6165Author: Tilman Sauerbeck <tilman@code-monkey.de> 6166Date: Wed May 16 18:01:23 2007 +0200 6167 6168 Constified error list. 6169 6170commit a68a1cd7cb990ba276fbc36a7591044d78b3d3c1 6171Author: Peter Hutterer <peter@cs.unisa.edu.au> 6172Date: Tue May 15 16:54:01 2007 +0930 6173 6174 Add XGenericEvent definition and handling for long events. 6175 6176commit c76d30253f1483ac8200ad5c032a818907e65030 6177Author: Jan Willem Stumpel <jstumpel@planet.nl> 6178Date: Fri May 4 12:00:49 2007 -0700 6179 6180 Update el_GR.UTF-8/Compose.pre to match changes in xkeyboard-config cvs 6181 6182 Cf: 6183 6184 https://bugs.freedesktop.org/show_bug.cgi?id=10851 6185 https://bugs.freedesktop.org/show_bug.cgi?id=10824 6186 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=386385 6187 6188 The greek keyboard definition was changed to replace dead_horn and 6189 dead_ogonek with U0313 COMBINING COMMA ABOVE (aka Psili) and U0314 6190 COMBINING REVERSED COMMA ABOVE (aka Dasia). 6191 6192 This patch modifies the Greek Compose.pre to match. 6193 6194 It is generated by the script Jan Willem Stumpel <jstumpel@planet.nl> 6195 posted to 386385@bugs.debian.org: 6196 6197 #!/usr/bin/perl 6198 while (<>) { 6199 print $_; 6200 if (/dead_horn/) { 6201 s/dead_horn/U0313/; 6202 print $_; 6203 } 6204 elsif (/dead_ogonek/) { 6205 s/dead_ogonek/U0314/; 6206 print $_; 6207 } 6208 } 6209 6210commit a48386ce6b5f8fd2d9dc11a966c9bf5da59f3831 6211Author: Magnus Kessler <Magnus.Kessler@gmx.net> 6212Date: Tue May 1 15:20:08 2007 +0200 6213 6214 Switched function definitions from K&R to ANSI style. 6215 6216commit 605d357074d556a05a3fba2e85cbea36a3204248 6217Author: Tilman Sauerbeck <tilman@code-monkey.de> 6218Date: Tue May 1 14:47:03 2007 +0200 6219 6220 Tweaked configure output about the man pages suffix. 6221 6222commit 9824b40d2af4ca2376512c1be7743da0d5065900 6223Author: Alan Coopersmith <alan.coopersmith@sun.com> 6224Date: Sat Apr 28 00:42:18 2007 -0700 6225 6226 Fix typo in nroff macro in XkbAddGeomOverlayKey.man 6227 6228commit f93849dcc68bd5042ea0884e5190dc7c35b31d68 6229Author: Alan Coopersmith <alan.coopersmith@sun.com> 6230Date: Sat Apr 28 00:30:55 2007 -0700 6231 6232 Protect C comments and #defines in XKB man pages from being mangled by cpp 6233 6234commit f2f27d4763c7665e422fab10b96b4cf5ad6c0a6f 6235Author: Alan Coopersmith <alan.coopersmith@sun.com> 6236Date: Sat Apr 28 00:14:50 2007 -0700 6237 6238 Add Makefile to process/install XKB man pages 6239 6240commit d9954c6f6f3a8c406b946acd0d034ff83c656156 6241Author: Dennis Arellano <Dennis.Arellano@Sun.COM> 6242Date: Thu Aug 19 00:00:00 1999 -0700 6243 6244 Add man pages for XKB API's 6245 6246 Man pages originally written for X11R6.4 integration to Solaris 7 11/99 6247 Sun bug id 4258344: Add new XKB API manpages for 6.4 upgrade 6248 <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4258344> 6249 6250 (Volunteer needed to convert prototypes in man pages to ANSI C style...) 6251 6252commit f640a49b5e2ebf29f9d655df544c63bf826f619a 6253Author: Tilman Sauerbeck <tilman@code-monkey.de> 6254Date: Fri Apr 20 18:39:59 2007 +0200 6255 6256 Markup tweak for XOpenIM. 6257 6258commit e972b0bb255af4f3258217852542faf5afa60b28 6259Author: Julien Cristau <jcristau@debian.org> 6260Date: Fri Apr 20 18:35:09 2007 +0200 6261 6262 Bug #9695: Fixed a few argument types in the XOpenIM manpage. 6263 6264commit b4e2276f329fa42397cb8609cfcd34ebafd3d96b 6265Author: Julien Cristau <jcristau@debian.org> 6266Date: Fri Apr 20 18:28:52 2007 +0200 6267 6268 Bug #9697: Fixed documentation of XVisualInfo struct. 6269 6270 The "depth" member was said to be unsigned int, but it's signed. 6271 6272commit 4068f3dae01c630f825002673b1d3a047ad61863 6273Author: Julien Cristau <jcristau@debian.org> 6274Date: Fri Apr 20 16:41:21 2007 +0200 6275 6276 Bug #9696: refer to XDefineCursor() instead of XDefineCusor(). 6277 6278commit 603c2f88d4e57ce1a3c16e8b6246866e6edd8fa8 6279Author: Tilman Sauerbeck <tilman@code-monkey.de> 6280Date: Sat Apr 7 14:42:55 2007 +0200 6281 6282 Use unistd.h to get getresuid() and friends. 6283 6284 This works since we now have _GNU_SOURCE defined. 6285 6286commit 0300f295bbd3a0c7c46baac8e0a27aeaf53c9d9b 6287Author: Tilman Sauerbeck <tilman@code-monkey.de> 6288Date: Sat Apr 7 14:27:12 2007 +0200 6289 6290 Bug #10562: Define _GNU_SOURCE on glibc systems. 6291 6292commit a225a0be48770beb689d5ac5da97073634f7deab 6293Author: Tilman Sauerbeck <tilman@code-monkey.de> 6294Date: Fri Apr 6 12:46:25 2007 +0200 6295 6296 For nls/*.pre, allow people to comment lines by starting them with '##'. 6297 6298 This fixes a bunch of cpp warnings from nls/en_US.UTF-8/Compose.pre. 6299 Fixing that file would have been a larger diff, and using ## may be 6300 nicer to use anyway. 6301 6302commit 1c75a9479011e5f1ad01c950628d0ef5a302d8b6 6303Author: Tilman Sauerbeck <tilman@code-monkey.de> 6304Date: Fri Apr 6 11:59:31 2007 +0200 6305 6306 Bug #10475: Fixed lots of char*/const char* mixups. 6307 6308 I didn't fix all of them, as that would require touching 6309 public headers. 6310 6311commit 680dd50193b5b3fcabdd3f1fcbd6a889d5a95c54 6312Author: Matthias Hopf <mhopf@suse.de> 6313Date: Thu Apr 5 11:53:18 2007 +0200 6314 6315 Fix 64bit issues with reallocation. 6316 6317commit 4d38aeaca42d0bdfe34a833a142ee4d895de03bf 6318Author: Tilman Sauerbeck <tilman@code-monkey.de> 6319Date: Wed Apr 4 18:41:18 2007 +0200 6320 6321 Fixed a few warnings. 6322 6323commit 7dc7ef398b6ad90ccd1680ed9cd1cfdd47312f5a 6324Author: Matthieu Herrb <matthieu@roadrock.(none)> 6325Date: Tue Apr 3 15:39:52 2007 +0200 6326 6327 Multiple integer overflows in the XGetPixel() and XInitImage functions 6328 6329 CVE-2007-1667 6330 6331commit 0284b144340a455a4b5b5011d81ac5a610372291 6332Author: David Baron <dbaron@dbaron.org> 6333Date: Fri Mar 30 17:07:46 2007 +0200 6334 6335 Bug #7703: Fixed XSetSizeHints() et al wrt use of uninitialized data. 6336 6337 Now only those fields of the respective hint struct are set that 6338 are actually valid in the input data. 6339 The changed functions are: 6340 XSetSizeHints(), XSetWMHints() and XSetWMSizeHints(). 6341 6342commit 0994faa0c76c45b106442db461b8a30a3e1c9395 6343Author: Tilman Sauerbeck <tilman@code-monkey.de> 6344Date: Thu Mar 29 17:31:25 2007 +0200 6345 6346 Fixed the change from the previous SendEvent commit. 6347 6348 Testing a different patch than the one you commit is bad, right? 6349 6350commit 398d75528a84f4b8414eb0e363cf53b1b16f6fdf 6351Author: Tilman Sauerbeck <tilman@code-monkey.de> 6352Date: Wed Mar 28 22:23:44 2007 +0200 6353 6354 Bug #10292: Fixed a memory leak related to XOpenDisplay() in the XCB code. 6355 6356commit ab0bcd07957cecc8e7c0e75d5160a625e91264fe 6357Author: David Baron <dbaron@dbaron.org> 6358Date: Wed Mar 28 22:21:40 2007 +0200 6359 6360 Bug #7713: Initialize all of the event's fields before sending it. 6361 6362commit bc80f9fe3ccce40ee41246b97470c4f0519756ad 6363Author: Julien Cristau <jcristau@debian.org> 6364Date: Sun Mar 18 13:14:48 2007 +0100 6365 6366 Bug #9279: Fixed a file descriptor leak. 6367 6368commit c9e28e05ae01ce8a29bea09df759b6271865b44c 6369Author: Daniel Stone <daniel@fooishbar.org> 6370Date: Sat Dec 16 00:45:19 2006 +0200 6371 6372 include: don't distribute XlibConf.h 6373 6374 Since XlibConf.h is built by configure, don't distribute it. 6375 6376commit dd1705ced2cac6b4b6b21e79272fcf9bed4bf376 6377Merge: 129bbb9 769b985 6378Author: Jeremy C. Reed <reed@glacier.reedmedia.net> 6379Date: Thu Dec 14 14:23:20 2006 -0600 6380 6381 Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/lib/libX11 6382 6383commit 129bbb9f9114a571556fa3a24f15ba58a5cdb2de 6384Author: Jeremy C. Reed <reed@glacier.reedmedia.net> 6385Date: Thu Dec 14 14:21:19 2006 -0600 6386 6387 For NetBSD, define the XTHREADLIB and XTHREAD_CFLAGS. 6388 6389commit 769b9854f7eb1d6d20dd0b4a1c1215ad8e1b77b6 6390Author: Daniel Stone <daniel@fooishbar.org> 6391Date: Wed Dec 6 18:53:00 2006 +0200 6392 6393 Makefile.am: make ChangeLog hook safer 6394 6395 Make ChangeLog hook as safe as possible. 6396 (cherry picked from f5d6a3d24095c7ffed86705995d0874c885e7676 commit) 6397 6398commit 8a8185a649e93b90ffa820387ffdca831227f5a9 6399Author: Josh Triplett <josh@freedesktop.org> 6400Date: Thu Nov 30 18:33:13 2006 -0800 6401 6402 Add autogen.sh to EXTRA_DIST. 6403 6404commit efe817f95ef8d05e863c83147e903140bc860de4 6405Author: Jamey Sharp <jamey@minilop.net> 6406Date: Thu Nov 30 17:58:35 2006 -0800 6407 6408 Release libX11 1.1.1. 6409 6410commit f637a5b03164263a3af2e644cf655e52b015f1bb 6411Author: Ross Combs <rocombs@cs.nmsu.edu> 6412Date: Sat Nov 25 14:45:17 2006 -0800 6413 6414 Debian bug #354315: Clarify return value in XGetWindowAttributes man page 6415 6416 This man page does not discuss the actual return values of the 6417 function, but says they are of type "Status". One might assume 6418 that this means you could compare it with the "Success" macro. 6419 One would be wrong. 6420 6421 The X functions seem to have two three types representing status. 6422 If it is an "int" there are a number of error codes or "Success" 6423 which can be compared against. If it is a bool, the result can be 6424 compared with "True" or "False". If the return type is "Status" it 6425 appears that the return type is either 0 or 1. Unfortunately the 6426 value for Success is zero, so it is important to distinguish 6427 between the first two types of return values and the third; 6428 otherwise the conditional will be inverted. 6429 6430 XGetWindowAttributes() is one of the functions which returns zero 6431 for failure. The man page should make this clear. 6432 6433commit c6a0b0f18ed1242eeb908f5cf767ab8381edd456 6434Author: Jamey Sharp <jamey@minilop.net> 6435Date: Sat Nov 25 14:23:45 2006 -0800 6436 6437 Bug #9154: Always process an event for _XReadEvents, even if an error occurs 6438 6439 Previously, process_responses (in the wait_for_first_event case called 6440 from _XReadEvents) considered any return from xcb_wait_for_event 6441 sufficient to think it had processed an event. If xcb_wait_for_event 6442 returned an error, and no more events occurred before process_responses 6443 called xcb_poll_for_event, process_responses would try to return with 6444 dpy->head NULL, and would fail an assertion for the _XReadEvents 6445 postcondition. Now, process_responses continues using xcb_wait_for_event 6446 until it gets an event. 6447 6448commit d56e78acce9b2aa1dd1bf172afedaa3bccd5e1c8 6449Author: Tilman Sauerbeck <tilman@code-monkey.de> 6450Date: Sat Nov 25 05:29:31 2006 -0800 6451 6452 Bug #9153: Fix access to freed memory. 6453 6454 The fix for bug #8622 introduced a smaller bug where _XReply would 6455 read memory shortly after freeing it. This patch caches the needed 6456 value in a stack-allocated variable before the heap-allocated memory 6457 is freed. 6458 6459commit 934ca763bbc0dd7ae460469bfc000ba101602bcc 6460Author: Josh Triplett <josh@freedesktop.org> 6461Date: Fri Nov 24 19:57:58 2006 -0800 6462 6463 libx11 doesn't use inputproto in public headers; don't require it in x11.pc 6464 6465 Based on a Debian patch. 6466 6467commit 4255997ef2d92740d51f6e63e9eabcfa089683f0 6468Author: Josh Triplett <josh@freedesktop.org> 6469Date: Thu Nov 23 07:19:32 2006 -0800 6470 6471 Release libX11 1.1 6472 6473commit a1168e11ec9377307c51a7271faec3bf88a63a66 6474Author: Jamey Sharp <jamey@minilop.net> 6475Date: Tue Nov 21 17:52:34 2006 -0800 6476 6477 Add note in man-page that XListFontsWithInfo is not thread-safe. 6478 6479 _XReply drops the Display lock, so the value of dpy->request may change 6480 before _XReply is called again. 6481 6482 I discovered this by inspection a year or two ago. I'm pretty confident 6483 in the claim, and nobody has come up with an argument for why it's safe 6484 despite appearances. 6485 6486commit 67abe024268c6b1fdee516e5d3a046ccffd7e80a 6487Author: Jamey Sharp <jamey@minilop.net> 6488Date: Sat Nov 18 15:39:26 2006 -0800 6489 6490 Bug #8622: Fix response processing order for threaded apps 6491 6492 Previously, process_responses (the common code for _XReply, 6493 _XReadEvents, and _XEventsQueued) took the current request sequence 6494 number as an argument, and did some highly complicated processing to 6495 attempt to process responses in order across threads. This didn't 6496 actually work. 6497 6498 Now, process_responses handles responses in order, by adding condition 6499 variables to the list of outstanding requests in 6500 dpy->xcb->pending_requests, and blocking on them when those requests 6501 should get processed to allow _XReply to process them; if actually 6502 called from _XReply, it returns when _XReply's request should get 6503 processed. _XReply broadcasts on the condition variable after it has 6504 read its reply and re-acquired the display lock. 6505 6506 Another great commit brought to you by Jamey Sharp, Josh Triplett, the 6507 Gobby collaborative text editor, conspy, and ridiculous amounts of SSH 6508 forwarding. 6509 6510 Signed-off-by: Josh Triplett <josh@freedesktop.org> 6511 Signed-off-by: Jamey Sharp <jamey@minilop.net> 6512 6513commit 941f02ede63baa46f93ed8abccebe76fb29c0789 6514Author: Lars Knoll <lars@trolltech.com> 6515Date: Wed Nov 8 12:17:41 2006 -0800 6516 6517 Don't hold the display lock around callbacks to the application. 6518 6519 This fixes an XCB locking assertion failure, particularly with emacs. 6520 6521commit e494ecaac1ec8a22bd9a85f800fca74d02e9d358 6522Author: Diego 'Flameeyes' Pettenò <flameeyes@gentoo.org> 6523Date: Tue Nov 7 09:32:00 2006 -0800 6524 6525 Add xcb-xlib dependency to x11.pc when built against XCB. 6526 6527commit 2302008a3793eb4df8ede777d54fe06505c47eaf 6528Author: Eric Anholt <eric@anholt.net> 6529Date: Mon Nov 6 17:11:42 2006 -0800 6530 6531 XCB: Allocate the right amount of memory for dpy->lock_fns. 6532 6533 Fixes a crash I was experiencing on startup of anything using gdk. 6534 6535commit 5f860655be88108b03ccd97470a0814819254bf0 6536Author: Jamey Sharp <jamey@minilop.net> 6537Date: Thu Nov 2 17:55:31 2006 -0800 6538 6539 Release libX11 1.1 RC2 (1.0.99.2). 6540 6541commit a6f4bbf7b1d725b0f04bd660f57b861a76b19831 6542Author: Benno Schulenberg <bensberg@justemail.net> 6543Date: Sun Oct 29 03:10:30 2006 +0300 6544 6545 nls (en_US): remove long compositions that override shorter (bug #2286) 6546 Remove long compositions that override (or get overriden by) later shorter 6547 compositions, e.g. a four-key compose sequence that gets overriden by a 6548 later three-key compose sequence. 6549 6550commit 0280bf11ef88673a9b5bba3a91a599260f1f0949 6551Author: Benno Schulenberg <bensberg@justemail.net> 6552Date: Sun Oct 29 03:08:36 2006 +0300 6553 6554 nls: remove shadowed compose entries (bug #2286) 6555 Remove compose entries shadowed by others later on. 6556 6557commit d118f2b1ef10997194b281524177dea7396da7dd 6558Author: Benno Schulenberg <bensberg@justemail.net> 6559Date: Sun Oct 29 03:07:15 2006 +0300 6560 6561 nls: remove duplicate compose entries (bug #2286) 6562 Remove a bunch of duplicate entries from various Compose files. 6563 6564commit 5e1cc2fe20e5904ca1e05a4cb7be13d450a593bb 6565Author: Caolan McNamara <caolanm@redhat.com> 6566Date: Sun Oct 29 02:46:15 2006 +0300 6567 6568 XKB geometry: fix leaks in GetKeyboardByName (bug #8099) 6569 Don't leak the name and value of every property we parse, as well as the 6570 name of every colour. 6571 6572commit 686bb8b35acf6cecae80fe89b2b5853f5816ce19 6573Author: Matthias Hopf <mhopf@suse.de> 6574Date: Wed Oct 18 14:25:04 2006 +0200 6575 6576 Fix double open of compose file. 6577 6578 Issue found by Kees Cook <kees@canonical.com>. 6579 6580commit d3e65cb8cddf08913d83c9df2bb9b1517f2ad3a8 6581Author: Jamey Sharp <jamey@minilop.net> 6582Date: Sat Oct 14 21:25:10 2006 -0700 6583 6584 XCB: check for and handle I/O errors in _XGetXCBBuffer. 6585 6586commit 256eba6b40c5f811a03b04abf5f85f728ee3ab5d 6587Author: Jamey Sharp <jamey@minilop.net> 6588Date: Wed Oct 11 00:06:50 2006 -0700 6589 6590 XKB bugfix: SyncHandle must be called after UnlockDisplay, not before. 6591 6592commit 1eedf1bd033e496843cfde42ae4ae5a119298605 6593Author: Jamey Sharp <jamey@minilop.net> 6594Date: Tue Oct 10 23:03:28 2006 -0700 6595 6596 Add correct Display locking to XKB functions. 6597 6598 Some XKB functions didn't correctly call LockDisplay or UnlockDisplay. 6599 This patch fixes at least some instances of that problem. 6600 6601 Thanks to Magnus Kessler <Magnus.Kessler@gmx.net> for finding these bugs 6602 and proposing a fix, which this patch is based on. 6603 6604commit e17c2cbe9fbaa1600d4b9463ec800a874b0d87cd 6605Author: David Nusinow <dnusinow@debian.org> 6606Date: Tue Oct 10 22:11:05 2006 -0400 6607 6608 Dynamically generate internal manpage section using __libmanpagesuffix__ so that it actually matches the section if you don't use 3X11 6609 6610commit e53557da969b706dbc843f6fde3db31ffe382e0f 6611Author: Jamey Sharp <jamey@minilop.net> 6612Date: Sat Oct 7 21:00:36 2006 -0700 6613 6614 Release libX11 1.1 RC1 (1.0.99.1). 6615 6616commit bf237409c5fce32c557d298f62f44d456c2b5bc8 6617Merge: ba47719 2d426d1 6618Author: Jamey Sharp <jamey@minilop.net> 6619Date: Sat Oct 7 21:07:16 2006 -0700 6620 6621 As XCB support is about to be released in libX11, stable is now subsumed by master. 6622 6623commit ba477191c67ce93e61423cc1abe35275704cce50 6624Author: Jamey Sharp <jamey@minilop.net> 6625Date: Sat Oct 7 03:48:13 2006 -0700 6626 6627 XCB: Don't rely on having the definition of struct xcb_setup_t available. 6628 6629commit 117b55cbd0b0ce51362df88363ed83d44a493ac7 6630Author: Jamey Sharp <jamey@minilop.net> 6631Date: Fri Oct 6 16:27:31 2006 -0700 6632 6633 xcb_poll_for_event no longer takes an 'int *error' out-parameter. 6634 6635commit caaa8e8a55e837b3585c1dee7bef194fc4c79d16 6636Author: Josh Triplett <josh@freedesktop.org> 6637Date: Fri Oct 6 16:26:11 2006 -0700 6638 6639 Actually ship Xxcbint.h 6640 6641commit 7b027e53b5e393082f4f515c8ba18077eb97163f 6642Author: Josh Triplett <josh@freedesktop.org> 6643Date: Fri Oct 6 16:25:50 2006 -0700 6644 6645 Clean ChangeLog only in "make maintainer-clean", not "make clean" 6646 6647 ChangeLog requires a git repo to generate; make clean and make distclean 6648 shouldn't get rid of it. 6649 6650commit cab22e02e78b3e5b8a73d1cd55cf6686426b47e0 6651Author: Josh Triplett <josh@freedesktop.org> 6652Date: Fri Oct 6 16:24:58 2006 -0700 6653 6654 Add ChangeLog and "make dist"-generated files to .gitignore 6655 6656commit e4c7cfdee4a40e466c0c6b370cabd432e9e855a0 6657Author: Josh Triplett <josh@freedesktop.org> 6658Date: Fri Oct 6 15:53:27 2006 -0700 6659 6660 Add manual pages for XGetXCBConnection and XSetEventQueueOwner 6661 6662commit 688224cea95e453f94c5a602dc6fce84bc93dfc0 6663Author: Josh Triplett <josh@freedesktop.org> 6664Date: Fri Oct 6 13:41:16 2006 -0700 6665 6666 Remove unnecessary prototype for _XFreeDisplayStructure in xcb_disp.c 6667 6668commit ab728ca372288d0db1b486c265e34c1376f29104 6669Author: Josh Triplett <josh@freedesktop.org> 6670Date: Fri Oct 6 12:36:39 2006 -0700 6671 6672 XCL is dead; long live Xlib/XCB 6673 6674 Rename all instances of "XCL" to Xlib/XCB-derived names. 6675 6676 The only user-visible change: rename the include file <X11/xcl.h> to 6677 <X11/Xlib-xcb.h>; programs will need to change their #include lines to match. 6678 6679 Remove the XCL cast inlines from Xlib-xcb.h. 6680 6681commit 5b73093203039d307eb7ab3845c3ced207e9e26c 6682Author: Josh Triplett <josh@freedesktop.org> 6683Date: Fri Oct 6 11:33:49 2006 -0700 6684 6685 Add XCB developers to AUTHORS 6686 6687commit 1cb71ff139276a0a58c60ea5f261f64b94706b9b 6688Author: Josh Triplett <josh@freedesktop.org> 6689Date: Fri Oct 6 11:21:28 2006 -0700 6690 6691 Fix email addresses in README 6692 6693commit 12f038669278019594ca0ed53dadcf4e84092422 6694Author: Jamey Sharp <jamey@minilop.net> 6695Date: Fri Oct 6 02:13:05 2006 -0700 6696 6697 XCB: Handle all responses in order of monotonically increasing sequence number. 6698 6699commit f392680273278b43079302206897f794e60f3c70 6700Author: Josh Triplett <josh@freedesktop.org> 6701Date: Fri Oct 6 01:11:08 2006 -0700 6702 6703 Actually install x11-xcb.pc, and ship x11-xcb.pc.in 6704 6705commit f1fcad2e3fd17aaf1294f1d8e9f406fd5b32a863 6706Author: Jamey Sharp <jamey@minilop.net> 6707Date: Thu Oct 5 18:32:29 2006 -0700 6708 6709 XCB: correctly handle failure to connect to X server. 6710 6711commit e754b3b078d556c7861da56aad47d244e9199e06 6712Author: Josh Triplett <josh@freedesktop.org> 6713Date: Thu Oct 5 17:44:22 2006 -0700 6714 6715 Split public Xlib/XCB functions into libX11-xcb 6716 6717 We can never change the libX11 soname, and we don't want to commit to never 6718 changing the public Xlib/XCB functions, so split them into a separate library 6719 libX11-xcb. This also means that a program linked solely against libX11 6720 should work with either Xlib or Xlib/XCB, which will make life easier for 6721 package maintainers. 6722 6723 Signed-off-by: Josh Triplett <josh@freedesktop.org> 6724 Acked-by: Jamey Sharp <jamey@minilop.net> 6725 6726commit ffd367f708b295abaedf3a23a1bfd4710d171d6f 6727Author: Jamey Sharp <jamey@minilop.net> 6728Date: Wed Oct 4 17:16:46 2006 -0700 6729 6730 No longer #include Xmd from xcl.h: we do not need it. 6731 6732commit 3aff149d42ba8ed620091971b3766bdf96c62aaf 6733Author: Jamey Sharp <jamey@minilop.net> 6734Date: Wed Oct 4 16:58:32 2006 -0700 6735 6736 XCB: Revert locking to simple wrapper around libX11's normal locks. 6737 6738 No more recursive mutexes, no more banging XCB's I/O lock in-place, and 6739 reduces the differences between the previous stable release and an 6740 XCB-enabled one. Sadly, Xlib's pluggable thread functions work again 6741 too, now. I apologize to the world. 6742 6743commit 8ff122fb529bdb1c2b9a86b12d06b6da1b35d708 6744Author: Jamey Sharp <jamey@minilop.net> 6745Date: Mon Sep 25 04:54:52 2006 -0700 6746 6747 Link explicitly against XCB's Xlib compatibility functions. 6748 6749commit bde3cd123d65a2f36ee0c417f5f231b7e01d0671 6750Author: Jamey Sharp <jamey@minilop.net> 6751Date: Mon Sep 25 04:13:20 2006 -0700 6752 6753 libxcb now installs header files in <xcb>, not <X11/XCB>. 6754 6755commit 87d00207f5a1f25a45a153618739cd6481814f89 6756Author: Ian Osgood <iano@quirkster.com> 6757Date: Sun Sep 24 23:39:01 2006 -0700 6758 6759 Track XCB's "Great Renaming". 6760 6761commit 85a5e98dff9b7752fae157fad9b8c9825cb0efab 6762Author: Jamey Sharp <jamey@minilop.net> 6763Date: Tue Sep 12 23:02:42 2006 -0700 6764 6765 Quit using XCBGetQueuedRequestRead. 6766 6767commit a61936fc4e9bd93b108764bbacd5b8f786e51915 6768Author: Tollef Fog Heen <tfheen@err.no> 6769Date: Wed Aug 30 00:05:54 2006 +0300 6770 6771 nls: use _XlcUtf8Loader for en_US (bug #7982) 6772 Use _XlcUtf8Loader instead of _XlcUnicodeLoade,r bringing it into line with 6773 every other locale. 6774 6775commit abcc7e1865cdfbd591f6520cfe4257f0b0b1c03e 6776Author: Alan Coopersmith <alan.coopersmith@sun.com> 6777Date: Wed Aug 23 18:49:30 2006 -0700 6778 6779 When opening display, if LOCALCONN fails, fall back to UNIXCONN, then TCPCONN 6780 6781 Port to X11R7 of Sun bug fix 4061225 by Alex Chen for X11R6 - when failing to 6782 connect on a named pipe, try a Unix socket first, to better support people who 6783 replace their X servers with ones that don't support named pipe transport. 6784 <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4061225> 6785 6786commit 1ddc44c1cada7e926bd4787406444ce7c36b61e1 6787Author: Mark Brown <mark.brown@sun.com> 6788Date: Thu Jul 27 19:17:10 2006 -0700 6789 6790 Sun bug 1149809: Document event delivery when grab is terminated. 6791 6792commit 171107b03ac89d94f9006c7cda242aeefb9ecd16 6793Author: Dennis Arellano <Dennis.Arellano@Sun.COM> 6794Date: Thu Jul 27 18:47:06 2006 -0700 6795 6796 Sun bug 4091271: XGetWindowProperty is missing a crucial prop_return description 6797 6798 Document that 32-bit format properties are always returned in arrays of type 6799 long, even on systems where long is 64-bits. 6800 <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4091271> 6801 6802commit 8309efe6550877cd0bf22979904b3f6bd3e6cffa 6803Author: Alan Coopersmith <alan.coopersmith@sun.com> 6804Date: Mon Jul 24 15:52:00 2006 -0700 6805 6806 Add support for "make lint" to check code with lint/sparse/etc. 6807 6808commit 931e02fbd1acd09aae2b0954c34342c86c72dff6 6809Author: Alan Coopersmith <alan.coopersmith@sun.com> 6810Date: Mon Jul 24 15:50:52 2006 -0700 6811 6812 ANSIfy some static function definitions 6813 6814commit 20b7abcaac324d90454de63f32f4a2b398e69e63 6815Author: Alan Coopersmith <alan.coopersmith@sun.com> 6816Date: Mon Jul 24 15:01:40 2006 -0700 6817 6818 Fix sparse warning: Using plain integer as NULL pointer 6819 6820commit d158ab29930513c4097f5b67e7bea08ed2bfd62c 6821Author: Alan Coopersmith <alan.coopersmith@sun.com> 6822Date: Mon Jul 24 14:00:24 2006 -0700 6823 6824 Remove unused variable 6825 6826commit 30377000375bdb958042dcb1f38503c94ef21eaf 6827Author: Eric Anholt <anholt@FreeBSD.org> 6828Date: Fri Jul 21 18:55:36 2006 -0400 6829 6830 Bug #7188: Fix the documentation of XUrgencyHint (not UrgencyHint). 6831 6832commit 4eba45879aea4e415ab550ee56b900d060099110 6833Author: Matthieu Herrb <matthieu.herrb@laas.fr> 6834Date: Sun Jul 16 10:55:39 2006 +0200 6835 6836 set GIT_DIR=${srcdir}/.git for git-log 6837 6838commit 2d426d1f2608fedb77bd7d010dabece76b8d4a60 6839Author: Aaron Plattner <aplattner@nvidia.com> 6840Date: Tue Jul 11 13:27:49 2006 -0700 6841 6842 Add a .PHONY to ensure the ChangeLog isn't stale. 6843 6844 Setting the ChangeLog rule as phony forces it to be re-run even when the 6845 ChangeLog file already exists. Research indicates .PHONY is portable to BSD and 6846 Solaris make. 6847 (cherry picked from b8a98809ed81e1226775e6447ef219ffc01334b5 commit) 6848 6849commit b8a98809ed81e1226775e6447ef219ffc01334b5 6850Author: Aaron Plattner <aplattner@nvidia.com> 6851Date: Tue Jul 11 13:27:49 2006 -0700 6852 6853 Add a .PHONY to ensure the ChangeLog isn't stale. 6854 6855 Setting the ChangeLog rule as phony forces it to be re-run even when the 6856 ChangeLog file already exists. Research indicates .PHONY is portable to BSD and 6857 Solaris make. 6858 6859commit 8f2be66089b88e4ed6acb0211ea107f4bb910bd3 6860Author: Mayank Jain <majain@redhat.com> 6861Date: Tue Jul 11 19:42:47 2006 +0100 6862 6863 add Indian language locales 6864 Add as, kn, ml, or, ur, and te locales. 6865 6866commit a92eb6785699bbc9c6c3813f6af3bb9431a3f6b0 6867Author: Matthias Hopf <mhopf@suse.de> 6868Date: Tue Jul 4 12:16:30 2006 +0200 6869 6870 Fix for autoconf 2.60 issue. 6871 6872 Updated AC_DEFINE_DIR. 6873 Reverted datarootdir change. 6874 6875commit 644f4828b15bce42b597eb123ba0bbc372c46c03 6876Author: Keith Packard <keithp@neko.keithp.com> 6877Date: Sat Jul 1 21:31:23 2006 -0700 6878 6879 Work around recent autoconf (2.59?) changes in directory expansion. 6880 6881 Recent autoconf versions have changed how directory names are managed in the 6882 configure.ac script; automatic 'eval' invocations now occur as a part of the 6883 AC_DEFINE_DIR macro which make it imperative that AC_DEFINE_DIR be executed 6884 before the variables are used in further macro definitions. Also, ${datadir} 6885 is apparantly an old name for ${datarootdir} as ${datadir} doesn't get 6886 expanded correctly by AC_DEFINE_DIR. This looks like an autoconf bug, but it 6887 is easy to work around by just using ${datarootdir} instead of ${datadir}. 6888 6889commit be70a31229aa106aff0a09d78c00812682cd3475 6890Author: Keith Packard <keithp@neko.keithp.com> 6891Date: Sat Jul 1 01:56:05 2006 -0700 6892 6893 Xlib/XCB: handle 32-bit sequence wrap. 6894 6895 Replace broken sequence compares with XCB_SEQUENCE_COMPARE (copied from 6896 XCB). 6897 Account for XCB sequence 0 handling. 6898 6899commit 99c711707ad08e1396e123b1c7df687c560a489a 6900Author: Donnie Berkholz <spyderous@gentoo.org> 6901Date: Thu Jun 29 19:43:20 2006 -0700 6902 6903 Bump version to 1.0.3. 6904 6905commit cde3c0dd72af2b490e80cffca962e3487dd31be4 6906Author: Donnie Berkholz <spyderous@gentoo.org> 6907Date: Thu Jun 29 19:39:36 2006 -0700 6908 6909 Bug #7349: Missed one of the setuid fixes. 6910 (cherry picked from e9614c963b532f46a7932c2305a4b177a996a222 commit) 6911 6912commit df3fef8983d96c59d481c4cdaf1f271d54a116d2 6913Author: Matthias Hopf <mhopf@suse.de> 6914Date: Thu Jun 29 18:59:57 2006 +0200 6915 6916 Update to final Compose cache directory location. 6917 (cherry picked from abda4d223e9cce9ac6e7b5d82a5680d9a502e52a commit) 6918 6919commit 912ef198292d3053daa810f842510e5d62ded0f0 6920Author: Matthias Hopf <mhopf@suse.de> 6921Date: Thu Jun 29 17:41:41 2006 +0200 6922 6923 Fix alignment of trees and wide chars in the cache. 6924 (cherry picked from 40a64c61f8bc33d497e1224e02c41dea2d424d97 commit) 6925 6926commit 2ece832118b3ee5d8ed19f1ee9b1c822b70ec6e9 6927Author: Matthias Hopf <mhopf@suse.de> 6928Date: Wed Jun 28 19:17:03 2006 +0200 6929 6930 First (dummy) entry of compose caches was not initialized and thus contained varying garbage. 6931 (cherry picked from f442dcaa56f8ecb7443e8e51c88ed97e10dbdba3 commit) 6932 6933commit e9614c963b532f46a7932c2305a4b177a996a222 6934Author: Donnie Berkholz <spyderous@gentoo.org> 6935Date: Thu Jun 29 19:39:36 2006 -0700 6936 6937 Bug #7349: Missed one of the setuid fixes. 6938 6939commit abda4d223e9cce9ac6e7b5d82a5680d9a502e52a 6940Author: Matthias Hopf <mhopf@suse.de> 6941Date: Thu Jun 29 18:59:57 2006 +0200 6942 6943 Update to final Compose cache directory location. 6944 6945commit 40a64c61f8bc33d497e1224e02c41dea2d424d97 6946Author: Matthias Hopf <mhopf@suse.de> 6947Date: Thu Jun 29 17:41:41 2006 +0200 6948 6949 Fix alignment of trees and wide chars in the cache. 6950 6951commit f442dcaa56f8ecb7443e8e51c88ed97e10dbdba3 6952Author: Matthias Hopf <mhopf@suse.de> 6953Date: Wed Jun 28 19:17:03 2006 +0200 6954 6955 First (dummy) entry of compose caches was not initialized and thus contained varying garbage. 6956 6957commit bdbe464d774e01d317f67c63ebbda2fd0edbbdd1 6958Author: Donnie Berkholz <spyderous@gentoo.org> 6959Date: Thu Jun 22 23:59:03 2006 -0700 6960 6961 Delete ChangeLog, and add a rule to autogenerate it for distribution. Also 6962 add 'foreign' to AM_INIT_AUTOMAKE to make autotools happy with not having a 6963 ChangeLog. 6964 (cherry picked from b0edfb8df16ab8c9959b83a4c966d55a59c4e295 commit) 6965 6966commit b0edfb8df16ab8c9959b83a4c966d55a59c4e295 6967Author: Donnie Berkholz <donnie@comet.(none)> 6968Date: Thu Jun 22 23:47:38 2006 -0700 6969 6970 Delete ChangeLog, and add a rule to autogenerate it for distribution. Also 6971 add 'foreign' to AM_INIT_AUTOMAKE to make autotools happy with not having a 6972 ChangeLog. 6973 6974commit dd54981aa76e9dfdc4c3302d6105b4b229447c84 6975Author: Donnie Berkholz <donnie@comet.(none)> 6976Date: Thu Jun 22 15:47:38 2006 -0700 6977 6978 Bump version to 1.0.2. 6979 6980commit c93539d974a67f596a5eb5b65042d26602546c72 6981Author: Matthieu Herrb <matthieu@deville.herrb.com> 6982Date: Tue Jun 20 21:04:03 2006 +0200 6983 6984 Check setuid() return value. 6985 (cherry picked from 5169d0e08ff6acb350a6ea768623f5ff0b85b05f commit) 6986 6987commit 605533f814ab7892991578706a6458f61a89ca4d 6988Author: Derek Wang <derek.wang@sun.com> 6989Date: Mon Jun 19 11:05:37 2006 -0700 6990 6991 Sun bug 6209243: XExtentsOfFontSet causes segfault when font set not loaded 6992 (cherry picked from eff50c94a07194297e705da53d9fbb3a40fb9ad4 commit) 6993 6994commit 5bbd0822c5a926de0ed293437fb9f2b75cf3c4f4 6995Author: Scott Revelt <scott.revelt@sun.com> 6996Date: Fri Jun 16 19:11:13 2006 -0700 6997 6998 Sun bug 4022903: Xcms routines may fail if sscanf() is looking for separators 6999 based on locale that doesn't match those used in the Xcms.txt 7000 (cherry picked from 94f3213fc4bd6ec49bfb68e8b4a4fddea2bf3baa commit) 7001 7002commit 0b05cd4da6134df527fb010384a9fd569bd5d6a3 7003Author: Alan Coopersmith <alanc@alf.(none)> 7004Date: Fri Jun 16 18:53:33 2006 -0700 7005 7006 Add *~ to ignore emacs droppings 7007 (cherry picked from c33d7b8282ac196b36229be26442296768c16f3e commit) 7008 7009commit 214658b76b56768f69c3959a11525aae7813f448 7010Author: Matthias Hopf <mhopf@suse.de> 7011Date: Fri Jun 16 15:36:40 2006 +0200 7012 7013 Bug #3104: Compose table cache for faster X11 application starts. 7014 (cherry picked from 1f4c9893ade08bad30c9bd12a36bee57d30b001e commit) 7015 7016commit 13968a23aaea838ba4b69e42e8900f803499e091 7017Author: Matthias Hopf <mhopf@suse.de> 7018Date: Tue Jun 13 20:23:46 2006 +0200 7019 7020 Bug #3104: Compose table cache for faster X11 application starts. 7021 (cherry picked from 4fe22647e6010a2886c2f3a7093adeaeb6678faa commit) 7022 7023commit e7f8bca08f5476d0ca262097639ac7d424bb4d10 7024Author: Lubos Lunak <llunak@suse.de> 7025Date: Mon Jun 12 18:48:08 2006 +0200 7026 7027 Bug #3104: Compose table cache for faster X11 application starts. 7028 (cherry picked from 1d28a655629a11ea7fd1e5df4c7b77dd4b63e3be commit) 7029 7030commit f506aaf8ac9aae1ee8daaef6cde34ee85aecd641 7031Author: Matthias Hopf <mhopf@suse.de> 7032Date: Fri Jun 9 18:24:02 2006 +0200 7033 7034 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. 7035 (cherry picked from 9354351fcb8baeaab85250d14409cfb4fa50f3e9 commit) 7036 7037commit 0e6d5e979aacb0c295ce79369ecc5f22ffa7922c 7038Author: Jamey Sharp <jamey@minilop.net> 7039Date: Wed Jun 7 20:29:05 2006 -0700 7040 7041 Fix bug #7035: unnecessary memmove in XOpenDisplay. 7042 Using memmove on the connection setup data causes a problem for XCB, but making 7043 Xlib stop doing that should be harmless for non-XCB as well. 7044 (cherry picked from b18713ec3f36a10b3cdb1e16f9550e1d2e05dff0 commit) 7045 7046commit cd7328c46ae72903ed02832828891b2dab4d5ee0 7047Author: Daniel Stone <daniels@preemptive.fooishbar.org> 7048Date: Sat Jun 3 13:51:51 2006 +0300 7049 7050 Fix threading support on GNU/kFreeBSD systems. (Robert Millan) 7051 (cherry picked from e3acee88cfcc4ef0fa8a7db39763a5ebe2e985cb commit) 7052 7053commit c336eb6b80a6f91da1d0b3d28634a2cfde324670 7054Merge: 33556ca ad9ebbd 7055Author: Donnie Berkholz <donnie@comet.(none)> 7056Date: Thu Jun 22 14:25:35 2006 -0700 7057 7058 Merge branch 'stable' of http://people.freedesktop.org/~jamey/libX11 into stable 7059 7060commit 213dacad21740466e7ab31b01d3fc513fe4b3e74 7061Author: Daniel Stone <daniel@fooishbar.org> 7062Date: Thu Jun 22 17:20:59 2006 +0300 7063 7064 Bump to 1.0.99.0 to avoid confusion. 7065 7066commit efedfd68e31bcee2d21ac340be8dc9e1825ec890 7067Merge: e3acee8 4b8eb5d 7068Author: Daniel Stone <daniel@fooishbar.org> 7069Date: Thu Jun 22 16:53:45 2006 +0300 7070 7071 Merge branch 'master' of git+ssh://git.freedesktop.org/srv/git.freedesktop.org/git/xorg/lib/libX11 7072 7073commit 4b8eb5d4a1da73a94b5a6ab12e34784aae4c79c5 7074Merge: 5169d0e eff50c9 7075Author: Matthieu Herrb <matthieu@deville.herrb.com> 7076Date: Tue Jun 20 21:05:15 2006 +0200 7077 7078 Merge branch 'master' of git+ssh://herrb@git.freedesktop.org/git/xorg/lib/libX11 7079 7080commit 5169d0e08ff6acb350a6ea768623f5ff0b85b05f 7081Author: Matthieu Herrb <matthieu@deville.herrb.com> 7082Date: Tue Jun 20 21:04:03 2006 +0200 7083 7084 Check setuid() return value. 7085 7086commit eff50c94a07194297e705da53d9fbb3a40fb9ad4 7087Author: Derek Wang <derek.wang@sun.com> 7088Date: Mon Jun 19 11:05:37 2006 -0700 7089 7090 Sun bug 6209243: XExtentsOfFontSet causes segfault when font set not loaded 7091 7092commit 94f3213fc4bd6ec49bfb68e8b4a4fddea2bf3baa 7093Author: Scott Revelt <scott.revelt@sun.com> 7094Date: Fri Jun 16 19:11:13 2006 -0700 7095 7096 Sun bug 4022903: Xcms routines may fail if sscanf() is looking for separators 7097 based on locale that doesn't match those used in the Xcms.txt 7098 7099commit c33d7b8282ac196b36229be26442296768c16f3e 7100Author: Alan Coopersmith <alanc@alf.(none)> 7101Date: Fri Jun 16 18:53:33 2006 -0700 7102 7103 Add *~ to ignore emacs droppings 7104 7105commit 1f4c9893ade08bad30c9bd12a36bee57d30b001e 7106Author: Matthias Hopf <mhopf@suse.de> 7107Date: Fri Jun 16 15:36:40 2006 +0200 7108 7109 Bug #3104: Compose table cache for faster X11 application starts. 7110 7111commit 4fe22647e6010a2886c2f3a7093adeaeb6678faa 7112Author: Matthias Hopf <mhopf@suse.de> 7113Date: Tue Jun 13 20:23:46 2006 +0200 7114 7115 Bug #3104: Compose table cache for faster X11 application starts. 7116 7117commit 1d28a655629a11ea7fd1e5df4c7b77dd4b63e3be 7118Author: Lubos Lunak <llunak@suse.de> 7119Date: Mon Jun 12 18:48:08 2006 +0200 7120 7121 Bug #3104: Compose table cache for faster X11 application starts. 7122 7123commit 9354351fcb8baeaab85250d14409cfb4fa50f3e9 7124Author: Matthias Hopf <mhopf@suse.de> 7125Date: Fri Jun 9 18:24:02 2006 +0200 7126 7127 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. 7128 7129commit b18713ec3f36a10b3cdb1e16f9550e1d2e05dff0 7130Author: Jamey Sharp <jamey@minilop.net> 7131Date: Wed Jun 7 20:29:05 2006 -0700 7132 7133 Fix bug #7035: unnecessary memmove in XOpenDisplay. 7134 Using memmove on the connection setup data causes a problem for XCB, but making 7135 Xlib stop doing that should be harmless for non-XCB as well. 7136 7137commit ad9ebbd2424bc2699944ffdf4e19e13f9dd8ab84 7138Author: Daniel Stone <daniels@preemptive.fooishbar.org> 7139Date: Sat Jun 3 12:57:55 2006 +0300 7140 7141 Bug #2186: Add cs_CZ.iso8859-2 alias. 7142 7143commit 9e7765e0b1cbaae6643072d91066ba1201b36227 7144Author: Daniel Stone <daniel@fooishbar.org> 7145Date: Fri Jun 2 02:46:29 2006 +0300 7146 7147 nls: Serbian (sr_CS) update (#5575) 7148 7149 Bug #5575: 'Yugoslavia' has changed to Serbia & Montenegro, along with a 7150 corresponding locale change. Update compose.dir.pre, locale.alias.pre, 7151 and locale.dir.pre. (Milos Komarcevic) 7152 7153commit a4ac2242b588da23044a20aa999ae84d4de7b2d8 7154Author: Daniel Stone <daniel@fooishbar.org> 7155Date: Fri Jun 2 02:24:25 2006 +0300 7156 7157 im: add Braille input method (#6296) 7158 7159 Bug #6296: Add a Braille input method. (Samuel Thibault) 7160 7161commit 90de1e2e141ec591048a76cb695579ef809a28d3 7162Author: Daniel Stone <daniel@fooishbar.org> 7163Date: Fri Jun 2 02:22:17 2006 +0300 7164 7165 xkb support: small typo 7166 7167commit 4c3e34bece7402f08139d34d1ef5834e3cf533c7 7168Author: Daniel Stone <daniel@fooishbar.org> 7169Date: Fri Jun 2 01:50:24 2006 +0300 7170 7171 en_US.UTF-8 Compose.pre: updates from Simos (#5129) 7172 7173 Bug #5129: Numerous updates from Simos Xenitellis, fixing Unicode keysyms, 7174 adding Unicode character names, removing duplicate entries, et al. 7175 7176commit 0c6473dd329c7334ae511884bcb6e73e632c784f 7177Author: Daniel Stone <daniel@fooishbar.org> 7178Date: Fri Jun 2 01:44:53 2006 +0300 7179 7180 nls: fix use of non-keysym dead_space (#5107) 7181 7182 Bug #5107: Change users of dead_space to space. 7183 7184commit 6f99f6349de5120f1cb7e02fbc97849341bc48e8 7185Author: Daniel Stone <daniel@fooishbar.org> 7186Date: Fri Jun 2 01:41:18 2006 +0300 7187 7188 optional XKB support fix 7189 7190 Fix compilation with --disable-xkb. 7191 7192commit 217d43ed44ced901122093af3ef1294e1736bb77 7193Author: Daniel Stone <daniel@fooishbar.org> 7194Date: Fri Jun 2 01:39:12 2006 +0300 7195 7196 i18n: separate data and lib directories 7197 7198 Break out locale data into separate data and library directories, under 7199 $(datadir) and $(libdir), respectively, by default. 7200 7201commit 92fa7fcde8df22830fca7c0275ab201033f7909c 7202Author: Adam Jackson <ajax@benzedrine.nwnk.net> 7203Date: Thu May 11 14:04:48 2006 -0400 7204 7205 libXcursor.so.1, not libXcursor.so 7206 7207commit 135b4df13ed7c35dbae8975f302fc1fb8412d7c0 7208Author: Daniel Stone <daniels@preemptive.fooishbar.org> 7209Date: Wed May 10 18:06:03 2006 +0300 7210 7211 XKBMisc.c: use Xfree, not xfree 7212 7213 Use Xfree() instead of xfree() when freeing interps. 7214 7215commit 3518d772b08e3433bc28b4d8d293fa53ca25f0ee 7216Author: Daniel Stone <daniels@preemptive.fooishbar.org> 7217Date: Wed May 10 14:51:37 2006 +0300 7218 7219 locale.alias.pre: bg_BG typo fix 7220 7221 Fix typo (be_BG.UTF-8 rather than bg_BG.UTF-8) in locale.alias.pre. 7222 7223commit cc533db60cb64dc163c66451933a9bf77c519062 7224Author: Daniel Stone <daniels@endtroducing.localdomain> 7225Date: Sun Apr 9 22:22:03 2006 +0300 7226 7227 Coverity #203, #204: Fix potential NULL dereferences. 7228 7229commit b83adf7dfd6157694fe4f232012fef36cd9666da 7230Author: Daniel Stone <daniels@endtroducing.localdomain> 7231Date: Sun Apr 9 22:20:25 2006 +0300 7232 7233 Coverity #205: Fix potential NULL dereference. 7234 7235commit 2d0cd10ad907864d0136739eaac459779c9a5332 7236Author: Daniel Stone <daniels@endtroducing.localdomain> 7237Date: Sun Apr 9 22:18:20 2006 +0300 7238 7239 Coverity #209: Fix potential NULL dereference. (Alan Coopersmith) 7240 7241commit dc2f3966068d66a564aa452cab9f0c26657fa1df 7242Author: Daniel Stone <daniels@preemptive.research.nokia.com> 7243Date: Fri Apr 7 18:11:52 2006 +0300 7244 7245 Coverity #826: Fix potential memory leak. 7246 7247commit 23df609ec451a01c77e8f31ecc85c5af7c62efed 7248Author: Daniel Stone <daniels@preemptive.research.nokia.com> 7249Date: Fri Apr 7 17:49:41 2006 +0300 7250 7251 Bug #1625: Include keysym.h from Xutil.h. 7252 7253commit 5262a1945c543a3419ed626e1deb09ef5b4584c1 7254Author: Eric Anholt <anholt@leguin.anholt.net> 7255Date: Wed Apr 5 17:12:15 2006 -0700 7256 7257 Check if visualList == NULL, not nVisualsMatched == 0. NULL happens in more 7258 7259 cases (allocation failure) than nVisualsMatched == 0. Noticed from inspection 7260 of Coverity #599, #600. 7261 7262commit 8b42635f577468bb143ca593cdd9fb3450ad712c 7263Author: Eric Anholt <anholt@leguin.anholt.net> 7264Date: Wed Apr 5 16:42:26 2006 -0700 7265 7266 Coverity #558: Free newly-allocated Database in error path. 7267 7268commit 6d06e41d1f431b3f1a1fcf69161e0af411325e9f 7269Author: Eric Anholt <anholt@leguin.anholt.net> 7270Date: Wed Apr 5 16:38:52 2006 -0700 7271 7272 Coverity #582: Free newly-allocated region in error path. 7273 7274commit 5fd8f79ad3e38df74d9a6cb573617542c101df1a 7275Author: Daniel Stone <daniels@preemptive.research.nokia.com> 7276Date: Fri Mar 17 15:58:39 2006 +0200 7277 7278 Properly clip bounds when only one point is defining an outline. 7279 7280commit 1e1572eb7f8394ce152e99d96f711ccf9083baf9 7281Author: Matthieu Herrb <matthieu@bluenote.herrb.com> 7282Date: Sat Mar 11 15:39:15 2006 +0100 7283 7284 Fix prototype of XConfigureWindow(). Bugzilla #6023. 7285 7286commit 1da8bd904f1fc79d63d368473531b438d08bfe37 7287Author: Jeremy C. Reed <reed@reedmedia.net> 7288Date: Tue Feb 21 14:10:22 2006 -0800 7289 7290 Set XTHREADLIB correctly for dragonfly platforms. 7291 7292commit c9768133e3f65ac4bb64e3941e2d6ae36897ec9c 7293Author: Jamey Sharp <jamey@minilop.net> 7294Date: Sun Feb 19 12:29:27 2006 -0800 7295 7296 Update .gitignores for *.o and nls/locale.dir*. 7297 7298commit efcbde6ba0b770bb0d4c7818e307712161011f10 7299Author: Jamey Sharp <jamey@minilop.net> 7300Date: Sun Feb 19 12:28:41 2006 -0800 7301 7302 Move .cvsignore to .gitignore. 7303 7304commit e3acee88cfcc4ef0fa8a7db39763a5ebe2e985cb 7305Author: Daniel Stone <daniels@preemptive.fooishbar.org> 7306Date: Sat Jun 3 13:51:51 2006 +0300 7307 7308 Fix threading support on GNU/kFreeBSD systems. (Robert Millan) 7309 7310commit f1bd3152359ddfadd0d043006036c239f3e2907b 7311Author: Daniel Stone <daniels@preemptive.fooishbar.org> 7312Date: Sat Jun 3 12:57:55 2006 +0300 7313 7314 Bug #2186: Add cs_CZ.iso8859-2 alias. 7315 7316commit 2b1b79d90db1d7f0472718b8c010c36275994195 7317Author: Daniel Stone <daniel@fooishbar.org> 7318Date: Fri Jun 2 02:46:29 2006 +0300 7319 7320 nls: Serbian (sr_CS) update (#5575) 7321 Bug #5575: 'Yugoslavia' has changed to Serbia & Montenegro, along with a 7322 corresponding locale change. Update compose.dir.pre, locale.alias.pre, 7323 and locale.dir.pre. (Milos Komarcevic) 7324 7325commit d6fba1f44d404362d3be1b421f57d7ccc3c8cdac 7326Author: Daniel Stone <daniel@fooishbar.org> 7327Date: Fri Jun 2 02:24:25 2006 +0300 7328 7329 im: add Braille input method (#6296) 7330 Bug #6296: Add a Braille input method. (Samuel Thibault) 7331 7332commit 0fed7d3185addd610e917dcdaa0676f0256c0ec5 7333Author: Daniel Stone <daniel@fooishbar.org> 7334Date: Fri Jun 2 02:22:17 2006 +0300 7335 7336 xkb support: small typo 7337 7338commit cf7d9f9e46f3ce01ac04a95978918d5c0f3f3cf9 7339Author: Daniel Stone <daniel@fooishbar.org> 7340Date: Fri Jun 2 01:50:24 2006 +0300 7341 7342 en_US.UTF-8 Compose.pre: updates from Simos (#5129) 7343 Bug #5129: Numerous updates from Simos Xenitellis, fixing Unicode keysyms, 7344 adding Unicode character names, removing duplicate entries, et al. 7345 7346commit 332d45fce9fdbf59168d90a133af1f580a589e54 7347Author: Daniel Stone <daniel@fooishbar.org> 7348Date: Fri Jun 2 01:44:53 2006 +0300 7349 7350 nls: fix use of non-keysym dead_space (#5107) 7351 Bug #5107: Change users of dead_space to space. 7352 7353commit 34f59ce3d1e2eb2971b732d11871c6fff8a1c75b 7354Author: Daniel Stone <daniel@fooishbar.org> 7355Date: Fri Jun 2 01:41:18 2006 +0300 7356 7357 optional XKB support fix 7358 Fix compilation with --disable-xkb. 7359 7360commit c5940a0b85edec4003f91a59fc3c44f538accfe1 7361Author: Daniel Stone <daniel@fooishbar.org> 7362Date: Fri Jun 2 01:39:12 2006 +0300 7363 7364 i18n: separate data and lib directories 7365 Break out locale data into separate data and library directories, under 7366 $(datadir) and $(libdir), respectively, by default. 7367 7368commit 33556ca81db2419b9d2a37664c4cea2069414b37 7369Author: Adam Jackson <ajax@benzedrine.nwnk.net> 7370Date: Fri May 12 14:49:17 2006 -0400 7371 7372 Bump to 1.0.1 7373 7374commit 80d88557626fae9debc404de33d7fb5d69a6049d 7375Author: Adam Jackson <ajax@benzedrine.nwnk.net> 7376Date: Thu May 11 14:06:28 2006 -0400 7377 7378 libXcursor.so.1, not libXcursor.so 7379 7380commit 5384f27dfe3c94c462c137ab3540eaa5646ca4c6 7381Author: Adam Jackson <ajax@benzedrine.nwnk.net> 7382Date: Thu May 11 14:04:48 2006 -0400 7383 7384 libXcursor.so.1, not libXcursor.so 7385 7386commit 01f4d433eed6b70c6e9636157acac022054fdeb6 7387Author: Jamey Sharp <jamey@minilop.net> 7388Date: Wed May 10 17:02:52 2006 -0700 7389 7390 Count any partial request towards the current Xlib sequence number. 7391 7392commit 770cfbd1fcc80a83a9be0c4f68727b8af2c8f4a4 7393Author: Daniel Stone <daniels@preemptive.fooishbar.org> 7394Date: Wed May 10 18:06:03 2006 +0300 7395 7396 XKBMisc.c: use Xfree, not xfree 7397 Use Xfree() instead of xfree() when freeing interps. 7398 7399commit 22a5255b80b80772612279bc840a953edd0e3442 7400Author: Daniel Stone <daniels@preemptive.fooishbar.org> 7401Date: Wed May 10 14:51:37 2006 +0300 7402 7403 locale.alias.pre: bg_BG typo fix 7404 Fix typo (be_BG.UTF-8 rather than bg_BG.UTF-8) in locale.alias.pre. 7405 7406commit 9cac8c9824874ca7d835f001a4efa910b7fdd822 7407Merge: 19b8840 e514bc8 7408Author: Daniel Stone <daniels@preemptive.fooishbar.org> 7409Date: Wed May 10 14:50:37 2006 +0300 7410 7411 Merge branch 'master' of git+ssh://git.freedesktop.org/srv/git.freedesktop.org/git/xorg/lib/libX11 7412 7413commit e514bc875f27f4bf197b06b8315eeca526195915 7414Author: Jamey Sharp <jamey@minilop.net> 7415Date: Tue May 9 12:41:59 2006 -0700 7416 7417 Assert that dpy->request does not go backwards. Catches #5839 earlier. 7418 7419commit fc1159137365a599bf611ee001f439416952c4e0 7420Author: Jamey Sharp <jamey@minilop.net> 7421Date: Sun May 7 17:40:01 2006 -0700 7422 7423 In _XPutXCBBuffer, set aside any trailing partial request until the last byte is available. 7424 7425commit c394480a4247213239822808e3f6e7c6cd6decd9 7426Author: Jamey Sharp <jamey@minilop.net> 7427Date: Sun May 7 16:58:13 2006 -0700 7428 7429 Update for XCB ConnSetupSuccessRep name change. 7430 7431commit 7672bf93bc1200905461aeb0a2dc2c2696410b93 7432Author: Daniel Stone <daniels@endtroducing.localdomain> 7433Date: Sun Apr 9 22:22:03 2006 +0300 7434 7435 Coverity #203, #204: Fix potential NULL dereferences. 7436 7437commit cfcafbe48d22d9a0cd50eb9454ce0ff88f0129d3 7438Author: Daniel Stone <daniels@endtroducing.localdomain> 7439Date: Sun Apr 9 22:20:25 2006 +0300 7440 7441 Coverity #205: Fix potential NULL dereference. 7442 7443commit b6771501feea98d037032f82117b6d4f15779f07 7444Author: Daniel Stone <daniels@endtroducing.localdomain> 7445Date: Sun Apr 9 22:18:20 2006 +0300 7446 7447 Coverity #209: Fix potential NULL dereference. (Alan Coopersmith) 7448 7449commit 19b8840af241087bb17b1edabcaa9b28fdd0a1dc 7450Author: Daniel Stone <daniels@preemptive.research.nokia.com> 7451Date: Fri Apr 7 18:11:52 2006 +0300 7452 7453 Coverity #826: Fix potential memory leak. 7454 7455commit 3a16f262abe48b44ed641525e894bc22e13bf72a 7456Author: Daniel Stone <daniels@preemptive.research.nokia.com> 7457Date: Fri Apr 7 17:49:41 2006 +0300 7458 7459 Bug #1625: Include keysym.h from Xutil.h. 7460 7461commit 2481b767ae96e2f2503c0390545932c8397b090f 7462Author: Eric Anholt <anholt@leguin.anholt.net> 7463Date: Wed Apr 5 17:12:15 2006 -0700 7464 7465 Check if visualList == NULL, not nVisualsMatched == 0. NULL happens in more 7466 cases (allocation failure) than nVisualsMatched == 0. Noticed from inspection 7467 of Coverity #599, #600. 7468 7469commit 152b17e47d878c2d928eb74581aa69d925a29123 7470Author: Eric Anholt <anholt@leguin.anholt.net> 7471Date: Wed Apr 5 16:42:26 2006 -0700 7472 7473 Coverity #558: Free newly-allocated Database in error path. 7474 7475commit bc62b99ef36edb34035911c42104be7f6f9d2333 7476Author: Eric Anholt <anholt@leguin.anholt.net> 7477Date: Wed Apr 5 16:38:52 2006 -0700 7478 7479 Coverity #582: Free newly-allocated region in error path. 7480 7481commit d47f0b3cec1388f7ce60ab2af91df0dea0f221c5 7482Author: Jamey Sharp <jamey@minilop.net> 7483Date: Fri Mar 31 22:53:07 2006 -0800 7484 7485 Fix buggy interaction with XCB when running out of XIDs. 7486 7487commit e3f452571824d6a875bbf582946de185de9e01e9 7488Author: Jamey Sharp <jamey@minilop.net> 7489Date: Fri Mar 31 22:52:14 2006 -0800 7490 7491 Add explicit include of Xmd.h to work around bug including both xcb.h and Xmd.h simultaneously. 7492 7493commit 2363b74ca795c1b3a73c9e572532ba5191adec5b 7494Author: Daniel Stone <daniels@preemptive.research.nokia.com> 7495Date: Fri Mar 17 15:58:39 2006 +0200 7496 7497 Properly clip bounds when only one point is defining an outline. 7498 7499commit e876efb8aa410f2f5c87aaaa7042f847c4ff96f7 7500Merge: be266b2 f71ea0b 7501Author: Matthieu Herrb <matthieu@bluenote.herrb.com> 7502Date: Sat Mar 11 15:40:35 2006 +0100 7503 7504 Merge branch 'master' of git+ssh://herrb@git.freedesktop.org/git/xorg/lib/libX11 7505 7506commit be266b201dc13530a302a7572283ccd3f32aad87 7507Author: Matthieu Herrb <matthieu@bluenote.herrb.com> 7508Date: Sat Mar 11 15:39:15 2006 +0100 7509 7510 Fix prototype of XConfigureWindow(). Bugzilla #6023. 7511 7512commit f71ea0bc737c5a42e9e022b86e7ec3b4f846d31c 7513Author: Jamey Sharp <jamey@minilop.net> 7514Date: Fri Mar 3 11:08:41 2006 -0800 7515 7516 Update for XCBSendRequest sequence number API changes. 7517 7518commit a11d1b0ae674320cf9897f6a83ec08c65eca8d9b 7519Author: Jamey Sharp <jamey@minilop.net> 7520Date: Fri Mar 3 01:42:49 2006 -0800 7521 7522 Use the full_sequence from XCBGenericError/Event for setting last_request_read, and quit replacing _XSetLastRequestRead with an XCB-specific version. 7523 7524commit d8ba4ae7045b227f8b675628b9094dded02f1c08 7525Author: Jamey Sharp <jamey@minilop.net> 7526Date: Thu Mar 2 23:43:26 2006 -0800 7527 7528 Bugfix: Rely on XCBSendRequest to leave iov in a well-defined state, and place the spare iovecs at the beginning of the array. 7529 7530commit f9afb5a54435c30961306080e9358d4240ecb844 7531Author: Jamey Sharp <jamey@minilop.net> 7532Date: Thu Mar 2 23:34:19 2006 -0800 7533 7534 assert() that we will not infinite loop or read uninitialized memory. 7535 7536commit d3512ef3aae5b036a8ce6579318108f1ec20ee22 7537Author: Jamey Sharp <jamey@minilop.net> 7538Date: Thu Mar 2 15:58:52 2006 -0800 7539 7540 Quit relying on XCBSendRequest to pad to 4-byte boundaries and do it ourselves. 7541 7542commit fb590c15a740264ee867d15a2547072e43b21eed 7543Author: Jamey Sharp <jamey@minilop.net> 7544Date: Thu Mar 2 12:06:04 2006 -0800 7545 7546 Handle errors correctly when Xlib owns the event queue and XCB has the checked error feature. 7547 7548commit 8356ba37d307a9eda895a6bf41ef727bbfc9a695 7549Author: Jamey Sharp <jamey@minilop.net> 7550Date: Mon Feb 27 11:51:47 2006 -0800 7551 7552 Use the new XCBSendRequest flag, XCB_REQUEST_RAW, to hand a bag-o-bytes down uninterpreted. 7553 7554commit 07bdf1fbbf2418f866df1a2140d514dd3f035139 7555Author: Jamey Sharp <jamey@minilop.net> 7556Date: Sun Feb 26 15:46:01 2006 -0800 7557 7558 Update for new XCBSendRequest API. 7559 7560commit 409a08cff8347d39e0e6c53c9f380d21f221f5ac 7561Author: Jamey Sharp <jamey@minilop.net> 7562Date: Thu Feb 23 18:12:31 2006 -0800 7563 7564 Performance fix: Replace calls to XCBGetRequestRead with the new XCBGetQueuedRequestRead. Cuts a lot of syscalls. 7565 7566commit ec30a27341b97620b07dd886f98d1d7664a67685 7567Author: Jamey Sharp <jamey@minilop.net> 7568Date: Thu Feb 23 18:01:46 2006 -0800 7569 7570 Minor performance fix: Access dpy->xcl->connection directly instead of calling XCBConnectionOfDisplay. It happens a lot. 7571 7572commit 53c471c6a835d5cedeca99f2c97058d196a3fd7e 7573Author: Jamey Sharp <jamey@minilop.net> 7574Date: Thu Feb 23 11:46:09 2006 -0800 7575 7576 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. 7577 7578commit 41c0121a8718b530feaf7fe315b673d9b8defce2 7579Author: Jamey Sharp <jamey@minilop.net> 7580Date: Tue Feb 21 21:25:41 2006 -0800 7581 7582 Refactor the code that passes requests down to XCB into a separate issue_complete_request function. 7583 7584commit 67d06e0fe468dca22847aa14d3f917128f89f9cf 7585Author: Jamey Sharp <jamey@minilop.net> 7586Date: Tue Feb 21 15:33:05 2006 -0800 7587 7588 If we have not actually put the buffer back, deferred invariants may not hold. This is OK. 7589 7590commit 434bf80b4053ff1ba82adf65de1f76b4d3731bf1 7591Author: Jeremy C. Reed <reed@reedmedia.net> 7592Date: Tue Feb 21 14:10:22 2006 -0800 7593 7594 Set XTHREADLIB correctly for dragonfly platforms. 7595 7596commit b24834762e975bd319f9ab5c7cf790b2a02a9474 7597Author: Jamey Sharp <jamey@minilop.net> 7598Date: Tue Feb 21 14:03:26 2006 -0800 7599 7600 Sometimes functions other than _XUnlockDisplay call _XPutXCBBuffer. Some invariants appropriate for Unlock are not appropriate otherwise: move them to _XUnlockDisplay. 7601 7602commit 99b8defd0d5e6993071e21638128c9de2574b37d 7603Author: Jamey Sharp <jamey@minilop.net> 7604Date: Tue Feb 21 13:04:21 2006 -0800 7605 7606 Execute BeforeFlush hooks on complete buffers, not request-at-a-time. 7607 Traditional Xlib worked this way; I dunno why I changed it. 7608 7609commit 9b01e7849775749182052fe324df9d8e6ceeee99 7610Author: Jamey Sharp <jamey@minilop.net> 7611Date: Tue Feb 21 12:51:44 2006 -0800 7612 7613 Factor the XCBSendRequest call out of the conditional in _XPutXCBBuffer. 7614 7615commit 7ce7ac882de128955751a5307889db9d712d8a72 7616Author: Jamey Sharp <jamey@minilop.net> 7617Date: Tue Feb 21 12:44:30 2006 -0800 7618 7619 Quit using a triple-pointer. Almost as if I were a sensible person. 7620 7621commit 35a858be218cdbfa4593d44a67663d5c25297016 7622Author: Jamey Sharp <jamey@minilop.net> 7623Date: Tue Feb 21 12:21:01 2006 -0800 7624 7625 Remove the XCL_PAD macro. 7626 7627commit e741b70ed2542c5463c57dac44bc37328616733b 7628Author: Jamey Sharp <jamey@minilop.net> 7629Date: Sun Feb 19 12:29:27 2006 -0800 7630 7631 Update .gitignores for *.o and nls/locale.dir*. 7632 7633commit f25b4b00e1683b0d97dba46dac46d65a9c2270a6 7634Author: Jamey Sharp <jamey@minilop.net> 7635Date: Sun Feb 19 12:28:41 2006 -0800 7636 7637 Move .cvsignore to .gitignore. 7638 7639commit c7cda56eebaf6ab11403363be14d4948d7d8be38 7640Author: Jamey Sharp <jamey@minilop.net> 7641Date: Sun Feb 19 11:49:15 2006 -0800 7642 7643 Land XCB support on X.org HEAD. 7644 7645commit 881467b3032261791ef5ec61b3879bb68d0a3d8c 7646Author: Jamey Sharp <jamey@minilop.net> 7647Date: Sun Feb 19 02:14:11 2006 +0000 7648 7649 Merge the X11 and BIGREQS package sets: they were used in exactly the same places. 7650 7651commit 6b0158dfad714db5b89c04dbea3aedeafa0fb146 7652Author: Jamey Sharp <jamey@minilop.net> 7653Date: Tue Feb 14 19:37:36 2006 +0000 7654 7655 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. 7656 7657commit 010c3acbb3a6993d39274f42d88c00849acb0fb0 7658Author: Alan Coopersmith <alan.coopersmith@sun.com> 7659Date: Sun Feb 12 18:19:17 2006 +0000 7660 7661 Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pages not created correctly when MANDIR & MANSUFFIX don't match. 7662 7663commit fe8c01c80263457f01b70dc1511b2bd9466b7c96 7664Author: Alan Coopersmith <alan.coopersmith@sun.com> 7665Date: Fri Feb 3 23:34:43 2006 +0000 7666 7667 Fix typo in .TH line 7668 7669commit b091c217f3c3f60dde78b09a95c150df6c83d7ba 7670Author: Kevin E Martin <kem@kem.org> 7671Date: Thu Dec 15 00:24:28 2005 +0000 7672 7673 Update package version number for final X11R7 release candidate. 7674 7675commit e7c04e0e65a2a0c70c6ad29ec2d6f4350fd81c2a 7676Author: Kevin E Martin <kem@kem.org> 7677Date: Tue Dec 6 22:48:41 2005 +0000 7678 7679 Change *man_SOURCES ==> *man_PRE to fix autotools warnings. 7680 7681commit b5c495854d5270e64e6d588388ffa906bfcaac22 7682Author: Kevin E Martin <kem@kem.org> 7683Date: Sat Dec 3 05:49:42 2005 +0000 7684 7685 Update package version number for X11R7 RC3 release. 7686 7687commit 9e96dbc343c7f27ff47607acd75378ab23903e2a 7688Author: Kevin E Martin <kem@kem.org> 7689Date: Sat Dec 3 04:41:47 2005 +0000 7690 7691 Add check and cflags for malloc(0) returning NULL. 7692 7693commit 649c37b47909620ccafde3e983de8321cddd74ce 7694Author: Alan Coopersmith <alan.coopersmith@sun.com> 7695Date: Mon Nov 28 22:03:04 2005 +0000 7696 7697 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) 7698 7699commit 8d1500df66d796ebff2b0d8c02205e5fa6796d4a 7700Author: Alan Coopersmith <alan.coopersmith@sun.com> 7701Date: Wed Nov 23 22:33:06 2005 +0000 7702 7703 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 7704 7705commit 93cf3747f9ae8d30bd485b41c5ff10397f68f078 7706Author: Eric Anholt <anholt@freebsd.org> 7707Date: Sun Nov 20 23:17:39 2005 +0000 7708 7709 Add/improve libs .cvsignores. 7710 7711commit fa1f4a08112bfa14d3758f4702733dd3892966c3 7712Author: Kevin E Martin <kem@kem.org> 7713Date: Sat Nov 19 07:15:39 2005 +0000 7714 7715 Update pkgconfig files to separate library build-time dependencies from application build-time dependencies, and update package deps to work with separate build roots. 7716 7717commit 7012f9b56c594cf40855ba0dbf93af1263417a8c 7718Author: Kevin E Martin <kem@kem.org> 7719Date: Mon Nov 14 21:51:07 2005 +0000 7720 7721 Fix xf86bigfont pkgconfig dep typo. 7722 7723commit 60a72f47951f46b4e0505d9903a94af3b6bed8ca 7724Author: Kevin E Martin <kem@kem.org> 7725Date: Wed Nov 9 21:19:12 2005 +0000 7726 7727 Update package version number for X11R7 RC2 release. 7728 7729commit 6bb0c3796b6e1beddc376a896e865704886e1462 7730Author: Kean Johnson <kean@armory.com> 7731Date: Tue Nov 8 06:33:25 2005 +0000 7732 7733 See ChangeLog entry 2005-11-07 for details. 7734 7735commit 14be0098ad90c3e68bd2d21b00ffabb76f1fd780 7736Author: Kevin E Martin <kem@kem.org> 7737Date: Tue Nov 1 15:11:50 2005 +0000 7738 7739 Update pkgcheck dependencies to work with separate build roots. 7740 7741commit 1bf71462a972e0fc56de63f5c7fd613b37fc70f1 7742Author: Donnie Berkholz <spyderous@gentoo.org> 7743Date: Fri Oct 28 10:44:03 2005 +0000 7744 7745 Revert that, it's redundant. But it is worth noting that --disable-xkb is broken, if anyone cares. 7746 7747commit be627a39fe373e2e81fdc263780e70a271d9e0c5 7748Author: Donnie Berkholz <spyderous@gentoo.org> 7749Date: Fri Oct 28 08:28:08 2005 +0000 7750 7751 Add dependency on inputproto for XI.h. 7752 7753commit 5fae4cb456cb03fb70cd065dbc2ca94c8ed99082 7754Author: Adam Jackson <ajax@nwnk.net> 7755Date: Fri Oct 21 18:44:24 2005 +0000 7756 7757 Bug #4736: Error decoding for Damage extension. (Jonathan Lennox) 7758 7759commit 1171fa9dc77413f0e90933a565ec07068052afb4 7760Author: Kevin E Martin <kem@kem.org> 7761Date: Wed Oct 19 02:48:08 2005 +0000 7762 7763 Update package version number for RC1 release. 7764 7765commit 2a2d905706308b9d5a1c16af1067fb390f43850c 7766Author: Alan Coopersmith <alan.coopersmith@sun.com> 7767Date: Tue Oct 18 00:00:08 2005 +0000 7768 7769 Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to work better with BSD make 7770 7771commit 66d35b6971fb26762392a2a8e2c47db46c11116a 7772Author: Alan Coopersmith <alan.coopersmith@sun.com> 7773Date: Mon Oct 17 21:13:15 2005 +0000 7774 7775 Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a suffix rule (reported by Matthieu Herrb) 7776 7777commit a316995a17c084e98ef1b7f25d287c2c08b6d749 7778Author: Donnie Berkholz <spyderous@gentoo.org> 7779Date: Sun Oct 16 03:03:35 2005 +0000 7780 7781 Change '==' to portable '='. 7782 7783commit b76a072530e884bcbea6ed8fed5aef39361dcfc0 7784Author: Alan Coopersmith <alan.coopersmith@sun.com> 7785Date: Wed Oct 12 00:04:50 2005 +0000 7786 7787 configure.ac Use XORG_MAN_SECTIONS instead of custom man section configuration. Add shadow man pages for man pages that document multiple functions. 7788 7789commit 8ee5c1429af98206e05a0536f87c0f21a529cdf0 7790Author: Eric Anholt <anholt@freebsd.org> 7791Date: Tue Oct 11 02:18:36 2005 +0000 7792 7793 Add appropriate pthread libs/flags for FreeBSD, fixing the build of ico and probably others. 7794 7795commit 41ff3b9d1f194a7b56437b650d5f589225c078c6 7796Author: Alan Coopersmith <alan.coopersmith@sun.com> 7797Date: Sun Oct 9 22:28:39 2005 +0000 7798 7799 Bug #3021 <https://bugs.freedesktop.org/show_bug.cgi?id=3021> Requests and Errors for XFixes are not in XErrorDB (Jonathan Lennox) 7800 7801commit 91ed79852e790049ab54e68f288afb3c953194c9 7802Author: Kevin E Martin <kem@kem.org> 7803Date: Fri Oct 7 15:00:00 2005 +0000 7804 7805 Clean up generated files 7806 Add missing dist tarball files 7807 7808commit 440399b470c97b159a530602fff11c315aca8d97 7809Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 7810Date: Wed Oct 5 18:27:10 2005 +0000 7811 7812 Add el_GR.UTF-8 compose file 7813 7814commit 010f0647e25ac617d0f92c8d2b8dda684da545db 7815Author: Daniel Stone <daniel@fooishbar.org> 7816Date: Fri Sep 30 07:52:46 2005 +0000 7817 7818 Bug #2609: Add Kyrgyz locale (Ilyas Bakirov). 7819 7820commit 3ef2fb67bd8905b208ad7eb790c3843e14cea7ed 7821Author: Daniel Stone <daniel@fooishbar.org> 7822Date: Fri Sep 30 07:47:55 2005 +0000 7823 7824 Bug #1640: Kinyarwanda locale support. (Steve Murphy) 7825 7826commit 4ae0decabe0960870df0ec165f495166c10a053c 7827Author: Daniel Stone <daniel@fooishbar.org> 7828Date: Fri Sep 30 07:40:03 2005 +0000 7829 7830 Bug #2268: Add South African locales (Dwayne Bailey). Some whitespace cleanups, as the parser is a little touchy. 7831 7832commit 3f79eb4c99844f618f1889741d1631c2ffe5385f 7833Author: Daniel Stone <daniel@fooishbar.org> 7834Date: Fri Sep 30 07:11:19 2005 +0000 7835 7836 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. 7837 7838commit d1237d1483ff972c76a0ac344ec97d5280db0007 7839Author: Alan Coopersmith <alan.coopersmith@sun.com> 7840Date: Thu Sep 29 21:27:12 2005 +0000 7841 7842 Add Xcms.txt to lib/X11 7843 7844commit 4a86f299693f7376cbe98175f0b0c44d691802b3 7845Author: Alan Coopersmith <alan.coopersmith@sun.com> 7846Date: Sat Sep 24 20:11:06 2005 +0000 7847 7848 Add XQueryExtension.man 7849 7850commit a057a66e2041d45198a13a4ece7c07068f76f21b 7851Author: Alan Coopersmith <alan.coopersmith@sun.com> 7852Date: Sat Sep 24 00:16:32 2005 +0000 7853 7854 Add XTHREAD_CFLAGS for platforms that need special defines like 7855 -D_REENTRANT or -D_POSIX_whatever to get re-entrant function definitions. Set XDMCP_LIBS correctly for later libXdmcp tests. 7856 7857commit 3e920a65a7c376ad63eae2240fd06904d25d18bf 7858Author: Alan Coopersmith <alan.coopersmith@sun.com> 7859Date: Fri Sep 2 23:00:30 2005 +0000 7860 7861 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 7862 7863commit 3eb9f2d693af89d04e2fd92492c8205dce332c9c 7864Author: Kristian Høgsberg <krh@redhat.com> 7865Date: Thu Sep 1 19:24:13 2005 +0000 7866 7867 Use $(X11_LOCALEDATADIR) instead of @X11_LOCALEDATADIR@ so this install destination can be overridden at make install time. 7868 7869commit 7afa64325183b78d2d6a4862821f8b3e9866105c 7870Author: Matthieu Herrb <matthieu.herrb@laas.fr> 7871Date: Sun Aug 28 19:45:48 2005 +0000 7872 7873 OpenBSD needs -lpthread for threaded applications too. 7874 7875commit 2b2f3d3877cb7927f196d01a5df6a27bf8d0518a 7876Author: Daniel Stone <daniel@fooishbar.org> 7877Date: Fri Aug 26 05:16:46 2005 +0000 7878 7879 Define ERRORDB/KEYSYMDB to XERRORDB/XKEYSYMDB if the former is undefined but the latter is. (Gerte Hoogewerf) 7880 7881commit 07066da0902df91c71f2adb81d1a17ec29165553 7882Author: Matthieu Herrb <matthieu.herrb@laas.fr> 7883Date: Sun Aug 21 15:45:04 2005 +0000 7884 7885 update 7886 7887commit de44d8b111f57bd2f015e085fd8298c5f2a15ef3 7888Author: Matthieu Herrb <matthieu.herrb@laas.fr> 7889Date: Sun Aug 21 15:38:39 2005 +0000 7890 7891 Threads support for BSD systems: 7892 - need to check for gewtpwuid_r to define mtsafeapi 7893 - build UIThrstubs if needed. 7894 7895commit 60217fdb918bafb2082519efe5cba3b13ad3082a 7896Author: Adam Jackson <ajax@nwnk.net> 7897Date: Wed Aug 17 19:46:08 2005 +0000 7898 7899 Add xthreadlib variable to x11.pc. Bump to 0.99.1. 7900 7901commit e1f4c6f5e36c1511f66fa1fac76520fd97eecbad 7902Author: Alan Coopersmith <alan.coopersmith@sun.com> 7903Date: Wed Aug 17 01:27:08 2005 +0000 7904 7905 Fix more broken multi-line .ds macros. Remove extraneous ;'s . 7906 7907commit 1909786f4a7d686369edcfc05a938df115fab37c 7908Author: Alan Coopersmith <alan.coopersmith@sun.com> 7909Date: Tue Aug 16 19:23:15 2005 +0000 7910 7911 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) 7912 7913commit 83406d69c62070d2eeef23eb47f1ca887f711ee5 7914Author: Alan Coopersmith <alan.coopersmith@sun.com> 7915Date: Mon Aug 15 19:53:37 2005 +0000 7916 7917 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 7918 7919commit 5bb43de17de8e71d967488a713bf2b3448533444 7920Author: Alan Coopersmith <alan.coopersmith@sun.com> 7921Date: Sat Aug 6 18:59:49 2005 +0000 7922 7923 Typo fix in output message 7924 7925commit afe34b95862bb3c06cdbe724cb5ec3001a4a5215 7926Author: Alan Coopersmith <alan.coopersmith@sun.com> 7927Date: Thu Aug 4 02:55:49 2005 +0000 7928 7929 //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) 7930 7931commit 3979a0b88edf6475ce5cfaa386e18ef980bda13c 7932Author: Alan Coopersmith <alan.coopersmith@sun.com> 7933Date: Thu Aug 4 02:51:30 2005 +0000 7934 7935 //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) 7936 7937commit 34b454df192f4563499c453ccdb8c079f4a20cbe 7938Author: Alan Coopersmith <alan.coopersmith@sun.com> 7939Date: Sat Jul 30 20:30:46 2005 +0000 7940 7941 Include config.h so Xtrans knows which transport types to build code for 7942 7943commit cd9c9936b49c125eda779b99887d7e6ae4cf56cd 7944Author: Alan Coopersmith <alan.coopersmith@sun.com> 7945Date: Sat Jul 30 19:15:16 2005 +0000 7946 7947 Add -D flags to clear various warnings (Stefan Dirsch) 7948 7949commit e7fef67b4531faddd805d8f2157903006d3117ed 7950Author: Kevin E Martin <kem@kem.org> 7951Date: Fri Jul 29 21:22:50 2005 +0000 7952 7953 Various changes preparing packages for RC0: 7954 - Verify and update package version numbers as needed 7955 - Implement versioning scheme 7956 - Change bug address to point to bugzilla bug entry form 7957 - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) 7958 - Fix makedepend to use pkgconfig and pass distcheck 7959 - Update build script to build macros first 7960 - Update modular Xorg version 7961 7962commit 2ebb00244928237088e68325b1032b3550455ce9 7963Author: Matthieu Herrb <matthieu.herrb@laas.fr> 7964Date: Sat Jul 23 20:19:31 2005 +0000 7965 7966 remove orphan TAB at begin of line 7967 7968commit dd7a9cdecda73e024ca84c5b9a22b18688038d94 7969Author: Kevin E Martin <kem@kem.org> 7970Date: Sat Jul 23 18:09:39 2005 +0000 7971 7972 Modify modular libs to use Xregion.h instead of region.h 7973 7974commit 6d635a88d91647b1b63611c3591f74916f88cd1c 7975Author: Kevin E Martin <kem@kem.org> 7976Date: Sat Jul 23 18:06:16 2005 +0000 7977 7978 lib/Xrender/Picture.c Change region.h to Xregion.h and modify internal references to include <X11/Xregion.h>. 7979 7980commit 36283f50fd9748733ae84cb7fb52ca8d9e661c15 7981Author: Daniel Stone <daniel@fooishbar.org> 7982Date: Sat Jul 16 06:25:35 2005 +0000 7983 7984 Set soversion to 6.2.0. 7985 7986commit 75fd5ae6e4683b9b9dcc13bc2f0faf223610a74f 7987Author: Keith Packard <keithp@keithp.com> 7988Date: Fri Jul 15 04:27:32 2005 +0000 7989 7990 Add missing Makefile.am to lib/X11/modules 7991 7992commit 6d84a8b1329af1fcfe86b198f1a6e7dd6ff616c3 7993Author: Keith Packard <keithp@keithp.com> 7994Date: Fri Jul 15 04:08:51 2005 +0000 7995 7996 Move i18n modules to top-level so they can be built in the right order (before xlib for non-loadable, after xlib for loadable). 7997 Link i18n modules against xlib to resolve Xlib symbols used by them. 7998 7999commit 45f40126a73295345bb5eb187b1167874842ab6e 8000Author: Alexander Gottwald <ago@freedesktop.org> 8001Date: Thu Jul 14 19:50:00 2005 +0000 8002 8003 Add $(top_srcdir)/src to include list 8004 8005commit 0aed7d91f5928d09d541617aad03709b5090658d 8006Author: Matthieu Herrb <matthieu.herrb@laas.fr> 8007Date: Thu Jul 14 17:04:49 2005 +0000 8008 8009 Build fix for non-GNU make. 8010 8011commit b79422ccb02ab44548d1038956ab0cd4e2638645 8012Author: Adam Jackson <ajax@nwnk.net> 8013Date: Thu Jul 14 15:12:44 2005 +0000 8014 8015 typo fixes (Matthieu Herrb) 8016 8017commit 419304cde2fda19457c667870edefc0b227651b3 8018Author: Alan Coopersmith <alan.coopersmith@sun.com> 8019Date: Wed Jul 13 02:41:36 2005 +0000 8020 8021 Add missing backslashes to xlocale_la_SOURCES 8022 8023commit d14cc5c8964c4539b57c6cb51ef653292e410b79 8024Author: Keith Packard <keithp@keithp.com> 8025Date: Mon Jul 11 20:32:55 2005 +0000 8026 8027 Ammend AM_CFLAGS with all needed includes; cannot figure out an easy way to automate this. 8028 8029commit 424c2d8905eb2ad0a2df15b1da2f96140bfbcffb 8030Author: Lars Knoll <lars@trolltech.com> 8031Date: Mon Jul 11 15:24:32 2005 +0000 8032 8033 compile 8034 8035commit de9784eb1bde46efc316da279e3da27c6cc288a7 8036Author: Keith Packard <keithp@keithp.com> 8037Date: Mon Jul 11 09:26:40 2005 +0000 8038 8039 Ignore built man page files 8040 8041commit 0c258c36d1523113790c599b16d2947d7aa6469a 8042Author: Keith Packard <keithp@keithp.com> 8043Date: Mon Jul 11 09:18:31 2005 +0000 8044 8045 Minor changes to help modular Xlib build i18n modules 8046 8047commit 6e752ea1203b786423e40f43340bce15ca3de0f0 8048Author: Keith Packard <keithp@keithp.com> 8049Date: Mon Jul 11 08:29:18 2005 +0000 8050 8051 Enable loadable i18n modules, making them configurable on the configure command line. 8052 Clean up conditionals for XKB, XCMS, XLOCALEDIR 8053 Create new lib directory for locale modules in ${X11_LIBDIR}/locale/lib. Add this to the default XLOCALEDIR search path. 8054 Create separate X11_LOCALEDATADIR variable pointing at ${datadir}/X11/locale for installing locale data. 8055 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. 8056 Display message at end of configure script with selected options. 8057 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. 8058 8059commit b46cf0d879f1dbf92dcf5a0305d18986c766ed84 8060Author: Daniel Stone <daniel@fooishbar.org> 8061Date: Sun Jul 10 22:37:33 2005 +0000 8062 8063 Fix segfault when _XimProtoCreateIC() fails to create a context; Debian #239991. (Chung-chieh Shan) 8064 8065commit 6f2132b18e61ca9755e4b45550f3f5097dd1fbb7 8066Author: Alan Coopersmith <alan.coopersmith@sun.com> 8067Date: Sat Jul 9 20:06:04 2005 +0000 8068 8069 Set __libmansuffix__ & __xorgversion__ correctly when cpp processing man pages 8070 8071commit 3939ac4410446b46071c9d714f4270c12bf904fe 8072Author: Alan Coopersmith <alan.coopersmith@sun.com> 8073Date: Sat Jul 9 18:44:14 2005 +0000 8074 8075 - 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 8076 - Don't assume $(CPP) can take gcc-only -traditional flag 8077 - CPP process man pages as is done in the monolithic tree 8078 8079commit 19ba9d0df86c688319377467254b9ea9c4b0eccc 8080Author: Keith Packard <keithp@keithp.com> 8081Date: Sat Jul 9 06:01:49 2005 +0000 8082 8083 Clean up .cvsignore files 8084 8085commit f4bba6fa9b9ce637be7662754750054567e9250a 8086Author: Adam Jackson <ajax@nwnk.net> 8087Date: Sat Jul 9 02:53:29 2005 +0000 8088 8089 typo fix. i suck. 8090 8091commit 3305da61a61695e24c1ea11d3f59dddb52873d47 8092Author: Adam Jackson <ajax@nwnk.net> 8093Date: Sat Jul 9 02:41:18 2005 +0000 8094 8095 Check for bigfont proto headers via pkgconfig (Arwed von Merkatz) 8096 8097commit afdae2e8ccb93de2987b5a5e850695af15ece7e0 8098Author: Keith Packard <keithp@keithp.com> 8099Date: Fri Jul 8 07:11:56 2005 +0000 8100 8101 Create and use XlibConf.h to match modular build which needs XTHREADS defined when building extensions 8102 8103commit 86fa88dc594ca2093030acf5c84973ee2b33eb4c 8104Author: Keith Packard <keithp@keithp.com> 8105Date: Fri Jul 8 06:57:06 2005 +0000 8106 8107 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. 8108 Add a bunch of .cvsignore files 8109 8110commit 30f6ffedeaf899e699f0c6b14c9471ce9bcc430c 8111Author: Chris Less <clee@c133.org> 8112Date: Mon Jul 4 23:01:48 2005 +0000 8113 8114 Fixing bug #380 - add a man page for XQueryExtension, XListExtensions, and XFreeExtensionList. 8115 8116commit 55328bb6caabd37885cd19d7a5821ed425daf321 8117Author: Eric Anholt <anholt@freebsd.org> 8118Date: Sun Jul 3 10:17:38 2005 +0000 8119 8120 Avoid a gmake-specific construct, and instead just write the name of the current directory into each Makefile.am. 8121 8122commit 726538ba21b631bfb0b8094a5546acdaf57379ff 8123Author: Daniel Stone <daniel@fooishbar.org> 8124Date: Sun Jul 3 07:37:33 2005 +0000 8125 8126 Fix more include paths; add dix-config.h to XKB code. 8127 8128commit 8c7677138e70e14eca0255f2168583f0ecc21994 8129Author: Daniel Stone <daniel@fooishbar.org> 8130Date: Sun Jul 3 07:00:55 2005 +0000 8131 8132 Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 8133 Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. 8134 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>. 8135 8136commit 197697c92a63091a4cc3cc04dcb7fa29d2655758 8137Author: Daniel Stone <daniel@fooishbar.org> 8138Date: Fri Jul 1 22:13:35 2005 +0000 8139 8140 Fix objdir != srcdir, as well as make distcheck. 8141 Don't attempt to create Compose.pre files; formatting fixes. 8142 Added if not already present. 8143 8144commit c162d60ad8f124563f94a2a266de59373936266c 8145Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 8146Date: Wed Jun 22 22:46:31 2005 +0000 8147 8148 Apply these patches from Theo van Klaveren: 8149 lib-dmx.patch lib-FS.patch lib-X11.patch lib-XRes.patch lib-XScrnSaver.patch lib-xtrans.patch 8150 to make the libraries distcheck. 8151 8152commit 9ee8abdab03ea605a6327118ab7dacab6adf8876 8153Author: Alan Coopersmith <alan.coopersmith@sun.com> 8154Date: Sat Jun 18 07:48:43 2005 +0000 8155 8156 Move Secure RPC flags from X11/configure.ac to xtrans/xtrans.m4 since multiple modules will need them 8157 8158commit 12afc57b7d455781eee305e9ed6a899ceec8729e 8159Author: Daniel Stone <daniel@fooishbar.org> 8160Date: Wed Jun 15 16:50:47 2005 +0000 8161 8162 Typo fix to locale/error/keysym location declarations. 8163 8164commit 9a895777e30762f61b98d25be3b5d8b1169baa17 8165Author: Daniel Stone <daniel@fooishbar.org> 8166Date: Wed Jun 15 13:37:43 2005 +0000 8167 8168 Typo in ImUtil.h commit -- I AM CAPTAIN SKILL. 8169 8170commit add49285663684875ab7a5c58ec7a2cf8b775f67 8171Author: Daniel Stone <daniel@fooishbar.org> 8172Date: Wed Jun 15 13:32:35 2005 +0000 8173 8174 Define locations for XErrorDB, XKeysymDB, and locale data in configure.ac. Add AC_DEFINE_DIR macro from autoconf-archive.cryp.to towards this end. 8175 Move ImUtil.h from src/ to include/X11/. 8176 8177commit 845dfc6b42b950890866ee4df27761e086f50dca 8178Author: Daniel Stone <daniel@fooishbar.org> 8179Date: Wed Jun 15 13:27:48 2005 +0000 8180 8181 Move ImUtil.h from src/ to include/X11/. Additionally, copy Cmap.h as a distribution file. 8182 8183commit bba117f0d98f62cfb060d0fab97b407a3a0bfda9 8184Author: Daniel Stone <daniel@fooishbar.org> 8185Date: Fri Jun 10 14:11:36 2005 +0000 8186 8187 Remove pointless include of Xlib.h. 8188 Fix #include path to bigreqstr.h. 8189 8190commit 1a0de49da1274882bab05b0f7240936b37955e5c 8191Author: Alexander Gottwald <ago@freedesktop.org> 8192Date: Thu Jun 9 21:30:15 2005 +0000 8193 8194 Use $(srcdir) for Compose.pre and XLC_LOCALE.pre 8195 8196commit af4f0f302644ebfbb0ca9f4016a4aee85c973d37 8197Author: Alexander Gottwald <ago@freedesktop.org> 8198Date: Thu Jun 9 15:55:33 2005 +0000 8199 8200 Replace <X11/transport.c> with <X11/Xtrans/transport.c> 8201 8202commit fd5f58e0baf692e34b9b622286f18762cc2500d3 8203Author: Alexander Gottwald <ago@freedesktop.org> 8204Date: Thu Jun 9 15:52:02 2005 +0000 8205 8206 Replace <X11/Xtrans.h> with <X11/Xtrans/Xtrans.h> 8207 Copy Xtrans.h to exports/include/X11/Xtrans only 8208 8209commit 44538f9940f969d46c0e5e4b201c684cde2ba611 8210Author: Alan Coopersmith <alan.coopersmith@sun.com> 8211Date: Sun Jun 5 03:29:33 2005 +0000 8212 8213 Port Imake flags to autoconf tests & --enable-* flags: HASSETUGID, HASGETRESUID, NO_XLOCALEDIR, HAS_SHM and XF86BIGFONT 8214 8215commit 588e30e9ec65fa6205a34be650b79d5e2243edec 8216Author: Alan Coopersmith <alan.coopersmith@sun.com> 8217Date: Sat Jun 4 22:53:21 2005 +0000 8218 8219 Add --enable-secure-rpc flag and checks for needed functions for Secure RPC ("SUN-DES-1") authentication method 8220 8221commit a547afee2ef49cc41bbb67f9cff5a52a283c0854 8222Author: Alan Coopersmith <alan.coopersmith@sun.com> 8223Date: Sat Jun 4 21:20:20 2005 +0000 8224 8225 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) 8226 8227commit ca93c761559ae464189c7ea7cf11c6a6679f2431 8228Author: Matthieu Herrb <matthieu.herrb@laas.fr> 8229Date: Sat May 28 01:02:32 2005 +0000 8230 8231 Don't use $< in explicit rules. This only works with GNU make. <https://bugs.freedesktop.org/show_bug.cgi?id=3383> 8232 8233commit 09ebb349359e3dd9131fa2fa8b07559faa173654 8234Author: Alan Coopersmith <alan.coopersmith@sun.com> 8235Date: Sun May 22 19:05:11 2005 +0000 8236 8237 Convert man pages to long file names in lib/X11, lib/Xt, & lib/Xext 8238 8239commit 761219b1ef9befc350c8a35b6f96d047e5f008cc 8240Author: Alan Coopersmith <alan.coopersmith@sun.com> 8241Date: Sat May 21 23:07:48 2005 +0000 8242 8243 xtrans: 8244 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 8245 ICE: 8246 Add ICE_t #define required by Xtrans headers. Replace static defines of LOCALCONN & UNIXCONN with new XTRANS_CONNECTION_FLAGS macro. 8247 X11: 8248 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. 8249 8250commit 4b1ba6eb975b547b808f4d5c8825a3261de5e02a 8251Author: Alan Coopersmith <alan.coopersmith@sun.com> 8252Date: Sat May 21 04:26:12 2005 +0000 8253 8254 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) 8255 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). 8256 8257commit 1d425d5e2092dd18a7dd599b37ed9af61cf59819 8258Author: Adam Jackson <ajax@nwnk.net> 8259Date: Thu May 19 00:22:32 2005 +0000 8260 8261 revert last change, didn't do right thing at all, sorry for the noise 8262 8263commit 1b0c46c1ae61d751dd3ca96de8e2c3fe21c5f4f2 8264Author: Adam Jackson <ajax@nwnk.net> 8265Date: Thu May 19 00:10:07 2005 +0000 8266 8267 Require automake 1.7 in AM_INIT_AUTOMAKE 8268 8269commit cd4657c175dbab6aaca36f18a0ca92c95b5567dd 8270Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 8271Date: Tue May 17 22:32:09 2005 +0000 8272 8273 - Check for xproto as its CFLAGS are needed in the .pc file 8274 8275commit 46e8d8a65430dd87c10b066b5cff99a689c22241 8276Author: Egbert Eich <eich-at-freedesktop-dot-org> 8277Date: Tue May 17 08:10:10 2005 +0000 8278 8279 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). 8280 8281commit 23198d2bfbf0049b2630235cd4d4a4ffba7ec6c1 8282Author: <ssp@aware-of-vacuity.boston.redhat.com> 8283Date: Mon May 16 22:35:27 2005 +0000 8284 8285 Make Xdmcp unconditionally required, require various protocol modules. 8286 Mon May 16 17:48:03 2005 Søren Sandmann <sandmann@redhat.com> 8287 Check for kbproto if using XKB. 8288 Require xextproto rather than xextensions 8289 Remove the entries from the xlibs tree, as they are not relevant here. 8290 8291commit 8bd3aea84ce54b8b76a898f3ae00e2b499c14a5e 8292Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 8293Date: Mon May 16 21:48:36 2005 +0000 8294 8295 Mon May 16 17:48:03 2005 Søren Sandmann <sandmann@redhat.com> 8296 Check for kbproto if using XKB. 8297 8298commit 9b1fa9ca3ed852ed40860f137511683f4bdae6fa 8299Author: <ssp@aware-of-vacuity.boston.redhat.com> 8300Date: Mon May 16 21:27:35 2005 +0000 8301 8302 Require xextproto rather than xextensions 8303 Remove the entries from the xlibs tree, as they are not relevant here. 8304 8305commit 7eee605e3aeed549d1053325a03027c5e8cbf71b 8306Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 8307Date: Fri May 13 22:53:36 2005 +0000 8308 8309 - For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in <X11/...> 8310 - For Xcomposite and Xdamage, don't link the build system out of the xc tree 8311 - Link the public X11 headers into their own directory 8312 - Add links to XKeysymDB and XErrorDB 8313 - Add links to all the Xlib man pages 8314 - Add links to the lcUniConv subdirectory 8315 - Conditionally include config.h in Xlib source 8316 8317commit 6769ccda88caf27d1441d335ef2b318a047a612b 8318Author: Alan Coopersmith <alan.coopersmith@sun.com> 8319Date: Mon Mar 21 04:58:21 2005 +0000 8320 8321 xc/lib/X11/ErrDes.c 8322 //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> 8323 8324commit 3b9e8ece93b916c55a82df53e85f097418edf471 8325Author: Roland Mainz <roland.mainz@nrubsig.org> 8326Date: Sat Mar 19 22:04:55 2005 +0000 8327 8328 xc/nls/Compose/iso8859-2 8329 xc/nls/Compose/iso8859-3 8330 xc/nls/Compose/iso8859-9 8331 //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>. 8332 8333commit 0ce5950a08b9ab23ca8a32effdd40c421e92df84 8334Author: Alan Coopersmith <alan.coopersmith@sun.com> 8335Date: Tue Mar 8 02:53:36 2005 +0000 8336 8337 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>. 8338 8339commit df341cd2f2f263f13323e8c0936ea8aa0d7fbba1 8340Author: Roland Mainz <roland.mainz@nrubsig.org> 8341Date: Tue Feb 1 03:12:28 2005 +0000 8342 8343 xc/nls/Compose/pt_BR.UTF-8 8344 //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>. 8345 8346commit 483d3973f56dda51f9251d3ea808aaf7f3b48c10 8347Author: Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk> 8348Date: Fri Jan 28 18:31:31 2005 +0000 8349 8350 cleaned up boundary-case handling for Uxxxx Unicode keysym notation 8351 8352commit f234188a4c1e6b655aef0e3957ccad20d4c5847f 8353Author: Roland Mainz <roland.mainz@nrubsig.org> 8354Date: Wed Jan 19 01:53:55 2005 +0000 8355 8356 xc/nls/compose.dir 8357 xc/nls/locale.dir 8358 xc/nls/Compose/Imakefile 8359 xc/nls/Compose/pt_BR.UTF-8 8360 xc/nls/XI18N_OBJS/Imakefile 8361 xc/nls/XI18N_OBJS/pt_BR.UTF-8 8362 xc/nls/XLC_LOCALE/Imakefile 8363 xc/nls/XLC_LOCALE/pt_BR.UTF-8 8364 //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. 8365 8366commit 7448ea7ef425d35cfc31eb41d46f4d879774f376 8367Author: Egbert Eich <eich-at-freedesktop-dot-org> 8368Date: Fri Jan 14 18:03:09 2005 +0000 8369 8370 Made some security enhancements: 8371 - no writing past end of buffer caused by bogus locale. 8372 - explicitely add a \0 character at end of string. (Bugzilla #2262) 8373 8374commit 5557d47fcf22a6f3adf327691158f2270e3d5094 8375Author: Roland Mainz <roland.mainz@nrubsig.org> 8376Date: Fri Jan 14 04:59:05 2005 +0000 8377 8378 xc/nls/compose.dir 8379 xc/nls/locale.alias 8380 xc/nls/locale.dir 8381 //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>. 8382 8383commit 1fa3737f042f798fa11a9ff5b03f3b3ba3529824 8384Author: Egbert Eich <eich-at-freedesktop-dot-org> 8385Date: Tue Jan 11 17:37:57 2005 +0000 8386 8387 '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. 8388 8389commit 642cd269f94a234aa470a1d43385bd42625d89a1 8390Author: Egbert Eich <eich-at-freedesktop-dot-org> 8391Date: Tue Dec 14 08:59:20 2004 +0000 8392 8393 Removed #ifdef'ed out code together with the comment explaining why it was #ifdef'ed out. 8394 Fixed typo. 8395 Added comment to a changed that's been committed with one of the previous commits. 8396 8397commit a07ccae36e629741d2e48de7730114d30a975a41 8398Author: Matthieu Herrb <matthieu.herrb@laas.fr> 8399Date: Sun Dec 12 08:42:50 2004 +0000 8400 8401 Fix missing XChangeProperty() prototype missing in synopsis section. 8402 8403commit c73adb1c8ad806c2f9f0ba32f4b449e7a871501c 8404Author: Alexander Gottwald <ago at freedesktop dot org> 8405Date: Wed Dec 8 13:42:01 2004 +0000 8406 8407 Bugzilla #1980 (https://bugs.freedesktop.org/show_bug.cgi?id=1980) Handle XERRORDB only on WIN32 platform 8408 8409commit d5e7ab194103e22fd6c5094aaa107d90210bb600 8410Author: Jim Gettys <jg@freedesktop.org> 8411Date: Thu Dec 2 16:18:16 2004 +0000 8412 8413 fix comment to indicate additional possible mode. i bug 1756 reported by Owen Taylor. 8414 8415commit 03940d7330cb1bbf93d49c650aefb19de457da7c 8416Author: Alexander Gottwald <ago at freedesktop dot org> 8417Date: Wed Dec 1 13:06:55 2004 +0000 8418 8419 Bugzilla #1980, https://bugs.freedesktop.org/show_bug.cgi?id=1980 Make location of XErrorDB configurable 8420 8421commit 11a03ab908bfcfab8a3492684e8e9320e492d552 8422Author: Alexander Gottwald <ago at freedesktop dot org> 8423Date: Wed Dec 1 12:42:17 2004 +0000 8424 8425 Bugzilla #1864, http://freedesktop.org/bugzilla/show_bug.cgi?id=1864 Initialize pointer to NULL to avoid freeing random memory 8426 8427commit f3d83ee153f42e8899b844377e6b842d93411e62 8428Author: Alexander Gottwald <ago@freedesktop.org> 8429Date: Mon Nov 15 15:06:54 2004 +0000 8430 8431 Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added mingw (Win32) port 8432 8433commit b798ea11911ac58a8e6e7d15a2a643b023859749 8434Author: Alexander Gottwald <ago at freedesktop dot org> 8435Date: Mon Nov 15 13:29:56 2004 +0000 8436 8437 Bugzilla #1864, http://freedesktop.org/bugzilla/show_bug.cgi?id=1864 Initialize pointer to NULL to avoid freeing random memory 8438 8439commit 436108cd6c84053698e5ca629096f59b34f50c2a 8440Author: Kristian Høgsberg <krh@redhat.com> 8441Date: Thu Nov 11 15:37:01 2004 +0000 8442 8443 Fix #1818 8444 8445commit bf2e6ef66ba55f90efa4a4ba8c8b6d3ec0d1531c 8446Author: Roland Mainz <roland.mainz@nrubsig.org> 8447Date: Tue Nov 9 00:56:56 2004 +0000 8448 8449 xc/nls/compose.dir 8450 xc/nls/locale.alias 8451 xc/nls/locale.dir 8452 //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>. 8453 8454commit 443890ceefbd6dafe68e30d103ec4f9d316ed655 8455Author: Roland Mainz <roland.mainz@nrubsig.org> 8456Date: Fri Nov 5 00:58:49 2004 +0000 8457 8458 xc/nls/compose.dir 8459 xc/nls/locale.alias 8460 xc/nls/locale.dir 8461 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>. 8462 8463commit af7467ec734321f127b957921cce7792902b6794 8464Author: Egbert Eich <eich-at-freedesktop-dot-org> 8465Date: Mon Oct 18 17:29:03 2004 +0000 8466 8467 Correcting font encodings for GB18030, GBK and BIG5-HKSCS. Adding nls support for those encodings (Bugzilla 1573, James Su). 8468 8469commit 1b900b59cb24fe8be3db0d434b04d462c0eeb206 8470Author: Egbert Eich <eich-at-freedesktop-dot-xorg> 8471Date: Mon Oct 18 14:21:45 2004 +0000 8472 8473 Made handling of DevelDrivers for x86-64 more conformant to other platforms. 8474 Compress all font encodings (Stefan Dirsch). 8475 Fixed warnings. 8476 Turn on forwarding XNSpotLocation event to XIM server in OffTheSpot and Root mode (bugzilla #1580, James Su). 8477 Added another compose key combination for the Euro symbol (Stefan Dirsch). 8478 Added support for UTF-8 in ja_JP, ko_KR and zh_TW locales (Mike Fabian). 8479 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. 8480 Added explanation for DESTDIR to install to a different directory than /. 8481 Added some early bailouts to atiprobe if PCI structure pointer is NULL to prevent sig11. 8482 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. 8483 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(). 8484 Use /dev/xconsole (named pipe) or devpts for system logger (Werner Fink). 8485 Create missing links for backward compatibility to XFree86 (Stefan Dirsch). 8486 Changed comment to mention xorg. 8487 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). 8488 Added 'pic' to the man page rendering command pipeline (Werner Fink). 8489 Added missing return value (Stefan Dirsch, Roland Mainz) 8490 8491commit 1ba103c3cad2329db3a31f88d7798b913affc570 8492Author: Eric Anholt <anholt@freebsd.org> 8493Date: Wed Oct 13 07:38:00 2004 +0000 8494 8495 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>) 8496 8497commit d80237db627bf71ad5615ff4ba05e6ab436aa740 8498Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 8499Date: Fri Oct 8 22:57:56 2004 +0000 8500 8501 Fri Oct 8 18:53:11 2004 Soeren Sandmann <sandmann@redhat.com> 8502 Move iso10646 last so the "fallback" fonts will actually be used if they are better matches. 8503 8504commit d1f76d17ecf418396627b1a58319f2b9b255548a 8505Author: Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk> 8506Date: Sun Sep 26 22:54:57 2004 +0000 8507 8508 bug fix for previous patch 8509 8510commit 48932d9b71d10e15812f47d5b842ab6aa8dac625 8511Author: Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk> 8512Date: Sun Sep 26 20:46:17 2004 +0000 8513 8514 The big keysym cleanup, to bring implementation in line with the recent revision of Appendix A of the protocol spec. (Markus Kuhn) 8515 8516commit 2e02a95dcc43dd3ec7bbaf4675ffb94f5074f543 8517Author: Egbert Eich <eich@freedesktop.org> 8518Date: Wed Sep 15 09:05:22 2004 +0000 8519 8520 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). 8521 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). 8522 8523commit 2d3afb68a104a80a21ee622b9abb9c95e83505d3 8524Author: Egbert Eich <eich@freedesktop.org> 8525Date: Tue Aug 31 11:37:03 2004 +0000 8526 8527 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). 8528 8529commit e689746c8d0e21e9011e8b91a3071d235d3a2a74 8530Author: Kevin E Martin <kem@kem.org> 8531Date: Thu Aug 19 06:48:06 2004 +0000 8532 8533 Fix header file to #ifdef the XKB keysyms when they are used. This fixes the X test suite build failure. 8534 8535commit d558a53a6f57eecfcaadce5141fe3a08860defcb 8536Author: Keith Packard <keithp@keithp.com> 8537Date: Sat Aug 14 07:12:36 2004 +0000 8538 8539 Use XLIB_SKIP_ARGB_VISUALS environment variable to disable all depth 32 visuals. Necessary to keep Flash from crashing. 8540 Must call ValidateGC/ValidatePicture on "real" GC/Picture to ensure pCompositeClip is set correctly. 8541 Need to take the composite clip from the "real" GC/Picture and turn it into the clientClip for the backing version. 8542 Adjust pixmap screen origin to account for drawable->x/y Change debugging output a bit (disabled by default) 8543 8544commit 85c2d81f299ed3444658011b7d6fb0a7ab8a6f55 8545Author: Alexander Gottwald <ago@freedesktop.org> 8546Date: Fri Aug 13 16:28:19 2004 +0000 8547 8548 Set most significant bit to be a one. (Bug #1024, Kensuke Matsuzaki) 8549 Fix conversion from sjis and euc. (Bug #1024, Toshio Takabe) 8550 8551commit c4d56e4e288d4e48b84b021a61638f46e9a45e27 8552Author: Adam Jackson <ajax@nwnk.net> 8553Date: Wed Aug 11 05:25:13 2004 +0000 8554 8555 Bug #372: Prevent a crash in XPolygonRegion when called with a bogus point count. Reported by Andreas Luik. 8556 8557commit 92487437173f600f208d825f65756d3ad14a4f7e 8558Author: Kevin E Martin <kem@kem.org> 8559Date: Mon Aug 9 22:37:22 2004 +0000 8560 8561 Fix install problem on platforms not using xorg.cf/xfree86.cf (Bug #339, Harold L. Hunt II, Alexander Gottwald). 8562 Fix crash when using X core font in zh_CN.UTF-8 locale (Bug #368, Yu Shao, David Dawes). 8563 Fix glXMakeCurrent(Dpy, None, NULL) crash (Bug #719, Adam Jackson). 8564 HP-PA build fix (Bug #828, Guy Martin, Paul Anderson). 8565 Fix SDK build for GATOS and Wacom driver (Bug #829, Bryan Stine). 8566 Fix attempt to read video ROM before enabling it (Bug #843, Ivan Kokshaysky, Mike A. Harris). 8567 Fix detection of primary adapter (Bug #843, Ivan Kokshaysky, Mike A. Harris). 8568 Clarify xset man page description of how to use the keyboard repeat rate settings (Bug #846, Mike A. Harris). 8569 Fix problem where print-screen key would get remapped to sys-req in certain keymaps, which broke GNOME printscreen functionality (Bug #847, Owen Taylor). 8570 Fix several render problems: 8571 - MMIO mode support 8572 - Hang on IGP chips 8573 - VT switching hang 8574 - 3D render corruption (Bug #922, Hui Yu). 8575 8576commit 55c2ee568e7d3903258286a13bdf96ce5348ffda 8577Author: Matthieu Herrb <matthieu.herrb@laas.fr> 8578Date: Tue Jul 27 06:06:05 2004 +0000 8579 8580 - remove remaining AMOEBA references. 8581 - remove unused file. 8582 8583commit 6e884b12911eedfb003e90a3829ce66f7fc9cf2d 8584Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 8585Date: Tue Jul 20 17:48:09 2004 +0000 8586 8587 Tue Jul 20 19:38:06 2004 Soeren Sandmann <sandmann@daimi.au.dk> 8588 Set font_data->xlfd_data to NULL after XFree(). (#837, patch from Bastien Nocera). 8589 Tue Jul 20 18:23:32 2004 Soeren Sandmann <sandmann@daimi.au.dk> 8590 Use /dev/urandom on Linux.(#761). 8591 8592commit 6f0bc97aa4e6de5a4b001f40ac10795cfdf09fc1 8593Author: Eric Anholt <anholt@freebsd.org> 8594Date: Fri May 28 23:26:44 2004 +0000 8595 8596 Forced commit to note repocopy from xc/lib/XThrStub, will be connected to the build after this. 8597 8598commit aa7010c43ae9f39fb84b5ff155f76117c9e527a0 8599Author: Egbert Eich <eich@pdx.freedesktop.org> 8600Date: Mon May 24 19:02:11 2004 +0000 8601 8602 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. 8603 8604commit 720702da29769d80ad1254d92edbad5b30f8a8da 8605Author: Alan Coopersmith <alan.coopersmith@sun.com> 8606Date: Sat May 22 03:47:42 2004 +0000 8607 8608 Bugzilla #658: XStringToKeysym fails for Greek_IOTAdiaeresis (Fixes VSW5 testcase XStringToKeysym-7 failure) 8609 8610commit 3aed873292424b497d9a7dcee2975b95bf5ac966 8611Author: Alan Coopersmith <alan.coopersmith@sun.com> 8612Date: Sat Apr 24 23:39:25 2004 +0000 8613 8614 XOpenDisplay should try tcp connection if local connections fail (aka Sun bug id #4624183). 8615 Also includes fix from NetBSD Problem Report #25098 (Michael van Elst) (Xlib segfaults with IPv6 if compiled with HASXDMAUTH). 8616 xc/config/cf/sunLib.tmpl 8617 xc/lib/FS/Imakefile Add missing shared library dependencies for Solaris 8618 8619commit c6349f43193b74a3c09945f3093a871b0157ba47 8620Author: Egbert Eich <eich@freedesktop.org> 8621Date: Fri Apr 23 18:42:09 2004 +0000 8622 8623 Merging XORG-CURRENT into trunk 8624 8625commit c3c4ddc682950a01b80825021f3e2503ab01ea7f 8626Author: Kaleb Keithley <kaleb@freedesktop.org> 8627Date: Tue Nov 25 19:28:07 2003 +0000 8628 8629 Initial revision 8630 8631commit dc4268a7dadc8da0d561757a68461246728613d3 8632Author: Kaleb Keithley <kaleb@freedesktop.org> 8633Date: Fri Nov 14 16:48:47 2003 +0000 8634 8635 Initial revision 8636 8637commit deae12c6b683898f5213992d561a59d4ea889cca 8638Author: Kaleb Keithley <kaleb@freedesktop.org> 8639Date: Fri Nov 14 15:54:30 2003 +0000 8640 8641 R6.6 is the Xorg base-line 8642