commit 5d9b0896bfdfe60656a2d806a06e17c7adf335b5 Author: Alan Coopersmith Date: Fri Oct 29 16:52:54 2010 -0700 libXmu 1.1.0 Signed-off-by: Alan Coopersmith commit 28f4666ad88ab736f52c1cb16674226f14bc2a15 Author: Alan Coopersmith Date: Thu Oct 28 12:24:30 2010 -0700 Remove unnecessary calls from configure.ac AC_PROG_CC is handled by XORG_DEFAULT_OPTIONS AC_SUBST of *_LIBS & *_CFLAGS are handled by PKG_CHECK_MODULES Signed-off-by: Alan Coopersmith commit 1ab19053c75b44be9c49700b1190dd5d8da152ce Author: Jesse Adkins Date: Tue Sep 28 13:30:03 2010 -0700 Purge cvs tags. Signed-off-by: Jesse Adkins Signed-off-by: Alan Coopersmith commit 75a065b9b8145bac20d9080cb5237a25bb3ad190 Author: Gaetan Nadon Date: Tue Aug 3 13:23:32 2010 -0400 specs: xsl stylesheet requires abs path to images Using abs_builddir requires automake 1.10 or later. Signed-off-by: Gaetan Nadon commit b56c3e61038c7cdb49bdb40455c2b3a12ae35d3c Author: Fernando Carrijo Date: Thu Jul 1 07:00:53 2010 -0300 Purge macro NEED_EVENTS Signed-off-by: Fernando Carrijo Acked-by: Tiago Vignatti Reviewed-by: Alan Coopersmith commit e721c444a8268db0406e26d65e0a4746c477750f Author: Gaetan Nadon Date: Fri Jun 25 15:06:39 2010 -0400 config: use HAVE_XMLTO_TEXT from XORG_WITH_XMLTO Skip text format when XMLTO dependencies for text format are missing (lynx, links or w3m) Reviewed-by: Alan Coopersmith Signed-off-by: Gaetan Nadon commit 449bc79585f324c5695f379def1e57fe9fcec2e6 Author: Gaetan Nadon Date: Fri Jun 25 15:02:59 2010 -0400 config: use HAVE_STYLESHEET now defined in XORG_CHECK_SGML_DOCTOOLS Also use STYLESHEET_SRCDIR XSL_STYLESHEET This requires version 1.10 of util-macros Reviewed-by: Alan Coopersmith Signed-off-by: Gaetan Nadon commit 167c191895d956831f76ece5f2bdbef8cea4ed45 Author: Gaetan Nadon Date: Fri Jun 25 14:10:58 2010 -0400 config: move docs ignore from toplevel .gitignore to /doc Also add missing *.css Signed-off-by: Gaetan Nadon commit 2d8fa1b7905bbbc37f42f651ed1f881359ac6a09 Author: Alan Coopersmith Date: Wed Jun 23 08:02:08 2010 -0700 Add xorg.css to CLEANFILES to pass make distcheck Signed-off-by: Alan Coopersmith commit f7e752f3842fddff907901cccb45dde77c297d20 Author: Alan Coopersmith Date: Tue Jun 15 22:06:15 2010 -0700 Use shared stylesheets from xorg-sgml-doctools instead of a private copy Signed-off-by: Alan Coopersmith commit ffef5f4ee489a7f2d228601ee351bc2445436304 Author: Alan Coopersmith Date: Sat Jun 19 22:34:50 2010 -0700 Add some cross-reference links and an index to the docs Signed-off-by: Alan Coopersmith commit 0a198dd15c7963f7b9be094370761cac368d9292 Author: Alan Coopersmith Date: Wed Jun 9 15:48:58 2010 -0700 Xmu.xml: Compilers that can't handle void are now ancient history Plus a bonus it's -> its typo fix Signed-off-by: Alan Coopersmith commit dc02453cde3047bce48a8ca23c27c807642b1670 Author: Alan Coopersmith Date: Wed Jun 9 11:30:17 2010 -0700 Use _X_ATTRIBUTE_PRINTF from Xfuncproto.h in Xmu headers Signed-off-by: Alan Coopersmith Reviewed-by: Mikhail Gusarov Reviewed-by: Julien Cristau commit eb8ed42cc7f40d8dd506aeebb759dd99dac1552e Author: Alan Coopersmith Date: Wed Jun 9 11:25:12 2010 -0700 Document which functions are in libXmu vs. libXmuu Signed-off-by: Alan Coopersmith commit bde1baeddb216b7ab6322646d9bdf3bb629c4c25 Author: Alan Coopersmith Date: Wed Jun 9 11:04:17 2010 -0700 Add XmuNCopyISOLatin1Lowered & XmuNCopyISOLatin1Uppered to doc/Xmu.xml Also add notes to the originals warning about buffer overflow Signed-off-by: Alan Coopersmith commit 6b98e89515ba0ee755bdc9c4783b84b464d2a10c Author: Alan Coopersmith Date: Wed Jun 9 10:50:23 2010 -0700 Update docs to match headers - caddr_t is now XPointer - a number of char * arguments are now unsigned char * or constified - XmuLookup* functions are in Lookup.h, so split into new section There are still a bunch of headers with undocumented functions/#defines: - CvtCache.h - EditresP.h - ExtAgent.h - Misc.h - WhitePoint.h - Xmu.h - some of the functions in Converters.h Signed-off-by: Alan Coopersmith commit 13409196c36151e4b5212ae08e6cfda6d7c93696 Author: Alan Coopersmith Date: Wed Jun 9 10:23:08 2010 -0700 Add XmuSnprintf to doc/Xmu.xml Signed-off-by: Alan Coopersmith commit a4a87ddfa4948c3f5c210ab7a472b65569ae0e64 Author: Alan Coopersmith Date: Tue Jun 8 21:20:58 2010 -0700 Show X logo as a figure for XmuDrawLogo Because we can. Signed-off-by: Alan Coopersmith commit 5e22a1fb7c2bae8d5b393b95b253c865c9eed309 Author: Alan Coopersmith Date: Tue Jun 8 16:51:41 2010 -0700 Fix distcheck (forgot to mark Xmu.xml as dist_*) Signed-off-by: Alan Coopersmith commit f38c2c057ebca8ca4afc2cb8fb835702bdba4fc6 Author: Alan Coopersmith Date: Tue Jun 8 16:25:49 2010 -0700 Correct some minor typos in original document Signed-off-by: Alan Coopersmith commit 70596fce92bd58d46e19de63b6c3faca38cbc181 Author: Alan Coopersmith Date: Tue Jun 8 16:19:49 2010 -0700 Convert Xmu.ms to DocBook/xml Bumps xorg-macros requirement to 1.6 for XORG_ENABLE_DOCS & friends Signed-off-by: Alan Coopersmith commit 868ed2d97150aed414a7fd8f5dc317b8f38b05fd Author: Alan Coopersmith Date: Mon Jun 7 15:51:32 2010 -0700 Move doc/Xmu.ms from xorg-docs module Signed-off-by: Alan Coopersmith commit af962b3bed9d3c42cf81946a5732f0d37d1843e8 Author: Gaetan Nadon Date: Wed May 26 17:01:57 2010 -0400 config: add WhitePoint.h to the include headers This file was added in commit 8c5b2278580193578cdd0da8c8e948e74f8a3f26 because it was missing from the tarball. It was added to EXTRA_DIST so it never got installed in $includedir. Signed-off-by: Gaetan Nadon commit bae14e85d90a4ea040cb1b25ba89c98a0ebe1670 Author: Gaetan Nadon Date: Mon Apr 5 20:10:35 2010 -0400 config: update AC_PREREQ statement to 2.60 Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dated June 2006. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Signed-off-by: Gaetan Nadon commit a6210dd05cfe92d0af2e23358851c3a38c2aaca6 Author: Gaetan Nadon Date: Mon Mar 29 14:53:49 2010 -0400 config: remove the pkgconfig pc.in file from EXTRA_DIST Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon commit 1de26ffbdec68f8ca6aa2448869a323bcceda26d Author: Gaetan Nadon Date: Sat Mar 27 16:19:35 2010 -0400 config: remove execute permission on source C file Introduced in 85f77401635dfa57d40de89aa2c9f39a344a8d3b "Fix build problems on WIN32 platforms" Signed-off-by: Gaetan Nadon commit d2702478f3d36fb3053b9796657310750e5e5738 Author: Gaetan Nadon Date: Fri Nov 27 20:56:04 2009 -0500 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES Now that the INSTALL file is generated. Allows running make maintainer-clean. commit 8d5e9bd04c8cc90a262223f8a16c4ac7c0c66c2d Author: Gaetan Nadon Date: Wed Oct 28 14:09:10 2009 -0400 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet. commit 80650c71c06b87e8a5ff0122c1f2bf7798ab2e96 Author: Gaetan Nadon Date: Tue Oct 27 15:07:25 2009 -0400 Deploy the new XORG_DEFAULT_OPTIONS #24242 This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes. commit 1dba944c770fcc4b276641e0ae01e2e4371dc101 Author: Gaetan Nadon Date: Mon Oct 26 22:08:43 2009 -0400 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 ChangeLog filename is known to Automake and requires no further coding in the makefile. commit 854456de21a1e722edd5e03ba8467107401fd7b6 Author: Gaetan Nadon Date: Thu Oct 22 12:34:19 2009 -0400 .gitignore: use common defaults with custom section # 24239 Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults. commit ab323caeb2b763abc8986fe71531dedb62ec9720 Author: Jeremy Huddleston Date: Wed Oct 21 12:47:25 2009 -0700 This is not a GNU project, so declare it foreign. On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: > > I noticed an INSTALL file in xlsclients and libXvMC today, and it > > was quite annoying to work around since 'autoreconf -fvi' replaces > > it and git wants to commit it. Should these files even be in git? > > Can I nuke them for the betterment of humanity and since they get > > created by autoreconf anyways? > > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation of the INSTALL file. It is also part of the 24206 solution. Signed-off-by: Jeremy Huddleston commit c2c76abe51878f55e22c44c747f1243e56a4344b Author: Alan Coopersmith Date: Wed Sep 23 17:53:41 2009 -0700 libXmu 1.0.5 Signed-off-by: Alan Coopersmith commit 5b31bee92b56147e2c17d19e46e09145d765fdb4 Author: Alan Coopersmith Date: Wed Sep 23 17:49:27 2009 -0700 Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Signed-off-by: Alan Coopersmith commit fef063d82e332b96bcb12ce41abefce868821577 Author: Alan Coopersmith Date: Wed Sep 23 17:47:16 2009 -0700 Add pointer to API docs in xorg-docs to README Signed-off-by: Alan Coopersmith commit 88bd2d387fbb068339b65506331136085082def6 Author: Julien Cristau Date: Tue Mar 31 00:01:48 2009 +0200 libXmu: check for LONG64, not LONG_64 The latter isn't defined anywhere, so editres hasn't been able to read a pointer on 64bit since about 10 years. Admittedly, this should be using stdint types, but... Debian bug#521887 Reported-by: Samuel Thibault Signed-off-by: Julien Cristau commit f1ccbcffc9171868256b5813aa558f6756aca508 Author: Alan Coopersmith Date: Mon Feb 2 20:34:34 2009 -0800 Add README with pointers to mailing list, bugzilla & git repos Signed-off-by: Alan Coopersmith commit 049534f4eb409bea62b590b436bef78e5eef5b8e Author: Paulo Cesar Pereira de Andrade Date: Thu Jan 29 20:02:33 2009 -0200 Janitor: make distcheck, compiler warnings, .gitignore. commit fc2096538ff7424bfeb171b1a36e860070594627 Author: Alan Coopersmith Date: Mon Aug 4 19:42:22 2008 -0700 Add libX11 to libXmu dependencies commit 85f77401635dfa57d40de89aa2c9f39a344a8d3b Author: Colin Harrison Date: Tue Apr 29 13:13:06 2008 +0100 Fix build problems on WIN32 platforms commit aa6e9793fbb8621ce1f1ed580298621e29638619 Author: Colin Harrison Date: Sat Apr 26 08:51:54 2008 +0100 Switch to winsock2 commit cbfab9d91e17239084ab24b99751bdd1610fcc1b Author: Matthieu Herrb Date: Sun Mar 9 08:32:59 2008 +0100 nuke RCS Ids commit 3fe753215b6186e588246220a473417810f82b05 Author: Paulo Cesar Pereira de Andrade Date: Thu Feb 28 18:55:23 2008 -0300 Compile warning fix by using Cardinal instead of int. This also matches the function prototype. commit e2735131202e7801e72ce33def666b6a0a543e26 Author: Alan Coopersmith Date: Mon Jan 14 14:11:43 2008 -0800 Version bump: 1.0.4 commit f11b5a161944dc694ee059f88acb20826bd6d90b Author: Alan Coopersmith Date: Mon Jan 14 11:21:36 2008 -0800 Coverity #52: Dead code in get_os_name() commit 6f5ea6a2a0b56674f08f58d95085c0e9a8797fe2 Author: Alan Coopersmith Date: Sun Jan 13 01:58:12 2008 -0800 Clear sparse warnings: Using plain integer as NULL pointer commit 6f76ccc70a5f5ae834a3e63c9f4f35704837a4d1 Author: Alan Coopersmith Date: Fri Jan 11 20:43:26 2008 -0800 Add hooks for checking sources with tools like lint & sparse commit 43ec402bcd6a2333a4e213de3a82d7e3392b0fb0 Author: James Cloos Date: Thu Dec 6 16:38:32 2007 -0500 Replace static ChangeLog with dist-hook to generate from git log commit 7e35135e9ad1ea2ef101402ea26bec62c3cbb69a Author: James Cloos Date: Mon Sep 3 05:53:43 2007 -0400 Add *~ to .gitignore to skip patch/emacs droppings commit a3e01af0f4b56b3b8891040cf0f7208265bbea2a Author: Daniel Stone Date: Wed Nov 8 20:01:35 2006 +0200 bump to 1.0.3 commit 7beb4c2909af805e61d073a6f2b93234eb91834d Author: Adam Jackson Date: Fri Oct 13 16:22:06 2006 -0400 Bump to 1.0.2 commit 339368b404a807d1c494b260314da16d044986ff Author: Alan Coopersmith Date: Thu Jul 13 14:59:01 2006 -0700 renamed: .cvsignore -> .gitignore commit 60620a4b7eeb004e55ba57aef8df33f6adc930f0 Author: Matthias Hopf Date: Mon Jul 3 19:33:05 2006 +0200 Added README missing from CVS conversion. commit 05a5c96fcef9822ff3c0312427d2c2672f73b551 Author: Matthieu Herrb Date: Sun Apr 30 14:22:53 2006 +0000 Define BITMAPDIR for the case where ${prefix} != /usr commit 0aa6a46099fb319c82da51b8a73566007ad5acbd Author: Adam Jackson Date: Thu Apr 27 00:18:38 2006 +0000 Bump to 1.0.1 commit 7bb6398aa024d782706125bebd93468f9cc8a0ec Author: Adam Jackson Date: Mon Mar 20 19:57:04 2006 +0000 Bug #6276: Fix build on Cygwin. (Yaakov Selkowitz) commit 78ab364fec59fa84ac914d51628dfb8ac4a048a5 Author: Kevin E Martin Date: Thu Dec 15 00:24:30 2005 +0000 Update package version number for final X11R7 release candidate. commit 1d93f5a9968e6e9af8f15c60107b1691009d1bd8 Author: Kevin E Martin Date: Sat Dec 3 05:49:44 2005 +0000 Update package version number for X11R7 RC3 release. commit 5a807bcce047a8072db2c0cef05a84aa6e6cd3ca Author: Kevin E Martin Date: Sat Nov 19 07:15:42 2005 +0000 Update pkgconfig files to separate library build-time dependencies from application build-time dependencies, and update package deps to work with separate build roots. commit c50ca633b633d25ba672fb19ac182cea40242069 Author: Kevin E Martin Date: Wed Oct 19 02:48:11 2005 +0000 Update package version number for RC1 release. commit 8c5b2278580193578cdd0da8c8e948e74f8a3f26 Author: Kevin E Martin Date: Wed Oct 5 19:57:36 2005 +0000 Add missing file to EXTRA_DIST commit bf4087e453d8fd83630976cd6e7e31c63737a4a1 Author: Søren Sandmann Pedersen Date: Mon Oct 3 20:55:36 2005 +0000 Remvoe README file that is symlinked from monolith commit 82b5da0b34780df3fe91c4b617cb541ee767d794 Author: Alan Coopersmith Date: Sat Jul 30 19:15:16 2005 +0000 Add -D flags to clear various warnings (Stefan Dirsch) commit 43f43567e3c8c63f6b70d7e529827cd5f15e15d3 Author: Kevin E Martin Date: Fri Jul 29 21:22:52 2005 +0000 Various changes preparing packages for RC0: - Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version commit e9ee49d99a20458e5f36bba48a7ea65bb5230a8d Author: Daniel Stone Date: Sat Jul 16 07:16:27 2005 +0000 Set soversions to 6.2.0 and 1.0.0 with -version-number. commit 81f5815d0c42b7065eb8e5aeef8e115e7398128f Author: Keith Packard Date: Sat Jul 9 06:43:26 2005 +0000 Add .cvsignore files commit 56ef5803a7def4f0d08ce8863e317b250c9c0ce4 Author: Daniel Stone Date: Sun Jul 3 07:00:57 2005 +0000 Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include or , as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to . commit 5a64c1de0a1d620039afbb0805ae23f10470e815 Author: Alan Coopersmith Date: Sun May 22 19:06:20 2005 +0000 Add XTRANS_CONNECTION_FLAGS to get network transport #defines for CvdStdSel.c Add libXmuu_la_LIBADD commit 506a8f64c84b3db3ad64d03ee698c1de227247de Author: Alan Coopersmith Date: Sun May 22 04:36:38 2005 +0000 Move #ifdef HAVE_CONFIG_H outside of #ifdef SYSVNET commit 9ca353477c403ab1341e994a5a42a998d29e9a58 Author: Adam Jackson Date: Thu May 19 00:22:32 2005 +0000 revert last change, didn't do right thing at all, sorry for the noise commit 0a662934f050cff90e82d463ec809c3758b260b1 Author: Adam Jackson Date: Thu May 19 00:10:08 2005 +0000 Require automake 1.7 in AM_INIT_AUTOMAKE commit 2e403190ff21b0bb277391a73741cfc6d5005ac3 Author: Søren Sandmann Pedersen Date: Wed May 18 19:38:36 2005 +0000 - Add Xmu build system commit 7cea083d37cfaaad321bddca0fb75b3308956938 Author: Søren Sandmann Pedersen Date: Wed May 18 19:30:41 2005 +0000 - Add Xmu to symlink.sh - Conditionally include config.h in Xmu sources commit ab0973b4595cfe27c81202bfb4a148780b05bb02 Author: Alan Coopersmith Date: Wed Dec 22 08:28:16 2004 +0000 Bug #2123 Attachment #1587 Call to uname should not check for return == 0, but for >= 0 instead commit ece6cefc8e0238071f89de520d4a969fede53bd6 Author: Eric Anholt Date: Tue May 18 04:45:29 2004 +0000 Remove Xaw header dependency from Xmu library build. http://freedesktop.org/cgi-bin/bugzilla/attachment.cgi?bugid=634 commit 51156051e17f4ec53cbfe34f3a79f38d5884b78d Author: Egbert Eich Date: Fri Apr 23 18:43:45 2004 +0000 Merging XORG-CURRENT into trunk commit 832c5a7d7b07b88f6468daabae56d9daeeee0db8 Author: Egbert Eich Date: Sun Mar 14 08:32:24 2004 +0000 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 commit 410cf462f4a8733c58303de686f07fbd98f2e30e Author: Egbert Eich Date: Wed Mar 3 12:11:29 2004 +0000 Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 commit b00bc81852e56578939fb4d63796f8e0cd187cbf Author: Egbert Eich Date: Thu Feb 26 13:35:33 2004 +0000 readding XFree86's cvs IDs commit aa59d04a1a50b5978e886c2e7248f77bea515ce0 Author: Egbert Eich Date: Thu Feb 26 09:22:44 2004 +0000 Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 commit 0d10732a71487293bd70c2675ced6bffb6093c8d Author: Egbert Eich Date: Thu Jan 29 08:08:06 2004 +0000 Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004 commit 6b975651aef1797eb795bd876486c565c52f66fd Author: Kaleb Keithley Date: Tue Nov 25 19:28:15 2003 +0000 XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks commit 865329b4e079334b4cb846347ab9a572ac946228 Author: Kaleb Keithley Date: Fri Nov 14 16:48:49 2003 +0000 XFree86 4.3.0.1 commit 709dda59a506e0c4ad17b085aa381f35cd86176f Author: Kaleb Keithley Date: Fri Nov 14 16:48:49 2003 +0000 Initial revision commit e3925d3087dc381a24b47c5602e086645e942fcf Author: Kaleb Keithley Date: Fri Nov 14 15:54:39 2003 +0000 R6.6 is the Xorg base-line