1commit 9eccaab05022b492fb02e8ef4aa3e9b8fc113f84 2Author: Alan Coopersmith <alan.coopersmith@oracle.com> 3Date: Wed Nov 13 15:56:13 2024 -0800 4 5 xlogo 1.0.7 6 7 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 8 9commit c31ea299ed8e2915361dc4109d7720bb32992413 10Author: Alan Coopersmith <alan.coopersmith@oracle.com> 11Date: Wed Nov 13 15:55:34 2024 -0800 12 13 Fix up copyright & license notices in COPYING & xlogo.c 14 15 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 16 17commit 48cacfa7eb128a0a44c7db3f8a0345dafb562786 18Author: Alan Coopersmith <alan.coopersmith@oracle.com> 19Date: Sun Aug 4 11:45:15 2024 -0700 20 21 Add -help and -version to man page and usage output 22 23 Fixes: d5410a7 ("Add -help and -version options") 24 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 25 Part-of: <https://gitlab.freedesktop.org/xorg/app/xlogo/-/merge_requests/6> 26 27commit f9d404920f085a3966037483a7e2760a728fad5f 28Author: Alan Coopersmith <alan.coopersmith@oracle.com> 29Date: Sun Aug 4 11:34:19 2024 -0700 30 31 Handle -Wsign-compare warning in Syntax() 32 33 xlogo.c:159:14: warning: comparison of integer expressions of different 34 signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 35 159 | assert(n <= XtNumber(reasons)); 36 | ^~ 37 38 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 39 Part-of: <https://gitlab.freedesktop.org/xorg/app/xlogo/-/merge_requests/6> 40 41commit cc1c058a788690720c4618d534a2490af10f1931 42Author: Alan Coopersmith <alan.coopersmith@oracle.com> 43Date: Sun Aug 4 11:30:25 2024 -0700 44 45 Use struct initializers 46 47 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 48 Part-of: <https://gitlab.freedesktop.org/xorg/app/xlogo/-/merge_requests/6> 49 50commit 79a125950a0cbbc7f4fd8aeca395121d649bee02 51Author: Alan Coopersmith <alan.coopersmith@oracle.com> 52Date: Sun Aug 4 11:02:58 2024 -0700 53 54 Fix -Wextra-semi-stmt from donestr() macro 55 56 Logo.c:346:46: warning: empty expression statement has no effect; 57 remove unnecessary ';' to silence this warning [-Wextra-semi-stmt] 58 donestr (XftColor, xftColor, XtRXftColor); 59 ^ 60 61 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 62 Part-of: <https://gitlab.freedesktop.org/xorg/app/xlogo/-/merge_requests/6> 63 64commit 7a6efff5e88a4c7100b01af152fbd96805959d29 65Author: Alan Coopersmith <alan.coopersmith@oracle.com> 66Date: Sun Aug 4 11:01:33 2024 -0700 67 68 Clear up 17 -Wunused-parameter warnings from clang 13 69 70 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 71 Part-of: <https://gitlab.freedesktop.org/xorg/app/xlogo/-/merge_requests/6> 72 73commit f99641cc2fd30cd0ec639f26bc59808b0351389f 74Author: Alan Coopersmith <alan.coopersmith@oracle.com> 75Date: Sun Aug 4 10:05:01 2024 -0700 76 77 Mark Syntax() with noreturn attribute 78 79 Suggested by clang: 80 xlogo.c:139:1: warning: function 'Syntax' could be declared with attribute 81 'noreturn' [-Wmissing-noreturn] 82 83 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 84 Part-of: <https://gitlab.freedesktop.org/xorg/app/xlogo/-/merge_requests/6> 85 86commit d5410a70e91eb83697cbb833379298cf8d0599e3 87Author: Alan Coopersmith <alan.coopersmith@oracle.com> 88Date: Sat Feb 11 14:17:24 2023 -0800 89 90 Add -help and -version options 91 92 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 93 94commit 18d485fcbce0f9f587b683756ee3fe78d7fd3372 95Author: Alan Coopersmith <alan.coopersmith@oracle.com> 96Date: Sat Feb 11 14:11:21 2023 -0800 97 98 Print which arguments were unknown before giving usage message 99 100 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 101 102commit a03055d5b3385f41a50ba40fcc00e8cdb8758947 103Author: Alan Coopersmith <alan.coopersmith@oracle.com> 104Date: Sat Nov 12 16:08:41 2022 -0800 105 106 xlogo 1.0.6 107 108 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 109 110commit f70d09457ae6ea2248e074f57fdb16de925c43e2 111Author: Alan Coopersmith <alan.coopersmith@oracle.com> 112Date: Sat Oct 15 10:52:48 2022 -0700 113 114 Add configure check and --with-xkb option for use of XkbStdBell 115 116 Optionally enable existing code to call XkbStdBell from libxkbfile 117 Enabled by default if libxkbfile is available, disable with --without-xkb 118 119 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 120 121commit 691a763dafc81db145a951d3151e7f050c2fb342 122Author: Alan Coopersmith <alan.coopersmith@oracle.com> 123Date: Sat Oct 15 10:45:15 2022 -0700 124 125 Fix -Wmissing-field-initializers warning 126 127 Logo.c:115:5: warning: missing initializer for field ‘extension’ of ‘SimpleClassPart {aka struct <anonymous>}’ [-Wmissing-field-initializers] 128 }, 129 ^ 130 In file included from LogoP.h:33:0, 131 from Logo.c:35: 132 /usr/include/X11/Xaw/SimpleP.h:62:15: note: ‘extension’ declared here 133 XtPointer extension; 134 ^~~~~~~~~ 135 136 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 137 138commit e379927b2d1e24d4c637fe4161dbf3f2fd98e02b 139Author: Alan Coopersmith <alan.coopersmith@oracle.com> 140Date: Sat Oct 15 10:42:54 2022 -0700 141 142 Use _CONST_X_STRING to make libXt declare String as const char * 143 144 Clears 22 out of 36 -Wdiscarded-qualifiers warnings from gcc 145 146 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 147 148commit e364be848c65d5e286cbc96ccb283b9052fc3c4a 149Author: Alan Coopersmith <alan.coopersmith@oracle.com> 150Date: Thu Jul 28 17:30:21 2022 -0700 151 152 gitlab CI: stop requiring Signed-off-by in commits 153 154 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 155 156commit b503a04bc4de9fbbec52b29eab0ca36afb3de77f 157Author: Alan Coopersmith <alan.coopersmith@oracle.com> 158Date: Mon Dec 6 16:16:46 2021 -0800 159 160 configure: make ---with-render help string match the accepted option name 161 162 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 163 164commit ad9a08c1364c4165d6bdd821312e49b53e1e113f 165Author: Alan Coopersmith <alan.coopersmith@oracle.com> 166Date: Mon Dec 6 15:23:18 2021 -0800 167 168 Build xz tarballs instead of bzip2 169 170 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 171 172commit b105a307a1c36f935fb461b54496c7bcf2a3834c 173Author: Alan Coopersmith <alan.coopersmith@oracle.com> 174Date: Mon Dec 6 15:23:15 2021 -0800 175 176 gitlab CI: add a basic build test 177 178 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 179 180commit 793ce3bb509853c4fab8e04a38ba7ec752176a27 181Author: Alan Coopersmith <alan.coopersmith@oracle.com> 182Date: Sun Mar 3 12:20:21 2019 -0800 183 184 xlogo 1.0.5 185 186 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 187 188commit 24af373f14cc666285a46b7c8eb6540781c6f519 189Author: Alan Coopersmith <alan.coopersmith@oracle.com> 190Date: Sun Feb 24 14:05:06 2019 -0800 191 192 xlogo should not require hitting *both* q and Escape to quit 193 194 Fixes: https://gitlab.freedesktop.org/xorg/app/xlogo/issues/1 195 Introduced by commit 28ffd14fbae70a5e01cdcbe2cb9342d3c8816b76 196 197 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 198 199commit 66ea3f5a4df0ade8bb95e1772102d98e875c2893 200Author: Alan Coopersmith <alan.coopersmith@oracle.com> 201Date: Wed Nov 21 17:13:17 2018 -0800 202 203 Update configure.ac bug URL for gitlab migration 204 205 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 206 207commit 809e3882d90056eadb1c2cd4acac40b3f4d04345 208Author: Alan Coopersmith <alan.coopersmith@oracle.com> 209Date: Fri Nov 16 22:32:48 2018 -0800 210 211 Update README for gitlab migration 212 213 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 214 215commit bbe0915ba7fdc3c82c03c8db4926c7ec58b62852 216Author: Mihail Konev <k.mvc@ya.ru> 217Date: Thu Jan 26 14:00:21 2017 +1000 218 219 autogen: add default patch prefix 220 221 Signed-off-by: Mihail Konev <k.mvc@ya.ru> 222 223commit b2f5c520a7e382e7e823e07e41a953b3325bf89a 224Author: Emil Velikov <emil.l.velikov@gmail.com> 225Date: Mon Mar 9 12:00:52 2015 +0000 226 227 autogen.sh: use quoted string variables 228 229 Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent 230 fall-outs, when they contain space. 231 232 Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> 233 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 234 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 235 236commit 98d403a4efa3dc388fe21aaebba367b4f80453aa 237Author: Peter Hutterer <peter.hutterer@who-t.net> 238Date: Tue Jan 24 10:32:07 2017 +1000 239 240 autogen.sh: use exec instead of waiting for configure to finish 241 242 Syncs the invocation of configure with the one from the server. 243 244 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 245 Reviewed-by: Emil Velikov <emil.velikov@collabora.com> 246 247commit d4c214ff65ec98989335642780890f1b3fd580db 248Author: Alan Coopersmith <alan.coopersmith@oracle.com> 249Date: Sat May 31 22:24:37 2014 -0700 250 251 config: Add missing AC_CONFIG_SRCDIR 252 253 Regroup AC statements under the Autoconf initialization section. 254 Regroup AM statements under the Automake initialization section. 255 256 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 257 258commit 4ecb39ce273745f29bd4c310bdce9d75761e96f9 259Author: Alan Coopersmith <alan.coopersmith@oracle.com> 260Date: Sat May 31 21:39:32 2014 -0700 261 262 autogen.sh: Honor NOCONFIGURE=1 263 264 See http://people.gnome.org/~walters/docs/build-api.txt 265 266 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 267 268commit 376d7eeb080af8f03f9940ea40f5ca59bad561bf 269Author: Alan Coopersmith <alan.coopersmith@oracle.com> 270Date: Sat May 31 21:38:41 2014 -0700 271 272 configure: Drop AM_MAINTAINER_MODE 273 274 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 275 276commit 84c0386d7c3db6307566219cbe7fe58d9587585a 277Author: Eric S. Raymond <esr@thyrsus.com> 278Date: Thu Aug 23 12:17:12 2012 -0400 279 280 Eliminate use of tab stops. Helps with structural translation to DocBook. 281 282 Signed-off-by: Eric S. Raymond <esr@thyrsus.com> 283 284commit 81f58b56464520fde4e64c0764bc58d5d197b849 285Author: Alan Coopersmith <alan.coopersmith@oracle.com> 286Date: Thu Mar 22 22:49:50 2012 -0700 287 288 xlogo 1.0.4 289 290 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 291 292commit 18e61546798d20b7b1c15a2ff5d554bee7ec6bdf 293Author: Jeremy Huddleston <jeremyhu@apple.com> 294Date: Sun Sep 25 00:53:50 2011 -0700 295 296 Require xt >= 1.0 for appdefaultdir 297 298 https://bugs.freedesktop.org/show_bug.cgi?id=7237 299 300 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 301 302commit 0e96450836cc876d213e02491394da3f6fa7575d 303Author: Gaetan Nadon <memsize@videotron.ca> 304Date: Wed Jan 19 10:06:56 2011 -0500 305 306 config: move man pages into their own directory 307 308 Use services provided by XORG_MANPAGE_SECTIONS. 309 Use standard Makefile for man pages. 310 311 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 312 313commit 7c7b2beb9b94790f9f08049163b85a37d253f0f6 314Author: Gaetan Nadon <memsize@videotron.ca> 315Date: Thu Jan 13 17:15:36 2011 -0500 316 317 man: replace hard coded man page section with substitution strings 318 319 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 320 321commit 7a21422aa690f4734da047ee03ea49723acda342 322Author: Gaetan Nadon <memsize@videotron.ca> 323Date: Wed Jan 12 16:28:02 2011 -0500 324 325 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS 326 327 This silences an Autoconf warning 328 329commit d1fe51c3209702740a2b073fa690aa2ce138bc7e 330Author: Gaetan Nadon <memsize@videotron.ca> 331Date: Wed Jan 12 15:29:50 2011 -0500 332 333 config: replace deprecated AC_HELP_STRING with AS_HELP_STRING 334 335 This silences an Automake warning. 336 337 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 338 339commit 73941fa2f5e5a71fb36a3b9a9dec8a833898907e 340Author: Alan Coopersmith <alan.coopersmith@oracle.com> 341Date: Fri Nov 19 22:45:57 2010 -0800 342 343 Bug 31645 - xlogo: Doesn't build with libXrender and without libXft 344 345 https://bugs.freedesktop.org/show_bug.cgi?id=31645 346 347 Add AM_CONDITIONAL to skip building RenderLogo.c without Render support 348 349 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 350 351commit 6d8da24e45c124162b06529290366d465f1df499 352Author: Alan Coopersmith <alan.coopersmith@oracle.com> 353Date: Sat Oct 30 16:58:57 2010 -0700 354 355 xlogo 1.0.3 356 357 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 358 359commit b7d9388a51cc90d4ed72aa6fc28c3673c15d3a18 360Author: Alan Coopersmith <alan.coopersmith@oracle.com> 361Date: Fri Sep 24 08:12:50 2010 -0700 362 363 config: Remove unnecessary calls from configure.ac 364 365 AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now 366 367 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 368 369commit 81aec653b14836ca0588166fb826171fb118adca 370Author: Gaetan Nadon <memsize@videotron.ca> 371Date: Tue Jul 20 18:45:18 2010 -0400 372 373 config: update AC_PREREQ statement to 2.60 374 375 Unrelated to the previous patches, the new value simply reflects 376 the reality that the minimum level for autoconf to configure 377 all x.org modules is 2.60 dated June 2006. 378 379 ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz 380 381 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 382 383commit f407f555d4ac750199be8c460e2c30228e8588ac 384Author: Alan Coopersmith <alan.coopersmith@oracle.com> 385Date: Fri Aug 6 11:22:34 2010 -0700 386 387 Fill in COPYING file with copyright notices from source code 388 389 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 390 391commit 0f9f099172329dfcb254d2ce1394eae064ad88f9 392Author: Alan Coopersmith <alan.coopersmith@oracle.com> 393Date: Thu Jul 1 18:26:43 2010 -0700 394 395 Combine dependencies into a single call to PKG_CHECK_MODULES 396 397 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 398 399commit da7d99707d0ee12c583fe2b083f6ec7abaaab8fb 400Author: Alan Coopersmith <alan.coopersmith@oracle.com> 401Date: Thu Jul 1 18:20:01 2010 -0700 402 403 Xmu functions are called directly, so include it in PKG_CHECK_MODULES 404 405 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 406 407commit 9e0e31869b90f031605ca77f5645014c6de3705b 408Author: Alan Coopersmith <alan.coopersmith@oracle.com> 409Date: Wed Jun 30 23:25:03 2010 -0700 410 411 config: upgrade to util-macros 1.8 for additional man page support 412 413 Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS 414 The value of MAN_SUBST is the same for all X.Org packages. 415 416 Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS 417 The existing statement can now be removed from the configuration file. 418 419 Use XORG_DEFAULT_OPTIONS provided $(SED) 420 Use platform appropriate version of sed. 421 422 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 423 424commit f7f0ba3c8fff55c8a38b0786828a372c1dc72715 425Author: Alan Coopersmith <alan.coopersmith@oracle.com> 426Date: Fri Apr 16 15:59:54 2010 -0700 427 428 Add dependency on libSM since xlogo calls SmcCloseConnection 429 430 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 431 432commit 5a6a92096883c1618ffb0bfc8c44509e42003044 433Author: Gaetan Nadon <memsize@videotron.ca> 434Date: Thu Feb 11 10:08:07 2010 -0500 435 436 config: move CWARNFLAGS from configure.ac to Makefile.am 437 438 Compiler warning flags should be explicitly set in the makefile 439 rather than being merged with other packages compiler flags. 440 441 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 442 443commit 1ba50ffb7746f902a678865584eb1fd0c946bda5 444Author: Gaetan Nadon <memsize@videotron.ca> 445Date: Sat Dec 19 20:48:48 2009 -0500 446 447 configure.ac: use backticks rather than $() for cmd subs 448 449 Use "$PKG_CONFIG" rather than hard coded "pkg-config" 450 451 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 452 453commit f826c5af5514da12ee146c61698d4545af391434 454Author: Alan Coopersmith <alan.coopersmith@sun.com> 455Date: Thu Dec 10 22:33:05 2009 -0800 456 457 xlogo 1.0.2 458 459 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 460 461commit 3166b7e2e3013ca0d0c5b1679cdcb88f21384398 462Author: Alan Coopersmith <alan.coopersmith@sun.com> 463Date: Thu Dec 10 22:32:35 2009 -0800 464 465 Add direct dependency on libXt, since xlogo calls Xt functions 466 467 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 468 469commit 02220d224d457aa070daf7603461b5d359780de4 470Author: Alan Coopersmith <alan.coopersmith@sun.com> 471Date: Thu Dec 10 22:25:24 2009 -0800 472 473 Remove more leftover Xprint bits 474 475 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 476 477commit fed17089fc586b6e762d121a34f2dbf95dd6433b 478Author: Alan Coopersmith <alan.coopersmith@sun.com> 479Date: Thu Dec 10 22:23:18 2009 -0800 480 481 Strip old CVS id tags and trailing whitespaces 482 483 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 484 485commit a3223e295cf840b7854a91c7e5577812edb11e62 486Author: Alan Coopersmith <alan.coopersmith@sun.com> 487Date: Thu Dec 10 22:10:27 2009 -0800 488 489 Use AM_V_GEN to silence man page generation output 490 491 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 492 493commit 39313841d56ebe935d55190cc239ac66d072bb32 494Author: Gaetan Nadon <memsize@videotron.ca> 495Date: Thu Nov 26 09:19:54 2009 -0500 496 497 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES 498 499 Now that the INSTALL file is generated. 500 Allows running make maintainer-clean. 501 502commit 0f388329378b5e5fb4cbce3e76e0f7661ac326eb 503Author: Gaetan Nadon <memsize@videotron.ca> 504Date: Wed Oct 28 14:09:08 2009 -0400 505 506 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 507 508 Add missing INSTALL file. Use standard GNU file on building tarball 509 README may have been updated 510 Remove AUTHORS file as it is empty and no content available yet. 511 Remove NEWS file as it is empty and no content available yet. 512 513commit cc1220ace1ce5ff89e089603d912d9dd456066bf 514Author: Gaetan Nadon <memsize@videotron.ca> 515Date: Tue Oct 27 15:07:25 2009 -0400 516 517 Deploy the new XORG_DEFAULT_OPTIONS #24242 518 519 This macro aggregate a number of existing macros that sets commmon 520 X.Org components configuration options. It shields the configuration file from 521 future changes. 522 523commit 7e3e8c7f74d9ca2286001d53510668b02e75e25f 524Author: Gaetan Nadon <memsize@videotron.ca> 525Date: Mon Oct 26 22:08:39 2009 -0400 526 527 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 528 529 ChangeLog filename is known to Automake and requires no further 530 coding in the makefile. 531 532commit e5230ea7372b2d9672579f65752a1d2c7e65dab5 533Author: Gaetan Nadon <memsize@videotron.ca> 534Date: Thu Oct 22 12:34:15 2009 -0400 535 536 .gitignore: use common defaults with custom section # 24239 537 538 Using common defaults will reduce errors and maintenance. 539 Only the very small or inexistent custom section need periodic maintenance 540 when the structure of the component changes. Do not edit defaults. 541 542commit 8e40f73c2a36680aec587b4be5971cea5141e13a 543Author: Jeremy Huddleston <jeremyhu@freedesktop.org> 544Date: Wed Oct 21 12:47:21 2009 -0700 545 546 This is not a GNU project, so declare it foreign. 547 548 On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: 549 > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: 550 > > I noticed an INSTALL file in xlsclients and libXvMC today, and it 551 > > was quite annoying to work around since 'autoreconf -fvi' replaces 552 > > it and git wants to commit it. Should these files even be in git? 553 > > Can I nuke them for the betterment of humanity and since they get 554 > > created by autoreconf anyways? 555 > 556 > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 557 558 As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with 559 AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation 560 of the INSTALL file. It is also part of the 24206 solution. 561 562 Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org> 563 564commit 8510be4defc2a6d291ac87439abfffcdd4214f7b 565Author: Alan Coopersmith <alan.coopersmith@sun.com> 566Date: Thu Oct 1 14:54:26 2009 -0700 567 568 Add README with pointers to mailing lists, bugzilla, & git 569 570 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 571 572commit 982d3b53606238b4602bbdbc4f0f1f9c1bd0563b 573Author: Jeremy Huddleston <jeremyhu@freedesktop.org> 574Date: Thu Oct 1 14:10:15 2009 -0700 575 576 Require macros 1.3 for XORG_DEFAULT_OPTIONS 577 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>> 578 579commit 12f6dde9f5cd64773ccd907deb8600533e7b958f 580Author: Jeremy Huddleston <jeremyhu@freedesktop.org> 581Date: Thu Oct 1 14:06:44 2009 -0700 582 583 Fixed compiler warning 584 585 xlogo.c:153: warning: format not a string literal and no format arguments 586 587commit 9bb8ad30520e9e9d688e844e18590b371a2ac1a9 588Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 589Date: Thu Jan 22 15:40:27 2009 -0200 590 591 Correct make distcheck and sparse warnings. 592 593commit 15a8c8d5c3db1945a3ba6876241d04f0027e9dcd 594Author: Julien Cristau <jcristau@debian.org> 595Date: Thu Aug 21 00:30:29 2008 +0200 596 597 Build fix, XAW_USE_XPRINT is no more 598 599commit 44ca3b95b355af966044132fab8b5e1616aa7303 600Author: James Cloos <cloos@jhcloos.com> 601Date: Wed Aug 20 10:32:52 2008 -0400 602 603 xaw8 is gone, use xaw7 604 605commit f426787beaad60cee9c116613ddde540c310038a 606Author: Julien Cristau <jcristau@debian.org> 607Date: Fri May 16 14:25:24 2008 +0200 608 609 $(builddir) is the current directory 610 611 Apparently automake doesn't always export the builddir variable. 612 This fixes my previous commit. 613 614commit 7c427dcbce96d6cb445ed73e08805524b593e1ea 615Author: Julien Cristau <jcristau@debian.org> 616Date: Sun Apr 20 19:51:43 2008 +0200 617 618 Use AM_CFLAGS instead of xlogo_CFLAGS and remove AM_PROG_CC_C_O 619 620commit 79c7a3d87978c253105603b8ac6b5d48a0b2b476 621Author: Julien Cristau <jcristau@debian.org> 622Date: Sun Apr 20 19:49:24 2008 +0200 623 624 Fix build with builddir != srcdir 625 626commit 1b7e7cf9ec4723afa3e9bed0825fbc8adca6408f 627Author: Jeremy Huddleston <jeremyhu@freedesktop.org> 628Date: Thu Mar 27 20:30:08 2008 -0700 629 630 Added missing AM_PROG_CC_C_O 631 632commit 2ddbb1bf87af90f0fcf1d78992b3783374831614 633Author: Jeremy Huddleston <jeremyhu@freedesktop.org> 634Date: Thu Mar 27 20:07:50 2008 -0700 635 636 Build fix for file systems that are not case sensitive 637 638commit 7c07c38b263902fef9e2962c1946ad493718c2e6 639Author: James Cloos <cloos@jhcloos.com> 640Date: Thu Dec 6 16:37:21 2007 -0500 641 642 Replace static ChangeLog with dist-hook to generate from git log 643 644commit 2875b41b3e619315821b603ef56b1d29657469c2 645Author: James Cloos <cloos@jhcloos.com> 646Date: Mon Sep 3 05:51:31 2007 -0400 647 648 Add *~ to .gitignore to skip patch/emacs droppings 649 650commit dc7d96bec5665c64da74da75e0710a7b57b9173a 651Author: James Cloos <cloos@jhcloos.com> 652Date: Thu Aug 23 19:24:58 2007 -0400 653 654 Rename .cvsignore to .gitignore 655 656commit a88e031e6c81857edc404f7b5d52c0c39cdd3146 657Author: Kevin E Martin <kem@kem.org> 658Date: Wed Dec 21 02:29:51 2005 +0000 659 660 Update package version for X11R7 release. 661 662commit d8f94db09d68dc59dfe8d183cd0c1f3b9eff3004 663Author: Adam Jackson <ajax@nwnk.net> 664Date: Mon Dec 19 16:22:45 2005 +0000 665 666 Stub COPYING files 667 668commit ae1b1194d57cb1a1089cffe61137e67c9e8b6b20 669Author: Kevin E Martin <kem@kem.org> 670Date: Thu Dec 15 00:24:08 2005 +0000 671 672 Update package version number for final X11R7 release candidate. 673 674commit be590c64bc8df224154347ab5f6c32fe60bf0e67 675Author: Kevin E Martin <kem@kem.org> 676Date: Wed Dec 7 16:18:00 2005 +0000 677 678 Change to use the app-defaults default dir configured in libXt. 679 680commit 2ad19d20118c07d369ef67dd9ff8bd094d8e5864 681Author: Kevin E Martin <kem@kem.org> 682Date: Tue Dec 6 22:48:23 2005 +0000 683 684 Change *man_SOURCES ==> *man_PRE to fix autotools warnings. 685 686commit 6ea22dc485341e30ac906e3559b104326ab90178 687Author: Kevin E Martin <kem@kem.org> 688Date: Sat Dec 3 05:49:25 2005 +0000 689 690 Update package version number for X11R7 RC3 release. 691 692commit 7f3821c5e6815bbb59a9298d2671b150cf89615f 693Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 694Date: Mon Nov 28 22:01:44 2005 +0000 695 696 Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 697 update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) 698 699commit 601ec0670c548caed335352295bbcb058968aa50 700Author: Eric Anholt <anholt@freebsd.org> 701Date: Mon Nov 21 10:35:02 2005 +0000 702 703 Another pass at .cvsignores for apps. 704 705commit 09d3bc9867032ee89503914bc7e731c48a470dfb 706Author: Eric Anholt <anholt@freebsd.org> 707Date: Sun Nov 20 22:08:53 2005 +0000 708 709 Add/improve .cvsignore files for apps. 710 711commit a5ed76fbde1c8195951b41a0372a0b5caeeaebfa 712Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 713Date: Sun Nov 20 04:13:45 2005 +0000 714 715 Add dependency on xp module when building with Xprint support. 716 717commit ddcaa857470b13840b8a3c3e1748c0154f76b9c2 718Author: Kevin E Martin <kem@kem.org> 719Date: Sat Nov 19 07:15:37 2005 +0000 720 721 Update pkgconfig files to separate library build-time dependencies from 722 application build-time dependencies, and update package deps to work 723 with separate build roots. 724 725commit f3e7ab0f031b9ff8968596667616e79ec05f9b62 726Author: Kevin E Martin <kem@kem.org> 727Date: Wed Oct 19 02:47:55 2005 +0000 728 729 Update package version number for RC1 release. 730 731commit 1b4c1658fc24b851a7f83e9190ecc6aacbc9f23b 732Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 733Date: Tue Oct 18 00:32:54 2005 +0000 734 735 Change default install dir for app-default files from 736 $(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match 737 the monolith & allow localization 738 739commit 0b90073689ab1745bb2277485687521f564a1939 740Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 741Date: Mon Oct 17 23:56:23 2005 +0000 742 743 Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to 744 work better with BSD make 745 746commit 0813f5229d48b9a0ed3dec5438db338dae71dfd9 747Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 748Date: Sat Oct 15 01:04:15 2005 +0000 749 750 Add #include <config.h> for modularization. 751 752commit fd78790af2a87e999b0f01d1c8f8ecce849a2384 753Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 754Date: Fri Oct 14 00:25:46 2005 +0000 755 756 Use sed to fill in variables in man page 757 758commit 70298627f76aaf18ab4e63e297a0f42a8809d9bb 759Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 760Date: Thu Oct 13 20:11:00 2005 +0000 761 762 Fix app-default files to install under the same names as in the monolith 763 instead of their short names used only for 14-character filename length 764 limited ancient filesystems 765 766commit 42f1737418b0c1d7e2ceaaaf3ddbcb2db7ab614b 767Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 768Date: Tue Aug 16 15:52:25 2005 +0000 769 770 Fix render checks to check for both Xrender & Xft2, and to define XRENDER 771 772commit 2eae29c6f837bd6f8ab383f0d4e61742c063291a 773Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 774Date: Mon Aug 1 20:25:30 2005 +0000 775 776 Install man pages to section 1 instead of section m (Patch from Donnie 777 Berkholz) 778 779commit 345a950cebdb8717e08fb878de0307a2611ba846 780Author: Kevin E Martin <kem@kem.org> 781Date: Fri Jul 29 21:22:35 2005 +0000 782 783 Various changes preparing packages for RC0: 784 - Verify and update package version numbers as needed 785 - Implement versioning scheme 786 - Change bug address to point to bugzilla bug entry form 787 - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to 788 reenable it) 789 - Fix makedepend to use pkgconfig and pass distcheck 790 - Update build script to build macros first 791 - Update modular Xorg version 792 793commit 28cbacfd0b809ce1614d177b10dd11ff1ab4b9d0 794Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 795Date: Tue Jul 26 15:44:02 2005 +0000 796 797 Replace more GNU make-ism's with more portable macros 798 799commit e3721beb3d51bd53527639afb4185f8fda24101e 800Author: Matthieu Herrb <matthieu.herrb@laas.fr> 801Date: Sat Jul 23 16:41:40 2005 +0000 802 803 Fix remaining DEP_{CFLAGS,LIB} references 804 805commit 19cf02998290cc99fcbc94feb03647386ef595f9 806Author: Matthieu Herrb <matthieu.herrb@laas.fr> 807Date: Sat Jul 23 16:40:58 2005 +0000 808 809 fix GNU-make only app-default rule 810 811commit b7533f8eb9cea84603a80e5207b4a589d3dfd444 812Author: Adam Jackson <ajax@nwnk.net> 813Date: Wed Jul 20 19:31:58 2005 +0000 814 815 Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global 816 configure cache, you cache it, and the cached value is probably wrong. 817 818commit 6fc943cfccd96e6ad0fec6a2e1b836fa0d0d7d3a 819Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 820Date: Tue Jul 5 22:51:09 2005 +0000 821 822 Add build systems for xlogo, xlsatoms, xlsclients, xmag, xman, xmessage, 823 xmh, xmore. lib/Xaw/xaw.m4: Add an AM_CONDITIONAL and a shell variable 824 xaw_use_xprint symlink.sh: add some extra files for xgc, xinit, 825 xkbcomp, xlogo, xmb, and xmodmap xc/programs/xmore/xmore.c: 826 Conditionalize use of xprint 827 828commit 4d8b36adf2024e6c28ecd266fb3585fdbc2c66f2 829Author: Roland Mainz <roland.mainz@nrubsig.org> 830Date: Mon Apr 11 01:06:15 2005 +0000 831 832 xc/programs/Xserver/Xprint/attributes.c 833 xc/programs/glxgears/glxgears.c 834 xc/programs/xdbedizzy/xdbedizzy.c 835 xc/programs/xedit/Imakefile 836 xc/programs/xedit/Xedit-xprint.ad 837 xc/programs/xedit/util.c 838 xc/programs/xedit/xedit.h 839 xc/programs/xlogo/print.c 840 xc/programs/xlogo/xlogo.c 841 xc/programs/xlogo/xlogo.h 842 xc/programs/xman/Imakefile 843 xc/programs/xman/print.h 844 xc/programs/xmore/Imakefile 845 xc/programs/xmore/print.c 846 xc/programs/xmore/print.h 847 xc/programs/xmore/printdialog.c 848 xc/programs/xphelloworld/xpawhelloworld/xpawhelloworld.c 849 xc/programs/xphelloworld/xphelloworld/xphelloworld.c 850 xc/programs/xphelloworld/xpsimplehelloworld/xpsimplehelloworld.c 851 xc/programs/xphelloworld/xpxmhelloworld/xpxmhelloworld.c 852 //bugs.freedesktop.org/show_bug.cgi?id=790) attachment #2379 853 (https://bugs.freedesktop.org/attachment.cgi?id=2379) Implement support 854 client+Xserver support for passing output (stdout+stderr) of the 855 spooler command started by the Xprint server back to the application 856 using the "xp-spooler-command-results" XPJobAttr attribute 857 (applications can fetch the attribute value after the XPEndJobNotify 858 event was received; more details can be found in 859 http://xprint.mozdev.org/docs/dtprint_fspec.ps). 860 861commit c4d739517989871ad786fd0f5e0ae6a683f7e92f 862Author: Roland Mainz <roland.mainz@nrubsig.org> 863Date: Mon Jan 3 01:06:35 2005 +0000 864 865 xc/lib/XprintAppUtil/xpapputil.c 866 xc/lib/XprintAppUtil/xpapputil.h 867 xc/lib/XprintUtil/xprintutil.c 868 xc/lib/XprintUtil/xprintutil.h 869 xc/programs/glxgears/glxgears.c 870 xc/programs/xdbedizzy/xdbedizzy.c 871 xc/programs/xedit/Xedit-xprint.ad 872 xc/programs/xedit/commands.c 873 xc/programs/xlogo/print.c 874 xc/programs/xlsfonts/xlsfonts.c 875 xc/programs/xlsfonts/xlsfonts.man 876 xc/programs/xlsfonts/xlsfonts.sgml 877 xc/programs/xman/Xman-xprint.ad 878 xc/programs/xman/handler.c 879 xc/programs/xman/print.c 880 xc/programs/xman/print.h 881 xc/programs/xmore/XMore.ad 882 xc/programs/xmore/print.c 883 xc/programs/xmore/print.h 884 xc/programs/xmore/printdialog.c 885 xc/programs/xmore/printdialog.h 886 xc/programs/xmore/printdialogprivates.h 887 xc/programs/xmore/xmore.c 888 xc/programs/xphelloworld/xpawhelloworld/xpawhelloworld.c 889 xc/programs/xphelloworld/xphelloworld/xphelloworld.c 890 xc/programs/xphelloworld/xpsimplehelloworld/xpsimplehelloworld.c 891 xc/programs/xphelloworld/xpxmhelloworld/xpxmhelloworld.c 892 xc/programs/xphelloworld/xpxthelloworld/xpxthelloworld.c 893 xc/programs/xplsprinters/xplsprinters.c 894 //bugs.freedesktop.org/show_bug.cgi?id=1706) attachment #1615 895 (https://bugs.freedesktop.org/attachment.cgi?id=1615): XprintUtils 896 2004/Q3 update. This adds various new features to the XprintUtils 897 library including support for page resolutions where 898 X_resolution!=Y_resolution, listfonts-mode control and initial 899 framework for the COLORSPACE extension. Patch by Roland Mainz 900 <roland.mainz@nrubsig.org> and Julien Lafon <julien.lafon@gmail.com>. 901 902commit f4149e9970ced64f8eb2e92a115ea87174de2747 903Author: Kevin E Martin <kem@kem.org> 904Date: Thu Sep 2 05:50:38 2004 +0000 905 906 Clean up defines for Xprint support and fix BuildServersOnly build for 907 libXaw. 908 909commit ac167b94611ccb2b990ff70db5957fae0bde0969 910Author: Kevin E Martin <kem@kem.org> 911Date: Thu Sep 2 01:10:30 2004 +0000 912 913 Bump major version number of libXaw (Bug #1273). 914 915commit 18ae14262f9859a2e1f2dd769a0c4dcf4e1bb344 916Author: Kristian Høgsberg <krh@redhat.com> 917Date: Mon Aug 16 16:36:16 2004 +0000 918 919 As discussed and agreed on on the release-wranglers meeting of August 16, 920 I'm committing the patch from bug #1060 to back out unconditional 921 Xprint functionality. 922 Back out Xprint changes. 923 Revert xman to CVS of June 5, revert xlogo to CVS of May 8, revert xedit to 924 CVS of April 25, to back out unconditional Xprint support. 925 Fix up Xprint config logic to be like the rest of the extensions: 926 BuildXprint is a one-stop option for disabling everything Xprint 927 related. XprtServer controls building Xprt, BuildXprintLib controls 928 building Xprint libs and BuildXprintClients controls building clients 929 related to Xprint. BuiltXprint defaults to YES and the other options 930 respects relevant settings, i.e. BuildServer and BuildServersOnly. 931 Build Xaw regardless of BuildXprintLib setting. 932 Only build xphelloworld, xplsprinters and xprehashprinterlist when 933 BuildXprintClients it YES. Disable building xmore, it has always 934 supported XawPrintShell. 935 Make Xprint support depend on BuildXprintLib. 936 937commit 28ffd14fbae70a5e01cdcbe2cb9342d3c8816b76 938Author: Roland Mainz <roland.mainz@nrubsig.org> 939Date: Sun May 9 00:36:41 2004 +0000 940 941 Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=581 - 942 Print support for XLogo. 943 944commit 8eb746981d01e0db330e8e6139300ede823037f3 945Author: Egbert Eich <eich@suse.de> 946Date: Fri Apr 23 19:54:57 2004 +0000 947 948 Merging XORG-CURRENT into trunk 949 950commit 2a3e8d4963b3a8ed53e226965ec80f749ad8d5a4 951Author: Egbert Eich <eich@suse.de> 952Date: Sun Mar 14 08:35:37 2004 +0000 953 954 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 955 956commit effebf964672168e99b59fdf89be48dab2f88ecd 957Author: Egbert Eich <eich@suse.de> 958Date: Wed Mar 3 12:13:14 2004 +0000 959 960 Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 961 962commit 8cc0b397fa0c771a60f58e362a69bc04e8f1510f 963Author: Egbert Eich <eich@suse.de> 964Date: Thu Feb 26 13:36:26 2004 +0000 965 966 readding XFree86's cvs IDs 967 968commit 142da2b715826c9fe7dad89ee344ead2f798cf82 969Author: Egbert Eich <eich@suse.de> 970Date: Thu Feb 26 09:24:14 2004 +0000 971 972 Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 973 974commit 59a2fa66d61369dd415f1cb7c8c5d6e7640e4870 975Author: Kaleb Keithley <kaleb@freedesktop.org> 976Date: Fri Dec 19 20:56:01 2003 +0000 977 978 XFree86 4.3.99.902 (RC 2) 979 980commit 54d675d206d1dbb9901e33ccc14988daf98f97b8 981Author: Kaleb Keithley <kaleb@freedesktop.org> 982Date: Tue Nov 25 19:29:15 2003 +0000 983 984 XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks 985 986commit 05b7c570b155f167e5a7f1b804e10b870bbc762c 987Author: Kaleb Keithley <kaleb@freedesktop.org> 988Date: Fri Nov 14 16:49:23 2003 +0000 989 990 XFree86 4.3.0.1 991 992commit cc25207f02f9b4d630f5d6646a1815431e532ea0 993Author: Kaleb Keithley <kaleb@freedesktop.org> 994Date: Fri Nov 14 16:49:23 2003 +0000 995 996 Initial revision 997 998commit 6fc51a3195bf01d2f69b33524d27ec3bb5e17181 999Author: Kaleb Keithley <kaleb@freedesktop.org> 1000Date: Fri Nov 14 15:54:54 2003 +0000 1001 1002 R6.6 is the Xorg base-line 1003