ChangeLog revision 7515ee80
1commit b3e36bd9e5c72f4d8045b13ec066826545560361 2Author: Alan Coopersmith <alan.coopersmith@oracle.com> 3Date: Sat Apr 30 13:22:09 2022 -0700 4 5 bitmap 1.1.0 6 7 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 8 9commit 13ac2639c3c88bb6c7ecaae541941203e6344ad0 10Author: Alan Coopersmith <alan.coopersmith@oracle.com> 11Date: Sat Apr 9 16:26:14 2022 -0700 12 13 gitlab CI: stop requiring Signed-off-by in commits 14 15 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 16 17commit b8090d0f5bee66ceb12cee2b63425efd74ad4610 18Author: Alan Coopersmith <alan.coopersmith@oracle.com> 19Date: Sat Apr 9 16:11:45 2022 -0700 20 21 atobm: close memory leaks 22 23 Fix leaks reported by Oracle Parfait (though they don't last long, 24 since the program exits immediately after leaking): 25 26 Error: Memory leak 27 Memory leak [memory-leak] (CWE 401): 28 Memory leak of pointer pointer allocated with _new_scan_list(bytes_per_scanline) 29 at line 260 of atobm.c in function 'doit'. 30 calloc called at line 180 in function '_new_scan_list' 31 Allocated value returned to caller at line 193 32 pointer allocated at line 250 in function 'doit' with _new_scan_list(bytes_per_scanline) 33 pointer leaks when (i + 1) >= <unknown> at line 275 34 and buf[0] != 0 at line 225. 35 36 Error: Memory leak 37 Memory leak [memory-leak] (CWE 401): 38 Memory leak of pointer pointer allocated with _new_scan_list(bytes_per_scanline) 39 at line 316 of atobm.c in function 'doit'. 40 calloc called at line 180 in function '_new_scan_list' 41 Allocated value returned to caller at line 193 42 pointer allocated at line 250 in function 'doit' with _new_scan_list(bytes_per_scanline) 43 pointer leaks when slist != NULL at line 252 44 and (i + 1) >= <unknown> at line 275 45 and (i + 1) >= <unknown> at line 303. 46 47 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 48 49commit c6b48ffeb65182bf5989df299c6a7fcccb3cb09a 50Author: Alan Coopersmith <alan.coopersmith@oracle.com> 51Date: Sat Apr 9 15:56:57 2022 -0700 52 53 atobm: accept single character lines 54 55 Fixes round-trip-test failure on hlines2 56 57 The previous behavior has been present since the initial checkin of the 58 code to the X Consortium monolith, but no explanation was given for why 59 a single-character line should be skipped. 60 61 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 62 63commit fa7241ac10bf9b47c3d20d557fdca0aa0a468484 64Author: Alan Coopersmith <alan.coopersmith@oracle.com> 65Date: Sat Apr 9 15:42:10 2022 -0700 66 67 test: add round-trip-test for atobm & bmtoa 68 69 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 70 71commit 7c4196d3218d1afa73c930577beeb579c1e87a38 72Author: Alan Coopersmith <alan.coopersmith@oracle.com> 73Date: Sat Apr 9 12:44:34 2022 -0700 74 75 Move bitmaps into a new bitmaps directory 76 77 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 78 79commit 7886e0b78ba317e02d8496fb83432ee9274f7887 80Author: Alan Coopersmith <alan.coopersmith@oracle.com> 81Date: Fri Dec 3 14:35:15 2021 -0800 82 83 Build xz tarballs instead of bzip2 84 85 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 86 87commit 14181d27e8ceb6c25051d63698fb34cf28911a5e 88Author: Alan Coopersmith <alan.coopersmith@oracle.com> 89Date: Fri Dec 3 14:35:06 2021 -0800 90 91 gitlab CI: add a basic build test 92 93 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 94 95commit e0adae1b8e19f9bedc4cb1a3798736812cb490a6 96Author: Jeremy Mates <jeremy.mates@gmail.com> 97Date: Fri May 14 11:34:42 2021 -0400 98 99 bitmap: Fix a crash with underspecified dimensions 100 101 From the reporter on #xorg-devel: 102 103 -!- thrig [thrig@unaffilaited/thrig] has joined #xorg-devel 104 <thrig> where does the code for bitmap live? there's a crash (or who 105 knows on some platforms) if you `bitmap -size 42` 106 107commit f0b589b685cc3d9f684d9423250f798a8f93142f 108Author: Alan Coopersmith <alan.coopersmith@oracle.com> 109Date: Thu Jul 23 10:20:54 2020 -0700 110 111 Fix spelling/wording issues 112 113 Found by using: 114 codespell --builtin clear,rare,usage,informal,code,names 115 116 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 117 118commit 3a2473affe1e15d6e8d252db7ec5e22fd1683978 119Author: Alan Coopersmith <alan.coopersmith@oracle.com> 120Date: Sat Jun 1 19:27:15 2019 -0700 121 122 Use _CONST_X_STRING to make libXt declare String as const char * 123 124 Clears 169 out of 240 -Wdiscarded-qualifiers warnings from gcc 7.3 125 126 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 127 128commit 6dcc9c8064baeb2f9d853309123cd9736809a4fd 129Author: Alan Coopersmith <alan.coopersmith@oracle.com> 130Date: Sun Feb 10 13:01:27 2019 -0800 131 132 bitmap 1.0.9 133 134 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 135 136commit d0e0bdea390b0640c5b6345dcd6b7fd6f2d0231e 137Author: Alan Coopersmith <alan.coopersmith@oracle.com> 138Date: Wed Nov 21 16:45:12 2018 -0800 139 140 Update configure.ac bug URL for gitlab migration 141 142 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 143 144commit b674422cc1aa98875fc0d740aab118fcd42b94d0 145Author: Alan Coopersmith <alan.coopersmith@oracle.com> 146Date: Fri Nov 16 19:40:13 2018 -0800 147 148 Update README for gitlab migration 149 150 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 151 152commit 99b0d80d4cf8d4b2365d6f7785296ae3cfb0887a 153Author: Walter Harms <wharms@bfs.de> 154Date: Sun Sep 24 16:19:40 2017 +0200 155 156 same time ago the user Frederic Baldit complained (on xorg) that 157 the ability to set single dots in the programm Bitmap depend on the state 158 of num_lock. This is a long standing bug that affect all versions 159 of bitmap. 160 161 the problem was that the corresponding function was erroneously checking 162 event->xbutton.state. Removing that check solved the problem for the user. 163 164 Signed-off-by: wharms <wharms@bfs.de> 165 166commit f9174d18c950ca998084da6d68903a32cae72d84 167Author: Mihail Konev <k.mvc@ya.ru> 168Date: Thu Jan 26 14:00:20 2017 +1000 169 170 autogen: add default patch prefix 171 172 Signed-off-by: Mihail Konev <k.mvc@ya.ru> 173 174commit 24c90b9fa17236caf2c946bcfff4e6bc441a82c3 175Author: Emil Velikov <emil.l.velikov@gmail.com> 176Date: Mon Mar 9 12:00:52 2015 +0000 177 178 autogen.sh: use quoted string variables 179 180 Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent 181 fall-outs, when they contain space. 182 183 Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> 184 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 185 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 186 187commit 37d922c37a4de2ab29bdd13d55eabd369f0616dd 188Author: Peter Hutterer <peter.hutterer@who-t.net> 189Date: Tue Jan 24 10:32:07 2017 +1000 190 191 autogen.sh: use exec instead of waiting for configure to finish 192 193 Syncs the invocation of configure with the one from the server. 194 195 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 196 Reviewed-by: Emil Velikov <emil.velikov@collabora.com> 197 198commit 2f5eae70cd2e9c1e09dcbd8a2a58eaf58207fe00 199Author: Alan Coopersmith <alan.coopersmith@oracle.com> 200Date: Fri Jan 16 21:57:03 2015 -0800 201 202 bitmap 1.0.8 203 204 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 205 206commit dacae58710f7033d5295c50cf6262783350e938d 207Author: Alan Coopersmith <alan.coopersmith@oracle.com> 208Date: Mon Dec 29 18:28:00 2014 -0800 209 210 Stop memory leak in XmuWriteBitmapDataToFile() 211 212 StripFilename() allocates a new string for its result, so after we're 213 done with it, free it instead of just losing the pointer to it. 214 215 Fixes errors found by Oracle Parfait 1.5.1 bug checking tool: 216 217 Error: Memory leak (CWE 401) 218 Memory leak of pointer basename allocated with StripFilename(filename) 219 at line 712 of Bitmap.c in function 'XmuWriteBitmapDataToFile'. 220 basename allocated at line 691 with StripFilename(filename). 221 basename leaks when i >= data_length at line 702. 222 Error: Memory leak (CWE 401) 223 Memory leak of pointer basename allocated with StripFilename(filename) 224 at line 715 of Bitmap.c in function 'XmuWriteBitmapDataToFile'. 225 basename allocated at line 691 with StripFilename(filename). 226 227 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 228 229commit 8df1a843a3a9f92399113688a350873a141bf995 230Author: Alan Coopersmith <alan.coopersmith@oracle.com> 231Date: Mon Dec 29 18:15:57 2014 -0800 232 233 Stop memory leaks from XtNewString(StripFilename(filename)) 234 235 StripFilename() already allocates a new string for its result, 236 we don't need to duplicate it and then lose the pointer to the 237 first one. 238 239 Fixes errors found by Oracle Parfait 1.5.1 bug checking tool: 240 241 Error: Memory leak (CWE 401) 242 Memory leak of pointer pointer allocated with StripFilename(filename) 243 at line 1119 of Bitmap.c in function 'BWReadFile'. 244 pointer allocated at line 1106 with StripFilename(filename). 245 pointer leaks when StripFilename(filename) != NULL at line 1106. 246 Error: Memory leak (CWE 401) 247 Memory leak of pointer pointer allocated with StripFilename(filename) 248 at line 1119 of Bitmap.c in function 'BWReadFile'. 249 pointer allocated at line 1106 with StripFilename(filename). 250 251 Error: Memory leak (CWE 401) 252 Memory leak of pointer pointer allocated with StripFilename(filename) 253 at line 1222 of Bitmap.c in function 'BWWriteFile'. 254 pointer allocated at line 1202 with StripFilename(filename). 255 pointer leaks when StripFilename(filename) != NULL at line 1202. 256 Error: Memory leak (CWE 401) 257 Memory leak of pointer pointer allocated with StripFilename(filename) 258 at line 1222 of Bitmap.c in function 'BWWriteFile'. 259 pointer allocated at line 1202 with StripFilename(filename). 260 261 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 262 263commit a0db0f6c7996b282aa9027d3b670597d88fe3353 264Author: Alan Coopersmith <alan.coopersmith@oracle.com> 265Date: Sun Jun 1 21:03:14 2014 -0700 266 267 autogen.sh: Honor NOCONFIGURE=1 268 269 See http://people.gnome.org/~walters/docs/build-api.txt 270 271 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 272 273commit 8fb1efccb5f24eab51cefafedb1a5a60217db35f 274Author: Alan Coopersmith <alan.coopersmith@oracle.com> 275Date: Sun Jun 1 21:03:13 2014 -0700 276 277 configure: Drop AM_MAINTAINER_MODE 278 279 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 280 281commit d0911d130b870da0951b56f5103c6b4dfb9eeb28 282Author: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 283Date: Wed Jan 1 23:02:48 2014 -0800 284 285 Use '& 7' instead '% 8' to silence clang analyzer warning 286 287 Graphics.c:569:10: warning: The result of the '<<' expression is undefined 288 while (!QueryFlood(BW, x, y, value) && (x < x_right)) 289 ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 290 Graphics.c:470:7: note: expanded from macro 'QueryFlood' 291 ((GetBit(BW->bitmap.image, x, y) !=\ 292 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 293 Graphics.c:66:9: note: expanded from macro 'GetBit' 294 (1 << ((x) % 8))) ? 1 : 0)) 295 ~~^~~~~~~~~~~~ 296 297 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 298 299commit e3fe79502a4a1b0f0b148659948d541ce26ed7bf 300Author: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 301Date: Wed Jan 1 22:58:23 2014 -0800 302 303 Demacro modernization of NewSList to plug a memory leak during error handling 304 305 atobm.c:248:6: warning: Potential leak of memory pointed to by 'slist' 306 NewSList (); 307 ^~~~~~~~~~~ 308 atobm.c:209:3: note: expanded from macro 'NewSList' 309 fprintf (stderr, "%s: unable to allocate char array\n", \ 310 ^~~~~~~ 311 atobm.c:259:6: warning: Potential leak of memory pointed to by 'old' 312 NewSList (); 313 ^~~~~~~~~~~ 314 atobm.c:209:3: note: expanded from macro 'NewSList' 315 fprintf (stderr, "%s: unable to allocate char array\n", \ 316 ^~~~~~~ 317 atobm.c:259:6: warning: Potential leak of memory pointed to by 'slist' 318 NewSList (); 319 ^~~~~~~~~~~ 320 atobm.c:209:3: note: expanded from macro 'NewSList' 321 fprintf (stderr, "%s: unable to allocate char array\n", \ 322 ^~~~~~~ 323 3 warnings generated. 324 325 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 326 327commit a59538d5d57bd2f8b2101e398a97fe8466b8eef7 328Author: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 329Date: Wed Jan 1 22:43:26 2014 -0800 330 331 Silence -Wbad-function-cast 332 333 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 334 335commit e7086abb4576a777a4b0aff8553047077cdd08ce 336Author: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 337Date: Wed Jan 1 22:29:45 2014 -0800 338 339 Avoid shadow declarations 340 341 Bitmap.c:906:17: warning: declaration shadows a local variable [-Wshadow] 342 unsigned char *image_data; 343 ^ 344 Bitmap.c:799:11: note: previous declaration is here 345 char *image_data, *buffer_data; 346 ^ 347 Bitmap.c:907:8: warning: declaration shadows a local variable [-Wshadow] 348 char *buffer_data; 349 ^ 350 Bitmap.c:799:24: note: previous declaration is here 351 char *image_data, *buffer_data; 352 ^ 353 354 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 355 356commit 1e236565459d10c7ad85ebed285d2acfc4b15b69 357Author: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 358Date: Wed Jan 1 22:27:36 2014 -0800 359 360 assert to avoid a NULL dereference 361 362 Bitmap.c:1246:8: warning: Dereference of null pointer 363 **str = '\0'; 364 ~~~~~~^~~~~~ 365 1 warning generated. 366 367 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 368 369commit 15d326027827c168511f923e72c64e2131515e19 370Author: Alan Coopersmith <alan.coopersmith@oracle.com> 371Date: Mon Nov 4 23:14:22 2013 -0800 372 373 Print which option was in error along with usage message 374 375 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 376 Reviewed-by: Gaetan Nadon <memsize@videotron.ca> 377 378commit 64bc2b97d408d6fea16716e37f7b5ff1661d57fd 379Author: Gaetan Nadon <memsize@videotron.ca> 380Date: Fri Oct 25 21:51:37 2013 -0400 381 382 config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES 383 384 Fix Automake warning: AC_OUTPUT should be used without arguments. 385 www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Files 386 387 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 388 389commit a78fc882fac9a3334a77744be4c617b51997a5bb 390Author: Eric S. Raymond <esr@thyrsus.com> 391Date: Thu Jun 6 14:24:08 2013 -0400 392 393 Use table markup in preference to various low-level constructions. 394 395commit 10584a7e5f476c5adb5ec6de9f0b519380abd6df 396Author: Alan Coopersmith <alan.coopersmith@oracle.com> 397Date: Fri May 17 21:12:44 2013 -0700 398 399 bitmap 1.0.7 400 401 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 402 403commit d028190d036f25472dba587863322a8fe03dda95 404Author: Alan Coopersmith <alan.coopersmith@oracle.com> 405Date: Sun Apr 21 15:02:52 2013 -0700 406 407 Mark usage() functions as noreturn, as suggested by gcc 408 409 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 410 411commit f36566239cc9119882a36273c3eefb90962d6ee5 412Author: Alan Coopersmith <alan.coopersmith@oracle.com> 413Date: Sun Apr 21 14:52:01 2013 -0700 414 415 Simplify & unify error path between mktemp & mkstemp versions 416 417 This also now catches errors when fopen() or fdopen() fail, before 418 we try to fwrite() to a null FILE pointer. 419 420 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 421 422commit 249695649bb25f500d1525f655ca317428ea6044 423Author: Alan Coopersmith <alan.coopersmith@oracle.com> 424Date: Sun Apr 21 14:46:24 2013 -0700 425 426 Fix genererate typo in bmtoa error messages 427 428 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 429 430commit 7b5ba88d06ca88e11a8127d12f3d7685a473684e 431Author: Alan Coopersmith <alan.coopersmith@oracle.com> 432Date: Sun Jan 20 23:16:46 2013 -0800 433 434 Combine usage messages into a single string 435 436 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 437 438commit 0d42abaefc427f7c354f4cff3d098775df5c9cb4 439Author: Bjarni Ingi Gislason <bjarniig@rhi.hi.is> 440Date: Sat Sep 22 19:46:01 2012 -0400 441 442 bitmap.man: Fix some typos. 443 444 Remove stray backslash. 445 (Added sometime between X11R4 and X11R5; 21+ years old.) 446 447 Use two spaces between sentences, not one or two or three. 448 449 Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is> 450 Signed-off-by: James Cloos <cloos@jhcloos.com> 451 452commit 53d99608451ade88d59d8baae6fc543d6922fb0a 453Author: Alan Coopersmith <alan.coopersmith@oracle.com> 454Date: Tue May 29 23:22:35 2012 -0700 455 456 Fix pixmap leak in error paths of BWGetUnzoomedPixmap 457 458 Found by Parfait 0.5.0.1 bug checking tool: 459 Leaked X Resource pix 460 at line 393 of Bitmap.c in function 'BWGetUnzoomedPixmap'. 461 pix initialized at line 388 with XCreatePixmap(...). 462 at line 414 of Bitmap.c in function 'BWGetUnzoomedPixmap'. 463 pix initialized at line 409 with XCreatePixmap(...). 464 465 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 466 467commit a7909448b89f42ad0bb4834e347e6d3ecb20d7da 468Author: Alan Coopersmith <alan.coopersmith@oracle.com> 469Date: Thu Mar 8 21:40:10 2012 -0800 470 471 bitmap 1.0.6 472 473 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 474 475commit 67ab447959b62454f4e0273177baa19711babb96 476Author: Alan Coopersmith <alan.coopersmith@oracle.com> 477Date: Tue Dec 20 21:47:56 2011 -0800 478 479 Use lrint() from math library if available 480 481 Moves -lm from being hardcoded in Makefile.am to being added via 482 AC_SEARCH_LIBS in configure.ac setting it in $(MATH_LIBS) 483 484 Using lrint() [returns long int] instead of rint() [returns double] 485 clears a bunch of gcc warnings of the form: 486 "cast from function call of type ‘double’ to non-matching type ‘short int’" 487 488 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 489 490commit 1c2b70d13c42f5461a2d7c3cae7adf8d9b2e3cea 491Author: Alan Coopersmith <alan.coopersmith@oracle.com> 492Date: Fri Oct 14 22:48:31 2011 -0700 493 494 Constify strings in atobm 495 496 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 497 498commit 3fc1a649f1e81c4d93c6e00119267208877a8f02 499Author: Alan Coopersmith <alan.coopersmith@oracle.com> 500Date: Fri Oct 14 22:38:44 2011 -0700 501 502 Constify strings in bmtoa 503 504 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 505 506commit a8ee8e937e8d939522f18fa5723afea084221467 507Author: Alan Coopersmith <alan.coopersmith@oracle.com> 508Date: Fri Oct 14 21:25:06 2011 -0700 509 510 Strip trailing whitespace 511 512 Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' 513 git diff -w & git diff -b show no diffs from this change 514 515 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 516 517commit 64eacd3665306283d126d0df7cf63a071e576c38 518Author: Alan Coopersmith <alan.coopersmith@oracle.com> 519Date: Fri Oct 14 21:22:26 2011 -0700 520 521 Constify filename string handling 522 523 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 524 525commit ca7bf97b6e83b25e7142b321e5f2325b1e47c2d0 526Author: Alan Coopersmith <alan.coopersmith@oracle.com> 527Date: Fri Oct 14 21:03:48 2011 -0700 528 529 Add const to char * in BWRequest typedef 530 531 Fixes many gcc --Wwrite-string warnings of the form: 532 533 Bitmap.c: In function ‘BWTPaste’: 534 Bitmap.c:1913:7: warning: passing argument 2 of ‘BWEngageRequest’ discards qualifiers from pointer target type 535 Bitmap.h:190:16: note: expected ‘BWRequest’ but argument is of type ‘const char *’ 536 537 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 538 539commit 6e997556a17a1b4a9d6773602af770b9e9f3751e 540Author: Gaetan Nadon <memsize@videotron.ca> 541Date: Fri Mar 4 20:44:37 2011 -0500 542 543 man: use correct section number when referring to X 544 545 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 546 547commit 98e43d4e49c599fc633b4bb9c58d99abbdd0068a 548Author: Alan Coopersmith <alan.coopersmith@oracle.com> 549Date: Thu Feb 17 23:38:40 2011 -0800 550 551 atobm only depends on xproto, not x11 552 553 It only includes <X11/Xos.h>, no headers or functions from libX11. 554 Due to a typo in Makefile.am (also fixed) it wasn't actually linking 555 with libX11 even though it had x11 in its PKG_CHECK_MODULES list. 556 557 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 558 559commit b3f10a08922f568b7cbc791354cf0d4267cd88c1 560Author: Alan Coopersmith <alan.coopersmith@oracle.com> 561Date: Sat Jan 15 10:19:20 2011 -0800 562 563 Use autoconf standard HAVE_MKSTEMP define instead of old imake HAS_MKSTEMP 564 565 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 566 567commit ff81a4e4e894915bb6b8aece8314ca1a854140a4 568Author: Alan Coopersmith <alan.coopersmith@oracle.com> 569Date: Sat Jan 15 10:16:17 2011 -0800 570 571 config: Add missing AC_CONFIG_SRCDIR 572 573 Regroup AC statements under the Autoconf initialization section. 574 Regroup AM statements under the Automake initialization section. 575 576 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 577 578commit 2afe9a69417cbd25fc5379faf22eba1a8e94b348 579Author: Alan Coopersmith <alan.coopersmith@oracle.com> 580Date: Fri Jan 14 14:05:14 2011 -0800 581 582 Use fputs instead of fprintf with no format arg to print usage message. 583 584 Clear gcc warning of: 585 BitEdit.c:986: warning: format not a string literal and no format arguments 586 587 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 588 Reviewed-by: Dirk Wallenstein <halsmit@t-online.de> 589 590commit fcfa5f0dee6549994d8c4640fb61612d33369e74 591Author: Alan Coopersmith <alan.coopersmith@oracle.com> 592Date: Fri Jan 14 14:00:30 2011 -0800 593 594 Call snprintf() directly instead of XmuSnprintf() 595 596 All platforms still supported by X.Org have long had snprintf() 597 598 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 599 600commit e3ecaf24ea4187516a1a0679783278e34e56499f 601Author: Trevor Woerner <twoerner@gmail.com> 602Date: Sat Jan 8 20:15:50 2011 -0500 603 604 Remove unused, leaky scanline. 605 606 The pointer, scanline, doesn't appear to be used anymore, and is 607 leaking memory. 608 609 Signed-off-by: Trevor Woerner <twoerner@gmail.com> 610 Reviewed-by: Adam Jackson <ajax@redhat.com> 611 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 612 613commit f705edec1b9aa80d3b93f587048ad33887aca5b6 614Author: Gaetan Nadon <memsize@videotron.ca> 615Date: Wed Jan 12 16:28:01 2011 -0500 616 617 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS 618 619 This silences an Autoconf warning 620 621commit 0a2eef9a48863dde8b3c7f60f5eb3b9a667fa505 622Author: Gaetan Nadon <memsize@videotron.ca> 623Date: Wed Jan 12 15:29:49 2011 -0500 624 625 config: replace deprecated AC_HELP_STRING with AS_HELP_STRING 626 627 This silences an Automake warning. 628 629 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 630 631commit 38f9d56ce050baabc72254240df875a3450f798e 632Author: Gaetan Nadon <memsize@videotron.ca> 633Date: Wed Jan 12 13:10:21 2011 -0500 634 635 config: remove AC_PROG_CC as it overrides AC_PROG_C_C99 636 637 XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls 638 AC_PROG_C_C99. This sets gcc with -std=gnu99. 639 If AC_PROG_CC macro is called afterwards, it resets CC to gcc. 640 641 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 642 643commit 2fee85a59998a805ca8161606c5c32953f02f659 644Author: Gaetan Nadon <memsize@videotron.ca> 645Date: Wed Jan 12 11:54:40 2011 -0500 646 647 config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS 648 649 It depends on util-macros 1.8 or later 650 The existing statement can now be removed from the configuration file. 651 652 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 653 654commit 99be515efe95cb3eb4bcb29b2bc194f416b31758 655Author: Alan Coopersmith <alan.coopersmith@oracle.com> 656Date: Thu Oct 7 20:04:23 2010 -0700 657 658 bitmap 1.0.5 659 660 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 661 662commit de28fe485f07bb9f5a326fb9fed87a3aa8a8f1b5 663Author: Gaetan Nadon <memsize@videotron.ca> 664Date: Tue Jul 20 18:45:18 2010 -0400 665 666 config: update AC_PREREQ statement to 2.60 667 668 Unrelated to the previous patches, the new value simply reflects 669 the reality that the minimum level for autoconf to configure 670 all x.org modules is 2.60 dated June 2006. 671 672 ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz 673 674 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 675 676commit 824fa229593040c2d8a795dadc359aa313fd182d 677Author: Gaetan Nadon <memsize@videotron.ca> 678Date: Mon Aug 9 20:26:12 2010 -0400 679 680 Remove unused file bitmap.icon 681 682 The file originally came with the the rest of the source in 2003 683 Two years later it was added to EXTRA_DIST without explanantion 684 It has never been installed and is not present in Debian distro 685 It's not used during configuration and not used by the build. 686 687 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 688 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 689 690commit 3216eaa1b5bbb7ce5038caf9fbf22ae248eba1b6 691Author: Gaetan Nadon <memsize@videotron.ca> 692Date: Mon Aug 9 17:37:04 2010 -0400 693 694 man: remove whitespace as per git diff --check 695 696 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 697 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 698 699commit 18cf79ac73c59829603cd56a04ab3b79a4a6a3c3 700Author: Gaetan Nadon <memsize@videotron.ca> 701Date: Mon Aug 9 17:24:30 2010 -0400 702 703 make: reshuffle lines and shorten the makefile 704 705 The previous patch did some aesthetic damage to it. 706 707 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 708 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 709 710commit 7c55725e4eaf2296d4ea047a155d0ec7bc4976fd 711Author: Gaetan Nadon <memsize@videotron.ca> 712Date: Mon Aug 9 16:30:19 2010 -0400 713 714 config: simplify building of shadow man pages 715 716 Store the shadow files in git as any other man page. 717 Move man pages to man dir and use the common makefile 718 719 Local fix for bug 5628 in commit 720 d8f719a352cd4d4ace60566b73a077175940a351 721 is not required as the problem has been fixed in 722 util-macros d9062e4077ebfd0985baf8418f3d0f111b9ddbba 723 724 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 725 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 726 727commit 85b1eda6ac104850add5a98fc4caca7f59d7cb19 728Author: Gaetan Nadon <memsize@videotron.ca> 729Date: Sun Aug 8 10:15:51 2010 -0400 730 731 config: merge BITMAP dependencies into one statement 732 733 PKG_CHECK_MODULES will merge -I and lib directives. 734 It will also AC_SUBST BITMAP_CFLAGS and BITMAP_LIBS 735 736 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 737 738commit d4de9e32fd109562a31609b338843b396c848995 739Author: Alan Coopersmith <alan.coopersmith@oracle.com> 740Date: Thu Jul 1 16:05:01 2010 -0700 741 742 bitmap calls Xmu functions directly so should include in PKG_CHECK_MODULES 743 744 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 745 746commit 5eb2fe08c0210ae110ae75ac52ed6a8db298c178 747Author: Alan Coopersmith <alan.coopersmith@oracle.com> 748Date: Wed Jun 30 23:25:03 2010 -0700 749 750 config: upgrade to util-macros 1.8 for additional man page support 751 752 Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS 753 The value of MAN_SUBST is the same for all X.Org packages. 754 755 Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS 756 The existing statement can now be removed from the configuration file. 757 758 Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED) 759 Enables silent rule and use platform appropriate version of sed. 760 761 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 762 763commit 8aa8f77d4570a0a5030ec825bc8785ac03079267 764Author: Gaetan Nadon <memsize@videotron.ca> 765Date: Sat Dec 19 20:48:47 2009 -0500 766 767 configure.ac: use backticks rather than $() for cmd subs 768 769 Use "$PKG_CONFIG" rather than hard coded "pkg-config" 770 771 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 772 773commit 5fae54a562f9dcb4b9c5e5a21c604e9a2ef924b7 774Author: Gaetan Nadon <memsize@videotron.ca> 775Date: Thu Nov 26 09:19:52 2009 -0500 776 777 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES 778 779 Now that the INSTALL file is generated. 780 Allows running make maintainer-clean. 781 782commit 7077c21c0803ac7ff56edba75bfa4e18949e0ae7 783Author: Gaetan Nadon <memsize@videotron.ca> 784Date: Wed Oct 28 14:09:07 2009 -0400 785 786 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 787 788 Add missing INSTALL file. Use standard GNU file on building tarball 789 README may have been updated 790 Remove AUTHORS file as it is empty and no content available yet. 791 Remove NEWS file as it is empty and no content available yet. 792 793commit dbbb35c25e8e0159b09a6756a143ac43720fe41a 794Author: Gaetan Nadon <memsize@videotron.ca> 795Date: Tue Oct 27 15:07:24 2009 -0400 796 797 Deploy the new XORG_DEFAULT_OPTIONS #24242 798 799 This macro aggregate a number of existing macros that sets commmon 800 X.Org components configuration options. It shields the configuration file from 801 future changes. 802 803commit b14f17671753e5c9c393fd1e972da93d8d94a366 804Author: Gaetan Nadon <memsize@videotron.ca> 805Date: Mon Oct 26 22:08:37 2009 -0400 806 807 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 808 809 ChangeLog filename is known to Automake and requires no further 810 coding in the makefile. 811 812commit 8218cc8ac7e6763c068ad0cbae81c07de899ca62 813Author: Gaetan Nadon <memsize@videotron.ca> 814Date: Thu Oct 22 12:34:14 2009 -0400 815 816 .gitignore: use common defaults with custom section # 24239 817 818 Using common defaults will reduce errors and maintenance. 819 Only the very small or inexistent custom section need periodic maintenance 820 when the structure of the component changes. Do not edit defaults. 821 822commit 05b524c70ec06d18ca1d305c98bcd480e2482eb2 823Author: Gaetan Nadon <memsize@videotron.ca> 824Date: Sun Sep 27 16:09:14 2009 -0400 825 826 Makefile.am: do not include autogen.sh in distribution #24183 827 828 This is a private build script that should not be distributed 829 830commit 7c4c903a1612528e09858554c6fdaab05d2ba095 831Author: Alan Coopersmith <alan.coopersmith@sun.com> 832Date: Tue Sep 22 19:49:57 2009 -0700 833 834 bitmap 1.0.4 835 836 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 837 838commit 4abbf05633f16cae587f9f24881d18c22e43800d 839Author: Alan Coopersmith <alan.coopersmith@sun.com> 840Date: Tue Sep 22 19:39:08 2009 -0700 841 842 Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS 843 844 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 845 846commit fb4778c1a6a114df03f3cefc87e747fab983355f 847Author: Alan Coopersmith <alan.coopersmith@sun.com> 848Date: Tue Sep 22 19:30:35 2009 -0700 849 850 Strip RCS/CVS ids 851 852 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 853 854commit 948a119b19bf2e1822c63c2e6e86482e36df0cc0 855Author: Alan Coopersmith <alan.coopersmith@sun.com> 856Date: Tue Sep 22 19:25:04 2009 -0700 857 858 Fill in COPYING, README, & AUTHORS 859 860 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 861 862commit 8337c277db59b5fb8e13428ab65a43725546bcdb 863Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 864Date: Tue Jan 13 14:29:53 2009 -0200 865 866 Rename app-defaults files to match "pattern" used on other applications. 867 868commit e23fbaa033e064efc7fcfa6ec49901c241736340 869Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 870Date: Mon Jan 12 16:11:00 2009 -0200 871 872 Ansification and compile warning fixes. 873 874 This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, and corrects 875 make distcheck. 876 877commit 7527b67979d61609bff5bc8c54d2b11874a7bbfa 878Author: James Cloos <cloos@jhcloos.com> 879Date: Wed Aug 20 10:32:48 2008 -0400 880 881 xaw8 is gone, use xaw7 882 883commit 3dc6744ae0332efc9c4a621401c1257e4d4c3c6d 884Author: Julien Cristau <jcristau@debian.org> 885Date: Fri May 16 14:22:16 2008 +0200 886 887 $(builddir) is the current directory 888 889 Apparently automake doesn't always export the builddir variable. 890 This fixes my previous commit. 891 892commit 3154399310460759466d66cb17e723548e205776 893Author: Julien Cristau <jcristau@debian.org> 894Date: Sun Apr 20 19:25:40 2008 +0200 895 896 Fix build with builddir != srcdir 897 898commit 5d6bff83b62c3c9626503b36d2e5190a602bf43b 899Author: Julien Cristau <jcristau@debian.org> 900Date: Sun Apr 20 19:22:40 2008 +0200 901 902 Fix typo in bitmap.man 903 904commit 8003d22d2c12fe47d1fc06216c60dc813ed39f98 905Author: Jeremy Huddleston <jeremyhu@freedesktop.org> 906Date: Thu Mar 27 19:22:22 2008 -0700 907 908 Build fix for case-insensitive file systems 909 910commit 088006f9bb62db2523117dac568d028bd96db488 911Author: James Cloos <cloos@jhcloos.com> 912Date: Thu Dec 6 15:51:03 2007 -0500 913 914 Add missing PHONY line for automatic ChangeLog generation 915 916commit d79bd0857961669aff4c155f4c3205af4c89b18e 917Author: Alan Coopersmith <alan.coopersmith@sun.com> 918Date: Fri Aug 10 15:47:13 2007 -0700 919 920 Add AM_PROG_CC_C_O to configure.ac to make automake-1.10 happier 921 922 Makefile.am:53: compiling `atobm.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac' 923 924commit 0fa2f5aa4b0e62ceb4685123182bf018c27e293a 925Author: Alan Coopersmith <alan.coopersmith@sun.com> 926Date: Tue Jan 23 13:42:25 2007 -0800 927 928 Version bump: 1.0.3 929 930commit 4d02bf25b4e64d0a3fb2270491d3dbe4fc18effc 931Author: Alan Coopersmith <alan.coopersmith@sun.com> 932Date: Tue Jan 23 13:42:01 2007 -0800 933 934 Replace static changelog with dist-hook to generate from git log 935 936commit 2c5045d72ee4120c52cfc7e008237a438a1c2d30 937Author: Alan Coopersmith <alan.coopersmith@sun.com> 938Date: Mon Jan 22 19:45:08 2007 -0800 939 940 Remove on/off form of options from bitmap.man man page 941 942 Turns out the previous formatting error that hid these was an attempt 943 to comment them out since they aren't implemented, so we'll just delete them. 944 945commit 5c1c01c8222eac13e9a65a36d3b953ae6f75ae6b 946Author: Alan Coopersmith <alan.coopersmith@sun.com> 947Date: Tue Jan 2 14:37:42 2007 -0800 948 949 renamed: .cvsignore -> .gitignore 950 951commit ad55b1108f61ae0e3643bdffe430c71973d3d7ae 952Author: Eric S. Raymond <esr@thyrsus.com> 953Date: Tue Jan 2 14:34:17 2007 -0800 954 955 Bug 9511: Garbled macro invocation in bitmap.1x manual page. 956 957 <https://bugs.freedesktop.org/show_bug.cgi?id=9511> 958 959commit 3537d2121dcc68e3ecb93eaa2b341d759b0fbc88 960Author: Adam Jackson <ajax@nwnk.net> 961Date: Fri May 12 16:19:54 2006 +0000 962 963 Bump to 1.0.2 964 965commit d8f719a352cd4d4ace60566b73a077175940a351 966Author: Kevin E Martin <kem@kem.org> 967Date: Tue May 9 21:55:08 2006 +0000 968 969 Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pages 970 not created correctly when MANDIR & MANSUFFIX don't match. 971 972commit 545a878fa367a32059b33a21b9253a69ed95ccf6 973Author: Kevin E Martin <kem@kem.org> 974Date: Wed Dec 21 02:29:42 2005 +0000 975 976 Update package version for X11R7 release. 977 978commit 038d4cc67674fcecd638489625cedfdc57f4bcea 979Author: Adam Jackson <ajax@nwnk.net> 980Date: Mon Dec 19 16:22:39 2005 +0000 981 982 Stub COPYING files 983 984commit ab8a9596b7c9729914b1444208521e939f35535f 985Author: Kevin E Martin <kem@kem.org> 986Date: Thu Dec 15 00:24:01 2005 +0000 987 988 Update package version number for final X11R7 release candidate. 989 990commit d1ae6091d49c8af843e6895cb438225078a0f797 991Author: Kevin E Martin <kem@kem.org> 992Date: Wed Dec 7 16:17:58 2005 +0000 993 994 Change to use the app-defaults default dir configured in libXt. 995 996commit 07cfe6f6de483aefcc18836fd3f03bdc5d6cd823 997Author: Kevin E Martin <kem@kem.org> 998Date: Tue Dec 6 22:48:16 2005 +0000 999 1000 Change *man_SOURCES ==> *man_PRE to fix autotools warnings. 1001 1002commit f0e1e5f67882635777fa9a25496265a661c40a02 1003Author: Kevin E Martin <kem@kem.org> 1004Date: Sat Dec 3 05:49:15 2005 +0000 1005 1006 Update package version number for X11R7 RC3 release. 1007 1008commit d1dac2d6d7470212e3b2366702923a03950b9834 1009Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1010Date: Mon Nov 28 22:01:36 2005 +0000 1011 1012 Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 1013 update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) 1014 1015commit c361bb94796e409437ac71714c9a3746da0136dc 1016Author: Eric Anholt <anholt@freebsd.org> 1017Date: Mon Nov 21 10:34:55 2005 +0000 1018 1019 Another pass at .cvsignores for apps. 1020 1021commit eb1544cfc467a48074e11118a85fec3b4980460d 1022Author: Eric Anholt <anholt@freebsd.org> 1023Date: Sun Nov 20 22:08:47 2005 +0000 1024 1025 Add/improve .cvsignore files for apps. 1026 1027commit 0909ff9192c30720ce6a82043d10b4f7ce6fab83 1028Author: Kevin E Martin <kem@kem.org> 1029Date: Wed Oct 19 02:47:47 2005 +0000 1030 1031 Update package version number for RC1 release. 1032 1033commit 905ded4a3825727326ccacd48a76ca221ff59a81 1034Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1035Date: Tue Oct 18 00:32:54 2005 +0000 1036 1037 Change default install dir for app-default files from 1038 $(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match 1039 the monolith & allow localization 1040 1041commit fde7c43f092eba195a4a93391d9518f321ec9e40 1042Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1043Date: Mon Oct 17 23:56:19 2005 +0000 1044 1045 Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to 1046 work better with BSD make 1047 1048commit 0dbcf2d9436b3860ed33563e0f2daf0b2bc78dd9 1049Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1050Date: Mon Oct 17 21:13:15 2005 +0000 1051 1052 Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a 1053 suffix rule (reported by Matthieu Herrb) 1054 1055commit 00b3817d8c24dd400ff870bb02bc1c6ba2db1f05 1056Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1057Date: Fri Oct 14 01:12:07 2005 +0000 1058 1059 Add shadow man pages for atobm and bmtoa. 1060 1061commit ba5f0c8d40af187191bcda8c8e72b3e554f3c50a 1062Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1063Date: Fri Oct 14 00:25:41 2005 +0000 1064 1065 Use sed to fill in variables in man page 1066 1067commit 358ae071207882e6202bfaa4c0dd341f7239c307 1068Author: Kevin E Martin <kem@kem.org> 1069Date: Tue Oct 4 23:15:11 2005 +0000 1070 1071 Add bitmap.icon to EXTRA_DIST 1072 1073commit c3f282e1aa6176896089ea79be84b7250888a65c 1074Author: Kristian Høgsberg <krh@redhat.com> 1075Date: Thu Sep 29 18:22:01 2005 +0000 1076 1077 Add Bitmap-nocase app default file to APPDEFAULTFILES. 1078 1079commit 53c51b2407108d9bcdca53c4d3757449465b3417 1080Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1081Date: Mon Aug 1 20:25:27 2005 +0000 1082 1083 Install man pages to section 1 instead of section m (Patch from Donnie 1084 Berkholz) 1085 1086commit 5135ddd5eb135237ea780d7e8c4a4074557ac23c 1087Author: Kevin E Martin <kem@kem.org> 1088Date: Fri Jul 29 21:22:28 2005 +0000 1089 1090 Various changes preparing packages for RC0: 1091 - Verify and update package version numbers as needed 1092 - Implement versioning scheme 1093 - Change bug address to point to bugzilla bug entry form 1094 - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to 1095 reenable it) 1096 - Fix makedepend to use pkgconfig and pass distcheck 1097 - Update build script to build macros first 1098 - Update modular Xorg version 1099 1100commit 6df7e0644c9f0ce2f306331910d8adf903610c1a 1101Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1102Date: Tue Jul 26 15:44:01 2005 +0000 1103 1104 Replace more GNU make-ism's with more portable macros 1105 1106commit 55c2178d52dd695a31676bb7b48c1d19b3c77152 1107Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1108Date: Sat Jul 16 22:07:12 2005 +0000 1109 1110 Add #ifdef HAVE_CONFIG_H/#include "config.h" to files that need it to get 1111 HAS_MKSTEMP defined in modular builds. 1112 1113commit 40fc1a66cc817dad40851d61011e0a90fa48fe46 1114Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1115Date: Sat Jul 16 22:00:11 2005 +0000 1116 1117 Convert more app-defaults rules to work with non-GNU make 1118 1119commit 1bef5390ae91148e61c613235e7db3729d7e8781 1120Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1121Date: Sat Jul 16 21:59:14 2005 +0000 1122 1123 Define HAS_MKSTEMP if mkstemp() is present (needed for improved protection 1124 against tempfile race conditions in many places) 1125 1126commit cc48a5df41c59071eab0f58818366e10cb1ff4ac 1127Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 1128Date: Fri Jul 15 16:52:07 2005 +0000 1129 1130 Add dependency on xbitmaps 1131 1132commit c6129c090ad25cd2f8b191f503ac6e8cd452a31d 1133Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 1134Date: Wed Jul 6 15:47:38 2005 +0000 1135 1136 Build system for bitmap 1137 1138commit 9b6257bdb5461131e42a3d81330c76d7a2bc670a 1139Author: Egbert Eich <eich@suse.de> 1140Date: Fri Apr 23 19:54:31 2004 +0000 1141 1142 Merging XORG-CURRENT into trunk 1143 1144commit 5285b60deac481a96007a45bad4da61e8ead2552 1145Author: Egbert Eich <eich@suse.de> 1146Date: Sun Mar 14 08:34:49 2004 +0000 1147 1148 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 1149 1150commit 9f0d53b85896e1c67f770b45edc0dfa5373110c0 1151Author: Egbert Eich <eich@suse.de> 1152Date: Wed Mar 3 12:12:50 2004 +0000 1153 1154 Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 1155 1156commit 632e06aaad484b25e1c1931a8eb579679372d416 1157Author: Egbert Eich <eich@suse.de> 1158Date: Thu Feb 26 13:36:15 2004 +0000 1159 1160 readding XFree86's cvs IDs 1161 1162commit c83dc161b34afe817ed47abacbf5bad132c73888 1163Author: Egbert Eich <eich@suse.de> 1164Date: Thu Feb 26 09:23:53 2004 +0000 1165 1166 Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 1167 1168commit a9a10f80d2b5d444c38eb54e99a6bccb07e0cbd6 1169Author: Kaleb Keithley <kaleb@freedesktop.org> 1170Date: Tue Nov 25 19:29:01 2003 +0000 1171 1172 XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks 1173 1174commit 5b64274abaf585d108e65cb1dae497e74cad856e 1175Author: Kaleb Keithley <kaleb@freedesktop.org> 1176Date: Fri Nov 14 16:48:57 2003 +0000 1177 1178 XFree86 4.3.0.1 1179 1180commit 0bd1f9d8ccaf46397745779f5964f3b843186896 1181Author: Kaleb Keithley <kaleb@freedesktop.org> 1182Date: Fri Nov 14 16:48:57 2003 +0000 1183 1184 Initial revision 1185 1186commit 9711ac0a780f686806c135045d2db9b99fbe923f 1187Author: Kaleb Keithley <kaleb@freedesktop.org> 1188Date: Fri Nov 14 15:54:52 2003 +0000 1189 1190 R6.6 is the Xorg base-line 1191