1commit 0c7273fbc64041ec4f617ce77eeca49f9da4e678 2Author: Alan Coopersmith <alan.coopersmith@oracle.com> 3Date: Wed Oct 5 18:40:55 2022 -0700 4 5 fstobdf 1.0.7 6 7 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 8 9commit 3c508f4376aa6812ea27226bbe6c4584cb07c446 10Author: Alan Coopersmith <alan.coopersmith@oracle.com> 11Date: Sat Sep 10 11:21:17 2022 -0700 12 13 Add .git-blame-ignore-revs to hide whitespace commits from git blame 14 15 To use this in your local repo clone, you will need to either run 16 `git blame --ignore-revs-file .git-blame-ignore-revs` 17 or set it permanently with 18 `git config blame.ignoreRevsFile .git-blame-ignore-revs` 19 20 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 21 22commit 91ccaaa80d33efd5897cacf714cb14405c2988f2 23Author: Alan Coopersmith <alan.coopersmith@oracle.com> 24Date: Sat Sep 10 11:04:56 2022 -0700 25 26 Simplify printing of warning header 27 28 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 29 30commit ee534667c6fc9a9b3364bb753f935d5a2f6a81e3 31Author: Alan Coopersmith <alan.coopersmith@oracle.com> 32Date: Sat Sep 10 10:44:59 2022 -0700 33 34 Store strlen() results in size_t instead of unsigned int 35 36 Avoids truncating to 32-bits just to re-expand to 64-bits when 37 passing the value to strncmp() later 38 39 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 40 41commit beb0876af6a532d32ae70675dcd882b2e9e55fc8 42Author: Alan Coopersmith <alan.coopersmith@oracle.com> 43Date: Sat Sep 10 10:40:34 2022 -0700 44 45 AddQuotes: mark input as const 46 47 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 48 49commit f82c0ee2d491b700bb8ae38dea3cf711e6bfb176 50Author: Alan Coopersmith <alan.coopersmith@oracle.com> 51Date: Sat Sep 10 10:37:23 2022 -0700 52 53 Reduce scope of some variables 54 55 No difference seen in elf binary 56 57 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 58 59commit 2325f84273ac846fdfc89f4655c21fd3b89da2bc 60Author: Alan Coopersmith <alan.coopersmith@oracle.com> 61Date: Sat Sep 10 10:25:29 2022 -0700 62 63 EmitBitmap: declare maskTab as const 64 65 As recommended by cppcheck 66 67 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 68 69commit 4d54d9ad3a46815792c094fbea82351ed61c66d7 70Author: Alan Coopersmith <alan.coopersmith@oracle.com> 71Date: Sat Sep 10 10:18:20 2022 -0700 72 73 Convert sources to standard X.Org code style 74 75 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 76 77commit 230df18221211dbbe064c561fa9bcc7ac87c0872 78Author: Alan Coopersmith <alan.coopersmith@oracle.com> 79Date: Wed Aug 3 17:17:50 2022 -0700 80 81 Use memcpy() instead of memmove() when buffers are known not to overlap 82 83 Most of these came from a mass bcopy() -> memmove() substitution 84 in 1993 with a commit comment of "ANSIfied for R6". 85 86 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 87 88commit e4188606121f82aa14516c7fcab6680df050002d 89Author: Alan Coopersmith <alan.coopersmith@oracle.com> 90Date: Fri Dec 3 15:26:11 2021 -0800 91 92 Fix spelling/wording issues 93 94 Found by using: 95 codespell --builtin clear,rare,usage,informal,code,names 96 97 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 98 99commit d33be6f5c63df4287f1cd0353e2b820ecf62b94d 100Author: Alan Coopersmith <alan.coopersmith@oracle.com> 101Date: Fri Dec 3 15:24:34 2021 -0800 102 103 Build xz tarballs instead of bzip2 104 105 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 106 107commit 275f28863d70e6ee6e3f2fe58e0a23f9cf0c0f34 108Author: Alan Coopersmith <alan.coopersmith@oracle.com> 109Date: Fri Dec 3 15:24:28 2021 -0800 110 111 gitlab CI: add a basic build test 112 113 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 114 115commit a70a1f71a176d62c9ff7838b78d0e02603e757b1 116Author: Alan Coopersmith <alan.coopersmith@oracle.com> 117Date: Wed Nov 21 16:47:05 2018 -0800 118 119 Update configure.ac bug URL for gitlab migration 120 121 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 122 123commit c6b3126998d2199375fcd9b00d0a511e3e6217d0 124Author: Alan Coopersmith <alan.coopersmith@oracle.com> 125Date: Fri Nov 16 19:59:28 2018 -0800 126 127 Update README for gitlab migration 128 129 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 130 131commit 16e56ed860165bf1340608692c6fc4ee359968ff 132Author: Mihail Konev <k.mvc@ya.ru> 133Date: Thu Jan 26 14:00:20 2017 +1000 134 135 autogen: add default patch prefix 136 137 Signed-off-by: Mihail Konev <k.mvc@ya.ru> 138 139commit 9816024f4d346229927ae3f4656f75ddcc14f073 140Author: Emil Velikov <emil.l.velikov@gmail.com> 141Date: Mon Mar 9 12:00:52 2015 +0000 142 143 autogen.sh: use quoted string variables 144 145 Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent 146 fall-outs, when they contain space. 147 148 Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> 149 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 150 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 151 152commit c929f828c320c6c00ee054010fbd9aa0cc117808 153Author: Peter Hutterer <peter.hutterer@who-t.net> 154Date: Tue Jan 24 10:32:07 2017 +1000 155 156 autogen.sh: use exec instead of waiting for configure to finish 157 158 Syncs the invocation of configure with the one from the server. 159 160 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 161 Reviewed-by: Emil Velikov <emil.velikov@collabora.com> 162 163commit 30a982223d71d6809cc01809c71f206ce736c4ea 164Author: Alan Coopersmith <alan.coopersmith@oracle.com> 165Date: Tue Dec 30 20:57:33 2014 -0800 166 167 fstobdf 1.0.6 168 169 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 170 171commit 11b1eba90baecf41b9e54b32827be864f0823469 172Author: Alan Coopersmith <alan.coopersmith@oracle.com> 173Date: Sat Jul 5 14:47:00 2014 -0700 174 175 Fix integer sign/size conversion warnings from clang & cppcheck 176 177 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 178 179commit e9faac187bfa7ecd669c5fd68fc989641117d8bd 180Author: Alan Coopersmith <alan.coopersmith@oracle.com> 181Date: Sun Jun 1 23:36:47 2014 -0700 182 183 autogen.sh: Honor NOCONFIGURE=1 184 185 See http://people.gnome.org/~walters/docs/build-api.txt 186 187 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 188 189commit 894265254c79fa348136a3c227dc52bf59aaaf6a 190Author: Alan Coopersmith <alan.coopersmith@oracle.com> 191Date: Sun Jun 1 23:36:47 2014 -0700 192 193 configure: Drop AM_MAINTAINER_MODE 194 195 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 196 197commit 13331398794c5e6e89442e8eb3f26a4a5f059084 198Author: Alan Coopersmith <alan.coopersmith@oracle.com> 199Date: Sun Jun 1 23:36:36 2014 -0700 200 201 config: Add missing AC_CONFIG_SRCDIR 202 203 Regroup AC statements under the Autoconf initialization section. 204 Regroup AM statements under the Automake initialization section. 205 206 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 207 208commit e7694580ad51740e1854a6678fb68c9edce2f37c 209Author: Alan Coopersmith <alan.coopersmith@oracle.com> 210Date: Tue Nov 5 22:48:02 2013 -0800 211 212 Print error and usage on invalid arg, instead of ignoring it 213 214 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 215 Reviewed-by: Gaetan Nadon <memsize@videotron.ca> 216 217commit f557d6258105ac2717093aebfd2fcbcb16730593 218Author: Alan Coopersmith <alan.coopersmith@oracle.com> 219Date: Tue Nov 5 22:38:53 2013 -0800 220 221 Add -version option to print version 222 223 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 224 Reviewed-by: Gaetan Nadon <memsize@videotron.ca> 225 226commit 0d2f3192cc7dedee160702c5eaf4d2b03a21612b 227Author: Alan Coopersmith <alan.coopersmith@oracle.com> 228Date: Tue Nov 5 22:29:46 2013 -0800 229 230 Print which option was in error along with usage message 231 232 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 233 Reviewed-by: Gaetan Nadon <memsize@videotron.ca> 234 235commit 9729a3345940c400753a383f014300bf9878cb0f 236Author: Alan Coopersmith <alan.coopersmith@oracle.com> 237Date: Tue Nov 5 22:24:33 2013 -0800 238 239 Spell out -server in usage message to match man page 240 241 Code matches -s*, so either form works, but better to have them agree. 242 243 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 244 Reviewed-by: Gaetan Nadon <memsize@videotron.ca> 245 246commit bc9e90093861d12de7aaf880a7f7b0bb35f130c7 247Author: Alan Coopersmith <alan.coopersmith@oracle.com> 248Date: Fri Apr 20 13:42:03 2012 -0700 249 250 fstobdf 1.0.5 251 252 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 253 254commit ca17a562e6a0b91d015d02175827406933955c75 255Author: Alan Coopersmith <alan.coopersmith@oracle.com> 256Date: Mon Apr 16 15:22:33 2012 -0700 257 258 Mark usage() & Fail() as _X_NORETURN to silence gcc warnings 259 260 fstobdf.c: In function ‘usage’: 261 fstobdf.c:51:1: warning: function might be possible candidate for attribute ‘noreturn’ 262 fstobdf.c: In function ‘Fail’: 263 fstobdf.c:59:1: warning: function might be possible candidate for attribute ‘noreturn’ 264 265 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 266 267commit b53fd0a2acc19f8e2fd966eb6f688496b102b71d 268Author: Alan Coopersmith <alan.coopersmith@oracle.com> 269Date: Thu Dec 1 20:13:20 2011 -0800 270 271 Treat FSServerName return value as a const char * 272 273 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 274 275commit 468b19fd8729690dc4c2d1a1f20294991949ac35 276Author: Alan Coopersmith <alan.coopersmith@oracle.com> 277Date: Thu Nov 10 22:48:12 2011 -0800 278 279 Strip trailing whitespace 280 281 Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' 282 git diff -w & git diff -b show no diffs from this change 283 284 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 285 286commit a15d4d640732edf31f462c606d358e6ff7ddb60f 287Author: Alan Coopersmith <alan.coopersmith@oracle.com> 288Date: Thu Nov 10 22:47:27 2011 -0800 289 290 Fix gcc -Wwrite-strings warnings 291 292 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 293 294commit 6ade8927be5a225e5a74e15f9212d11d1e6a576e 295Author: Gaetan Nadon <memsize@videotron.ca> 296Date: Wed Jan 19 10:06:55 2011 -0500 297 298 config: move man pages into their own directory 299 300 Use services provided by XORG_MANPAGE_SECTIONS. 301 Use standard Makefile for man pages. 302 303 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 304 305commit cf9f33527f9accbe2eba269513aa25fbf0df6fb3 306Author: Gaetan Nadon <memsize@videotron.ca> 307Date: Thu Jan 13 11:15:00 2011 -0500 308 309 man: remove trailing spaces and tabs 310 311 Using s/[ \t]*$// 312 313 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 314 315commit 823b1e9e3b87c971e053a83346e530c7abb89d60 316Author: Gaetan Nadon <memsize@videotron.ca> 317Date: Wed Jan 12 16:28:01 2011 -0500 318 319 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS 320 321 This silences an Autoconf warning 322 323commit ec9bcf172012b360663b3916c3fcd74bff263fd6 324Author: Alan Coopersmith <alan.coopersmith@oracle.com> 325Date: Sat Oct 30 13:00:46 2010 -0700 326 327 fstobdf 1.0.4 328 329 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 330 331commit e5a6da16b73693c384715045705d6392ef0b4519 332Author: Alan Coopersmith <alan.coopersmith@oracle.com> 333Date: Sat Oct 30 12:59:42 2010 -0700 334 335 Purge CVS version tags 336 337 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 338 339commit 119b36c4591155c905f4776be41ecf660ecf78ef 340Author: Alan Coopersmith <alan.coopersmith@oracle.com> 341Date: Sat Oct 30 12:55:05 2010 -0700 342 343 config: Remove unnecessary calls from configure.ac 344 345 AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now 346 PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables 347 348 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 349 350commit 049d4f1b9c2e1997693986d3c6cd5093e5553dbe 351Author: Alan Coopersmith <alan.coopersmith@oracle.com> 352Date: Sat Oct 30 12:54:26 2010 -0700 353 354 config: upgrade to util-macros 1.8 for additional man page support 355 356 Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS 357 The value of MAN_SUBST is the same for all X.Org packages. 358 359 Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS 360 The existing statement can now be removed from the configuration file. 361 362 Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED) 363 Enables silent rule and use platform appropriate version of sed. 364 365 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 366 367commit 18f7bf1985e501fe3614ba935151ccafa258d2e3 368Author: Gaetan Nadon <memsize@videotron.ca> 369Date: Sat Oct 30 12:53:55 2010 -0700 370 371 config: update AC_PREREQ statement to 2.60 372 373 Unrelated to the previous patches, the new value simply reflects 374 the reality that the minimum level for autoconf to configure 375 all x.org modules is 2.60 dated June 2006. 376 377 ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz 378 379 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 380 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 381 382commit 1ca676f3939f1c7430d412294034110690205834 383Author: Gaetan Nadon <memsize@videotron.ca> 384Date: Thu Feb 11 10:08:06 2010 -0500 385 386 config: move CWARNFLAGS from configure.ac to Makefile.am 387 388 Compiler warning flags should be explicitly set in the makefile 389 rather than being merged with other packages compiler flags. 390 391 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 392 393commit eaaec4ecdd160d3adf8a4d0c1049e6791debb0b3 394Author: Gaetan Nadon <memsize@videotron.ca> 395Date: Thu Nov 26 09:19:52 2009 -0500 396 397 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES 398 399 Now that the INSTALL file is generated. 400 Allows running make maintainer-clean. 401 402commit 92a49ab745c6f991d8dd869d86cc96dd49963b80 403Author: Gaetan Nadon <memsize@videotron.ca> 404Date: Wed Oct 28 14:09:07 2009 -0400 405 406 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 407 408 Add missing INSTALL file. Use standard GNU file on building tarball 409 README may have been updated 410 Remove AUTHORS file as it is empty and no content available yet. 411 Remove NEWS file as it is empty and no content available yet. 412 413commit c379b54fc33c3c70247412f32f610b43f1f53066 414Author: Gaetan Nadon <memsize@videotron.ca> 415Date: Tue Oct 27 15:07:24 2009 -0400 416 417 Deploy the new XORG_DEFAULT_OPTIONS #24242 418 419 This macro aggregate a number of existing macros that sets commmon 420 X.Org components configuration options. It shields the configuration file from 421 future changes. 422 423commit 176ccf88401f26cd272e34aa3db6ac7ff81cd7b1 424Author: Gaetan Nadon <memsize@videotron.ca> 425Date: Mon Oct 26 22:08:38 2009 -0400 426 427 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 428 429 ChangeLog filename is known to Automake and requires no further 430 coding in the makefile. 431 432commit 594e00a6276875ffe8bd75cea8a4923f577eddfe 433Author: Gaetan Nadon <memsize@videotron.ca> 434Date: Thu Oct 22 12:34:14 2009 -0400 435 436 .gitignore: use common defaults with custom section # 24239 437 438 Using common defaults will reduce errors and maintenance. 439 Only the very small or inexistent custom section need periodic maintenance 440 when the structure of the component changes. Do not edit defaults. 441 442commit 1979ff3ca19af4633df02d4eb4f636492afefe44 443Author: Alan Coopersmith <alan.coopersmith@sun.com> 444Date: Thu Oct 1 14:54:17 2009 -0700 445 446 Add README with pointers to mailing lists, bugzilla, & git 447 448 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 449 450commit 4d6dc1290de14f23fe40e61b37d4c9b96e517958 451Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 452Date: Thu Jan 15 18:33:52 2009 -0200 453 454 Ansification and compile warning fixes. 455 456 This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects 457 make distcheck. There weren't any gcc 4.3 and sparse warnings. 458 459commit 3c13b4d1e7d143149cfb34e1771cb28f903be2e2 460Author: Alan Coopersmith <alan.coopersmith@sun.com> 461Date: Fri May 23 16:54:12 2008 -0700 462 463 fstobdf 1.0.3 464 465commit 30631bd1a0fae41c6544a40b2984229c5ed781e9 466Author: Alan Coopersmith <alan.coopersmith@sun.com> 467Date: Fri May 23 16:48:35 2008 -0700 468 469 Fill in COPYING with copyright/license notices from sources 470 471commit 76ce8815598d849228d27a0593bb8af75502bf75 472Author: Alan Coopersmith <alan.coopersmith@sun.com> 473Date: Thu May 22 20:10:40 2008 -0700 474 475 Move extern declarations to fstobdf.h 476 477commit a115e4506842b51f4bf76b5afb9d2ded2dacd51d 478Author: Alan Coopersmith <alan.coopersmith@sun.com> 479Date: Thu May 22 20:06:13 2008 -0700 480 481 Clarify syntax of -server & FONTSERVER in man page 482 483commit f27374f843995264e0f2c7c3e2728811bcbd0f29 484Author: James Cloos <cloos@jhcloos.com> 485Date: Thu Dec 6 16:36:59 2007 -0500 486 487 Replace static ChangeLog with dist-hook to generate from git log 488 489commit 50fc125ad63e62879ceb6aab70dea5b6088d15bd 490Author: Alan Coopersmith <alan.coopersmith@sun.com> 491Date: Fri Aug 10 16:43:20 2007 -0700 492 493 renamed: .cvsignore -> .gitignore 494 495commit b3ea1fe30d53ba671edafc575854d3a832e95dff 496Author: Alan Coopersmith <alan.coopersmith@sun.com> 497Date: Fri Aug 10 16:42:56 2007 -0700 498 499 Change fstobdf_CFLAGS to AM_CFLAGS to make automake-1.10 happier 500 501commit 5f2ab39899e6043c73b120ab0b2db92488e489e7 502Author: Adam Jackson <ajax@nwnk.net> 503Date: Wed Apr 26 23:34:13 2006 +0000 504 505 Bump to 1.0.2 506 507commit 188c68636a3e22d26ec35b634c801bad757495ef 508Author: Adam Jackson <ajax@nwnk.net> 509Date: Mon Apr 3 22:17:25 2006 +0000 510 511 Bug #4381: Fix BDF corruption. (Laurent Deniel) 512 513commit db72447aff80d8ffa431d3225c289ec49a4c8c84 514Author: Kevin E Martin <kem@kem.org> 515Date: Wed Dec 21 02:29:42 2005 +0000 516 517 Update package version for X11R7 release. 518 519commit d70e1e74a6ce8d21767664d3bb6388586aaa3920 520Author: Adam Jackson <ajax@nwnk.net> 521Date: Mon Dec 19 16:22:40 2005 +0000 522 523 Stub COPYING files 524 525commit c766cae078f347be18959a5dc2172bc6c4faf952 526Author: Kevin E Martin <kem@kem.org> 527Date: Thu Dec 15 00:24:02 2005 +0000 528 529 Update package version number for final X11R7 release candidate. 530 531commit bad843b614c14e4cc02345ff4bec5d5c5bb9f993 532Author: Kevin E Martin <kem@kem.org> 533Date: Tue Dec 6 22:48:16 2005 +0000 534 535 Change *man_SOURCES ==> *man_PRE to fix autotools warnings. 536 537commit 4329e1ca1f0809914fddd60696e558e72caae494 538Author: Kevin E Martin <kem@kem.org> 539Date: Sat Dec 3 05:49:15 2005 +0000 540 541 Update package version number for X11R7 RC3 release. 542 543commit 7ff29b4374c214a0c58a3acd2a180b90a31dfe52 544Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 545Date: Mon Nov 28 22:01:36 2005 +0000 546 547 Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 548 update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) 549 550commit 820c5e99361d1b6a5656c9853419d1c8ae7db787 551Author: Eric Anholt <anholt@freebsd.org> 552Date: Mon Nov 21 10:34:55 2005 +0000 553 554 Another pass at .cvsignores for apps. 555 556commit 95d2bcad442604165a2f71d51db7f64ea29f9a47 557Author: Eric Anholt <anholt@freebsd.org> 558Date: Sun Nov 20 22:08:48 2005 +0000 559 560 Add/improve .cvsignore files for apps. 561 562commit 05c773f65adf74398255d59a0ec812dc9b057d11 563Author: Kevin E Martin <kem@kem.org> 564Date: Wed Nov 9 21:09:19 2005 +0000 565 566 Update package version number for X11R7 RC2 release. 567 568commit 27ad2aec059aea01355e2f6c8b60a04e9d247e08 569Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 570Date: Mon Oct 31 16:05:45 2005 +0000 571 572 Make extern declarations unsigned to match actual definitions 573 574commit f24de18b73a4a8d5a40999dc217ca505ae96416a 575Author: Kevin E Martin <kem@kem.org> 576Date: Wed Oct 19 02:47:48 2005 +0000 577 578 Update package version number for RC1 release. 579 580commit 2027f7ce5bb247d55038f51213525bbda841c5ce 581Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 582Date: Mon Oct 17 23:56:19 2005 +0000 583 584 Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to 585 work better with BSD make 586 587commit 0e20abe944a79066a65a1531dbcffcd291e3c366 588Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 589Date: Fri Oct 14 00:25:41 2005 +0000 590 591 Use sed to fill in variables in man page 592 593commit 7efa81258b496d9e5a56c827d10d048736f200e1 594Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 595Date: Mon Aug 1 20:25:27 2005 +0000 596 597 Install man pages to section 1 instead of section m (Patch from Donnie 598 Berkholz) 599 600commit 125f805889f269b54c4d1d188da9ac7b3f2903e0 601Author: Kevin E Martin <kem@kem.org> 602Date: Fri Jul 29 21:22:29 2005 +0000 603 604 Various changes preparing packages for RC0: 605 - Verify and update package version numbers as needed 606 - Implement versioning scheme 607 - Change bug address to point to bugzilla bug entry form 608 - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to 609 reenable it) 610 - Fix makedepend to use pkgconfig and pass distcheck 611 - Update build script to build macros first 612 - Update modular Xorg version 613 614commit 58defa6321b6c44a61d45302ad8abaa71d2f7275 615Author: Adam Jackson <ajax@nwnk.net> 616Date: Wed Jul 20 19:31:48 2005 +0000 617 618 Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global 619 configure cache, you cache it, and the cached value is probably wrong. 620 621commit d487591b670d61283aa8482817af8dac6b82badb 622Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 623Date: Wed Jul 6 16:22:21 2005 +0000 624 625 Add buildsystem for fstobdf 626 627commit b17424c318b7b63dad281d43ac60944309b60d72 628Author: Egbert Eich <eich@suse.de> 629Date: Fri Apr 23 19:54:32 2004 +0000 630 631 Merging XORG-CURRENT into trunk 632 633commit 2d7b7aac54d92e036daf84a97e120addae6f5e0e 634Author: Egbert Eich <eich@suse.de> 635Date: Sun Mar 14 08:34:50 2004 +0000 636 637 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 638 639commit 0e2177c6d0111689ad142209377b792ba6bd76e7 640Author: Egbert Eich <eich@suse.de> 641Date: Wed Mar 3 12:12:50 2004 +0000 642 643 Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 644 645commit 222546046bd08aad239c1ee16623b98782fbba7b 646Author: Egbert Eich <eich@suse.de> 647Date: Thu Feb 26 13:36:15 2004 +0000 648 649 readding XFree86's cvs IDs 650 651commit 0890d1400abf5cec75dbb4c6dfa69c1edb703bdb 652Author: Egbert Eich <eich@suse.de> 653Date: Thu Feb 26 09:23:54 2004 +0000 654 655 Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 656 657commit e57cbe87a9b8c8197c51ff12101726ed6924dfdf 658Author: Kaleb Keithley <kaleb@freedesktop.org> 659Date: Tue Nov 25 19:29:02 2003 +0000 660 661 XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks 662 663commit 6f1b843c87395c617f48793607797face574a188 664Author: Kaleb Keithley <kaleb@freedesktop.org> 665Date: Fri Nov 14 16:48:57 2003 +0000 666 667 XFree86 4.3.0.1 668 669commit 33b0317bc68027d8814f264a45eaf19c68270cd3 670Author: Kaleb Keithley <kaleb@freedesktop.org> 671Date: Fri Nov 14 16:48:57 2003 +0000 672 673 Initial revision 674 675commit 0f05b729fa8590f7473af78b1532cd9a3d589f1b 676Author: Kaleb Keithley <kaleb@freedesktop.org> 677Date: Fri Nov 14 15:54:52 2003 +0000 678 679 R6.6 is the Xorg base-line 680