1 commit 8acd95daf42d291eb12cfbdc206d175b36ea5079 2 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 3 Date: Sat Apr 18 15:40:36 2026 -0700 4 5 xconsole 1.1.1 6 7 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 8 9 commit bce009694c51477d9bc2aff3d19292e668d5354c 10 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 11 Date: Sun Apr 5 10:22:19 2026 -0700 12 13 meson: Add option to build with meson 14 15 Also updates the gitlab CI config to test both build types 16 and compare the generated output/installed files. 17 18 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 19 Part-of: <https://gitlab.freedesktop.org/xorg/app/xconsole/-/merge_requests/12> 20 21 commit 5ab6e6053a821cca8554a7f187c1f9c990bceb4b 22 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 23 Date: Sun Jan 11 11:20:41 2026 -0800 24 25 gitlab CI: drop the ci-fairy check-mr job 26 27 The only thing this checked was the checkbox for allowing maintainers to 28 edit the MR. Changed permissions checks now fail this job but luckily 29 the setting it checked has been the default for years anyway so we can 30 drop it. 31 32 https://gitlab.freedesktop.org/freedesktop/ci-templates/-/issues/81 33 34 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 35 Part-of: <https://gitlab.freedesktop.org/xorg/app/xconsole/-/merge_requests/12> 36 37 commit ed489fb42da1d5b02eba7ffa52f75386f9751a41 38 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 39 Date: Mon May 19 17:26:26 2025 -0700 40 41 man page: fix warnings from `mandoc -T lint` 42 43 mandoc: xconsole.1:26:16: WARNING: cannot parse date, using it verbatim: TH xconsole 1.1.0 44 mandoc: xconsole.1:118:2: WARNING: skipping paragraph macro: PP empty 45 46 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 47 Part-of: <https://gitlab.freedesktop.org/xorg/app/xconsole/-/merge_requests/11> 48 49 commit 43185464a24203187af671a418ba19a593adbded 50 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 51 Date: Sun Mar 30 11:01:55 2025 -0700 52 53 Improve man page formatting 54 55 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 56 Part-of: <https://gitlab.freedesktop.org/xorg/app/xconsole/-/merge_requests/10> 57 58 commit 7be3bb410ecc996ec6d76ced622439ac3334da62 59 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 60 Date: Sun Apr 28 10:24:08 2024 -0700 61 62 xconsole 1.1.0 63 64 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 65 66 commit ba41ed406510d2c88ba6bc97be16dc24c9621426 67 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 68 Date: Sat Feb 17 13:11:48 2024 -0800 69 70 unifdef _AIX 71 72 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 73 74 commit ba6892385cc20505bd20e807d37597e699571948 75 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 76 Date: Sat Feb 17 13:10:24 2024 -0800 77 78 Remove ifdefs for non-Solaris SysV systems 79 80 Also removes USE_OSM which was only defined for these systems 81 82 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 83 84 commit 5b1208eb8c2f21a07518a6757408faf30c98dfe2 85 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 86 Date: Sat Feb 17 13:07:29 2024 -0800 87 88 unifdef SCO325 89 90 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 91 92 commit 58c7c229abd0ee9cbf64feec7c01e97ff7db8e3c 93 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 94 Date: Sat Feb 17 13:06:13 2024 -0800 95 96 unifdef __UNIXWARE__ 97 98 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 99 100 commit 27e5b6bfc66cd25f4106a8933647db7c49e97505 101 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 102 Date: Sat Feb 17 13:05:25 2024 -0800 103 104 unifdef hpux 105 106 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 107 108 commit fb0222f988a54fa16a91b8028e5bf0204cc422c7 109 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 110 Date: Sat Feb 17 13:04:55 2024 -0800 111 112 unifdef __hpux 113 114 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 115 116 commit f3b3a43af011b2e98e6d4de54bce3b0e19e40a06 117 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 118 Date: Sat Feb 18 14:37:03 2023 -0800 119 120 Allow scrolling in text area with mouse wheel 121 122 Previously translations for buttons 4 & 5 were only set for the 123 scrollbar, so required the mouse to be over the scrollbar to use 124 the mouse wheel. This enables the translations when the mouse is 125 over the text area as well. 126 127 Fixes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=201994 128 129 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 130 131 commit d2a382f55e646cb3ffedb47629911681006321b1 132 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 133 Date: Sun Feb 5 10:04:09 2023 -0800 134 135 man page: resync SYNOPSIS and DESCRIPTION sections 136 137 Add missing options to both sections 138 139 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 140 141 commit 2f5f53c0d9c7114231de026f772cdfc877d61e49 142 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 143 Date: Sun Feb 5 09:48:05 2023 -0800 144 145 Add -help option and usage message when unknown options are given 146 147 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 148 149 commit 851c85cba5ec8c0e59fba3aebed7c91e5711431b 150 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 151 Date: Sun Feb 5 09:36:55 2023 -0800 152 153 Fix -version handling to not require opening a display first 154 155 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 156 157 commit c19461e94f457173b06efa634d9eb540271ea6ae 158 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 159 Date: Sat Jan 28 12:21:08 2023 -0800 160 161 Add -version option 162 163 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 164 165 commit 9b8e87a0f7bbe5ae2772f2c8acc66e25880e80bf 166 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 167 Date: Tue Dec 20 12:32:48 2022 -0800 168 169 configure: Use AC_SYS_LARGEFILE to enable large file support 170 171 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 172 173 commit 025697278897648e33be6b5d662fbeda2a14871f 174 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 175 Date: Sun Jul 10 15:07:08 2022 -0700 176 177 xconsole 1.0.8 178 179 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 180 181 commit 6c8e22bcc450bcd6c0697fab4d89d99bae168b8c 182 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 183 Date: Sat Apr 16 07:50:50 2022 -0700 184 185 gitlab CI: stop requiring Signed-off-by in commits 186 187 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 188 189 commit a5a13a9eb0cb2ab0627192dce684ccb61e59678a 190 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 191 Date: Fri Apr 8 08:29:40 2022 -0700 192 193 Reduce scope of ttydev & ptydev 194 195 Eliminates them completely if HAS_OPENPTY is set. 196 197 Resolves gcc warnings: 198 xconsole.c: In function get_pty: 199 xconsole.c:792:35: warning: declaration of ttydev shadows a 200 global declaration [-Wshadow] 201 get_pty(int *pty, int *tty, char *ttydev, char *ptydev) 202 ^~~~~~ 203 xconsole.c:181:13: note: shadowed declaration is here 204 static char ttydev[64], ptydev[64]; 205 ^~~~~~ 206 xconsole.c:792:49: warning: declaration of ptydev shadows a 207 global declaration [-Wshadow] 208 get_pty(int *pty, int *tty, char *ttydev, char *ptydev) 209 ^~~~~~ 210 xconsole.c:181:25: note: shadowed declaration is here 211 static char ttydev[64], ptydev[64]; 212 ^~~~~~ 213 214 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 215 216 commit c374939e9e2cf36fcb6aa1984a472d73b05a821d 217 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 218 Date: Thu Apr 7 18:17:32 2022 -0700 219 220 unifdef sgi 221 222 SGI Irix end of support life was in 2013 223 224 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 225 226 commit a223524f5f4b62cf8bd85bd7467314629de93a9a 227 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 228 Date: Thu Apr 7 18:08:23 2022 -0700 229 230 Use _CONST_X_STRING to make libXt declare String as const char * 231 232 Clears 18 out of 44 -Wdiscarded-qualifiers warnings from gcc 233 234 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 235 236 commit 85a37c5a06633022723cd44a3d8d35cd317e1c53 237 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 238 Date: Sat Dec 4 11:27:53 2021 -0800 239 240 Build xz tarballs instead of bzip2 241 242 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 243 244 commit 32c9d454a20b4c55b08b27f06f9c4da239153a31 245 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 246 Date: Sat Dec 4 11:27:51 2021 -0800 247 248 gitlab CI: add a basic build test 249 250 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 251 252 commit cfc99aa8eb3beb9da60e14240c6edf3e43eee859 253 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 254 Date: Wed Nov 21 17:00:33 2018 -0800 255 256 Update configure.ac bug URL for gitlab migration 257 258 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 259 260 commit 2e23fd38e1cb43d552ad6e27f491a2550bc3cea4 261 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 262 Date: Fri Nov 16 21:20:23 2018 -0800 263 264 Update README for gitlab migration 265 266 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 267 268 commit 61318786d4c171423cea84071da1bc7ab1a36427 269 Author: Matt Turner <mattst88 (a] gmail.com> 270 Date: Sun Jan 29 11:17:53 2017 -0800 271 272 xconsole 1.0.7 273 274 Signed-off-by: Matt Turner <mattst88 (a] gmail.com> 275 276 commit 73b530c4843bf0c6712b954cdfb5edc46e759ed8 277 Author: Mihail Konev <k.mvc (a] ya.ru> 278 Date: Thu Jan 26 14:00:20 2017 +1000 279 280 autogen: add default patch prefix 281 282 Signed-off-by: Mihail Konev <k.mvc (a] ya.ru> 283 284 commit 2e8afc7e7f24003a5b8804bf990590ca41ec48a2 285 Author: Emil Velikov <emil.l.velikov (a] gmail.com> 286 Date: Mon Mar 9 12:00:52 2015 +0000 287 288 autogen.sh: use quoted string variables 289 290 Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent 291 fall-outs, when they contain space. 292 293 Signed-off-by: Emil Velikov <emil.l.velikov (a] gmail.com> 294 Reviewed-by: Peter Hutterer <peter.hutterer (a] who-t.net> 295 Signed-off-by: Peter Hutterer <peter.hutterer (a] who-t.net> 296 297 commit 16fa2630b198c80b07311022a0d71858363f15c0 298 Author: Peter Hutterer <peter.hutterer (a] who-t.net> 299 Date: Tue Jan 24 10:32:07 2017 +1000 300 301 autogen.sh: use exec instead of waiting for configure to finish 302 303 Syncs the invocation of configure with the one from the server. 304 305 Signed-off-by: Peter Hutterer <peter.hutterer (a] who-t.net> 306 Reviewed-by: Emil Velikov <emil.velikov (a] collabora.com> 307 308 commit 649966c9f22e868e7623507e098a03be6e13e6a7 309 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 310 Date: Thu May 7 23:03:38 2015 -0700 311 312 config: add AC_USE_SYSTEM_EXTENSIONS 313 314 Might fix https://bugs.freedesktop.org/show_bug.cgi?id=6336 on 64-bit Linux 315 Shouldn't hurt anyone 316 317 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 318 319 commit 8536b831dbaef02a547b9fc637347a1459413e2b 320 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 321 Date: Mon Jun 2 22:20:38 2014 -0700 322 323 autogen.sh: Honor NOCONFIGURE=1 324 325 See http://people.gnome.org/~walters/docs/build-api.txt 326 327 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 328 329 commit 7bc0c3346c5311317f013e4b4796b20dd7502f77 330 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 331 Date: Mon Jun 2 22:20:38 2014 -0700 332 333 configure: Drop AM_MAINTAINER_MODE 334 335 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 336 337 commit f4ba22c10b9b1bd175fa39d25118bf904ba82eec 338 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 339 Date: Thu Jul 18 21:24:07 2013 -0700 340 341 xconsole 1.0.6 342 343 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 344 345 commit ba74b1a1dfa5d3411817e0c436b378945c410ec7 346 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 347 Date: Sun Apr 21 14:01:12 2013 -0700 348 349 Use fstat() on the fd from open(), instead of stat() on the same pathname 350 351 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 352 353 commit 73be08929d1d418370ae235e5261e64f72054cbf 354 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 355 Date: Sun Apr 21 13:56:23 2013 -0700 356 357 Fix file leak if fdopen() fails 358 359 Reported by parfait 1.1: 360 File Descriptor Leak: Leaked File Descriptor fd 361 at line 313 of xconsole.c in function 'OpenConsole'. 362 fd initialized at line 285 with open 363 fd leaks when fd != -1 at line 287. 364 365 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 366 367 commit 22a09b77093970423e721ebd8004a593d5f88a21 368 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 369 Date: Sun Feb 24 08:14:32 2013 -0800 370 371 unifdef -ULynx 372 373 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 374 375 commit 676edb80c54ac5ace45e641a3dde17751a3ab224 376 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 377 Date: Sun Feb 24 08:13:14 2013 -0800 378 379 unifdef -UISC 380 381 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 382 383 commit 9567b4e2b70552963189ac90a3ff91c351cd482a 384 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 385 Date: Sun Feb 24 08:12:31 2013 -0800 386 387 unifdef -Uultrix 388 389 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 390 391 commit 78492fd74051af9d717ec07503a7173858793528 392 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 393 Date: Sun Feb 24 08:07:47 2013 -0800 394 395 config: Add missing AC_CONFIG_SRCDIR 396 397 Regroup AC statements under the Autoconf initialization section. 398 Regroup AM statements under the Automake initialization section. 399 400 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 401 402 commit 2831823f608c1906211d5c55a098f48c8fad1a37 403 Author: Niclas Zeising <zeising (a] daemonic.se> 404 Date: Wed Jan 16 01:30:20 2013 +0100 405 406 Fix build on FreeBSD 407 408 libutil.h is needed on FreeBSD to get the definition of openpty(), add a 409 configure check for this include, and include it in xconsole.c if it 410 exists. 411 412 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 413 414 commit cc0cf84461cfe2c31ddce34863c6433183e8a55d 415 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 416 Date: Sat Jan 12 16:24:44 2013 -0800 417 418 xconsole 1.0.5 419 420 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 421 422 commit 98f941d218108a314f979332b19c612f51ace08d 423 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 424 Date: Fri Jan 4 18:21:23 2013 -0800 425 426 Fix implicit conversion from size_t to int warnings in Deiconified() 427 428 xconsole.c:423:14: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32] 429 oldlen = strlen (oldName); 430 ~ ^~~~~~~~~~~~~~~~ 431 432 xconsole.c:426:27: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion] 433 newName = malloc (oldlen - 1); 434 ~~~~~~ ~~~~~~~^~~ 435 436 xconsole.c:429:36: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion] 437 strncpy (newName, oldName, oldlen - 2); 438 ~~~~~~~ ~~~~~~~^~~ 439 440 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 441 442 commit 60d4a9dc01c9a1bf7a29c4a64ad52a6e27307682 443 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 444 Date: Fri Jan 4 18:17:18 2013 -0800 445 446 unifdef -U__UNIXOS2__ 447 448 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 449 450 commit a7a54829dc89b38bbad7fcd6e70cf001d2274c26 451 Author: Arvind Umrao <arvind.umrao (a] oracle.com> 452 Date: Fri Aug 24 09:44:23 2012 +0530 453 454 Open /dev/console with NOCTTY and O_NONBLOCK flags 455 456 In some cases, for SPARC servers, special files like fifo need 457 to open in nonblocking mode otherwise whole xconsole GUI freezes. 458 Also /dev/console is often a terminal device. So I am opening 459 /dev/console with NOCTTY and O_NONBLOCK flags. 460 461 Signed-off-by: Arvind Umrao <arvind.umrao (a] oracle.com> 462 Reviewed-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 463 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 464 465 commit 2e2ccc86fd4e778268ee44897a56535ce37b25e3 466 Author: Eric S. Raymond <esr (a] thyrsus.com> 467 Date: Thu Aug 23 06:19:16 2012 -0400 468 469 Don't rely on being able to set tab stops. 470 471 Signed-off-by: Eric S. Raymond <esr (a] thyrsus.com> 472 473 commit 1dad4492bf1a6668de2b6ef56fd16ef4fc0e380d 474 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 475 Date: Tue Jun 5 18:25:30 2012 -0700 476 477 unifdef CRAY 478 479 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 480 481 commit ada6e8761138d3e7af42726de15e88204bed1686 482 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 483 Date: Tue Jun 5 18:22:40 2012 -0700 484 485 unifdef umips 486 487 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 488 489 commit f9b34c2eae4c3abe40904e4274c5d82cd16fc7af 490 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 491 Date: Tue Jun 5 18:20:49 2012 -0700 492 493 Mark functions _X_NORETURN that gcc warnings suggest 494 495 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 496 497 commit a12b6b391ab96241aa14f918e36a2fbd92734c7d 498 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 499 Date: Tue Jun 5 18:16:59 2012 -0700 500 501 Remove old Xorg & XFree86 CVS version tags 502 503 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 504 505 commit f7bcc00522e06e33ddb1ff4974c3b15a44d1005f 506 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 507 Date: Wed Sep 28 20:30:46 2011 -0700 508 509 Strip trailing whitespace 510 511 Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' 512 git diff -w & git diff -b show no diffs from this change 513 514 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 515 516 commit a03d98d49cd2f2ef6aa6d2ecaf611cccfad7a919 517 Author: Jeremy Huddleston <jeremyhu (a] apple.com> 518 Date: Sun Sep 25 00:55:20 2011 -0700 519 520 Require xt >= 1.0 for appdefaultdir 521 522 https://bugs.freedesktop.org/show_bug.cgi?id=7237 523 524 Signed-off-by: Jeremy Huddleston <jeremyhu (a] apple.com> 525 526 commit 2f34a30d5b4fed4936fa41bb25bc0953d6882ece 527 Author: Gaetan Nadon <memsize (a] videotron.ca> 528 Date: Wed Jan 19 10:06:55 2011 -0500 529 530 config: move man pages into their own directory 531 532 Use services provided by XORG_MANPAGE_SECTIONS. 533 Use standard Makefile for man pages. 534 535 Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca> 536 537 commit 037e30485b3d6e22216a8c44e78fdb6fb57b238b 538 Author: Gaetan Nadon <memsize (a] videotron.ca> 539 Date: Thu Jan 13 17:15:36 2011 -0500 540 541 man: replace hard coded man page section with substitution strings 542 543 Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca> 544 545 commit e076a7cc5441e51b1083aba11f5b743156514fc1 546 Author: Gaetan Nadon <memsize (a] videotron.ca> 547 Date: Wed Jan 12 16:28:02 2011 -0500 548 549 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS 550 551 This silences an Autoconf warning 552 553 commit 2f6ff82050e8a535d633f9b59bb2ec94528d3634 554 Author: Gaetan Nadon <memsize (a] videotron.ca> 555 Date: Wed Jan 12 15:29:50 2011 -0500 556 557 config: replace deprecated AC_HELP_STRING with AS_HELP_STRING 558 559 This silences an Automake warning. 560 561 Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca> 562 563 commit d71b95d96588e1ca020fa15db6ceb3050d41bbdc 564 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 565 Date: Thu Sep 23 19:31:52 2010 -0700 566 567 xconsole 1.0.4 568 569 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 570 571 commit 7507dea14fdc259d50dd1e2693d4f3cd5235eeb4 572 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 573 Date: Thu Sep 23 19:28:30 2010 -0700 574 575 config: Remove unnecessary calls from configure.ac 576 577 AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now 578 579 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 580 581 commit 49bc4d3002ede196319bfc2829dda169c706e300 582 Author: Gaetan Nadon <memsize (a] videotron.ca> 583 Date: Tue Jul 20 18:45:18 2010 -0400 584 585 config: update AC_PREREQ statement to 2.60 586 587 Unrelated to the previous patches, the new value simply reflects 588 the reality that the minimum level for autoconf to configure 589 all x.org modules is 2.60 dated June 2006. 590 591 ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz 592 593 Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca> 594 595 commit 53fdc18e1723eb42596ad72ccd0e84ebfbd0a0e4 596 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 597 Date: Fri Aug 6 08:47:48 2010 -0700 598 599 Fill in COPYING file with copyright notices from source code 600 601 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 602 603 commit 3105c7119df08bab8d1668997c6b332ba5ff732c 604 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 605 Date: Thu Jul 1 17:05:25 2010 -0700 606 607 Xmu functions are called directly, so include it in PKG_CHECK_MODULES 608 609 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 610 611 commit ee142aaa65ef5a96b205110b8fa7dc5f9fe4fc20 612 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 613 Date: Wed Jun 30 23:25:03 2010 -0700 614 615 config: upgrade to util-macros 1.8 for additional man page support 616 617 Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS 618 The value of MAN_SUBST is the same for all X.Org packages. 619 620 Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS 621 The existing statement can now be removed from the configuration file. 622 623 Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED) 624 Enables silent rule and use platform appropriate version of sed. 625 626 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 627 628 commit fee6d15b7cc5f1fad77fed4988bd856399e5750a 629 Author: Gaetan Nadon <memsize (a] videotron.ca> 630 Date: Thu Feb 11 10:08:06 2010 -0500 631 632 config: move CWARNFLAGS from configure.ac to Makefile.am 633 634 Compiler warning flags should be explicitly set in the makefile 635 rather than being merged with other packages compiler flags. 636 637 Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca> 638 639 commit 45fd4b1fa6f81acd33d183b00b060a69087da194 640 Author: Gaetan Nadon <memsize (a] videotron.ca> 641 Date: Sat Dec 19 20:48:47 2009 -0500 642 643 configure.ac: use backticks rather than $() for cmd subs 644 645 Use "$PKG_CONFIG" rather than hard coded "pkg-config" 646 647 Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca> 648 649 commit 89dbe10377a39ee7001d1c34ce8f01aa209bb376 650 Author: Gaetan Nadon <memsize (a] videotron.ca> 651 Date: Thu Nov 26 09:19:53 2009 -0500 652 653 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES 654 655 Now that the INSTALL file is generated. 656 Allows running make maintainer-clean. 657 658 commit 11cd7489b6f96f194171be418bf9112b5f1cbc1d 659 Author: Gaetan Nadon <memsize (a] videotron.ca> 660 Date: Wed Oct 28 14:09:08 2009 -0400 661 662 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 663 664 Add missing INSTALL file. Use standard GNU file on building tarball 665 README may have been updated 666 Remove AUTHORS file as it is empty and no content available yet. 667 Remove NEWS file as it is empty and no content available yet. 668 669 commit fe30cb2c210cf51b239505deaac63593a0ab53f9 670 Author: Gaetan Nadon <memsize (a] videotron.ca> 671 Date: Tue Oct 27 15:07:24 2009 -0400 672 673 Deploy the new XORG_DEFAULT_OPTIONS #24242 674 675 This macro aggregate a number of existing macros that sets commmon 676 X.Org components configuration options. It shields the configuration file from 677 future changes. 678 679 commit 41d1f93ec0cfd8754d3c6f81bb4cb113328291cd 680 Author: Gaetan Nadon <memsize (a] videotron.ca> 681 Date: Thu Oct 22 12:34:15 2009 -0400 682 683 .gitignore: use common defaults with custom section # 24239 684 685 Using common defaults will reduce errors and maintenance. 686 Only the very small or inexistent custom section need periodic maintenance 687 when the structure of the component changes. Do not edit defaults. 688 689 commit 099fc3d0dd7b769693bf1bce70112e1e13fe5336 690 Author: Alan Coopersmith <alan.coopersmith (a] sun.com> 691 Date: Thu Oct 1 14:54:21 2009 -0700 692 693 Add README with pointers to mailing lists, bugzilla, & git 694 695 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com> 696 697 commit 3254ca74de650838e46a551e7c567a79fd971503 698 Author: Alan Coopersmith <alan.coopersmith (a] sun.com> 699 Date: Mon Aug 3 16:26:13 2009 -0700 700 701 Remove errant #error I_PUSH from SVR4 code path 702 703 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com> 704 705 commit 58c8fc6828c07867955882f9126b116edc2036d2 706 Author: Matthieu Herrb <matthieu.herrb (a] laas.fr> 707 Date: Sat Jul 25 14:08:41 2009 +1000 708 709 Prevent inclusion of stropts.h on Linux. 710 711 Systems like Linux/glibc that have openpty() will not mess around with SVR4 712 like stream modules, so no need to include streams related headers. 713 714 Signed-off-by: Peter Hutterer <peter.hutterer (a] who-t.net> 715 716 commit acc7c587322e2f1952900ad554061c5a8d08f7c3 717 Author: Paulo Cesar Pereira de Andrade <pcpa (a] mandriva.com.br> 718 Date: Mon Jan 19 20:16:40 2009 -0200 719 720 Ansification and compile warning fixes. 721 722 This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects 723 make distcheck and all gcc 4.3 and sparse warnings. 724 725 commit 5b3da5679d78ac025358ba0e4beb35e8a9cacd5c 726 Author: Julien Cristau <jcristau (a] debian.org> 727 Date: Sun Nov 16 21:25:33 2008 +0100 728 729 Fix header inclusion for openpty() 730 731 AC_CHECK_HEADERS(foo.h) defines HAVE_FOO_H, not HAS_FOO_H. 732 This fixes a compiler warning: 733 xconsole.c:839: warning: implicit declaration of function 'openpty' 734 735 commit 9f690af8ed736ffcae0f0e3771bbc4ab851f8202 736 Author: James Cloos <cloos (a] jhcloos.com> 737 Date: Wed Aug 20 10:32:50 2008 -0400 738 739 xaw8 is gone, use xaw7 740 741 commit 0ac48669dfcfd2760eaab31c934ff0b83ff2dd2c 742 Author: Julien Cristau <jcristau (a] debian.org> 743 Date: Fri May 16 14:24:55 2008 +0200 744 745 $(builddir) is the current directory 746 747 Apparently automake doesn't always export the builddir variable. 748 This fixes my previous commit. 749 750 commit 6e305f9cdfaffd87f1852a1c24271b10b0bd5079 751 Author: Julien Cristau <jcristau (a] debian.org> 752 Date: Sun Apr 20 19:48:09 2008 +0200 753 754 Fix build with builddir != srcdir 755 756 commit e321bfbe9970a89d486437ed5eedcd83a10a749e 757 Author: Jeremy Huddleston <jeremyhu (a] freedesktop.org> 758 Date: Thu Mar 27 20:07:41 2008 -0700 759 760 Build fix for file systems that are not case sensitive 761 762 commit 2f9d3842be3d5d58270e54821552735cdb098075 763 Merge: d5ffc49 cda9968 764 Author: James Cloos <cloos (a] jhcloos.com> 765 Date: Mon Sep 3 05:59:57 2007 -0400 766 767 Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/app/xconsole 768 769 commit d5ffc49536871784f269ba938566fa77733b16e3 770 Author: James Cloos <cloos (a] jhcloos.com> 771 Date: Mon Sep 3 05:51:18 2007 -0400 772 773 Add *~ to .gitignore to skip patch/emacs droppings 774 775 commit cda9968cea772dbc94b50d791a5be62203ae9ddf 776 Author: Alan Coopersmith <alan.coopersmith (a] sun.com> 777 Date: Mon Aug 20 18:58:33 2007 -0700 778 779 Version bump: 1.0.3 780 781 commit 9eee6c49bd6f57d51c517a6703cac2f29732231a 782 Author: Alan Coopersmith <alan.coopersmith (a] sun.com> 783 Date: Mon Aug 20 18:54:22 2007 -0700 784 785 Add *~ to .gitignore to skip patch/emacs droppings 786 787 commit d1e90da451da71d7d362236c5709d9931ab7b9d1 788 Author: Alan Coopersmith <alan.coopersmith (a] sun.com> 789 Date: Mon Aug 20 18:53:41 2007 -0700 790 791 Replace xconsole_CFLAGS with AM_CFLAGS to make automake-1.10 happier 792 793 commit 3d4f2f96fc661095ce615928e6b586784f5d35e5 794 Author: Matthieu Herrb <matthieu.herrb (a] laas.fr> 795 Date: Sun Jul 30 18:42:08 2006 +0200 796 797 Check if openpty() is available and use it if it is. 798 799 commit 5bdbbecf51e3a73c6660498f8598f0731b43a703 800 Author: Matthieu Herrb <matthieu.herrb (a] laas.fr> 801 Date: Sun Jul 30 16:31:03 2006 +0200 802 803 Remove ChangeLog, replace with a rule that generates it using git-log 804 805 commit c8a026e7c8457cd726f8f6fbd74ade325a9f486e 806 Author: Matthieu Herrb <matthieu.herrb (a] laas.fr> 807 Date: Sun Jul 30 16:29:10 2006 +0200 808 809 rename .cvsignore -> .gitignore 810 811 commit 86e5d9ca5836d4ad02faa1a5f9c0db239464bde1 812 Author: Adam Jackson <ajax (a] nwnk.net> 813 Date: Wed Apr 26 23:38:08 2006 +0000 814 815 Bump to 1.0.2 816 817 commit 219ef4e86f05e7a473e399c5188efdb7f16f31f1 818 Author: Matthieu Herrb <matthieu.herrb (a] laas.fr> 819 Date: Sat Mar 18 18:31:08 2006 +0000 820 821 Avoid potential underflow if read() returns -1. Coverity CID 414 822 823 commit 950d308b3230e7e89d307fd95abb983e44987665 824 Author: Kevin E Martin <kem (a] kem.org> 825 Date: Wed Dec 21 02:29:49 2005 +0000 826 827 Update package version for X11R7 release. 828 829 commit f3755877004e49e96f26b120e0716f6673dc738b 830 Author: Adam Jackson <ajax (a] nwnk.net> 831 Date: Mon Dec 19 16:22:42 2005 +0000 832 833 Stub COPYING files 834 835 commit a87b4d1f07448fde9b4f7ecad965210a339caaa5 836 Author: Kevin E Martin <kem (a] kem.org> 837 Date: Thu Dec 15 00:24:05 2005 +0000 838 839 Update package version number for final X11R7 release candidate. 840 841 commit d82f94100bd454d3298c6548173827a67cb4d7ad 842 Author: Kevin E Martin <kem (a] kem.org> 843 Date: Wed Dec 7 16:17:59 2005 +0000 844 845 Change to use the app-defaults default dir configured in libXt. 846 847 commit c681eac9a17d8d3f16efa2a992b02972cfa71926 848 Author: Kevin E Martin <kem (a] kem.org> 849 Date: Tue Dec 6 22:48:20 2005 +0000 850 851 Change *man_SOURCES ==> *man_PRE to fix autotools warnings. 852 853 commit 406fdcbe2e0b7f6af37c6d6965f85adfa8bb3aa6 854 Author: Kevin E Martin <kem (a] kem.org> 855 Date: Sat Dec 3 05:49:18 2005 +0000 856 857 Update package version number for X11R7 RC3 release. 858 859 commit 81d992f635798580d71fc79abf9df2a825f125e0 860 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com> 861 Date: Mon Nov 28 22:01:40 2005 +0000 862 863 Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 864 update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) 865 866 commit 61eac81e62e1b9b141ce7aaf3fd778ad1f9d7924 867 Author: Eric Anholt <anholt (a] freebsd.org> 868 Date: Mon Nov 21 10:34:59 2005 +0000 869 870 Another pass at .cvsignores for apps. 871 872 commit 68ea4cb352cc528736914c7d328df024164e0e60 873 Author: Eric Anholt <anholt (a] freebsd.org> 874 Date: Sun Nov 20 22:08:51 2005 +0000 875 876 Add/improve .cvsignore files for apps. 877 878 commit 630bdf36e17b8f125f8aa0cabf41c75e650ac973 879 Author: Kevin E Martin <kem (a] kem.org> 880 Date: Wed Nov 9 21:09:20 2005 +0000 881 882 Update package version number for X11R7 RC2 release. 883 884 commit 31dbed9163fd4384dc5dc81f426ce82176587dd2 885 Author: Kean Johnson <kean (a] armory.com> 886 Date: Tue Nov 8 06:33:31 2005 +0000 887 888 See ChangeLog entry 2005-11-07 for details. 889 890 commit 0710398b397c5f8b09b6216bd18e84337fb4efdb 891 Author: Kevin E Martin <kem (a] kem.org> 892 Date: Wed Oct 19 02:47:52 2005 +0000 893 894 Update package version number for RC1 release. 895 896 commit 34924fc44be47d2d58c701485b4e1b6fad28c21d 897 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com> 898 Date: Tue Oct 18 00:32:55 2005 +0000 899 900 Change default install dir for app-default files from 901 $(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match 902 the monolith & allow localization 903 904 commit 324e3c08212f7dbe8b08f7d9028f2e775cbc73c1 905 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com> 906 Date: Mon Oct 17 23:56:21 2005 +0000 907 908 Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to 909 work better with BSD make 910 911 commit ad9813ed3ad1d8adb562ac9b279c18753249786f 912 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com> 913 Date: Fri Oct 14 00:25:43 2005 +0000 914 915 Use sed to fill in variables in man page 916 917 commit f8ca981b964aaa3c59eab661ce35efb7d7085020 918 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com> 919 Date: Wed Aug 17 21:03:23 2005 +0000 920 921 Bugzilla #4130 <https://bugs.freedesktop.org/show_bug.cgi?id=4130> 922 xconsole: non-ascii characters don't show up (Samuel Thibault) 923 924 commit 05a718f11fc97f1e34cf927fd8762f8251356dcb 925 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com> 926 Date: Mon Aug 1 20:25:29 2005 +0000 927 928 Install man pages to section 1 instead of section m (Patch from Donnie 929 Berkholz) 930 931 commit c0ecb99582a714c95282f1187c0f39acee640779 932 Author: Kevin E Martin <kem (a] kem.org> 933 Date: Fri Jul 29 21:22:31 2005 +0000 934 935 Various changes preparing packages for RC0: 936 - Verify and update package version numbers as needed 937 - Implement versioning scheme 938 - Change bug address to point to bugzilla bug entry form 939 - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to 940 reenable it) 941 - Fix makedepend to use pkgconfig and pass distcheck 942 - Update build script to build macros first 943 - Update modular Xorg version 944 945 commit b23b1f35930ed0d10fef42a23f88a2dacd29d91c 946 Author: Daniel Stone <daniel (a] fooishbar.org> 947 Date: Wed Jul 27 00:15:46 2005 +0000 948 949 Fix xconsole build break on AIX caused by removal of ptyx defines. 950 951 commit b471e2609662c2ec83d26ee32a7900e528f67f75 952 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com> 953 Date: Tue Jul 26 15:44:02 2005 +0000 954 955 Replace more GNU make-ism's with more portable macros 956 957 commit e656ddba66cda7432279cd10ac5a450e8b2c342c 958 Author: Adam Jackson <ajax (a] nwnk.net> 959 Date: Wed Jul 20 19:31:52 2005 +0000 960 961 Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global 962 configure cache, you cache it, and the cached value is probably wrong. 963 964 commit 171e31464fc9d4f39403931b1126c3e2cf52b84e 965 Author: Matthieu Herrb <matthieu.herrb (a] laas.fr> 966 Date: Sun Jul 17 21:11:32 2005 +0000 967 968 fix rules to work with non-GNU make. 969 970 commit 6fa7b824f077a0c04eb678c8736cda077232a084 971 Author: Sren Sandmann Pedersen <sandmann (a] daimi.au.dk> 972 Date: Thu Jul 7 23:08:22 2005 +0000 973 974 - Build system for xconsole 975 - Remove include of "../xterm/ptyx" from xc/programs/xconsole/xconsole.c 976 977 commit b38b9a7731430359f10ba74706fc6d4c786d2d36 978 Author: Egbert Eich <eich (a] suse.de> 979 Date: Mon Oct 18 14:21:46 2004 +0000 980 981 Made handling of DevelDrivers for x86-64 more conformant to other 982 platforms. 983 Compress all font encodings (Stefan Dirsch). 984 Fixed warnings. 985 Turn on forwarding XNSpotLocation event to XIM server in OffTheSpot and 986 Root mode (bugzilla #1580, James Su). 987 Added another compose key combination for the Euro symbol (Stefan Dirsch). 988 Added support for UTF-8 in ja_JP, ko_KR and zh_TW locales (Mike Fabian). 989 Changed default encoding for ru from KOI8-R to ISO8859-5 (Mike Fabian). 990 This is the encoding that is also used by glibc. We may break other 991 libcs - lets see who complains. 992 Added explanation for DESTDIR to install to a different directory than /. 993 Added some early bailouts to atiprobe if PCI structure pointer is NULL to 994 prevent sig11. 995 XV support doesn't depend on 2D acceleration any more. This patch removes 996 this limitation from the NSC driver. This is a patch that I have 997 committed to XFree86 a while ago but never ported over to X.Org. 998 Matthieu Herrb contributed some build fixes. 999 Fixing SetDPMSTimers() so that DPMS*Time == 0 disables the appropriate 1000 timer. This takes advantage of the fact that TimerSet() with a timeout 1001 argument 0 behaves like TimerCanel(). 1002 Use /dev/xconsole (named pipe) or devpts for system logger (Werner Fink). 1003 Create missing links for backward compatibility to XFree86 (Stefan Dirsch). 1004 Changed comment to mention xorg. 1005 Changed cursor for the 'kill' action from XC_draped_box to XC_Pirate. If 1006 you don't like it we can change it back (original author unkown). 1007 Added 'pic' to the man page rendering command pipeline (Werner Fink). 1008 Added missing return value (Stefan Dirsch, Roland Mainz) 1009 1010 commit 7da0d180d6852916e5dca44842ee88e7d8429e6e 1011 Author: Egbert Eich <eich (a] suse.de> 1012 Date: Fri Apr 23 19:54:41 2004 +0000 1013 1014 Merging XORG-CURRENT into trunk 1015 1016 commit 0b03eedd1839ec360b2bb7c0b4b9592cd53cfda5 1017 Author: Egbert Eich <eich (a] suse.de> 1018 Date: Sun Mar 14 08:35:01 2004 +0000 1019 1020 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 1021 1022 commit 2ec4fa572aba38d9e01205a2b440f6fcf29b796e 1023 Author: Egbert Eich <eich (a] suse.de> 1024 Date: Wed Mar 3 12:12:55 2004 +0000 1025 1026 Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 1027 1028 commit 798ad4a31ca485e2b04a2a623b1fc96f3860d11f 1029 Author: Egbert Eich <eich (a] suse.de> 1030 Date: Thu Feb 26 13:36:16 2004 +0000 1031 1032 readding XFree86's cvs IDs 1033 1034 commit 297a4fba84512347e1f65d5c9eca649c24271067 1035 Author: Egbert Eich <eich (a] suse.de> 1036 Date: Thu Feb 26 09:23:58 2004 +0000 1037 1038 Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 1039 1040 commit b53d3aeeedd692ef010a3ec5961079aee7d47fb3 1041 Author: Kaleb Keithley <kaleb (a] freedesktop.org> 1042 Date: Tue Nov 25 19:29:03 2003 +0000 1043 1044 XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks 1045 1046 commit 2b2c62b3be8dd36d3231a2ad18d8b212e81695d1 1047 Author: Kaleb Keithley <kaleb (a] freedesktop.org> 1048 Date: Fri Nov 14 16:48:58 2003 +0000 1049 1050 XFree86 4.3.0.1 1051 1052 commit 593922e4e9e9bdcb9bd2b66493b91023d8f0984b 1053 Author: Kaleb Keithley <kaleb (a] freedesktop.org> 1054 Date: Fri Nov 14 15:54:53 2003 +0000 1055 1056 R6.6 is the Xorg base-line 1057