1commit b29c739b577ee142877e69eb3fb07c7312d81557 2Author: Alan Coopersmith <alan.coopersmith@oracle.com> 3Date: Mon Oct 17 14:05:25 2022 -0700 4 5 libXmu 1.1.4 6 7 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 8 9commit 52db31f9e388cf9781a68e5e7d33c3cbb22d412c 10Author: Alan Coopersmith <alan.coopersmith@oracle.com> 11Date: Sat Sep 17 08:48:08 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 749d9bb10245985a25ee2a6a3262b8d882b8a889 23Author: Alan Coopersmith <alan.coopersmith@oracle.com> 24Date: Tue Sep 13 18:46:43 2022 -0700 25 26 Add simple test cases for _XEditRes{Put,Get}* functions 27 28 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 29 30commit 35831b86d10dfbe7af05040fae1fa4a6181ebfc0 31Author: Alan Coopersmith <alan.coopersmith@oracle.com> 32Date: Tue Sep 13 18:45:25 2022 -0700 33 34 _XEditResGet32: Fix casts to avoid unexpected sign extension in 64-bit 35 36 Like _XEditResGet16 we need to cast to our destination type, not 37 the source type, before combining the upper & lower halves. 38 39 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 40 41commit fe87eb4099416be52b0fc9a0a1e8a52b65dfa23c 42Author: Alan Coopersmith <alan.coopersmith@oracle.com> 43Date: Tue Sep 13 16:31:40 2022 -0700 44 45 Handle -Wmissing-field-initializers warnings 46 47 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 48 49commit 7185a8a484de41c878149e23848c903893936e14 50Author: Alan Coopersmith <alan.coopersmith@oracle.com> 51Date: Tue Sep 13 16:28:37 2022 -0700 52 53 Handle -Wsign-compare warnings 54 55 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 56 57commit 7b63db9adf687e360a1e348aabbbc16265104fc2 58Author: Alan Coopersmith <alan.coopersmith@oracle.com> 59Date: Tue Sep 13 16:20:53 2022 -0700 60 61 Clear some more -Wdiscarded-qualifiers warnings 62 63 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 64 65commit d35c1ce67641e9b6ab2c329570a8270b5c73d255 66Author: Alan Coopersmith <alan.coopersmith@oracle.com> 67Date: Tue Sep 13 16:11:14 2022 -0700 68 69 Use _CONST_X_STRING to make libXt declare String as const char * 70 71 Clears 11 out of 58 -Wdiscarded-qualifiers warnings from gcc 72 73 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 74 75commit 1d85b2960cd4bf761cc359db61f2727f19b1560c 76Author: Alan Coopersmith <alan.coopersmith@oracle.com> 77Date: Tue Sep 13 13:33:22 2022 -0700 78 79 Use memcpy instead of memmove when buffers are known not to overlap 80 81 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 82 83commit eb9adbd41bbd200be1a6baa1e05cecd41dd89f46 84Author: Alan Coopersmith <alan.coopersmith@oracle.com> 85Date: Tue Sep 13 12:58:29 2022 -0700 86 87 More typo fixes 88 89 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 90 91commit b4e47d3807da4f204dbee8682dac98318f913bd0 92Author: Alan Coopersmith <alan.coopersmith@oracle.com> 93Date: Sun Aug 21 11:21:52 2022 -0700 94 95 get_os_name: Use autoconf to detect uname() support 96 97 Stop maintaining a list of #ifdefs for ancient platforms 98 99 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 100 101commit bcc112ca1ba3505899d97ef0502fcb0fb4d6e0a0 102Author: Alan Coopersmith <alan.coopersmith@oracle.com> 103Date: Mon Aug 15 15:56:32 2022 -0700 104 105 XmuGetHostname: Drop support for ancient USG systems 106 107 USG was defined for a handful of pre-SVR4 systems based on 108 AT&T's Unix System Group releases in the old imake configs 109 and has never been defined in X11R7 modular builds. 110 111 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 112 113commit e3cad27560774ca1a5587d26900c1bd09bad7dfc 114Author: Matthieu Herrb <matthieu@herrb.eu> 115Date: Tue Jan 14 22:23:15 2020 +0100 116 117 Remove support for XA_IP_ADDRESS 118 119 This code has a number of issues: 120 - It doesn't support IPv6 https://bugs.freedesktop.org/show_bug.cgi?id=7611 121 - The IP address is set by the selection owner so it doesn't bring any 122 security for anyone querying the selection 123 - The extra DNS query that it does is problematic in some sandboxed 124 environments (like OpenBSD's pledge 125 https://marc.info/?l=openbsd-bugs&m=157842725819911&w=2) 126 127 Signed-off-by: Matthieu Herrb <matthieu@herrb.eu> 128 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 129 130commit 71f24beca39c957c9f54e77b3d2fc54cd89400b1 131Author: Matthieu Herrb <matthieu@herrb.eu> 132Date: Tue Jan 14 23:32:46 2020 +0100 133 134 Fix OWNER_OS in XmuConvertStandardSelection() on Linux 135 136 It used to return BSD 137 138 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 139 140commit 6b4f114d4cc76c0f3b1a49ed05db305f0b96bdfe 141Author: Matthieu Herrb <matthieu@herrb.eu> 142Date: Tue Jan 14 22:23:16 2020 +0100 143 144 Unifdef SYSVNET 145 146 This has not been set by configure since the switch to autotools. 147 148 Signed-off-by: Matthieu Herrb <matthieu@herrb.eu> 149 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 150 151commit 0fa4a55d396201974177735cb736a607596130e2 152Author: Alan Coopersmith <alan.coopersmith@oracle.com> 153Date: Sat Aug 6 16:15:52 2022 -0700 154 155 Convert code to use Xmumallocarray() & reallocarray() 156 157 Provides automatic integer overflow checking in allocation size calculations 158 159 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 160 161commit 621f61f7d3f5955a84e6aa8b7458699870fdee45 162Author: Alan Coopersmith <alan.coopersmith@oracle.com> 163Date: Sat Aug 6 15:38:58 2022 -0700 164 165 Import reallocarray() from libX11 (originally from OpenBSD) 166 167 Wrapper for realloc() that checks for overflow when multiplying 168 arguments together, so we don't have to add overflow checks to 169 every single call. For documentation on usage, see: 170 http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/calloc.3 171 172 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 173 174commit 05ee465685aba409800523c6615392a867366818 175Author: Alan Coopersmith <alan.coopersmith@oracle.com> 176Date: Sat Aug 6 15:17:27 2022 -0700 177 178 Remove unnnecessary casts from *alloc() and free() calls 179 180 These are not needed in C89 and later. 181 182 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 183 184commit f84dcc7fef5e0842e6408f059c13d73975114ec4 185Author: Alan Coopersmith <alan.coopersmith@oracle.com> 186Date: Sat Aug 6 16:20:28 2022 -0700 187 188 COPYING: correct source file path names 189 190 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 191 192commit ba043b0cac8b675f72825606702ccdc97b5beaa5 193Author: Alan Coopersmith <alan.coopersmith@oracle.com> 194Date: Sun Jul 17 15:59:53 2022 -0700 195 196 gitlab CI: add a basic build test 197 198 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 199 200commit 25053af7cc9307090fa1a444d9679ad729ce6f50 201Author: Alan Coopersmith <alan.coopersmith@oracle.com> 202Date: Sun Jul 17 15:56:49 2022 -0700 203 204 Fix spelling/wording issues 205 206 Found by using: 207 codespell --builtin clear,rare,usage,informal,code,names 208 209 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 210 211commit fa9b4d7d144c6ddd989b40c826c4bee9808f6cba 212Author: Alan Coopersmith <alan.coopersmith@oracle.com> 213Date: Sun Jul 17 15:52:16 2022 -0700 214 215 Build xz tarballs instead of bzip2 216 217 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 218 219commit e9efe2d027b4c46cf6834cc532222f8ad1d1d3c3 220Author: Alan Coopersmith <alan.coopersmith@oracle.com> 221Date: Sat Mar 16 11:40:41 2019 -0700 222 223 libXmu 1.1.3 224 225 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 226 227commit 9469d3593c9fb1b60cac0602d97f274e209163d7 228Author: Alan Coopersmith <alan.coopersmith@oracle.com> 229Date: Fri Dec 7 19:46:09 2018 -0800 230 231 Update configure.ac bug URL for gitlab migration 232 233 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 234 235commit 3e706ded2e46464732170ae06bdc9e9d286179ed 236Author: Alan Coopersmith <alan.coopersmith@oracle.com> 237Date: Mon Nov 19 22:26:50 2018 -0800 238 239 Update README for gitlab migration 240 241 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 242 243commit 5bd4eb821bd9e88c3a131de9a8b781f5184e22b1 244Author: Alan Coopersmith <alan.coopersmith@oracle.com> 245Date: Sat May 5 11:32:12 2018 -0700 246 247 Apply standard X.Org formatting & bracketing to StrToWidg.c 248 249 Makes code easier for humans to read and gets rid of gcc warning: 250 251 StrToWidg.c: In function ‘XmuCvtStringToWidget’: 252 StrToWidg.c:107:3: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 253 for (widgetP = parent->core.popup_list; i; i--, widgetP++) 254 ^~~ 255 StrToWidg.c:114:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 256 XtStringConversionWarning(fromVal->addr, XtRWidget); 257 ^~~~~~~~~~~~~~~~~~~~~~~~~ 258 259 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 260 261commit bc78541e9a9a95bbd5413d62bfc114ddc9265c36 262Author: Alan Coopersmith <alan.coopersmith@oracle.com> 263Date: Sat May 5 11:26:17 2018 -0700 264 265 Convert tabs to spaces in StrToWidg.c 266 267 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 268 269commit 4f0939d69a17d37be414d0de7ff717e92e7e2b11 270Author: Mihail Konev <k.mvc@ya.ru> 271Date: Thu Jan 26 13:52:49 2017 +1000 272 273 autogen: add default patch prefix 274 275 Signed-off-by: Mihail Konev <k.mvc@ya.ru> 276 277commit 99265d50e4c100182f1375b59c5ecf3e5732356d 278Author: Emil Velikov <emil.l.velikov@gmail.com> 279Date: Mon Mar 9 12:00:52 2015 +0000 280 281 autogen.sh: use quoted string variables 282 283 Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent 284 fall-outs, when they contain space. 285 286 Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> 287 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 288 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 289 290commit 6a79027955dc7f10569ac6e904844624224d5c60 291Author: Peter Hutterer <peter.hutterer@who-t.net> 292Date: Tue Jan 24 10:32:07 2017 +1000 293 294 autogen.sh: use exec instead of waiting for configure to finish 295 296 Syncs the invocation of configure with the one from the server. 297 298 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 299 Reviewed-by: Emil Velikov <emil.velikov@collabora.com> 300 301commit 4459e6940fe3fdf26a8d5d4c71989498bc400a62 302Author: Jon TURNEY <jon.turney@dronecode.org.uk> 303Date: Sat Sep 13 21:57:39 2014 +0100 304 305 Include <direct.h> for _getdrives() on Win32 306 307 Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> 308 Reviewed-by: David Macek <david.macek.0@gmail.com> 309 310commit 24bcdbd17913a1ca39c975113767aa2c556b69cc 311Author: Jon TURNEY <jon.turney@dronecode.org.uk> 312Date: Sat Sep 13 21:57:17 2014 +0100 313 314 Remove pointless X_NOT_POSIX 315 316 Both stdlib.h (only included for prototype of atoi()), and limits.h (only 317 included for PATH_MAX) are in C89, so putting this under X_NOT_POSIX seems a 318 little excessive. 319 320 Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> 321 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 322 323commit 22d9c590901e121936f50dee97dc60c4f7defb63 324Author: Alan Coopersmith <alan.coopersmith@oracle.com> 325Date: Mon Dec 2 13:00:05 2013 -0800 326 327 ShapeEllipseOrRoundedRectangle: Check height AND width, not width twice 328 329 Fixed to match check in ShapeOval() 330 https://bugs.freedesktop.org/show_bug.cgi?id=72245 331 332 Fixes cppcheck warning: 333 [ShapeWidg.c:204]: (style) Same expression on both sides of '||'. 334 335 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 336 337commit e02c30fac32e4873240e507cadc416f710188feb 338Author: Alan Coopersmith <alan.coopersmith@oracle.com> 339Date: Sun Nov 17 09:41:14 2013 -0800 340 341 Remove SUNSHLIB support for SunOS 4.x shared libraries 342 343 Never enabled in modular builds, was only enabled for SunOS 4.x in imake. 344 345 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 346 Reviewed-by: Mark Kettenis <kettenis@openbsd.org> 347 348commit 2539e539eafdac88177c8ee30b043c5d52f017e4 349Author: Alan Coopersmith <alan.coopersmith@oracle.com> 350Date: Sat Sep 7 21:28:14 2013 -0700 351 352 libXmu 1.1.2 353 354 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 355 356commit 54043bd96cc474b8f96d64a46cf99d76aac8206d 357Author: Alan Coopersmith <alan.coopersmith@oracle.com> 358Date: Sat Sep 7 21:27:41 2013 -0700 359 360 Add missing copyright notices to COPYING file 361 362 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 363 364commit d5dac08d65c4865f311cb62c161dbb1300eecd11 365Author: Alan Coopersmith <alan.coopersmith@oracle.com> 366Date: Mon Jul 22 18:05:02 2013 -0700 367 368 Preserve constness when casting const pointers in various functions 369 370 Fixes gcc warnings: 371 372 CrCmap.c: In function 'compare': 373 CrCmap.c:499:18: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] 374 CrCmap.c:499:32: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] 375 376 LocBitmap.c: In function 'XmuLocatePixmapFile': 377 LocBitmap.c:161:11: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] 378 LocBitmap.c:178:11: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] 379 380 Lower.c: In function 'XmuCopyISOLatin1Lowered': 381 Lower.c:65:46: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] 382 Lower.c: In function 'XmuCopyISOLatin1Uppered': 383 Lower.c:77:46: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] 384 Lower.c: In function 'XmuCompareISOLatin1': 385 Lower.c:89:13: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] 386 Lower.c:89:42: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] 387 Lower.c: In function 'XmuNCopyISOLatin1Lowered': 388 Lower.c:104:50: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] 389 Lower.c: In function 'XmuNCopyISOLatin1Uppered': 390 Lower.c:119:50: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] 391 392 WidgetNode.c: In function 'compare_resource_entries': 393 WidgetNode.c:89:21: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] 394 WidgetNode.c:90:7: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] 395 396 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 397 398commit e46ecb4e02b7f919b11efa79448d4db71d1deb69 399Author: Thomas Klausner <wiz@NetBSD.org> 400Date: Sun Jun 2 21:10:27 2013 +0200 401 402 Fix a const issue. 403 404 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 405 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 406 407commit 474d22468c90f99104873b4c5fd7b0f0d2cbf823 408Author: Colin Walters <walters@verbum.org> 409Date: Wed Jan 4 17:37:06 2012 -0500 410 411 autogen.sh: Implement GNOME Build API 412 413 http://people.gnome.org/~walters/docs/build-api.txt 414 415 Signed-off-by: Adam Jackson <ajax@redhat.com> 416 417commit 2f66383e79b9d2fae79d49cf0b1b3a3811c6d47e 418Author: Adam Jackson <ajax@redhat.com> 419Date: Tue Jan 15 14:28:48 2013 -0500 420 421 configure: Remove AM_MAINTAINER_MODE 422 423 Signed-off-by: Adam Jackson <ajax@redhat.com> 424 425commit 9b253d99d5b4f3fbb681c2cb1b84f8f9acfee528 426Author: Alan Coopersmith <alan.coopersmith@oracle.com> 427Date: Fri Jan 4 19:46:16 2013 -0800 428 429 unifdef -U__UNIXOS2__ 430 431 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 432 433commit 5d0ae34fb30ae1e4795f93561235fd2c72f0cc47 434Author: Alan Coopersmith <alan.coopersmith@oracle.com> 435Date: Wed Dec 26 23:32:03 2012 -0800 436 437 Remove unused DECnet ("DNETCONN") code from XmuConvertStandardSelection 438 439 Has never been converted to build in modular builds, so has been unusable 440 since X11R7.0 release in 2005. DNETCONN support was removed from xtrans 441 back in 2008. 442 443 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 444 445commit 6437d834cd66621e4e9f4decf7341b6d7ff45556 446Author: Alan Coopersmith <alan.coopersmith@oracle.com> 447Date: Mon Mar 5 23:00:10 2012 -0800 448 449 libXmu 1.1.1 450 451 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 452 453commit ccd9e64515d6fc7b5367d6d98ecd3abf5b084026 454Author: Alan Coopersmith <alan.coopersmith@oracle.com> 455Date: Thu Nov 10 20:34:03 2011 -0800 456 457 Fix gcc -Wwrite-strings warnings (some, not all) 458 459 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 460 461commit 72ac4c4a464b3aec21cdbe367c9d465cbe0f3ff1 462Author: Alan Coopersmith <alan.coopersmith@oracle.com> 463Date: Thu Nov 10 09:55:07 2011 -0800 464 465 Drop support for pre-ANSI-C89 preprocessors 466 467 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 468 469commit 004d535c707251bd4fb47426f90712c195c6dfc7 470Author: Matt Dew <marcoz@osource.org> 471Date: Tue Oct 4 20:51:48 2011 -0600 472 473 Cleanup IDs and links in doc 474 475 1 - fix the capitalization of the ID attributes to match either the 476 <title> or <funcdef> string it goes with. 477 2 - fix any <linkend>'s that were affected by 1. 478 3 - any <function> in the docs that has an actual funcdef, 479 will become an olink. 480 481 Signed-off-by: Matt Dew <marcoz@osource.org> 482 483commit d7d2ad7dde7b2653aa1e08e9339674bc40f1560a 484Author: Jeremy Huddleston <jeremyhu@apple.com> 485Date: Sat Sep 24 17:00:09 2011 -0700 486 487 Fix build with -DDEBUG 488 489 https://bugs.freedesktop.org/show_bug.cgi?id=1069 490 491 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 492 493commit 66492163cb244fbe22c67bebb14c0918dd11eab6 494Author: Alan Coopersmith <alan.coopersmith@oracle.com> 495Date: Fri Sep 16 22:46:25 2011 -0700 496 497 Strip trailing whitespace 498 499 Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' 500 git diff -w & git diff -b show no diffs from this change 501 502 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 503 504commit 6ffa7e4bb1e7efdad4dd987e1fe27cdee96f7063 505Author: Gaetan Nadon <memsize@videotron.ca> 506Date: Wed Sep 14 14:33:24 2011 -0400 507 508 docs: use appropriate markup for copyright statement 509 510 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 511 512commit 7b2589d66d672d2585d3df4074ce64443f7e4b71 513Author: Gaetan Nadon <memsize@videotron.ca> 514Date: Mon Sep 12 11:01:19 2011 -0400 515 516 docs: use the &fullrelvers; entity to set X11 release information 517 518 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 519 520commit 46cc8a399aa16d145a9141d2fa8172282e4b7211 521Author: Gaetan Nadon <memsize@videotron.ca> 522Date: Thu Sep 8 20:00:00 2011 -0400 523 524 docbook.am: embed css styles inside the HTML HEAD element 525 526 Rather than referring to the external xorg.css stylesheet, embed the content 527 of the file in the html output produced. This is accomplished by using 528 version 1.10 of xorg-xhtml.xsl. 529 530 This makes the whole html docs tree much more relocatable. 531 In addition, it eliminates xorg.css as a runtime file which makes 532 xorg-sgml-doctools a build time only package. 533 534 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 535 536commit 01d2a55b4fd8e3743b1f396f81be6a06f6345ac5 537Author: Gaetan Nadon <memsize@videotron.ca> 538Date: Wed Sep 7 10:31:04 2011 -0400 539 540 docbook.am: global maintenance update - entities, images and olinking 541 542 Adding support in libX11 for html chunking caused a reorg of docbook.am 543 as well as the xorg-sgml-doctools masterdb for olinking. 544 The parameter img.src.path is added for pdf images. 545 A searchpath to the root builddir is added for local entities, if present. 546 547 The docbook.am makefile hides all the details and is identical for 548 all 22 modules having DocBook documentation. It is included by a thin 549 Makefile.am which requires no docbook knowledge. 550 551 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 552 553commit 888135ef815766f0421438430ca40809e4f7e411 554Author: Gaetan Nadon <memsize@videotron.ca> 555Date: Sun Aug 7 21:20:26 2011 -0400 556 557 docbook pdf: add xsl parameter to locate images 558 559 Unlike html, pdf/ps requires a full path name to find images, 560 but only needs it to make an internal copy of it at build time. 561 The image can later be removed and the image still shows up in the pdf doc. 562 This allows us to use the absolute builddir. 563 564 This parameter must not be used for html which loads the image from disk 565 at user read time. The image is removed from builddir after build is done, 566 and we do not know where the image will be installed by the distro. 567 568 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 569 570commit 5ba82aec6547513ea182cbc6cb95b472bbfb9dc5 571Author: Gaetan Nadon <memsize@videotron.ca> 572Date: Sun Aug 7 20:30:58 2011 -0400 573 574 Xmu.xml: Change layout of the X Logo figure 575 576 The floating does not come up right, the figure caption is in the way. 577 Move the figure out of the paragraph and below the text. 578 579 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 580 581commit 08fb51c1db9c9693125f4c093d07abc94d6ce0f6 582Author: Gaetan Nadon <memsize@videotron.ca> 583Date: Sun Jun 12 18:39:46 2011 -0400 584 585 Install xml versions of specs even if HAVE_XMLTO is false 586 587 DocBook/XML input source is also a usefull output format that can be viewed 588 with an XML viewer or editor and by some O/S help system. 589 590 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 591 592commit a70bedc470f5482dc64b947057e5120c2f322177 593Author: Gaetan Nadon <memsize@videotron.ca> 594Date: Sun Jun 5 16:27:37 2011 -0400 595 596 Install target dbs alongside generated documents 597 598 This matches a change in xorg-sgml-docs whereby the masterdb will look for 599 the target dbs into the same location as the generated documents. 600 601 The target dbs are now installed alongside the generated documents. 602 Previously they are installed in $prefix/sgml/X11/dbs alongside masterdb which 603 has the potential of installing outside the package prefix and cause 604 distcheck to fail when user does not have write permission in this package. 605 606 Requires XORG_CHECK_SGML_DOCTOOLS(1.8) which was released 2011-06-11 607 608commit 3f3c9a60381371f60a174497ea6d5d90abea4261 609Author: Matt Dew <marcoz@osource.org> 610Date: Tue May 31 20:03:23 2011 -0600 611 612 Add id attributes to funcsynopsis to allow other docs to olink to them. 613 614 Signed-off-by: Matt Dew <marcoz@osource.org> 615 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 616 Reviewed-by: Gaetan Nadon <memsize@videotron.ca> 617 618commit 4000666e864e477e712caa0f0c0a5d09006c7752 619Author: Gaetan Nadon <memsize@videotron.ca> 620Date: Sun Feb 27 15:06:18 2011 -0500 621 622 Documentation: add Docbook external references support 623 624 When writing technical documentation, it is often necessary to cross 625 reference to other information. When that other information is not in the 626 current document, additional support is needed, namely <olink>. 627 628 A new feature with version 1.7 of xorg-sgml-doctools adds references to 629 other documents within or outside this package. 630 631 This patch adds technical support for this feature but does not change 632 the content of the documentation as seen by the end user. 633 634 Each book or article must generate a database containing the href 635 of sections that can be referred to from another document. This database 636 is installed in DATAROOTDIR/sgml/X11/dbs. There is a requirement that 637 the value of DATAROOTDIR for xorg-sgml-doctools and for the package 638 documentation is the same. This forms a virtual document tree. 639 640 This database is consulted by other documents while they are being generated 641 in order to fulfill the missing information for linking. 642 Refer to the xorg-sgml-doctools for further technical information. 643 644 Co-authored-by: Matt Dew <marcoz@osource.org> 645 646 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 647 648commit 6ab92082d5f6c842b578a9fe1f9888ed3339336a 649Author: Alan Coopersmith <alan.coopersmith@oracle.com> 650Date: Thu Feb 10 22:06:52 2011 -0800 651 652 Make EditresCom.c identation a lot less random 653 654 2 spaces! No 4! 2! 3! No, Blue! Red! Aughughurglrgll... 655 656 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 657 658commit 70ca0ef2cc0ec84308792a7b184e90c5cb358278 659Author: Gaetan Nadon <memsize@videotron.ca> 660Date: Wed Feb 2 19:51:54 2011 -0500 661 662 config: remove config test for snprintf 663 664 The macro HAS_SNPRINTF is hard coded to always be defined. 665 If it were not defined, Lower.c would include snprintf.c 666 which does not exist. Seems to be relics from IMakefile 667 668 Other modules are using snprintf unconditionally. 669 670 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 671 Reviewed-by: Julien Cristau <jcristau@debian.org> 672 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 673 674commit 9f57096dd0881651de3b710b182db59091e6f421 675Author: Gaetan Nadon <memsize@videotron.ca> 676Date: Wed Feb 2 11:43:43 2011 -0500 677 678 config: comment, minor upgrade, quote and layout configure.ac 679 680 Group statements per section as per Autoconf standard layout 681 Quote statements where appropriate. 682 Autoconf recommends not using dnl instead of # for comments 683 684 Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters. 685 686 This helps automated maintenance and release activities. 687 Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines 688 689 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 690 691commit 1be35fb51871f314bef673975c2be94e5e427696 692Author: Gaetan Nadon <memsize@videotron.ca> 693Date: Fri Jan 28 19:41:37 2011 -0500 694 695 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS 696 697 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 698 699commit 9bd47f1db85b0c997389609ad26a2766f5aeeff5 700Author: Gaetan Nadon <memsize@videotron.ca> 701Date: Fri Jan 28 16:34:14 2011 -0500 702 703 config: remove unrequired AC_CONFIG_AUX_DIR 704 705 The default location for the generation of configuation files is the current 706 package root directory. These files are config.* and friends. 707 708 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 709 710commit 2f00ed22d17592b963fabd925dba90f2a003d801 711Author: Alan Coopersmith <alan.coopersmith@oracle.com> 712Date: Sun Dec 5 00:13:25 2010 -0800 713 714 XmuCvtStringToCursor: sprintf -> snprintf & check for XtMalloc failure 715 716 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 717 718commit 813ee0dcecc89d3f334d8747b171c71e34a7671e 719Author: Gaetan Nadon <memsize@videotron.ca> 720Date: Tue Nov 9 13:04:57 2010 -0500 721 722 config: HTML file generation: use the installed copy of xorg.css 723 724 Currenlty the xorg.css file is copied in each location 725 where a DocBook/XML file resides. This produces about 726 70 copies in the $(docdir) install tree. 727 728 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 729 730commit 5d9b0896bfdfe60656a2d806a06e17c7adf335b5 731Author: Alan Coopersmith <alan.coopersmith@oracle.com> 732Date: Fri Oct 29 16:52:54 2010 -0700 733 734 libXmu 1.1.0 735 736 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 737 738commit 28f4666ad88ab736f52c1cb16674226f14bc2a15 739Author: Alan Coopersmith <alan.coopersmith@oracle.com> 740Date: Thu Oct 28 12:24:30 2010 -0700 741 742 Remove unnecessary calls from configure.ac 743 744 AC_PROG_CC is handled by XORG_DEFAULT_OPTIONS 745 AC_SUBST of *_LIBS & *_CFLAGS are handled by PKG_CHECK_MODULES 746 747 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 748 749commit 1ab19053c75b44be9c49700b1190dd5d8da152ce 750Author: Jesse Adkins <jesserayadkins@gmail.com> 751Date: Tue Sep 28 13:30:03 2010 -0700 752 753 Purge cvs tags. 754 755 Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> 756 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 757 758commit 75a065b9b8145bac20d9080cb5237a25bb3ad190 759Author: Gaetan Nadon <memsize@videotron.ca> 760Date: Tue Aug 3 13:23:32 2010 -0400 761 762 specs: xsl stylesheet requires abs path to images 763 764 Using abs_builddir requires automake 1.10 or later. 765 766 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 767 768commit b56c3e61038c7cdb49bdb40455c2b3a12ae35d3c 769Author: Fernando Carrijo <fcarrijo@yahoo.com.br> 770Date: Thu Jul 1 07:00:53 2010 -0300 771 772 Purge macro NEED_EVENTS 773 774 Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br> 775 Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com> 776 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 777 778commit e721c444a8268db0406e26d65e0a4746c477750f 779Author: Gaetan Nadon <memsize@videotron.ca> 780Date: Fri Jun 25 15:06:39 2010 -0400 781 782 config: use HAVE_XMLTO_TEXT from XORG_WITH_XMLTO 783 784 Skip text format when XMLTO dependencies for text format 785 are missing (lynx, links or w3m) 786 787 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 788 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 789 790commit 449bc79585f324c5695f379def1e57fe9fcec2e6 791Author: Gaetan Nadon <memsize@videotron.ca> 792Date: Fri Jun 25 15:02:59 2010 -0400 793 794 config: use HAVE_STYLESHEET now defined in XORG_CHECK_SGML_DOCTOOLS 795 796 Also use STYLESHEET_SRCDIR XSL_STYLESHEET 797 798 This requires version 1.10 of util-macros 799 800 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 801 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 802 803commit 167c191895d956831f76ece5f2bdbef8cea4ed45 804Author: Gaetan Nadon <memsize@videotron.ca> 805Date: Fri Jun 25 14:10:58 2010 -0400 806 807 config: move docs ignore from toplevel .gitignore to /doc 808 809 Also add missing *.css 810 811 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 812 813commit 2d8fa1b7905bbbc37f42f651ed1f881359ac6a09 814Author: Alan Coopersmith <alan.coopersmith@oracle.com> 815Date: Wed Jun 23 08:02:08 2010 -0700 816 817 Add xorg.css to CLEANFILES to pass make distcheck 818 819 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 820 821commit f7e752f3842fddff907901cccb45dde77c297d20 822Author: Alan Coopersmith <alan.coopersmith@oracle.com> 823Date: Tue Jun 15 22:06:15 2010 -0700 824 825 Use shared stylesheets from xorg-sgml-doctools instead of a private copy 826 827 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 828 829commit ffef5f4ee489a7f2d228601ee351bc2445436304 830Author: Alan Coopersmith <alan.coopersmith@oracle.com> 831Date: Sat Jun 19 22:34:50 2010 -0700 832 833 Add some cross-reference links and an index to the docs 834 835 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 836 837commit 0a198dd15c7963f7b9be094370761cac368d9292 838Author: Alan Coopersmith <alan.coopersmith@oracle.com> 839Date: Wed Jun 9 15:48:58 2010 -0700 840 841 Xmu.xml: Compilers that can't handle void are now ancient history 842 843 Plus a bonus it's -> its typo fix 844 845 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 846 847commit dc02453cde3047bce48a8ca23c27c807642b1670 848Author: Alan Coopersmith <alan.coopersmith@oracle.com> 849Date: Wed Jun 9 11:30:17 2010 -0700 850 851 Use _X_ATTRIBUTE_PRINTF from Xfuncproto.h in Xmu headers 852 853 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 854 Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net> 855 Reviewed-by: Julien Cristau <jcristau@debian.org> 856 857commit eb8ed42cc7f40d8dd506aeebb759dd99dac1552e 858Author: Alan Coopersmith <alan.coopersmith@oracle.com> 859Date: Wed Jun 9 11:25:12 2010 -0700 860 861 Document which functions are in libXmu vs. libXmuu 862 863 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 864 865commit bde1baeddb216b7ab6322646d9bdf3bb629c4c25 866Author: Alan Coopersmith <alan.coopersmith@oracle.com> 867Date: Wed Jun 9 11:04:17 2010 -0700 868 869 Add XmuNCopyISOLatin1Lowered & XmuNCopyISOLatin1Uppered to doc/Xmu.xml 870 871 Also add notes to the originals warning about buffer overflow 872 873 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 874 875commit 6b98e89515ba0ee755bdc9c4783b84b464d2a10c 876Author: Alan Coopersmith <alan.coopersmith@oracle.com> 877Date: Wed Jun 9 10:50:23 2010 -0700 878 879 Update docs to match headers 880 881 - caddr_t is now XPointer 882 - a number of char * arguments are now unsigned char * or constified 883 - XmuLookup* functions are in Lookup.h, so split into new section 884 885 There are still a bunch of headers with undocumented functions/#defines: 886 - CvtCache.h 887 - EditresP.h 888 - ExtAgent.h 889 - Misc.h 890 - WhitePoint.h 891 - Xmu.h 892 - some of the functions in Converters.h 893 894 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 895 896commit 13409196c36151e4b5212ae08e6cfda6d7c93696 897Author: Alan Coopersmith <alan.coopersmith@oracle.com> 898Date: Wed Jun 9 10:23:08 2010 -0700 899 900 Add XmuSnprintf to doc/Xmu.xml 901 902 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 903 904commit a4a87ddfa4948c3f5c210ab7a472b65569ae0e64 905Author: Alan Coopersmith <alan.coopersmith@oracle.com> 906Date: Tue Jun 8 21:20:58 2010 -0700 907 908 Show X logo as a figure for XmuDrawLogo 909 910 Because we can. 911 912 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 913 914commit 5e22a1fb7c2bae8d5b393b95b253c865c9eed309 915Author: Alan Coopersmith <alan.coopersmith@oracle.com> 916Date: Tue Jun 8 16:51:41 2010 -0700 917 918 Fix distcheck (forgot to mark Xmu.xml as dist_*) 919 920 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 921 922commit f38c2c057ebca8ca4afc2cb8fb835702bdba4fc6 923Author: Alan Coopersmith <alan.coopersmith@oracle.com> 924Date: Tue Jun 8 16:25:49 2010 -0700 925 926 Correct some minor typos in original document 927 928 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 929 930commit 70596fce92bd58d46e19de63b6c3faca38cbc181 931Author: Alan Coopersmith <alan.coopersmith@oracle.com> 932Date: Tue Jun 8 16:19:49 2010 -0700 933 934 Convert Xmu.ms to DocBook/xml 935 936 Bumps xorg-macros requirement to 1.6 for XORG_ENABLE_DOCS & friends 937 938 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 939 940commit 868ed2d97150aed414a7fd8f5dc317b8f38b05fd 941Author: Alan Coopersmith <alan.coopersmith@oracle.com> 942Date: Mon Jun 7 15:51:32 2010 -0700 943 944 Move doc/Xmu.ms from xorg-docs module 945 946 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 947 948commit af962b3bed9d3c42cf81946a5732f0d37d1843e8 949Author: Gaetan Nadon <memsize@videotron.ca> 950Date: Wed May 26 17:01:57 2010 -0400 951 952 config: add WhitePoint.h to the include headers 953 954 This file was added in commit 8c5b2278580193578cdd0da8c8e948e74f8a3f26 955 because it was missing from the tarball. It was added to 956 EXTRA_DIST so it never got installed in $includedir. 957 958 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 959 960commit bae14e85d90a4ea040cb1b25ba89c98a0ebe1670 961Author: Gaetan Nadon <memsize@videotron.ca> 962Date: Mon Apr 5 20:10:35 2010 -0400 963 964 config: update AC_PREREQ statement to 2.60 965 966 Unrelated to the previous patches, the new value simply reflects 967 the reality that the minimum level for autoconf to configure 968 all x.org modules is 2.60 dated June 2006. 969 970 ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz 971 972 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 973 974commit a6210dd05cfe92d0af2e23358851c3a38c2aaca6 975Author: Gaetan Nadon <memsize@videotron.ca> 976Date: Mon Mar 29 14:53:49 2010 -0400 977 978 config: remove the pkgconfig pc.in file from EXTRA_DIST 979 980 Automake always includes it in the tarball. 981 982 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 983 984commit 1de26ffbdec68f8ca6aa2448869a323bcceda26d 985Author: Gaetan Nadon <memsize@videotron.ca> 986Date: Sat Mar 27 16:19:35 2010 -0400 987 988 config: remove execute permission on source C file 989 990 Introduced in 85f77401635dfa57d40de89aa2c9f39a344a8d3b 991 "Fix build problems on WIN32 platforms" 992 993 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 994 995commit d2702478f3d36fb3053b9796657310750e5e5738 996Author: Gaetan Nadon <memsize@videotron.ca> 997Date: Fri Nov 27 20:56:04 2009 -0500 998 999 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES 1000 1001 Now that the INSTALL file is generated. 1002 Allows running make maintainer-clean. 1003 1004commit 8d5e9bd04c8cc90a262223f8a16c4ac7c0c66c2d 1005Author: Gaetan Nadon <memsize@videotron.ca> 1006Date: Wed Oct 28 14:09:10 2009 -0400 1007 1008 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 1009 1010 Add missing INSTALL file. Use standard GNU file on building tarball 1011 README may have been updated 1012 Remove AUTHORS file as it is empty and no content available yet. 1013 Remove NEWS file as it is empty and no content available yet. 1014 1015commit 80650c71c06b87e8a5ff0122c1f2bf7798ab2e96 1016Author: Gaetan Nadon <memsize@videotron.ca> 1017Date: Tue Oct 27 15:07:25 2009 -0400 1018 1019 Deploy the new XORG_DEFAULT_OPTIONS #24242 1020 1021 This macro aggregate a number of existing macros that sets commmon 1022 X.Org components configuration options. It shields the configuration file from 1023 future changes. 1024 1025commit 1dba944c770fcc4b276641e0ae01e2e4371dc101 1026Author: Gaetan Nadon <memsize@videotron.ca> 1027Date: Mon Oct 26 22:08:43 2009 -0400 1028 1029 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 1030 1031 ChangeLog filename is known to Automake and requires no further 1032 coding in the makefile. 1033 1034commit 854456de21a1e722edd5e03ba8467107401fd7b6 1035Author: Gaetan Nadon <memsize@videotron.ca> 1036Date: Thu Oct 22 12:34:19 2009 -0400 1037 1038 .gitignore: use common defaults with custom section # 24239 1039 1040 Using common defaults will reduce errors and maintenance. 1041 Only the very small or inexistent custom section need periodic maintenance 1042 when the structure of the component changes. Do not edit defaults. 1043 1044commit ab323caeb2b763abc8986fe71531dedb62ec9720 1045Author: Jeremy Huddleston <jeremyhu@freedesktop.org> 1046Date: Wed Oct 21 12:47:25 2009 -0700 1047 1048 This is not a GNU project, so declare it foreign. 1049 1050 On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: 1051 > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: 1052 > > I noticed an INSTALL file in xlsclients and libXvMC today, and it 1053 > > was quite annoying to work around since 'autoreconf -fvi' replaces 1054 > > it and git wants to commit it. Should these files even be in git? 1055 > > Can I nuke them for the betterment of humanity and since they get 1056 > > created by autoreconf anyways? 1057 > 1058 > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 1059 1060 As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with 1061 AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation 1062 of the INSTALL file. It is also part of the 24206 solution. 1063 1064 Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org> 1065 1066commit c2c76abe51878f55e22c44c747f1243e56a4344b 1067Author: Alan Coopersmith <alan.coopersmith@sun.com> 1068Date: Wed Sep 23 17:53:41 2009 -0700 1069 1070 libXmu 1.0.5 1071 1072 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 1073 1074commit 5b31bee92b56147e2c17d19e46e09145d765fdb4 1075Author: Alan Coopersmith <alan.coopersmith@sun.com> 1076Date: Wed Sep 23 17:49:27 2009 -0700 1077 1078 Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS 1079 1080 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 1081 1082commit fef063d82e332b96bcb12ce41abefce868821577 1083Author: Alan Coopersmith <alan.coopersmith@sun.com> 1084Date: Wed Sep 23 17:47:16 2009 -0700 1085 1086 Add pointer to API docs in xorg-docs to README 1087 1088 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 1089 1090commit 88bd2d387fbb068339b65506331136085082def6 1091Author: Julien Cristau <jcristau@debian.org> 1092Date: Tue Mar 31 00:01:48 2009 +0200 1093 1094 libXmu: check for LONG64, not LONG_64 1095 1096 The latter isn't defined anywhere, so editres hasn't been able to read a 1097 pointer on 64bit since about 10 years. 1098 Admittedly, this should be using stdint types, but... 1099 1100 Debian bug#521887 <http://bugs.debian.org/521887> 1101 1102 Reported-by: Samuel Thibault <samuel.thibault@ens-lyon.org> 1103 Signed-off-by: Julien Cristau <jcristau@debian.org> 1104 1105commit f1ccbcffc9171868256b5813aa558f6756aca508 1106Author: Alan Coopersmith <alan.coopersmith@sun.com> 1107Date: Mon Feb 2 20:34:34 2009 -0800 1108 1109 Add README with pointers to mailing list, bugzilla & git repos 1110 1111 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 1112 1113commit 049534f4eb409bea62b590b436bef78e5eef5b8e 1114Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 1115Date: Thu Jan 29 20:02:33 2009 -0200 1116 1117 Janitor: make distcheck, compiler warnings, .gitignore. 1118 1119commit fc2096538ff7424bfeb171b1a36e860070594627 1120Author: Alan Coopersmith <alan.coopersmith@sun.com> 1121Date: Mon Aug 4 19:42:22 2008 -0700 1122 1123 Add libX11 to libXmu dependencies 1124 1125commit 85f77401635dfa57d40de89aa2c9f39a344a8d3b 1126Author: Colin Harrison <colin.harrison-at-virgin.net> 1127Date: Tue Apr 29 13:13:06 2008 +0100 1128 1129 Fix build problems on WIN32 platforms 1130 1131commit aa6e9793fbb8621ce1f1ed580298621e29638619 1132Author: Colin Harrison <colin.harrison-at-virgin.net> 1133Date: Sat Apr 26 08:51:54 2008 +0100 1134 1135 Switch to winsock2 1136 1137commit cbfab9d91e17239084ab24b99751bdd1610fcc1b 1138Author: Matthieu Herrb <matthieu.herrb@laas.fr> 1139Date: Sun Mar 9 08:32:59 2008 +0100 1140 1141 nuke RCS Ids 1142 1143commit 3fe753215b6186e588246220a473417810f82b05 1144Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 1145Date: Thu Feb 28 18:55:23 2008 -0300 1146 1147 Compile warning fix by using Cardinal instead of int. 1148 1149 This also matches the function prototype. 1150 1151commit e2735131202e7801e72ce33def666b6a0a543e26 1152Author: Alan Coopersmith <alan.coopersmith@sun.com> 1153Date: Mon Jan 14 14:11:43 2008 -0800 1154 1155 Version bump: 1.0.4 1156 1157commit f11b5a161944dc694ee059f88acb20826bd6d90b 1158Author: Alan Coopersmith <alan.coopersmith@sun.com> 1159Date: Mon Jan 14 11:21:36 2008 -0800 1160 1161 Coverity #52: Dead code in get_os_name() 1162 1163commit 6f5ea6a2a0b56674f08f58d95085c0e9a8797fe2 1164Author: Alan Coopersmith <alan.coopersmith@sun.com> 1165Date: Sun Jan 13 01:58:12 2008 -0800 1166 1167 Clear sparse warnings: Using plain integer as NULL pointer 1168 1169commit 6f76ccc70a5f5ae834a3e63c9f4f35704837a4d1 1170Author: Alan Coopersmith <alan.coopersmith@sun.com> 1171Date: Fri Jan 11 20:43:26 2008 -0800 1172 1173 Add hooks for checking sources with tools like lint & sparse 1174 1175commit 43ec402bcd6a2333a4e213de3a82d7e3392b0fb0 1176Author: James Cloos <cloos@jhcloos.com> 1177Date: Thu Dec 6 16:38:32 2007 -0500 1178 1179 Replace static ChangeLog with dist-hook to generate from git log 1180 1181commit 7e35135e9ad1ea2ef101402ea26bec62c3cbb69a 1182Author: James Cloos <cloos@jhcloos.com> 1183Date: Mon Sep 3 05:53:43 2007 -0400 1184 1185 Add *~ to .gitignore to skip patch/emacs droppings 1186 1187commit a3e01af0f4b56b3b8891040cf0f7208265bbea2a 1188Author: Daniel Stone <daniel@fooishbar.org> 1189Date: Wed Nov 8 20:01:35 2006 +0200 1190 1191 bump to 1.0.3 1192 1193commit 7beb4c2909af805e61d073a6f2b93234eb91834d 1194Author: Adam Jackson <ajax@benzedrine.nwnk.net> 1195Date: Fri Oct 13 16:22:06 2006 -0400 1196 1197 Bump to 1.0.2 1198 1199commit 339368b404a807d1c494b260314da16d044986ff 1200Author: Alan Coopersmith <alan.coopersmith@sun.com> 1201Date: Thu Jul 13 14:59:01 2006 -0700 1202 1203 renamed: .cvsignore -> .gitignore 1204 1205commit 60620a4b7eeb004e55ba57aef8df33f6adc930f0 1206Author: Matthias Hopf <mhopf@suse.de> 1207Date: Mon Jul 3 19:33:05 2006 +0200 1208 1209 Added README missing from CVS conversion. 1210 1211commit 05a5c96fcef9822ff3c0312427d2c2672f73b551 1212Author: Matthieu Herrb <matthieu.herrb@laas.fr> 1213Date: Sun Apr 30 14:22:53 2006 +0000 1214 1215 Define BITMAPDIR for the case where ${prefix} != /usr 1216 1217commit 0aa6a46099fb319c82da51b8a73566007ad5acbd 1218Author: Adam Jackson <ajax@nwnk.net> 1219Date: Thu Apr 27 00:18:38 2006 +0000 1220 1221 Bump to 1.0.1 1222 1223commit 7bb6398aa024d782706125bebd93468f9cc8a0ec 1224Author: Adam Jackson <ajax@nwnk.net> 1225Date: Mon Mar 20 19:57:04 2006 +0000 1226 1227 Bug #6276: Fix build on Cygwin. (Yaakov Selkowitz) 1228 1229commit 78ab364fec59fa84ac914d51628dfb8ac4a048a5 1230Author: Kevin E Martin <kem@kem.org> 1231Date: Thu Dec 15 00:24:30 2005 +0000 1232 1233 Update package version number for final X11R7 release candidate. 1234 1235commit 1d93f5a9968e6e9af8f15c60107b1691009d1bd8 1236Author: Kevin E Martin <kem@kem.org> 1237Date: Sat Dec 3 05:49:44 2005 +0000 1238 1239 Update package version number for X11R7 RC3 release. 1240 1241commit 5a807bcce047a8072db2c0cef05a84aa6e6cd3ca 1242Author: Kevin E Martin <kem@kem.org> 1243Date: Sat Nov 19 07:15:42 2005 +0000 1244 1245 Update pkgconfig files to separate library build-time dependencies from 1246 application build-time dependencies, and update package deps to work 1247 with separate build roots. 1248 1249commit c50ca633b633d25ba672fb19ac182cea40242069 1250Author: Kevin E Martin <kem@kem.org> 1251Date: Wed Oct 19 02:48:11 2005 +0000 1252 1253 Update package version number for RC1 release. 1254 1255commit 8c5b2278580193578cdd0da8c8e948e74f8a3f26 1256Author: Kevin E Martin <kem@kem.org> 1257Date: Wed Oct 5 19:57:36 2005 +0000 1258 1259 Add missing file to EXTRA_DIST 1260 1261commit bf4087e453d8fd83630976cd6e7e31c63737a4a1 1262Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 1263Date: Mon Oct 3 20:55:36 2005 +0000 1264 1265 Remvoe README file that is symlinked from monolith 1266 1267commit 82b5da0b34780df3fe91c4b617cb541ee767d794 1268Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1269Date: Sat Jul 30 19:15:16 2005 +0000 1270 1271 Add -D flags to clear various warnings (Stefan Dirsch) 1272 1273commit 43f43567e3c8c63f6b70d7e529827cd5f15e15d3 1274Author: Kevin E Martin <kem@kem.org> 1275Date: Fri Jul 29 21:22:52 2005 +0000 1276 1277 Various changes preparing packages for RC0: 1278 - Verify and update package version numbers as needed 1279 - Implement versioning scheme 1280 - Change bug address to point to bugzilla bug entry form 1281 - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to 1282 reenable it) 1283 - Fix makedepend to use pkgconfig and pass distcheck 1284 - Update build script to build macros first 1285 - Update modular Xorg version 1286 1287commit e9ee49d99a20458e5f36bba48a7ea65bb5230a8d 1288Author: Daniel Stone <daniel@fooishbar.org> 1289Date: Sat Jul 16 07:16:27 2005 +0000 1290 1291 Set soversions to 6.2.0 and 1.0.0 with -version-number. 1292 1293commit 81f5815d0c42b7065eb8e5aeef8e115e7398128f 1294Author: Keith Packard <keithp@keithp.com> 1295Date: Sat Jul 9 06:43:26 2005 +0000 1296 1297 Add .cvsignore files 1298 1299commit 56ef5803a7def4f0d08ce8863e317b250c9c0ce4 1300Author: Daniel Stone <daniel@fooishbar.org> 1301Date: Sun Jul 3 07:00:57 2005 +0000 1302 1303 Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 1304 Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. 1305 Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all 1306 source files in the xserver/xorg tree, predicated on defines of 1307 HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to 1308 <X11/fonts/foo.h>. 1309 1310commit 5a64c1de0a1d620039afbb0805ae23f10470e815 1311Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1312Date: Sun May 22 19:06:20 2005 +0000 1313 1314 Add XTRANS_CONNECTION_FLAGS to get network transport #defines for 1315 CvdStdSel.c 1316 Add libXmuu_la_LIBADD 1317 1318commit 506a8f64c84b3db3ad64d03ee698c1de227247de 1319Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1320Date: Sun May 22 04:36:38 2005 +0000 1321 1322 Move #ifdef HAVE_CONFIG_H outside of #ifdef SYSVNET 1323 1324commit 9ca353477c403ab1341e994a5a42a998d29e9a58 1325Author: Adam Jackson <ajax@nwnk.net> 1326Date: Thu May 19 00:22:32 2005 +0000 1327 1328 revert last change, didn't do right thing at all, sorry for the noise 1329 1330commit 0a662934f050cff90e82d463ec809c3758b260b1 1331Author: Adam Jackson <ajax@nwnk.net> 1332Date: Thu May 19 00:10:08 2005 +0000 1333 1334 Require automake 1.7 in AM_INIT_AUTOMAKE 1335 1336commit 2e403190ff21b0bb277391a73741cfc6d5005ac3 1337Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 1338Date: Wed May 18 19:38:36 2005 +0000 1339 1340 - Add Xmu build system 1341 1342commit 7cea083d37cfaaad321bddca0fb75b3308956938 1343Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 1344Date: Wed May 18 19:30:41 2005 +0000 1345 1346 - Add Xmu to symlink.sh 1347 - Conditionally include config.h in Xmu sources 1348 1349commit ab0973b4595cfe27c81202bfb4a148780b05bb02 1350Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1351Date: Wed Dec 22 08:28:16 2004 +0000 1352 1353 Bug #2123 <https://bugs.freedesktop.org/show_bug.cgi?id=2123> Attachment 1354 #1587 <https://bugs.freedesktop.org/attachment.cgi?id=1587> Call to 1355 uname should not check for return == 0, but for >= 0 instead 1356 1357commit ece6cefc8e0238071f89de520d4a969fede53bd6 1358Author: Eric Anholt <anholt@freebsd.org> 1359Date: Tue May 18 04:45:29 2004 +0000 1360 1361 Remove Xaw header dependency from Xmu library build. 1362 http://freedesktop.org/cgi-bin/bugzilla/attachment.cgi?bugid=634 1363 1364commit 51156051e17f4ec53cbfe34f3a79f38d5884b78d 1365Author: Egbert Eich <eich@suse.de> 1366Date: Fri Apr 23 18:43:45 2004 +0000 1367 1368 Merging XORG-CURRENT into trunk 1369 1370commit 832c5a7d7b07b88f6468daabae56d9daeeee0db8 1371Author: Egbert Eich <eich@suse.de> 1372Date: Sun Mar 14 08:32:24 2004 +0000 1373 1374 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 1375 1376commit 410cf462f4a8733c58303de686f07fbd98f2e30e 1377Author: Egbert Eich <eich@suse.de> 1378Date: Wed Mar 3 12:11:29 2004 +0000 1379 1380 Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 1381 1382commit b00bc81852e56578939fb4d63796f8e0cd187cbf 1383Author: Egbert Eich <eich@suse.de> 1384Date: Thu Feb 26 13:35:33 2004 +0000 1385 1386 readding XFree86's cvs IDs 1387 1388commit aa59d04a1a50b5978e886c2e7248f77bea515ce0 1389Author: Egbert Eich <eich@suse.de> 1390Date: Thu Feb 26 09:22:44 2004 +0000 1391 1392 Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 1393 1394commit 0d10732a71487293bd70c2675ced6bffb6093c8d 1395Author: Egbert Eich <eich@suse.de> 1396Date: Thu Jan 29 08:08:06 2004 +0000 1397 1398 Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004 1399 1400commit 6b975651aef1797eb795bd876486c565c52f66fd 1401Author: Kaleb Keithley <kaleb@freedesktop.org> 1402Date: Tue Nov 25 19:28:15 2003 +0000 1403 1404 XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks 1405 1406commit 865329b4e079334b4cb846347ab9a572ac946228 1407Author: Kaleb Keithley <kaleb@freedesktop.org> 1408Date: Fri Nov 14 16:48:49 2003 +0000 1409 1410 XFree86 4.3.0.1 1411 1412commit 709dda59a506e0c4ad17b085aa381f35cd86176f 1413Author: Kaleb Keithley <kaleb@freedesktop.org> 1414Date: Fri Nov 14 16:48:49 2003 +0000 1415 1416 Initial revision 1417 1418commit e3925d3087dc381a24b47c5602e086645e942fcf 1419Author: Kaleb Keithley <kaleb@freedesktop.org> 1420Date: Fri Nov 14 15:54:39 2003 +0000 1421 1422 R6.6 is the Xorg base-line 1423