ChangeLog revision 9cd34f4b
1commit b52e4041054b580bace70d9db5e7e3d90b33ad6d 2Author: Alan Coopersmith <alan.coopersmith@oracle.com> 3Date: Thu Apr 16 22:36:31 2015 -0700 4 5 twm 1.0.9 6 7 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 8 9commit 8f68d82c5f6cff9b22dc3335f956453679b207ad 10Author: Alan Coopersmith <alan.coopersmith@oracle.com> 11Date: Wed Dec 31 09:50:11 2014 -0800 12 13 Remove custom version of system(3c) for Solaris 14 15 Was originally added in 1993 with the comment: 16 make f.exec do the right thing to get working xterms under Solaris2. 17 18 Doesn't seem to be needed any more on modern Solaris. 19 As a bonus, gets rid of error found by Oracle Parfait 1.5.1 that 20 if the execl() call fails, the function falls through and returns 21 an uninitialized value for status and then both parent & child 22 go back to running the same code. 23 24 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 25 26commit 032fc6a734516189e11b43e0b4680d15b62c5e66 27Author: Alan Coopersmith <alan.coopersmith@oracle.com> 28Date: Wed Dec 31 00:49:34 2014 -0800 29 30 Only use results from GetWindowProperty if it returned success 31 32 Since Xlib prior to 1.6 didn't always clear values on failure, don't 33 assume they're safe to use unless we succeeded. 34 35 Reported by Oracle Parfait 1.5.1: 36 Error: Uninitialised memory (CWE 456) 37 Possible access to uninitialised memory '&nPixels' 38 at line 963 of src/parse.c in function 'put_pixel_on_root'. 39 &nPixels allocated at line 953. 40 Possible access to uninitialised memory '&retProp' 41 at line 962 of src/parse.c in function 'put_pixel_on_root'. 42 &retProp allocated at line 954. 43 44 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 45 46commit 76f6ad6e96b1ce62a32767bc0478a17b8b9204d7 47Author: Laurent Carlier <lordheavym@gmail.com> 48Date: Mon Aug 4 16:39:24 2014 +0200 49 50 Update manpage with the proper location of system.twmrc file 51 52 Signed-off-by: Laurent Carlier <lordheavym@gmail.com> 53 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 54 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 55 56commit 0cb43e864b2e9972630556e98caa24abf8928122 57Author: Alan Coopersmith <alan.coopersmith@oracle.com> 58Date: Mon Jun 2 22:06:21 2014 -0700 59 60 autogen.sh: Honor NOCONFIGURE=1 61 62 See http://people.gnome.org/~walters/docs/build-api.txt 63 64 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 65 66commit c33c83fb83be7f6402b615b4b32b5dc2036b951d 67Author: Alan Coopersmith <alan.coopersmith@oracle.com> 68Date: Mon Jun 2 22:06:21 2014 -0700 69 70 configure: Drop AM_MAINTAINER_MODE 71 72 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 73 74commit 9c09c3e3577460fcef44e7abe51d22fcbda10ea8 75Author: Gaetan Nadon <memsize@videotron.ca> 76Date: Fri Oct 25 21:51:37 2013 -0400 77 78 config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES 79 80 Fix Automake warning: AC_OUTPUT should be used without arguments. 81 www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Files 82 83 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 84 85commit 46c4255ba661145df429d9dc190355a9661da3c1 86Author: Alan Coopersmith <alan.coopersmith@oracle.com> 87Date: Fri Sep 6 18:59:24 2013 -0700 88 89 twm 1.0.8 90 91 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 92 93commit 97b55a970dc5281c2d41500990d99fcd24d2dd5f 94Author: Alan Coopersmith <alan.coopersmith@oracle.com> 95Date: Sun Aug 18 10:50:01 2013 -0700 96 97 Replace malloc(strlen()+1); strcpy(); pairs with strdup() 98 99 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 100 101commit 8b2a314c267071656ca4d86bae56c6d82bb8127a 102Author: Alan Coopersmith <alan.coopersmith@oracle.com> 103Date: Sun Aug 18 10:42:45 2013 -0700 104 105 AddWindow: Use NULL instead of 0 for null pointer check 106 107 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 108 109commit c2e232e6915356eba3edf2efea99720746694c52 110Author: Alan Coopersmith <alan.coopersmith@oracle.com> 111Date: Sun Aug 18 10:28:21 2013 -0700 112 113 Stop casting return values from malloc & calloc 114 115 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 116 117commit 58f3c3b8d518786764f45ac2be1f1f0850129125 118Author: Alan Coopersmith <alan.coopersmith@oracle.com> 119Date: Sun Aug 18 10:18:21 2013 -0700 120 121 Stop casting pointers to (char *) when freeing them 122 123 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 124 125commit 2a637337713c5c92c44249b88e31696ce9efdf9b 126Author: Alan Coopersmith <alan.coopersmith@oracle.com> 127Date: Wed Jul 31 23:28:42 2013 -0700 128 129 Delete trailing whitespace in non *.[ch] source files 130 131 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 132 133commit ce4e11143f982234be1076e384b31228f1cc84ae 134Author: Alan Coopersmith <alan.coopersmith@oracle.com> 135Date: Wed Jul 31 22:54:01 2013 -0700 136 137 Make more functions static that aren't called from other files 138 139 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 140 141commit 8a3d3a58350506a99efd24f9856466a99bbb9c51 142Author: Alan Coopersmith <alan.coopersmith@oracle.com> 143Date: Wed Jul 31 22:28:11 2013 -0700 144 145 Assume C89 signal handlers, returning void 146 147 Removes old #ifdef SIGNALRETURNSINT check that was never defined in 148 autoconf builds, only old Imake builds. 149 150 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 151 152commit afcad0de54ecd1a8bfaf261e4e6882985a234963 153Author: Alan Coopersmith <alan.coopersmith@oracle.com> 154Date: Wed Jul 31 22:24:22 2013 -0700 155 156 Make some more previously global variables into file-scoped statics 157 158 Not used from other source files, so no need to export them 159 160 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 161 162commit 4c2ff3f0a6bae8b369dfb74267f7fa52d511dfb2 163Author: Alan Coopersmith <alan.coopersmith@oracle.com> 164Date: Wed Jul 31 22:21:00 2013 -0700 165 166 Remove unused global variable gotFirstSave 167 168 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 169 170commit ca038999b5c1387f3aa19baeafc81a27563631b1 171Author: Alan Coopersmith <alan.coopersmith@oracle.com> 172Date: Wed Jul 31 22:04:39 2013 -0700 173 174 unifdef macII - drop support for A/UX 2.0 175 176 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 177 178commit 55681f9d66b788b2e86a5ad3c0722904fa020962 179Author: Alan Coopersmith <alan.coopersmith@oracle.com> 180Date: Tue Jul 30 22:15:28 2013 -0700 181 182 Make various helper & callback functions private to session.c 183 184 Nothing else ever called them, so no reason to export them. 185 186 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 187 Reviewed-by: <wharms@bfs.de> 188 189commit cf88a8c16958ddfaeff6349d30c6c423fc4a7afa 190Author: Alan Coopersmith <alan.coopersmith@oracle.com> 191Date: Tue Jul 30 22:11:51 2013 -0700 192 193 Convert remaining K&R function declarations to C89 style 194 195 Many existing function declarations were C89, and headers all use C89 196 prototypes, but a few function declarations had been left in the old 197 style. 198 199 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 200 Reviewed-by: <wharms@bfs.de> 201 202commit ea349d3c406695665322c71caf5ea3c970cb3155 203Author: Alan Coopersmith <alan.coopersmith@oracle.com> 204Date: Tue Jul 30 21:57:04 2013 -0700 205 206 Use (void) to declare functions that take no arguments, instead of () 207 208 It's time for C89. 209 210 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 211 Reviewed-by: <wharms@bfs.de> 212 213commit abb8b6198b639359f34ab6f0ab97039016d8b6db 214Author: Colin Harrison <colin.harrison@virgin.net> 215Date: Fri Jul 19 00:48:09 2013 +0100 216 217 Syntax error in recent twm commit 218 219 twm needs a typo/syntax correction following a recent commit. 220 221 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 222 223commit e84f2e87222879ca667c1fb3d1cb3236a1159d12 224Author: Alan Coopersmith <alan.coopersmith@oracle.com> 225Date: Thu Jul 18 00:24:30 2013 -0700 226 227 Constification cleanup - fix dozens of gcc warnings 228 229 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 230 231commit b16ce9773e4da5897ab546de85e48a3ea58d0e00 232Author: Eric S. Raymond <esr@thyrsus.com> 233Date: Wed Jun 19 05:39:10 2013 -0400 234 235 Don't rely on the ability to set tab stops. 236 237commit 07ed63f865f6fef4c14711063534b73eb33e0cdb 238Author: Egbert Eich <eich@freedesktop.org> 239Date: Thu May 19 11:08:21 2011 +0200 240 241 Fix SEGV if CreateColormapWindow() returns NULL. 242 243 twm can segfault when it cannot collect attribute information on 244 a window that has been destroyed before it got a chance to collect 245 it's attributes. 246 twm seems to assume that it is always able to collect this information 247 and disregards the error if the function that attempts to collect it 248 fails and CreateColormapWindow() returns NULL. 249 If this happens correct number_cmap_windows to prevent a SEGV later 250 on due to an incorrect setting. 251 252 Signed-off-by: Egbert Eich <eich@freedesktop.org> 253 254commit b62e91790d1f07f729d4221c878a0847ff14ad82 255Author: Alan Coopersmith <alan.coopersmith@oracle.com> 256Date: Sat Nov 19 11:38:33 2011 -0800 257 258 Terminate execl() arguments with NULL instead of 0 259 260 Makes sure that a full 64-bits of 0 is passed in 64-bit builds, and 261 clears gcc warning of: 262 263 menus.c: In function ‘System’: 264 menus.c:2344:2: warning: missing sentinel in function call 265 266 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 267 268commit 4c5e72e9d8571bfb2a98d1ffc9724596764f5b0b 269Author: Alan Coopersmith <alan.coopersmith@oracle.com> 270Date: Wed Jul 27 20:33:13 2011 -0700 271 272 twm 1.0.7 273 274 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 275 276commit f21823506dcb956d62c260e6e207f1dc2ce7732a 277Author: Alan Coopersmith <alan.coopersmith@oracle.com> 278Date: Thu Jul 14 22:04:34 2011 -0700 279 280 Whitespace fixes in src files 281 282 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 283 284commit c6ade914363426facb01a954650b804657114012 285Author: Alan Coopersmith <alan.coopersmith@oracle.com> 286Date: Tue Jul 12 22:30:41 2011 -0700 287 288 Replace most sprintf calls with snprintf 289 290 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 291 292commit ab689e1a711bbbdfcd6d3a8d2edebbc378ebccb7 293Author: Gaetan Nadon <memsize@videotron.ca> 294Date: Mon Mar 7 20:05:45 2011 -0500 295 296 config: layout the C flags for better readability 297 298 Group pre-processor flags under AM_CPPFLAGS 299 Might as well do the rest of the file. 300 301 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 302 303commit f048770b021d92780c754257c9c1efa7a769c69c 304Author: Gaetan Nadon <memsize@videotron.ca> 305Date: Mon Mar 7 19:47:48 2011 -0500 306 307 man: use Autoconf provided $(SED) 308 309 Use platform appropriate version of sed. 310 311 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 312 313commit 356ca1db47be674aa9125b65668e8fe0573f7f69 314Author: Gaetan Nadon <memsize@videotron.ca> 315Date: Mon Mar 7 19:37:48 2011 -0500 316 317 config: rm is about removal, not generation 318 319 Automake: 320 AM_V_at as a prefix to commands that should not output anything in silent mode 321 322 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 323 324commit 6f362f8d962ff7054682cfb2d88e8603e1219492 325Author: Gaetan Nadon <memsize@videotron.ca> 326Date: Mon Mar 7 16:43:59 2011 -0500 327 328 deftwmrc.c is not required in MAINTAINERCLEANFILES 329 330 Automake takes care of that as it is part of BUILT_SOURCES 331 332 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 333 334commit 98e224e3da245f29d281df357d27b53acdccb5c7 335Author: Gaetan Nadon <memsize@videotron.ca> 336Date: Mon Mar 7 16:10:53 2011 -0500 337 338 lex & yacc: only header file needs to be in BUILT_SOURCES 339 340 http://www.gnu.org/software/automake/manual/automake.html#Yacc-and-Lex 341 342 This completes reversal of commit ea03b6bcd1045dfc0d6947e4858de8994d61170b 343 The Makefile generates a valid "gram.h: gram.c" rule. 344 The Makefile already has gram.c gram.h and lex.c in the 345 maintainer-clean-generic target. 346 347 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 348 349commit 70a7f34dfc4d7ea4f7425b9a7359a08a35752bb0 350Author: Jeremy Huddleston <jeremyhu@apple.com> 351Date: Wed May 11 22:41:56 2011 -0700 352 353 Add extra sanity checking to avoid possible NULL dereferences 354 355 menus.c:569:10: warning: Access to field 'func' results in a dereference of a null pointer (loaded from variable 'ActiveItem') 356 if (ActiveItem->func != F_TITLE && !ActiveItem->state) 357 ^~~~~~~~~~ 358 359 Found-by: clang static analyzer 360 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 361 Acked-by: Peter Hutterer <peter.hutterer@who-t.net> 362 363commit a898b136729660a33d60b317ccb839f6e0428201 364Author: Jeremy Huddleston <jeremyhu@apple.com> 365Date: Wed May 11 22:30:56 2011 -0700 366 367 Add sanity checking to avoid a possible NULL dereference 368 369 menus.c:934:26: warning: Access to field 'fore' results in a dereference of a null pointer (loaded from variable 'cur') 370 cur->hi_back = cur->fore = f3.pixel; 371 ~~~ ^ 372 373 Found-by: clang static analyzer 374 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 375 Acked-by: Peter Hutterer <peter.hutterer@who-t.net> 376 377commit 1061e063be78f4e233d550649ce297b639193a9f 378Author: Jeremy Huddleston <jeremyhu@apple.com> 379Date: Wed May 11 22:27:21 2011 -0700 380 381 Address a possible NULL pointer dereference 382 383 menus.c:523:24: warning: Access to field 'w' results in a dereference of a null pointer (loaded from variable 'ActiveMenu') 384 if (XFindContext(dpy, ActiveMenu->w, ScreenContext, &context_data) == 0) 385 ^~~~~~~~~~ 386 387 Found-by: clang static analyzer 388 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 389 Acked-by: Peter Hutterer <peter.hutterer@who-t.net> 390 391commit bde0b06b465adb868d38d3721b95ea337bad8eb9 392Author: Jeremy Huddleston <jeremyhu@apple.com> 393Date: Wed May 11 22:22:25 2011 -0700 394 395 Mark Done() as _X_NORETURN 396 397 list.c:103:11: warning: Access to field 'next' results in a dereference of a null pointer (loaded from variable 'nptr') 398 nptr->next = *list_head; 399 ~~~~ ^ 400 401 Found-by: clang static analyzer 402 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 403 404commit 2f5d1e29f5a803ba2417d6fe20782c05ed932612 405Author: Jeremy Huddleston <jeremyhu@apple.com> 406Date: Wed May 11 22:17:54 2011 -0700 407 408 Silence uninitialized warning 409 410 session.c: In function 'ReadWinConfigFile': 411 session.c:554: warning: 'version' may be used uninitialized in this function 412 413 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 414 415commit ef39179b9fe6d13f7e81098edfc10711c8b40948 416Author: Jeremy Huddleston <jeremyhu@apple.com> 417Date: Wed May 11 22:16:23 2011 -0700 418 419 LP64: Fix formatting for DEBUG printf 420 421 add_window.c: In function 'AddWindow': 422 add_window.c:169: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'Window' 423 424 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 425 426commit 0f1ccd0b3409ab9b9fce1256fc59ad9bbe69a349 427Author: Alan Coopersmith <alan.coopersmith@oracle.com> 428Date: Tue May 10 15:35:51 2011 -0700 429 430 Fix: menus.c:2374: warning: implicit declaration of function `putenv` 431 432 Ensure _GNU_SOURCE is defined on Linux builds before including <stdlib.h> 433 so the prototype is exposed in the header properly. 434 435 https://bugs.freedesktop.org/show_bug.cgi?id=32696 436 437 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 438 Reviewed-by: Julien Cristau <jcristau@debian.org> 439 440commit 75dd868133c5c12daa946468e7250d174f842281 441Author: Alan Coopersmith <alan.coopersmith@oracle.com> 442Date: Mon May 9 22:46:03 2011 -0700 443 444 Remove unused fallback implementation of putenv() 445 446 NOPUTENV was never defined in a modular build, probably because putenv() 447 is a standard function in Unix98 / SUSv2, and goes back to at least 448 SVR2 and 4.3BSD-Reno. 449 450 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 451 Reviewed-by: Matthieu Herrb <matthieu.herrb@laas.fr> 452 Reviewed-by: Mark Kettenis <kettenis@openbsd.org> 453 454commit 5b763259451b7798b1004c49775d1bd3df2f9d88 455Author: Gaetan Nadon <memsize@videotron.ca> 456Date: Fri Mar 4 20:57:30 2011 -0500 457 458 man: replace hard coded section number with __appmansuffix__ 459 460 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 461 462commit 611f20e896aa533f0f3e5cd6c8fdd7c381963c95 463Author: Alan Coopersmith <alan.coopersmith@oracle.com> 464Date: Wed Jan 5 16:12:42 2011 -0800 465 466 Fix many gcc strict-aliasing warnings 467 468 menus.c:518: warning: dereferencing type-punned pointer will break strict-aliasing rules 469 470 and many more of the same message at different lines 471 472 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 473 474commit b160f7bcb99111e631d6701b199f1dad1e40c80d 475Author: Alan Coopersmith <alan.coopersmith@oracle.com> 476Date: Wed Jan 5 14:09:15 2011 -0800 477 478 twm 1.0.6 479 480 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 481 482commit 1347a210cafa75db40198f8f9e3ca36f8e627bf6 483Author: Alan Coopersmith <alan.coopersmith@oracle.com> 484Date: Wed Nov 24 15:28:47 2010 -0800 485 486 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS 487 488 Regroup AC statements under the Autoconf initialization section. 489 Regroup AM statements under the Automake initialization section. 490 Add missing AC_CONFIG_SRCDIR 491 492 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 493 494commit 1ca7092e44e87038ba95a962a3c952ef72b4f146 495Author: Martin Jansa <Martin.Jansa@gmail.com> 496Date: Mon Nov 1 09:54:44 2010 +0100 497 498 config: replace AC_CHECK_FILE with test -f 499 500 * AC_CHECK_FILE doesn't work for cross compilation 501 502 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 503 504commit b3af92c7bca31b3bf73428d46291b88c3f86026e 505Author: Alan Coopersmith <alan.coopersmith@oracle.com> 506Date: Sat Oct 30 15:03:50 2010 -0700 507 508 twm 1.0.5 509 510 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 511 512commit 7f164a9631e4ec26657bedeb947409d0b484e967 513Author: Alan Coopersmith <alan.coopersmith@oracle.com> 514Date: Sat Oct 30 15:01:43 2010 -0700 515 516 Sun's copyrights now belong to Oracle 517 518 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 519 520commit 357d089016bd889f2f73349c3f977c6adccc85a6 521Author: Jesse Adkins <jesserayadkins@gmail.com> 522Date: Tue Sep 28 13:29:49 2010 -0700 523 524 Purge cvs tags. 525 526 Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> 527 528commit 4c7c2ece9e152358448406b759c30eb44eea13f9 529Author: Alan Coopersmith <alan.coopersmith@oracle.com> 530Date: Thu Sep 23 00:11:56 2010 -0700 531 532 config: upgrade to util-macros 1.8 for additional man page support 533 534 Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS 535 The value of MAN_SUBST is the same for all X.Org packages. 536 537 Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS 538 The existing statement can now be removed from the configuration file. 539 540 Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED) 541 Enables silent rule and use platform appropriate version of sed. 542 543 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 544 545commit 3bcc18ca9968a33dbf3e8df920f08227f95d8a72 546Author: Alan Coopersmith <alan.coopersmith@oracle.com> 547Date: Wed Sep 22 23:59:32 2010 -0700 548 549 Silence build of deftwmrc.c with AM_V_GEN 550 551 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 552 553commit 282060f633c1a0910522f64cf36222a27016bf77 554Author: Alan Coopersmith <alan.coopersmith@oracle.com> 555Date: Wed Sep 22 23:37:21 2010 -0700 556 557 system.twmrc doesn't need to be in both EXTRA_DIST & dist_rc_DATA 558 559 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 560 561commit 810922b19b86c1ddd5ef9c9169d1328b3562af77 562Author: Alan Coopersmith <alan.coopersmith@oracle.com> 563Date: Wed Sep 22 23:33:22 2010 -0700 564 565 config: Remove unnecessary calls from configure.ac 566 567 AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now 568 PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables 569 570 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 571 572commit 79e3387e7a2d35f5895f813a4572a93457114e3c 573Author: Alan Coopersmith <alan.coopersmith@oracle.com> 574Date: Wed Sep 22 23:23:26 2010 -0700 575 576 Use AC_CHECK_FUNCS / default name for mkstemp 577 578 No longer need to maintain #ifdef compatibility with the names used in 579 the monolith Imakefiles. 580 581 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 582 583commit 3bac463f63b4c1e667256c7d2d287b3567a7ff1c 584Author: Gaetan Nadon <memsize@videotron.ca> 585Date: Tue Jul 20 18:45:18 2010 -0400 586 587 config: update AC_PREREQ statement to 2.60 588 589 Unrelated to the previous patches, the new value simply reflects 590 the reality that the minimum level for autoconf to configure 591 all x.org modules is 2.60 dated June 2006. 592 593 ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz 594 595 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 596 597commit 40480fdbe6c15076a2e734cae246c62c85862829 598Author: Alan Coopersmith <alan.coopersmith@oracle.com> 599Date: Fri Aug 6 08:27:35 2010 -0700 600 601 Fill in COPYING file with copyright notices from source code 602 603 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 604 605commit a9f315f32bcc0636ada7427be9e3c5e3810af05e 606Author: Gaetan Nadon <memsize@videotron.ca> 607Date: Sat Jul 17 16:36:41 2010 -0400 608 609 config: allow to build tarball when yacc is missing 610 611 Autoconf does not handle this scenario as well as Automake does. 612 If gram.c is already there, do not abort the configuration 613 if yacc is missing as it is not needed. 614 615 If both gram.c and yacc are missing, abort configuration. 616 Yacc is a required tool to build the package. 617 618 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 619 620commit 29a157f7f181ac02c88537032dbcca29880c3068 621Author: Gaetan Nadon <memsize@videotron.ca> 622Date: Fri Jun 4 17:09:18 2010 -0400 623 624 config: add check for yacc to insure it is installed #27973 625 626 Unlike other macros AC_PROG_YACC sets the YACC variable to "yacc" 627 as a last resort, even if no programs have been found. Improve error 628 checking by issuing an error message if yacc is not found. The module 629 cannot build anyway. 630 631 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 632 633commit d0da74f035fd3595b5ddfb6ded29bdc5f9666ceb 634Author: Alan Coopersmith <alan.coopersmith@sun.com> 635Date: Thu Jan 14 21:40:48 2010 -0800 636 637 Update Sun license notices to current X.Org standard form 638 639 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 640 641commit 9adc93df944e203726d09716dc3bfbbc6cf304ae 642Author: Gaetan Nadon <memsize@videotron.ca> 643Date: Thu Nov 26 09:19:52 2009 -0500 644 645 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES 646 647 Now that the INSTALL file is generated. 648 Allows running make maintainer-clean. 649 650commit 2386d631c301233899bdcc6381203bcbd1139ab3 651Author: Gaetan Nadon <memsize@videotron.ca> 652Date: Wed Oct 28 14:09:08 2009 -0400 653 654 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 655 656 Add missing INSTALL file. Use standard GNU file on building tarball 657 README may have been updated 658 Remove AUTHORS file as it is empty and no content available yet. 659 Remove NEWS file as it is empty and no content available yet. 660 661commit 7f4c2b588bc94702eb0df0618a97413b0e544879 662Author: Gaetan Nadon <memsize@videotron.ca> 663Date: Tue Oct 27 15:07:24 2009 -0400 664 665 Deploy the new XORG_DEFAULT_OPTIONS #24242 666 667 This macro aggregate a number of existing macros that sets commmon 668 X.Org components configuration options. It shields the configuration file from 669 future changes. 670 671commit 5c13f89a73f7b57dad9c9dcfd63e084077550c3e 672Author: Gaetan Nadon <memsize@videotron.ca> 673Date: Mon Oct 26 22:08:38 2009 -0400 674 675 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 676 677 ChangeLog filename is known to Automake and requires no further 678 coding in the makefile. 679 680commit 3d6678095a3553b9ab36d60e6a254acfbdc831c1 681Author: Gaetan Nadon <memsize@videotron.ca> 682Date: Thu Oct 22 16:25:53 2009 -0400 683 684 .gitignore: use common defaults with custom section # 24239 685 686 Using common defaults will reduce errors and maintenance. 687 Only the very small or inexistent custom section need periodic maintenance 688 when the structure of the component changes. Do not edit defaults. 689 690commit a3f6e3cbd99b6394c3dc70d54f07f129b4ece70c 691Author: Jeremy Huddleston <jeremyhu@freedesktop.org> 692Date: Wed Oct 21 12:47:20 2009 -0700 693 694 This is not a GNU project, so declare it foreign. 695 696 On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: 697 > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: 698 > > I noticed an INSTALL file in xlsclients and libXvMC today, and it 699 > > was quite annoying to work around since 'autoreconf -fvi' replaces 700 > > it and git wants to commit it. Should these files even be in git? 701 > > Can I nuke them for the betterment of humanity and since they get 702 > > created by autoreconf anyways? 703 > 704 > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 705 706 As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with 707 AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation 708 of the INSTALL file. It is also part of the 24206 solution. 709 710 Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org> 711 712commit 06d15a482a596f1d846b97627badd28381c2e7b2 713Author: Alan Coopersmith <alan.coopersmith@sun.com> 714Date: Thu Oct 1 14:54:20 2009 -0700 715 716 Add README with pointers to mailing lists, bugzilla, & git 717 718 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 719 720commit 4d9e3200b1625ad24053ce5f1ca816a03939c6d5 721Author: Gaetan Nadon <memsize@videotron.ca> 722Date: Tue Jul 7 17:32:01 2009 -0400 723 724 twm: use XORG_CHANGELOG macro to create ChangeLog. #22611 725 726 Build break: app/twm/Makefile.am: command not found: git-log 727 Adding the macro in configure.ac and use it in Makefile.am 728 Refer to: https://bugs.freedesktop.org/show_bug.cgi?id=22611 729 Tested: running autogen.sh, make and 'make dist' 730 731 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 732 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 733 734commit 1fa03c39bddace4d787c55703f3081bcaf36511b 735Author: Adam Jackson <ajax@redhat.com> 736Date: Thu Mar 6 16:52:54 2008 -0500 737 738 twm 1.0.4 739 740commit d28dffd63bd5070445b15d1b9b70f3303ec5e333 741Author: Alan Coopersmith <alan.coopersmith@sun.com> 742Date: Thu Feb 21 08:16:39 2008 -0800 743 744 Change twm_CFLAGS to AM_CFLAGS to make automake-1.10 happier 745 746 src/Makefile.am:35: compiling `add_window.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac' 747 748commit ca9494bf50c9314597f4e88efa5bf5d66c1cd38f 749Author: Alan Coopersmith <alan.coopersmith@sun.com> 750Date: Thu Feb 21 08:14:01 2008 -0800 751 752 Explicitly require libSM & libICE since twm calls them directly 753 754commit f0543e7ff17f6e8aefbd6cc003d0679a706a8535 755Author: James Cloos <cloos@jhcloos.com> 756Date: Thu Dec 6 16:37:07 2007 -0500 757 758 Replace static ChangeLog with dist-hook to generate from git log 759 760commit 44d51a2bc7d1e2fc5fcd3f729b6f0ca6e62e1f00 761Author: Wolfgang Rupprecht <wsr+xorg@wsrcc.com> 762Date: Mon Jan 23 15:11:00 2006 -0800 763 764 X.Org Bug #5691: twm mouse button limit too low 765 766 <https://bugs.freedesktop.org/show_bug.cgi?id=5691> 767 768commit 03a4e6c35161402d1477acb95723ab93eabde97e 769Author: James Cloos <cloos@jhcloos.com> 770Date: Mon Sep 3 05:51:13 2007 -0400 771 772 Add *~ to .gitignore to skip patch/emacs droppings 773 774commit 9ae787c9f0d02aeb4c67fd20cee08d3cccd99fb4 775Author: James Cloos <cloos@jhcloos.com> 776Date: Thu Aug 23 19:24:38 2007 -0400 777 778 Rename .cvsignore to .gitignore 779 780commit 5f70aaffa0fa88a4b08ea40cfdbde5f34d20d366 781Author: Daniel Stone <daniel@fooishbar.org> 782Date: Thu Nov 30 19:56:29 2006 +0200 783 784 bump to 1.0.3 785 786commit f27c4a577f68673e5022db1a4db79da9a3d05502 787Author: Matthieu Herrb <matthieu@bluenote.herrb.com> 788Date: Tue Nov 28 13:24:08 2006 +0000 789 790 Fix system.twmrc handling 791 792commit 6736d9094d2719f21e3ba0050aad88f3ffc78dc4 793Author: Adam Jackson <ajax@benzedrine.nwnk.net> 794Date: Fri Oct 13 17:47:24 2006 -0400 795 796 Bump to 1.0.2 797 798commit 4bc5a25c21006e547ff7fce7fff7544acbb22174 799Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 800Date: Sat Jun 3 07:06:42 2006 +0000 801 802 Coverity #369: If malloc of entry->wm_command fails, error cleanup was 803 still trying to read pointers from it to free. 804 805commit 9680fbed52e3af20d226040958f91502b6027d2d 806Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 807Date: Sat Jun 3 06:54:20 2006 +0000 808 809 Coverity #1508: Variable "action" not freed or pointed-to 810 811commit ab7a497d995347e340c28c4eb0d1f0f9ee298e41 812Author: Kevin E Martin <kem@kem.org> 813Date: Wed Dec 21 02:29:47 2005 +0000 814 815 Update package version for X11R7 release. 816 817commit 4bd96f2d5d976dbd17bac563504985a1bc793ffe 818Author: Adam Jackson <ajax@nwnk.net> 819Date: Mon Dec 19 16:22:41 2005 +0000 820 821 Stub COPYING files 822 823commit 2c1cd456efe91302b0de645ea36a84c49472f104 824Author: Kevin E Martin <kem@kem.org> 825Date: Thu Dec 15 00:24:04 2005 +0000 826 827 Update package version number for final X11R7 release candidate. 828 829commit 9f88f7db68e146c1d1b60a988f68f1528350a9a8 830Author: Kevin E Martin <kem@kem.org> 831Date: Tue Dec 6 22:48:19 2005 +0000 832 833 Change *man_SOURCES ==> *man_PRE to fix autotools warnings. 834 835commit 466a35f33d48427d7f5a186cf60fddd070ce2d71 836Author: Kevin E Martin <kem@kem.org> 837Date: Sat Dec 3 05:49:17 2005 +0000 838 839 Update package version number for X11R7 RC3 release. 840 841commit 81d2d1208b1445f60e10186b61e472b22ac47712 842Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 843Date: Mon Nov 28 22:01:39 2005 +0000 844 845 Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 846 update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) 847 848commit 6897ce2b13a0b651c8bb56b833e51125d678ea81 849Author: Eric Anholt <anholt@freebsd.org> 850Date: Mon Nov 21 10:34:58 2005 +0000 851 852 Another pass at .cvsignores for apps. 853 854commit 3cf0d5d098a049e1113dad20699b07d1a91fd9ca 855Author: Eric Anholt <anholt@freebsd.org> 856Date: Sun Nov 20 22:08:50 2005 +0000 857 858 Add/improve .cvsignore files for apps. 859 860commit d99f0e0b2577cbdfea2a51d8ca20aff080539b60 861Author: Kevin E Martin <kem@kem.org> 862Date: Sat Nov 19 07:15:36 2005 +0000 863 864 Update pkgconfig files to separate library build-time dependencies from 865 application build-time dependencies, and update package deps to work 866 with separate build roots. 867 868commit 6dfc0dee6645c7620cc2fb9a5d44b041cb6558b6 869Author: Kevin E Martin <kem@kem.org> 870Date: Wed Oct 19 02:47:50 2005 +0000 871 872 Update package version number for RC1 release. 873 874commit 43fb7218e8723f6f3321ec406745971ca5fd0d00 875Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 876Date: Mon Oct 17 23:56:21 2005 +0000 877 878 Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to 879 work better with BSD make 880 881commit a85acab665c375d14ae15ef90f6baf8b47c7032b 882Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 883Date: Sun Oct 16 22:32:51 2005 +0000 884 885 Capitalize O in "X.Org Foundation" 886 Use cpp to substitute variables in man pages 887 888commit a3bbaecf0502d58cf0bc7ff7db99e9239c6e822c 889Author: Kevin E Martin <kem@kem.org> 890Date: Sat Oct 15 19:19:03 2005 +0000 891 892 Have generated files be cleaned by maintainer to pass check-tarball test. 893 894commit 7ccfcb8e4f4caabba7c26de42ce2db252b5b0817 895Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 896Date: Sun Oct 9 19:11:53 2005 +0000 897 898 Bug #3755 <https://bugs.freedesktop.org/show_bug.cgi?id=3755> twm can't 899 handle 8-bit characters in .twmrc (Tomohiro KUBOITA) 900 901commit b098cf784d34421de0ae51d8cd7090022d3b2600 902Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 903Date: Sun Oct 9 19:10:58 2005 +0000 904 905 Bug #3755 <https://bugs.freedesktop.org/show_bug.cgi?id=3755> twm can't 906 handle 8-bit characters in .twmrc (Tomohiro KUBOITA) 907 908commit e2c423a32d8ba724e19e6db5b315ef9011d89488 909Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 910Date: Sun Oct 9 18:59:28 2005 +0000 911 912 Bug #3755 <https://bugs.freedesktop.org/show_bug.cgi?id=3755> twm can't 913 handle 8-bit characters in .twmrc (Tomohiro KUBOITA) 914 915commit ea03b6bcd1045dfc0d6947e4858de8994d61170b 916Author: Keith Packard <keithp@keithp.com> 917Date: Tue Aug 2 18:08:48 2005 +0000 918 919 Mark generated files as BUILT_SOURCES and CLEANFILES to ensure they are 920 regenerated after 'make clean' and to make parallel builds work right. 921 922commit a12f281be43c1c86147fb89c99484ac558f64425 923Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 924Date: Mon Aug 1 20:25:28 2005 +0000 925 926 Install man pages to section 1 instead of section m (Patch from Donnie 927 Berkholz) 928 929commit 99c2e9865374605697c2a85099bbc56bf7853969 930Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 931Date: Sat Jul 30 21:07:26 2005 +0000 932 933 Add prototypes of Xalloc/free functions. 934 Export ImUtil.h to match modular tree install. 935 Define SVR4 to 1 to avoid warning about redefining to different values. 936 Include missing headers to clear more compiler warnings. 937 938commit 5bf9409bc3c7e11d86bcd5b25760435e199b85c5 939Author: Kevin E Martin <kem@kem.org> 940Date: Fri Jul 29 21:22:30 2005 +0000 941 942 Various changes preparing packages for RC0: 943 - Verify and update package version numbers as needed 944 - Implement versioning scheme 945 - Change bug address to point to bugzilla bug entry form 946 - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to 947 reenable it) 948 - Fix makedepend to use pkgconfig and pass distcheck 949 - Update build script to build macros first 950 - Update modular Xorg version 951 952commit b2de9b16ae9b7bfce8e7cc36f20a38084fa25469 953Author: Adam Jackson <ajax@nwnk.net> 954Date: Wed Jul 20 19:31:51 2005 +0000 955 956 Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global 957 configure cache, you cache it, and the cached value is probably wrong. 958 959commit c0570ffdfa9ef913b5132b2069dd69491f77a8f8 960Author: Matthieu Herrb <matthieu.herrb@laas.fr> 961Date: Sun Jul 17 20:11:01 2005 +0000 962 963 fix rules to work with non-GNU make and outside of $srcdir 964 965commit 29fba3a480ab1b4168d75ed92c8150851dddd805 966Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 967Date: Sat Jul 16 22:07:13 2005 +0000 968 969 Add #ifdef HAVE_CONFIG_H/#include "config.h" to files that need it to get 970 HAS_MKSTEMP defined in modular builds. 971 972commit 63e81296232ec5fdd6529a7d5d4342186bbec2f8 973Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 974Date: Sat Jul 16 21:59:14 2005 +0000 975 976 Define HAS_MKSTEMP if mkstemp() is present (needed for improved protection 977 against tempfile race conditions in many places) 978 979commit 2e6a393e7b0f02e8f58a3005411ae22488965e28 980Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 981Date: Thu Jul 14 22:36:06 2005 +0000 982 983 Add _BSD_SOURCE - patch from Stefan Dirsch 984 985commit 300a4fcbfaef76f78dbb98c9868fa85da1604ccf 986Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 987Date: Thu Jul 14 22:35:37 2005 +0000 988 989 Add makefile that CVS ate - patch from Stefan Dirsch 990 991commit 1cb0150431562d729342c427129732b217526bab 992Author: Daniel Stone <daniel@fooishbar.org> 993Date: Mon Jul 11 22:51:03 2005 +0000 994 995 Bug #3754: Fix window misplacement in twm. (Christopher Mario Mae) 996 997commit 682eaa7cd21e32f70d909aae7d4828c9f4ea9dd1 998Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 999Date: Wed Jun 29 19:15:03 2005 +0000 1000 1001 Add buildsystem for twm 1002 1003commit 718daab22b08a1ab10145f9284dedef069ffb758 1004Author: Roland Mainz <roland.mainz@nrubsig.org> 1005Date: Fri Mar 11 21:18:12 2005 +0000 1006 1007 xc/programs/twm/Imakefile 1008 xc/programs/twm/twm.c 1009 //bugs.freedesktop.org/show_bug.cgi?id=2705) attachment #2087 1010 (https://bugs.freedesktop.org/attachment.cgi?id=2087) Make twm ignore 1011 print screens to avoid that users accidentally warp on a non-video 1012 screen (which are not visible on any monitor) when the Xserver has both 1013 video and print screens. (This includes also a small cleanup of 1014 xdpyinfo where parts of the print screen test code comes from) Patch by 1015 Julien Lafon <julien.lafon@gmail.com> (MIT/X.org license). 1016 1017commit 6e96bd376c916c150a055447d4badc1fae84e47a 1018Author: Roland Mainz <roland.mainz@nrubsig.org> 1019Date: Fri Mar 11 16:23:00 2005 +0000 1020 1021 xc/programs/twm/add_window.c 1022 xc/programs/twm/cursor.c 1023 xc/programs/twm/events.c 1024 xc/programs/twm/gc.c 1025 xc/programs/twm/gram.y 1026 xc/programs/twm/iconmgr.c 1027 xc/programs/twm/icons.c 1028 xc/programs/twm/list.c 1029 xc/programs/twm/menus.c 1030 xc/programs/twm/parse.c 1031 xc/programs/twm/resize.c 1032 xc/programs/twm/twm.c 1033 //bugs.freedesktop.org/show_bug.cgi?id=2566) attachment #2083 1034 (https://bugs.freedesktop.org/attachment.cgi?id=2083) ANSI-fy twm 1035 window manager code. The conversion preserves the comments which 1036 annotate variables and function arguments (these have been moved into 1037 doxygen(esque?) "stubs" above each function. Patch by Mike Owens 1038 <etc@filespanker.com>. 1039 1040commit d045cb62c62f09978798510deaec0acae0a6fb4d 1041Author: Egbert Eich <eich@suse.de> 1042Date: Fri Apr 23 19:54:37 2004 +0000 1043 1044 Merging XORG-CURRENT into trunk 1045 1046commit f39f4c810b3c2071f8786abc32317149373a3e1d 1047Author: Egbert Eich <eich@suse.de> 1048Date: Sun Mar 14 08:34:58 2004 +0000 1049 1050 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 1051 1052commit 58d942b4a0b4ed9b99a4dd6501bf4facbcaca670 1053Author: Egbert Eich <eich@suse.de> 1054Date: Wed Mar 3 12:12:54 2004 +0000 1055 1056 Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 1057 1058commit ee477f9d9c4aff3f52d9a65e3b11b55dd15b31d1 1059Author: Egbert Eich <eich@suse.de> 1060Date: Thu Feb 26 13:36:16 2004 +0000 1061 1062 readding XFree86's cvs IDs 1063 1064commit e8c79f538be77c2637e8d2e1ada443d9a2f0e262 1065Author: Egbert Eich <eich@suse.de> 1066Date: Thu Feb 26 09:23:58 2004 +0000 1067 1068 Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 1069 1070commit e51f25fbe75b222b24f4628b2408e899fa4748d7 1071Author: Kaleb Keithley <kaleb@freedesktop.org> 1072Date: Tue Nov 25 19:29:03 2003 +0000 1073 1074 XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks 1075 1076commit 4b339f0a4311b4db171584bc6671292a9052665a 1077Author: Kaleb Keithley <kaleb@freedesktop.org> 1078Date: Fri Nov 14 16:48:58 2003 +0000 1079 1080 XFree86 4.3.0.1 1081 1082commit cfa9fa24253b5ef8045172852509be413d7b00ca 1083Author: Kaleb Keithley <kaleb@freedesktop.org> 1084Date: Fri Nov 14 16:48:58 2003 +0000 1085 1086 Initial revision 1087 1088commit 03cb750f7935722ab77b77128ca5221c5baf8818 1089Author: Kaleb Keithley <kaleb@freedesktop.org> 1090Date: Fri Nov 14 15:54:53 2003 +0000 1091 1092 R6.6 is the Xorg base-line 1093