1commit 3ceaba0a042c51b3b85ac619a9e34297bcdc322d 2Author: Alan Coopersmith <alan.coopersmith@oracle.com> 3Date: Sat Dec 3 13:56:43 2022 -0800 4 5 xgamma 1.0.7 6 7 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 8 9commit 066b59df4a07fb426f7a4173a0e57818ab26d875 10Author: Alan Coopersmith <alan.coopersmith@oracle.com> 11Date: Thu Nov 3 17:55:47 2022 -0700 12 13 Use strtof() if available, instead of casting atof() to float 14 15 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 16 17commit 120c202bc39abfdfd7a60e407abd742e6cb218e2 18Author: Alan Coopersmith <alan.coopersmith@oracle.com> 19Date: Thu Nov 3 17:43:16 2022 -0700 20 21 Refactor to reduce code duplication 22 23 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 24 25commit 5ff5c19cb13d986315632c9c21e59a4b65fcac9c 26Author: Alan Coopersmith <alan.coopersmith@oracle.com> 27Date: Thu Nov 3 17:24:22 2022 -0700 28 29 Resolve -Wdouble-promotion warnings from clang 30 31 Use 'f' suffix on const to match float type for gamma values. 32 33 Add casts to double to make conversion explicit when passing to 34 printf() that requires double instead of float. 35 36 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 37 38commit dcb9c7f7a484de99cf5388ba299d559b07e3ed3a 39Author: Alan Coopersmith <alan.coopersmith@oracle.com> 40Date: Mon Dec 6 12:41:42 2021 -0800 41 42 Build xz tarballs instead of bzip2 43 44 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 45 46commit d4098aea4429cc0ba7cc162d0f873feabe321042 47Author: Alan Coopersmith <alan.coopersmith@oracle.com> 48Date: Thu Dec 2 14:52:23 2021 -0800 49 50 gitlab CI: add a basic build test 51 52 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 53 54commit e9414940782e5c0ac7834ee9b609d6fb0bddb1a2 55Author: Alan Coopersmith <alan.coopersmith@oracle.com> 56Date: Wed Nov 21 17:05:50 2018 -0800 57 58 Update configure.ac bug URL for gitlab migration 59 60 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 61 62commit 6ac31b3d51c71250f8b2c27fad55110bf5a28172 63Author: Alan Coopersmith <alan.coopersmith@oracle.com> 64Date: Fri Nov 16 22:11:59 2018 -0800 65 66 Update README for gitlab migration 67 68 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 69 70commit c4d928274d242698cedb4dd26b78efa18695bd20 71Author: Mihail Konev <k.mvc@ya.ru> 72Date: Thu Jan 26 14:00:21 2017 +1000 73 74 autogen: add default patch prefix 75 76 Signed-off-by: Mihail Konev <k.mvc@ya.ru> 77 78commit 557b722ec6ca8359b65e7130417f0fad972b1610 79Author: Emil Velikov <emil.l.velikov@gmail.com> 80Date: Mon Mar 9 12:00:52 2015 +0000 81 82 autogen.sh: use quoted string variables 83 84 Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent 85 fall-outs, when they contain space. 86 87 Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> 88 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 89 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 90 91commit 6beaf029919f802119111a2343006a785ba97b8b 92Author: Peter Hutterer <peter.hutterer@who-t.net> 93Date: Tue Jan 24 10:32:07 2017 +1000 94 95 autogen.sh: use exec instead of waiting for configure to finish 96 97 Syncs the invocation of configure with the one from the server. 98 99 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 100 Reviewed-by: Emil Velikov <emil.velikov@collabora.com> 101 102commit 067a731285be33097edc6cd48af5ef3c6457b457 103Author: Alan Coopersmith <alan.coopersmith@oracle.com> 104Date: Thu Apr 16 23:19:38 2015 -0700 105 106 xgamma 1.0.6 107 108 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 109 110commit b8b6f0d06c40725ca6db6caa31f613ab189bc0ed 111Author: Alan Coopersmith <alan.coopersmith@oracle.com> 112Date: Mon Jun 2 22:36:52 2014 -0700 113 114 autogen.sh: Honor NOCONFIGURE=1 115 116 See http://people.gnome.org/~walters/docs/build-api.txt 117 118 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 119 120commit 3d8d3a0e756cef7d154ed4009bc5a651b94a7f96 121Author: Alan Coopersmith <alan.coopersmith@oracle.com> 122Date: Mon Jun 2 22:36:52 2014 -0700 123 124 configure: Drop AM_MAINTAINER_MODE 125 126 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 127 128commit 4b5048012f1197400c98d58f2234ba674099174b 129Author: Alan Coopersmith <alan.coopersmith@oracle.com> 130Date: Sat May 24 10:34:23 2014 -0700 131 132 Add -version option to print program version 133 134 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 135 136commit 5a4e873be460f96629f574c7e127ad3868f7c7e4 137Author: Alan Coopersmith <alan.coopersmith@oracle.com> 138Date: Sat May 24 10:27:44 2014 -0700 139 140 Print which option was in error along with usage message 141 142 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 143 144commit 3643c69e12c2294f5eafae06d10ce7f76c5daad9 145Author: Alan Coopersmith <alan.coopersmith@oracle.com> 146Date: Sat May 24 10:16:40 2014 -0700 147 148 Combine usage message fprintfs into a single call 149 150 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 151 152commit 3a0e14080f81fbfb7b2df2fc8a775b2dc8506cb3 153Author: Alan Coopersmith <alan.coopersmith@oracle.com> 154Date: Sat May 24 10:10:54 2014 -0700 155 156 Fix const char warnings in calls to isabbreviation() 157 158 gcc warned on every call: 159 160 xgamma.c: In function ‘main’: 161 xgamma.c:107:6: warning: passing argument 1 of ‘isabbreviation’ discards 162 ‘const’ qualifier from pointer target type [enabled by default] 163 if (isabbreviation ("-display", arg, 1)) { 164 ^ 165 xgamma.c:70:1: note: expected ‘char *’ but argument is of type ‘const char *’ 166 isabbreviation(char *arg, char *s, size_t minslen) 167 ^ 168 169 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 170 171commit cab5c584f1dcc125a7fd2a014785dc8adcd3c683 172Author: Alan Coopersmith <alan.coopersmith@oracle.com> 173Date: Sat May 24 10:09:22 2014 -0700 174 175 Fix size/sign conversion warnings in isabbreviation() 176 177 clang said: 178 xgamma.c:85:26: warning: implicit conversion changes signedness: 'int' to 179 'size_t' (aka 'unsigned long') [-Wsign-conversion] 180 if (strncmp (arg, s, slen) == 0) return (True); 181 ~~~~~~~ ^~~~ 182 xgamma.c:78:14: warning: implicit conversion loses integer precision: 'size_t' 183 (aka 'unsigned long') to 'int' [-Wshorten-64-to-32] 184 arglen = strlen (arg); 185 ~ ^~~~~~~~~~~~ 186 xgamma.c:79:12: warning: implicit conversion loses integer precision: 'size_t' 187 (aka 'unsigned long') to 'int' [-Wshorten-64-to-32] 188 slen = strlen (s); 189 ~ ^~~~~~~~~~ 190 191 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 192 193commit 3d05b29e9e1431f11cb2c2cb960380586c6ba494 194Author: Alan Coopersmith <alan.coopersmith@oracle.com> 195Date: Sat May 24 10:06:37 2014 -0700 196 197 Add noreturn attribute to Syntax function 198 199 Suggested by clang: 200 xgamma.c:48:1: warning: function 'Syntax' could be declared with attribute 201 'noreturn' [-Wmissing-noreturn] 202 { 203 204 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 205 206commit d99cd9262291137a9e742166fdfedfeb74f08e57 207Author: Alan Coopersmith <alan.coopersmith@oracle.com> 208Date: Thu Mar 22 22:35:48 2012 -0700 209 210 xgamma 1.0.5 211 212 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 213 214commit 980d64d64e8eb4e5b4eb2f83f67fb3f627430ca5 215Author: Michal Suchanek <hramrach@centrum.cz> 216Date: Mon Mar 14 11:26:45 2011 +0100 217 218 Document that xgamma is useless on XRandr screens. 219 220 Signed-off-by: Michal Suchanek <hramrach@centrum.cz> 221 Reviewed-by: Alex Deucher <alexdeucher@gmail.com> 222 223commit 1f078912053cc9294408bc447238514082a6c680 224Author: Gaetan Nadon <memsize@videotron.ca> 225Date: Wed Jan 19 10:06:56 2011 -0500 226 227 config: move man pages into their own directory 228 229 Use services provided by XORG_MANPAGE_SECTIONS. 230 Use standard Makefile for man pages. 231 232 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 233 234commit e5146fffabe208331d0c4560516b67331213c46c 235Author: Gaetan Nadon <memsize@videotron.ca> 236Date: Thu Jan 13 17:15:36 2011 -0500 237 238 man: replace hard coded man page section with substitution strings 239 240 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 241 242commit 3fbe1af738f387e44b92908b815cfa11382abcdc 243Author: Gaetan Nadon <memsize@videotron.ca> 244Date: Thu Jan 13 11:15:47 2011 -0500 245 246 man: remove trailing spaces and tabs 247 248 Using s/[ \t]*$// 249 250 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 251 252commit 61701510136abb205116555a835f98a3c2f40183 253Author: Alan Coopersmith <alan.coopersmith@oracle.com> 254Date: Mon Nov 8 23:48:04 2010 -0800 255 256 xgamma 1.0.4 257 258 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 259 260commit 2a3dc77313922babd364a8550312ec00ba262826 261Author: Alan Coopersmith <alan.coopersmith@oracle.com> 262Date: Mon Nov 8 00:13:50 2010 -0800 263 264 Purge CVS version tags 265 266 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 267 268commit 97387d8350fccd1de0b2dec2bf6886e82f054527 269Author: Alan Coopersmith <alan.coopersmith@oracle.com> 270Date: Mon Nov 8 00:12:15 2010 -0800 271 272 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS 273 274 Regroup AC statements under the Autoconf initialization section. 275 Regroup AM sttaements under the Automake initialization section. 276 Add missing AC_CONFIG_SRCDIR 277 278 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 279 280commit 69ee0754e697737d002d8f7008d5dc94fd66041e 281Author: Alan Coopersmith <alan.coopersmith@oracle.com> 282Date: Mon Nov 8 00:10:49 2010 -0800 283 284 config: Remove unnecessary calls from configure.ac 285 286 AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now 287 PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables 288 289 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 290 291commit 4361837a352b40332ab84b6716a69413716720dc 292Author: Alan Coopersmith <alan.coopersmith@oracle.com> 293Date: Mon Nov 8 00:10:09 2010 -0800 294 295 config: upgrade to util-macros 1.8 for additional man page support 296 297 Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS 298 The value of MAN_SUBST is the same for all X.Org packages. 299 300 Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS 301 Enables use of platform appropriate version of sed. 302 303 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 304 305commit 06d2420091d23a95eba8de84f24e042238facbe5 306Author: Gaetan Nadon <memsize@videotron.ca> 307Date: Mon Nov 8 00:09:32 2010 -0800 308 309 config: update AC_PREREQ statement to 2.60 310 311 Unrelated to the previous patches, the new value simply reflects 312 the reality that the minimum level for autoconf to configure 313 all x.org modules is 2.60 dated June 2006. 314 315 ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz 316 317 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 318 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 319 320commit 6b903fc93f1a2bd9a06ba541c2b99289938fc43a 321Author: Gaetan Nadon <memsize@videotron.ca> 322Date: Thu Nov 26 09:19:54 2009 -0500 323 324 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES 325 326 Now that the INSTALL file is generated. 327 Allows running make maintainer-clean. 328 329commit 48440e1241fef815aecc104d341e7b14c648eac5 330Author: Gaetan Nadon <memsize@videotron.ca> 331Date: Wed Oct 28 14:09:08 2009 -0400 332 333 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 334 335 Add missing INSTALL file. Use standard GNU file on building tarball 336 README may have been updated 337 Remove AUTHORS file as it is empty and no content available yet. 338 Remove NEWS file as it is empty and no content available yet. 339 340commit a2340ac1eff4e101867629827758781a0037d570 341Author: Gaetan Nadon <memsize@videotron.ca> 342Date: Mon Oct 26 22:08:39 2009 -0400 343 344 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 345 346 ChangeLog filename is known to Automake and requires no further 347 coding in the makefile. 348 349commit d2f13e6ffe55ac118e689c12dc1cb484690b73f2 350Author: Gaetan Nadon <memsize@videotron.ca> 351Date: Thu Oct 22 12:34:15 2009 -0400 352 353 .gitignore: use common defaults with custom section # 24239 354 355 Using common defaults will reduce errors and maintenance. 356 Only the very small or inexistent custom section need periodic maintenance 357 when the structure of the component changes. Do not edit defaults. 358 359commit a5a77b47fdf30d77513c60d54c8d04da0cd59686 360Author: Alan Coopersmith <alan.coopersmith@sun.com> 361Date: Tue Oct 13 16:45:58 2009 -0700 362 363 xgamma 1.0.3 364 365 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 366 367commit 76cdfffcc170a5000c383f05fd6af0ccc0cb812b 368Author: Alan Coopersmith <alan.coopersmith@sun.com> 369Date: Tue Oct 13 16:42:47 2009 -0700 370 371 Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS 372 373 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 374 375commit 544ebd780137a61ba15b1f33c920b353aae3150d 376Author: Alan Coopersmith <alan.coopersmith@sun.com> 377Date: Thu Oct 1 14:54:24 2009 -0700 378 379 Add README with pointers to mailing lists, bugzilla, & git 380 381 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 382 383commit e2632d4fbde443d1127055267b8772e2cc82f73d 384Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 385Date: Wed Jan 21 18:52:49 2009 -0200 386 387 Correct make distcheck and sparse warnings. 388 389commit fd48b87c3694d037fc8c1b9f3056677e57fd17ab 390Author: Alan Coopersmith <alan.coopersmith@sun.com> 391Date: Mon Aug 6 18:52:14 2007 -0700 392 393 Version bump: 1.0.2 394 395commit 3d7b3e1ebcb3f14fcf5f5b7358177fe72f48291a 396Author: Alan Coopersmith <alan.coopersmith@sun.com> 397Date: Mon Aug 6 18:46:32 2007 -0700 398 399 Replace COPYING stub with actual copyright/license info. 400 401commit 534c77b8a405fd178283e4fa8d7eb797b5966cbc 402Author: Alan Coopersmith <alan.coopersmith@sun.com> 403Date: Mon Aug 6 18:42:01 2007 -0700 404 405 Replace static ChangeLog with dist-hook to generate from git log 406 407commit eff5594f8f68913db9ac60c9b38ec711823052ae 408Author: Alan Coopersmith <alan.coopersmith@sun.com> 409Date: Mon Aug 6 18:39:38 2007 -0700 410 411 Change xgamma_CFLAGS to AM_CFLAGS to make automake-1.10 happier 412 413 Makefile.am:27: compiling `xgamma.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac' 414 415commit 52251cd5c6e70a1cc3b037e976da4c8a7d8d4d5b 416Author: Alan Coopersmith <alan.coopersmith@sun.com> 417Date: Fri May 18 23:57:13 2007 -0700 418 419 X.Org Bug #10616: xgamma man page describes how to print gamma poorly 420 421 X.Org Bugzilla #10616: <https://bugs.freedesktop.org/show_bug.cgi?id=10616> 422 Reported upstream from 423 Debian bug #296201 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=296021> 424 425commit 5453c3e32e6efb579ca407134333ffc98c0cce3a 426Author: Alan Coopersmith <alan.coopersmith@sun.com> 427Date: Fri May 18 23:54:52 2007 -0700 428 429 renamed: .cvsignore -> .gitignore 430 431commit 3527597ef5b7a833568b69d84693c2f2c18c99ed 432Author: Kevin E Martin <kem@kem.org> 433Date: Wed Dec 21 02:29:50 2005 +0000 434 435 Update package version for X11R7 release. 436 437commit c9bed158c8ec214e441dedf0fce8b070454f4f0d 438Author: Adam Jackson <ajax@nwnk.net> 439Date: Mon Dec 19 16:22:44 2005 +0000 440 441 Stub COPYING files 442 443commit f2ccdd5afd59a807cb38d4a0f79070238cc3f4b8 444Author: Kevin E Martin <kem@kem.org> 445Date: Thu Dec 15 00:24:07 2005 +0000 446 447 Update package version number for final X11R7 release candidate. 448 449commit 69b8ad10dbc8108b54ae7a7a4883aea44fc92da1 450Author: Kevin E Martin <kem@kem.org> 451Date: Tue Dec 6 22:48:22 2005 +0000 452 453 Change *man_SOURCES ==> *man_PRE to fix autotools warnings. 454 455commit c1b80f5de70f7f082279d681d6dc6c3cde82fac3 456Author: Kevin E Martin <kem@kem.org> 457Date: Sat Dec 3 05:49:23 2005 +0000 458 459 Update package version number for X11R7 RC3 release. 460 461commit ab57eeffdc4a36c4da74c481ef554a045e00668a 462Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 463Date: Mon Nov 28 22:01:42 2005 +0000 464 465 Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 466 update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) 467 468commit bb461e96e050e4186b0301bf7677ac503b4d9914 469Author: Eric Anholt <anholt@freebsd.org> 470Date: Mon Nov 21 10:35:01 2005 +0000 471 472 Another pass at .cvsignores for apps. 473 474commit 759a0cef5de977a0940a2df707b209d778c8e2d7 475Author: Eric Anholt <anholt@freebsd.org> 476Date: Sun Nov 20 22:08:52 2005 +0000 477 478 Add/improve .cvsignore files for apps. 479 480commit a6e95476fad3b0fa51fe56e69ceb2e21e481ac66 481Author: Kevin E Martin <kem@kem.org> 482Date: Sat Nov 19 07:15:36 2005 +0000 483 484 Update pkgconfig files to separate library build-time dependencies from 485 application build-time dependencies, and update package deps to work 486 with separate build roots. 487 488commit 3680097626a96aaacbb09b78bbe10a18893863cc 489Author: Kevin E Martin <kem@kem.org> 490Date: Wed Oct 19 02:47:54 2005 +0000 491 492 Update package version number for RC1 release. 493 494commit 0251a5c704ef6062694a0cfc8e6d795b13ecb518 495Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 496Date: Mon Oct 17 23:56:22 2005 +0000 497 498 Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to 499 work better with BSD make 500 501commit e57db1a767c48697fc879b8fb13dff8f8431e2ca 502Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 503Date: Fri Oct 14 00:25:45 2005 +0000 504 505 Use sed to fill in variables in man page 506 507commit 0cae2b96bff11e4926e5334416679602fd58e83d 508Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 509Date: Mon Aug 1 20:25:30 2005 +0000 510 511 Install man pages to section 1 instead of section m (Patch from Donnie 512 Berkholz) 513 514commit 2ccb349fb788572a094bee33de4c62c49724ea4b 515Author: Kevin E Martin <kem@kem.org> 516Date: Fri Jul 29 21:22:34 2005 +0000 517 518 Various changes preparing packages for RC0: 519 - Verify and update package version numbers as needed 520 - Implement versioning scheme 521 - Change bug address to point to bugzilla bug entry form 522 - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to 523 reenable it) 524 - Fix makedepend to use pkgconfig and pass distcheck 525 - Update build script to build macros first 526 - Update modular Xorg version 527 528commit 2bcdc37be05069c0fc5d3c9381d5ad65839a27ea 529Author: Adam Jackson <ajax@nwnk.net> 530Date: Wed Jul 20 19:31:56 2005 +0000 531 532 Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global 533 configure cache, you cache it, and the cached value is probably wrong. 534 535commit 0e0ad15de21add08bffc4379bde7cb0cf7e77b74 536Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 537Date: Fri Jul 1 18:19:11 2005 +0000 538 539 Build system for xgamma 540 541commit f76ab59c4316564f3342e461c5c3fa22dd4b3241 542Author: Egbert Eich <eich@suse.de> 543Date: Fri Apr 23 19:54:48 2004 +0000 544 545 Merging XORG-CURRENT into trunk 546 547commit 57fac3d9878732736a47ff13fb9958ef8309a9c7 548Author: Egbert Eich <eich@suse.de> 549Date: Sun Mar 14 08:35:23 2004 +0000 550 551 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 552 553commit e752a63a88ce84f809e79382e5d9fa750f313704 554Author: Egbert Eich <eich@suse.de> 555Date: Wed Mar 3 12:13:08 2004 +0000 556 557 Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 558 559commit b75dd258a9bd6e83dea2a91c87c302e391ea8f46 560Author: Egbert Eich <eich@suse.de> 561Date: Thu Feb 26 13:36:24 2004 +0000 562 563 readding XFree86's cvs IDs 564 565commit 830d0520c7b83a17293587c6271c4b560e629ba3 566Author: Egbert Eich <eich@suse.de> 567Date: Thu Feb 26 09:24:07 2004 +0000 568 569 Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 570 571commit 623ec47f62995d553fecbce1f4e01bd99b6090e7 572Author: Kaleb Keithley <kaleb@freedesktop.org> 573Date: Fri Nov 14 16:49:22 2003 +0000 574 575 XFree86 4.3.0.1 576 577commit 83b8df8d51492e51eb148180306377c8b69d9dd6 578Author: Kaleb Keithley <kaleb@freedesktop.org> 579Date: Fri Nov 14 16:49:22 2003 +0000 580 581 Initial revision 582