1commit 78e1db4719b33d0fb31e6876b30f95ffb0afaa70 2Author: Alan Coopersmith <alan.coopersmith@oracle.com> 3Date: Fri Oct 21 17:58:25 2022 -0700 4 5 xfsinfo 1.0.7 6 7 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 8 9commit 9f5a8e5a38488b5badad1464d9964a6fb9a76af1 10Author: Alan Coopersmith <alan.coopersmith@oracle.com> 11Date: Sun Oct 16 11:30:26 2022 -0700 12 13 Cleanup README.md 14 15 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 16 17commit 5a138aef6e44130c9fdfb8539443693797b64f54 18Author: Alan Coopersmith <alan.coopersmith@oracle.com> 19Date: Thu Jul 28 17:30:21 2022 -0700 20 21 gitlab CI: stop requiring Signed-off-by in commits 22 23 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 24 25commit 4b467a246c625be565cb18fdd302f5f61bced5f2 26Author: Alan Coopersmith <alan.coopersmith@oracle.com> 27Date: Sun Sep 11 15:34:12 2022 -0700 28 29 Mark usage() as _X_COLD 30 31 Raises minimum xproto requirement to 7.0.25 from Nov. 2013 32 to get the _X_COLD definition in <X11/Xfuncproto.h> 33 34 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 35 36commit 2f80557c9dfbf8c5ef8eceee54a5a346d89400ee 37Author: Alan Coopersmith <alan.coopersmith@oracle.com> 38Date: Sun Sep 11 15:27:47 2022 -0700 39 40 Variable scope reductions as recommended by cppcheck 41 42 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 43 44commit bac7165659d728deb0f32ec7d81171bb2f1162b3 45Author: Alan Coopersmith <alan.coopersmith@oracle.com> 46Date: Mon Dec 6 12:34:55 2021 -0800 47 48 Build xz tarballs instead of bzip2 49 50 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 51 52commit 09926b452f46a4706d52141e68b24413f616fe56 53Author: Alan Coopersmith <alan.coopersmith@oracle.com> 54Date: Mon Dec 6 12:34:51 2021 -0800 55 56 gitlab CI: add a basic build test 57 58 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 59 60commit 213f67bac941815d6fb076ac9fdeddfd42eeaa58 61Author: Alan Coopersmith <alan.coopersmith@oracle.com> 62Date: Tue Feb 19 14:38:48 2019 -0800 63 64 xfsinfo 1.0.6 65 66 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 67 68commit 5965f1cbee8fa54f7acef450f582000d8e7c99fc 69Author: Alan Coopersmith <alan.coopersmith@oracle.com> 70Date: Wed Nov 21 17:04:08 2018 -0800 71 72 Update configure.ac bug URL for gitlab migration 73 74 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 75 76commit 9a6eb96075dad5bd27e9f186ccd686db14f7f91f 77Author: Alan Coopersmith <alan.coopersmith@oracle.com> 78Date: Fri Nov 16 22:08:11 2018 -0800 79 80 Update README for gitlab migration 81 82 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 83 84commit a52c1c5bd9751bed74c3bdc2b2c8dd1078f601f4 85Author: Alan Coopersmith <alan.coopersmith@oracle.com> 86Date: Sun Sep 23 16:58:16 2018 -0700 87 88 Correctly report maximum request size when sizeof(long) != 4 89 90 The protocol spec says: 91 The MAXIMUM-REQUEST-LENGTH specifies the largest request size in 92 4-byte units that is accepted by the server 93 94 The code worked on 32-bit platforms, where longs were 4 bytes, but 95 overreports the number of bytes allowed on platforms with 64-bit longs. 96 97 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 98 99commit e45c10ebcf0ea9109f97adc2ecd1f28fcacf24ec 100Author: Mihail Konev <k.mvc@ya.ru> 101Date: Thu Jan 26 14:00:21 2017 +1000 102 103 autogen: add default patch prefix 104 105 Signed-off-by: Mihail Konev <k.mvc@ya.ru> 106 107commit 5b02e6a65f0b9370d399a0187b711191631b85f0 108Author: Emil Velikov <emil.l.velikov@gmail.com> 109Date: Mon Mar 9 12:00:52 2015 +0000 110 111 autogen.sh: use quoted string variables 112 113 Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent 114 fall-outs, when they contain space. 115 116 Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> 117 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 118 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 119 120commit 00540057a4ce52afc69041f400afe16952acdf91 121Author: Peter Hutterer <peter.hutterer@who-t.net> 122Date: Tue Jan 24 10:32:07 2017 +1000 123 124 autogen.sh: use exec instead of waiting for configure to finish 125 126 Syncs the invocation of configure with the one from the server. 127 128 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 129 Reviewed-by: Emil Velikov <emil.velikov@collabora.com> 130 131commit 9428c7c023461a04b2cd553e932871cda353e14e 132Author: Alan Coopersmith <alan.coopersmith@oracle.com> 133Date: Tue Dec 30 21:05:36 2014 -0800 134 135 xfsinfo 1.0.5 136 137 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 138 139commit 1018e1b4ebaa1319550a7c8101a38f3ade1deb37 140Author: Alan Coopersmith <alan.coopersmith@oracle.com> 141Date: Mon Jun 2 22:36:11 2014 -0700 142 143 autogen.sh: Honor NOCONFIGURE=1 144 145 See http://people.gnome.org/~walters/docs/build-api.txt 146 147 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 148 149commit 5ef07c497b81efd83b44a91d7ef5792f8cfb227e 150Author: Alan Coopersmith <alan.coopersmith@oracle.com> 151Date: Mon Jun 2 22:36:11 2014 -0700 152 153 configure: Drop AM_MAINTAINER_MODE 154 155 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 156 157commit b79192e409347d36e06b91530d75fba4acc799d9 158Author: Alan Coopersmith <alan.coopersmith@oracle.com> 159Date: Fri May 23 23:13:30 2014 -0700 160 161 Add -version option to print program version 162 163 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 164 165commit 5d579a475beb6083c5321ea2293b7ec5c4328a62 166Author: Alan Coopersmith <alan.coopersmith@oracle.com> 167Date: Fri May 23 23:09:51 2014 -0700 168 169 Print which option was in error along with usage message 170 171 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 172 173commit 4c717e41a5d894ef833815396b0de057b53213aa 174Author: Alan Coopersmith <alan.coopersmith@oracle.com> 175Date: Sun Feb 10 15:39:31 2013 -0800 176 177 xfsinfo 1.0.4 178 179 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 180 181commit 57d7eb7506cef9ffeda231c8896fc2c90be34b60 182Author: Alan Coopersmith <alan.coopersmith@oracle.com> 183Date: Sat Jan 12 18:02:58 2013 -0800 184 185 Print normalized version for X.Org servers, the way xdpyinfo does 186 187 Results in output like: 188 vendor string: X.Org Foundation 189 vendor release number: 10102000 190 X.Org xfs version: 1.1.2 191 192 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 193 Reviewed-by: Julien Cristau <jcristau@debian.org> 194 195commit e249bb674751f9a9a50a47d89eefdb8b783a8de4 196Author: Alan Coopersmith <alan.coopersmith@oracle.com> 197Date: Sat Jan 12 17:53:32 2013 -0800 198 199 Remove CVS/RCS id tags 200 201 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 202 203commit 899c9a296a8a086e7a61a2690b5446fb7cffe5b5 204Author: Alan Coopersmith <alan.coopersmith@oracle.com> 205Date: Sat Jan 12 17:47:47 2013 -0800 206 207 Mark usage() as _X_NORETURN 208 209 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 210 211commit 82222e014e7c75e88811cdb7b8e39389b8f49b6a 212Author: Alan Coopersmith <alan.coopersmith@oracle.com> 213Date: Sat Jan 12 17:43:28 2013 -0800 214 215 config: Add missing AC_CONFIG_SRCDIR 216 217 Regroup AC statements under the Autoconf initialization section. 218 Regroup AM statements under the Automake initialization section. 219 220 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 221 222commit 05b05bfaa88ded7422d058d42aedae3e32e670bd 223Author: Gaetan Nadon <memsize@videotron.ca> 224Date: Wed Jan 19 10:06:56 2011 -0500 225 226 config: move man pages into their own directory 227 228 Use services provided by XORG_MANPAGE_SECTIONS. 229 Use standard Makefile for man pages. 230 231 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 232 233commit 56ad6e59105b29469ed324f80c5a442556df03dc 234Author: Gaetan Nadon <memsize@videotron.ca> 235Date: Thu Jan 13 11:15:47 2011 -0500 236 237 man: remove trailing spaces and tabs 238 239 Using s/[ \t]*$// 240 241 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 242 243commit b9d54b21ce24c16b9fb01357ea3168c19cbca46a 244Author: Gaetan Nadon <memsize@videotron.ca> 245Date: Wed Jan 12 16:28:02 2011 -0500 246 247 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS 248 249 This silences an Autoconf warning 250 251commit 42adfc3d4fda8dfd3aac1329e86af9201dca7c03 252Author: Alan Coopersmith <alan.coopersmith@oracle.com> 253Date: Sat Oct 30 15:52:02 2010 -0700 254 255 xfsinfo 1.0.3 256 257 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 258 259commit d8b0170c376b4b67d5fb10f409fcf868a2722934 260Author: Gaetan Nadon <memsize@videotron.ca> 261Date: Sat Oct 30 15:50:15 2010 -0700 262 263 config: update AC_PREREQ statement to 2.60 264 265 Unrelated to the previous patches, the new value simply reflects 266 the reality that the minimum level for autoconf to configure 267 all x.org modules is 2.60 dated June 2006. 268 269 ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz 270 271 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 272 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 273 274commit e31137e82915b31cb283794a08b82cce94187d05 275Author: Alan Coopersmith <alan.coopersmith@oracle.com> 276Date: Sat Oct 30 15:49:47 2010 -0700 277 278 config: Remove unnecessary calls from configure.ac 279 280 AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now 281 PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables 282 283 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 284 285commit 9bd59da2351ef82916317a8a7d3f54a9ffd13853 286Author: Alan Coopersmith <alan.coopersmith@oracle.com> 287Date: Sat Oct 30 15:49:18 2010 -0700 288 289 config: upgrade to util-macros 1.8 for additional man page support 290 291 Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS 292 The value of MAN_SUBST is the same for all X.Org packages. 293 294 Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS 295 The existing statement can now be removed from the configuration file. 296 297 Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED) 298 Enables silent rule and use platform appropriate version of sed. 299 300 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 301 302commit 8dbe9dd6ebfb85b2e41e592edce9ed78726a126d 303Author: Alan Coopersmith <alan.coopersmith@oracle.com> 304Date: Wed Jun 30 19:29:53 2010 -0700 305 306 xfsinfo only depends on x11proto (for Xos.h) not x11 307 308 No need to link against libX11 when no functions in it are ever called, 309 nor any headers from it ever used, since xfsinfo is a pure font-server 310 protocol client. 311 312 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 313 314commit 6804576a195b14b3b9753b6884fe0b9d57a9a374 315Author: Gaetan Nadon <memsize@videotron.ca> 316Date: Thu Feb 11 10:08:07 2010 -0500 317 318 config: move CWARNFLAGS from configure.ac to Makefile.am 319 320 Compiler warning flags should be explicitly set in the makefile 321 rather than being merged with other packages compiler flags. 322 323 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 324 325commit 889886811da171c16562fb26ed7cffb51e18c798 326Author: Gaetan Nadon <memsize@videotron.ca> 327Date: Thu Nov 26 09:19:54 2009 -0500 328 329 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES 330 331 Now that the INSTALL file is generated. 332 Allows running make maintainer-clean. 333 334commit 0af1b914f3a4976afb332be0d2c58110b8246575 335Author: Gaetan Nadon <memsize@videotron.ca> 336Date: Wed Oct 28 14:09:08 2009 -0400 337 338 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 339 340 Add missing INSTALL file. Use standard GNU file on building tarball 341 README may have been updated 342 Remove AUTHORS file as it is empty and no content available yet. 343 Remove NEWS file as it is empty and no content available yet. 344 345commit dde7ecba3cddc98565b21032f216581d8ce3e4fc 346Author: Gaetan Nadon <memsize@videotron.ca> 347Date: Tue Oct 27 15:07:25 2009 -0400 348 349 Deploy the new XORG_DEFAULT_OPTIONS #24242 350 351 This macro aggregate a number of existing macros that sets commmon 352 X.Org components configuration options. It shields the configuration file from 353 future changes. 354 355commit 0f7d1a066861a57c9fa34da37059af08a0cb0d7c 356Author: Gaetan Nadon <memsize@videotron.ca> 357Date: Mon Oct 26 22:08:39 2009 -0400 358 359 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 360 361 ChangeLog filename is known to Automake and requires no further 362 coding in the makefile. 363 364commit ea5d94aa839dc2b7633b8e1802d13edf5227ba1c 365Author: Gaetan Nadon <memsize@videotron.ca> 366Date: Thu Oct 22 12:34:15 2009 -0400 367 368 .gitignore: use common defaults with custom section # 24239 369 370 Using common defaults will reduce errors and maintenance. 371 Only the very small or inexistent custom section need periodic maintenance 372 when the structure of the component changes. Do not edit defaults. 373 374commit 831836a029dbd747e9d91a94cabd784af6f9b7c9 375Author: Alan Coopersmith <alan.coopersmith@sun.com> 376Date: Thu Oct 1 14:54:24 2009 -0700 377 378 Add README with pointers to mailing lists, bugzilla, & git 379 380 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 381 382commit be1c0624824ab7bd52d9f417a73a80dd8bb0820d 383Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 384Date: Wed Jan 21 18:21:03 2009 -0200 385 386 Query the "default" local server if none specified. 387 388 If no server specified, and the documented environment variable is 389 not set, attempt to connect to the local font server, as configured 390 by most Linux distributions for several years. 391 392commit 4115bdcae1a73543900118230a421da2710af836 393Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 394Date: Wed Jan 21 18:17:20 2009 -0200 395 396 Correct make distcheck and sparse warnings. 397 398commit 2212c7ad4386dcddfa2910b0cbf7497d2ac60654 399Author: Alan Coopersmith <alan.coopersmith@sun.com> 400Date: Fri May 23 16:13:43 2008 -0700 401 402 xfsinfo 1.0.2 403 404commit 3816d144f9f310544d6ddff991911a949d2ae070 405Author: Alan Coopersmith <alan.coopersmith@sun.com> 406Date: Fri May 23 16:13:31 2008 -0700 407 408 Fill in COPYING with copyright/license notices from sources 409 410commit 72a78dc043b06192a72e08d37bbac1ee0fb27429 411Author: Alan Coopersmith <alan.coopersmith@sun.com> 412Date: Fri May 23 16:01:10 2008 -0700 413 414 Replace (1) with __appmansuffix__ in man page 415 416commit 58d4b018eaf3840341c0815bb177521e6311a665 417Author: Alan Coopersmith <alan.coopersmith@sun.com> 418Date: Fri May 23 15:44:26 2008 -0700 419 420 Plug memory leaks (Coverity ids 570 & 571) 421 422commit 8e614188ba9ee7cd0c87804555a352d1248efa11 423Author: Alan Coopersmith <alan.coopersmith@sun.com> 424Date: Thu May 22 20:02:34 2008 -0700 425 426 Change xfsinfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier 427 428commit 94c2ffa1fd6a6c8aacb5bce3002a1ec4ccae29dd 429Author: Alan Coopersmith <alan.coopersmith@sun.com> 430Date: Thu May 22 19:37:56 2008 -0700 431 432 Clarify syntax of -server & FONTSERVER in man page 433 434commit 0034621a7661c18f2e2b55239fc7f5c79117b694 435Author: Jeremy Huddleston <jeremy@tifa.local> 436Date: Sun Mar 16 23:04:25 2008 -0700 437 438 Added missing AM_PROG_CC_C_O 439 440commit cc632b81c4840fed41972b672a6e78e903b64d0c 441Author: James Cloos <cloos@jhcloos.com> 442Date: Thu Dec 6 16:37:15 2007 -0500 443 444 Replace static ChangeLog with dist-hook to generate from git log 445 446commit 3f09e04800c597beaac11bb6de7d4c2b15e009bb 447Author: James Cloos <cloos@jhcloos.com> 448Date: Mon Sep 3 05:51:23 2007 -0400 449 450 Add *~ to .gitignore to skip patch/emacs droppings 451 452commit bc30afe115ffaab9aac6a580013e27e76477ac3f 453Author: James Cloos <cloos@jhcloos.com> 454Date: Thu Aug 23 19:24:49 2007 -0400 455 456 Rename .cvsignore to .gitignore 457 458commit 16af7a8d70d4abfbcefaf5397ca6a702136c462d 459Author: Kevin E Martin <kem@kem.org> 460Date: Wed Dec 21 02:29:50 2005 +0000 461 462 Update package version for X11R7 release. 463 464commit 9493acfad1b73681caea030fa4429af7a35c9703 465Author: Adam Jackson <ajax@nwnk.net> 466Date: Mon Dec 19 16:22:44 2005 +0000 467 468 Stub COPYING files 469 470commit a970f4d11b32b5dcf32389609950ad6b5bb0f2c4 471Author: Kevin E Martin <kem@kem.org> 472Date: Thu Dec 15 00:24:07 2005 +0000 473 474 Update package version number for final X11R7 release candidate. 475 476commit c6c1e15b824fc8e871994f087e58252bd76df9ba 477Author: Kevin E Martin <kem@kem.org> 478Date: Tue Dec 6 22:48:22 2005 +0000 479 480 Change *man_SOURCES ==> *man_PRE to fix autotools warnings. 481 482commit 7623174063bd35bbdf87ffc338a40134750d4fea 483Author: Kevin E Martin <kem@kem.org> 484Date: Sat Dec 3 05:49:23 2005 +0000 485 486 Update package version number for X11R7 RC3 release. 487 488commit 76c904a43455515b4cd2b357d5cd5249586b90fa 489Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 490Date: Mon Nov 28 22:01:42 2005 +0000 491 492 Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 493 update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) 494 495commit ba8bd073ed2d5131e20ccf53c0f3b26a07415f5f 496Author: Eric Anholt <anholt@freebsd.org> 497Date: Mon Nov 21 10:35:01 2005 +0000 498 499 Another pass at .cvsignores for apps. 500 501commit ae4e88480f26e057a4c356b2a5d5057ddc8870ef 502Author: Eric Anholt <anholt@freebsd.org> 503Date: Sun Nov 20 22:08:52 2005 +0000 504 505 Add/improve .cvsignore files for apps. 506 507commit bb0af487c21e63754891ea05e16f74a68c13a2ac 508Author: Kevin E Martin <kem@kem.org> 509Date: Wed Oct 19 02:47:54 2005 +0000 510 511 Update package version number for RC1 release. 512 513commit 0f35ff2cea82b2d3c8a3faad2de3397b2ceab22d 514Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 515Date: Mon Oct 17 23:56:22 2005 +0000 516 517 Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to 518 work better with BSD make 519 520commit 6b84bdf6ab2d1cdf813475ac003e850cc2ab75b8 521Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 522Date: Fri Oct 14 00:25:45 2005 +0000 523 524 Use sed to fill in variables in man page 525 526commit ab6ef92d549e286d367889e1fdc3eca0baab6678 527Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 528Date: Mon Aug 1 20:25:30 2005 +0000 529 530 Install man pages to section 1 instead of section m (Patch from Donnie 531 Berkholz) 532 533commit a9822002d7a724ac6036401da2e6b24c4e5ddb83 534Author: Kevin E Martin <kem@kem.org> 535Date: Fri Jul 29 21:22:34 2005 +0000 536 537 Various changes preparing packages for RC0: 538 - Verify and update package version numbers as needed 539 - Implement versioning scheme 540 - Change bug address to point to bugzilla bug entry form 541 - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to 542 reenable it) 543 - Fix makedepend to use pkgconfig and pass distcheck 544 - Update build script to build macros first 545 - Update modular Xorg version 546 547commit 632c814305c180f61beb068b946a7a12e07bf728 548Author: Adam Jackson <ajax@nwnk.net> 549Date: Wed Jul 20 19:31:56 2005 +0000 550 551 Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global 552 configure cache, you cache it, and the cached value is probably wrong. 553 554commit dddb0fc49f851443d9aea595c7c98c109256f407 555Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 556Date: Wed Jul 6 14:54:15 2005 +0000 557 558 Build system for xfsinfo 559 560commit 1358a14ac6d3ae2b4d3f184d240e9da91e2203d6 561Author: Egbert Eich <eich@suse.de> 562Date: Fri Apr 23 19:54:48 2004 +0000 563 564 Merging XORG-CURRENT into trunk 565 566commit deba072592938eb8f684756831fef1c03247f187 567Author: Egbert Eich <eich@suse.de> 568Date: Sun Mar 14 08:35:23 2004 +0000 569 570 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 571 572commit 19186656b5274e8d63b66154798f17584be2416b 573Author: Egbert Eich <eich@suse.de> 574Date: Wed Mar 3 12:13:08 2004 +0000 575 576 Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 577 578commit 9668d8f33eb05c12ecd0831831e57643b2a877c8 579Author: Egbert Eich <eich@suse.de> 580Date: Thu Feb 26 13:36:24 2004 +0000 581 582 readding XFree86's cvs IDs 583 584commit bc80c9eeba40ec86e29abb9932d6abc43e657298 585Author: Egbert Eich <eich@suse.de> 586Date: Thu Feb 26 09:24:07 2004 +0000 587 588 Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 589 590commit a40bcbfdb43fd4f4facca21d3749595322491a97 591Author: Kaleb Keithley <kaleb@freedesktop.org> 592Date: Fri Nov 14 16:49:22 2003 +0000 593 594 XFree86 4.3.0.1 595 596commit 83f8ee18a050cbad1a2d3770bc8c2ad0f89c3837 597Author: Kaleb Keithley <kaleb@freedesktop.org> 598Date: Fri Nov 14 16:49:22 2003 +0000 599 600 Initial revision 601