diff options
Diffstat (limited to 'rgb/ChangeLog')
-rw-r--r-- | rgb/ChangeLog | 419 |
1 files changed, 419 insertions, 0 deletions
diff --git a/rgb/ChangeLog b/rgb/ChangeLog new file mode 100644 index 0000000..b6999f7 --- /dev/null +++ b/rgb/ChangeLog @@ -0,0 +1,419 @@ +commit 9c6cb7bd5dfec4aedb943f618730c6235d84a740 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Wed Oct 6 20:17:27 2010 -0700 + + rgb 1.0.4 + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 70a7c2b1bbea37a8d84205f9c1725c0320364406 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Wed Sep 22 20:35:59 2010 -0700 + + Sun's copyrights belong to Oracle now + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit e20e3d90bbd535454573fb41f430d7ca449e432d +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Wed Sep 22 20:32:16 2010 -0700 + + config: Remove AC_PROG_CC & AC_PROG_INSTALL that XORG_DEFAULT_OPTIONS provide + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 0aca4de2b5fc69f3ad36e00c020f916de44023b7 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Tue Jul 20 18:45:18 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 <memsize@videotron.ca> + +commit a3acab7ea9ea4013b5d11b7ce4f1540134f32f37 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Fri Aug 20 16:58:18 2010 -0400 + + config: upgrade to util-macros 1.8 for additional man page support + + Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS + The value of MAN_SUBST is the same for all X.Org packages. + + Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS + Use the appropriate platform version of sed + + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit 051b49b9ac4409f3af80e6b49b4dd675e4c217b2 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Fri Aug 20 16:38:59 2010 -0400 + + man: remove trailing whitespace + + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit 2e8280347b96968c847cc4fcf1eee186d458415b +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Thu Feb 11 10:08:06 2010 -0500 + + config: move CWARNFLAGS from configure.ac to Makefile.am + + Compiler warning flags should be explicitly set in the makefile + rather than being merged with other packages compiler flags. + + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit 7e3f7e18ac6edbfb515eac97b7646f766d916d85 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Thu Nov 26 09:54:19 2009 -0500 + + INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 + + Add missing INSTALL file. Use standard GNU file on building tarball + 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 7a988f590cd5479de563cfd5f3dcffc058866989 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Thu Nov 26 09:48:04 2009 -0500 + + 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 7ba49b1c6d4b80ddc3306e50b768799381244583 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Mon Oct 26 22:08:38 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 4b7f8fdc83969ec1d9913dbd90c61f395c8d126e +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Thu Oct 22 12:34:14 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 f9419e37d1f1bb35c1a84d797b4bd61e5e7fea65 +Author: Alan Coopersmith <alan.coopersmith@sun.com> +Date: Fri Nov 20 22:45:52 2009 -0800 + + Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS + + Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> + +commit c83234dbf6d6a9744f9dc8a13533c0dfd3700bf3 +Author: Alan Coopersmith <alan.coopersmith@sun.com> +Date: Fri Nov 20 22:33:22 2009 -0800 + + Update Sun license notices + + Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> + +commit 66e1f879b4165298b59fb98d05a28bdb0bc574c6 +Author: Alan Coopersmith <alan.coopersmith@sun.com> +Date: Thu Oct 1 14:54:18 2009 -0700 + + Add README with pointers to mailing lists, bugzilla, & git + + Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> + +commit 58072d1db611ad95059044cb3ec1302c8475c754 +Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> +Date: Mon Jan 12 19:03:00 2009 -0200 + + Ansification and compile warning fixes. + + This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects + make distcheck and all gcc 4.3 and sparse warnings. + +commit f0c7399100f25d2c512ee7c922cf13a4bd9c507e +Author: Alan Coopersmith <alan.coopersmith@sun.com> +Date: Thu Jun 5 20:17:09 2008 -0700 + + rgb version 1.0.3 + + Don't you hate it when you push out a new version and then realize minutes + later than you've got a manpage in your distro that's not in upstream you + could have included? + +commit 2e8b928b2176a67a0d533748f385078ad8829cc3 +Author: Alan Coopersmith <alan.coopersmith@sun.com> +Date: Thu Jun 5 20:13:35 2008 -0700 + + Include rgb(1) man page from Solaris + +commit bd94a52404b0e23a61e6ca330b759fdd82a59996 +Author: Alan Coopersmith <alan.coopersmith@sun.com> +Date: Thu Jun 5 18:25:47 2008 -0700 + + rgb version 1.0.2 + +commit 7bb6478c651dcb576e2a0ff756365f52d9db04e4 +Author: Alan Coopersmith <alan.coopersmith@sun.com> +Date: Wed Jun 4 20:24:05 2008 -0700 + + Update showrgb man page to better match current implementation + +commit 749182c37cb455939ba327e9420dd652c0ff58a1 +Author: Alan Coopersmith <alan.coopersmith@sun.com> +Date: Wed Jun 4 20:16:12 2008 -0700 + + Nuke CVS version tags + +commit 11193caceaa02f639d1e8a701ed92947e7eaad36 +Author: Alan Coopersmith <alan.coopersmith@sun.com> +Date: Wed Jun 4 20:09:01 2008 -0700 + + Fix build to work with --with-rgb-db-type=dbm + +commit 0351f14a999264c152d7c585fc91ad4901e3c776 +Author: Alan Coopersmith <alan.coopersmith@sun.com> +Date: Wed Jun 4 19:40:44 2008 -0700 + + Fix build to work with --with-rgb-db-type=ndbm + + Also remove #includes of unused headers & convert K&R to ANSI C + +commit 7a327431337875e81094aaed0002c89041a0f570 +Author: James Cloos <cloos@jhcloos.com> +Date: Thu Dec 6 16:37:05 2007 -0500 + + Replace static ChangeLog with dist-hook to generate from git log + +commit 42c6e9a89d45c897c82f7ec1973f66aa1190d241 +Author: James Cloos <cloos@jhcloos.com> +Date: Mon Sep 3 05:51:08 2007 -0400 + + Add *~ to .gitignore to skip patch/emacs droppings + +commit 654ea29b1abed12d88e5a38abbf538779c679922 +Author: James Cloos <cloos@jhcloos.com> +Date: Thu Aug 23 19:24:33 2007 -0400 + + Rename .cvsignore to .gitignore + +commit d96f362956d9e58cbb46740f825d5bad50f0fbf1 +Author: Adam Jackson <ajax@nwnk.net> +Date: Fri May 19 18:30:39 2006 +0000 + + Bump to 1.0.1 + +commit 808ad54d56095cc09138e2d25580009daed47c8f +Author: Jeremy C. Reed <reed@reedmedia.net> +Date: Fri Apr 28 17:13:37 2006 +0000 + + pkg-config check for xproto instead of x11. + +commit 4a9b01708d7d0ea08534e0699311a41e8b55a9d7 +Author: Kevin E Martin <kem@kem.org> +Date: Thu Dec 15 00:24:03 2005 +0000 + + Update package version number for final X11R7 release candidate. + +commit a5dfa8230f98bf7f21046f9217cee5461587e620 +Author: Kevin E Martin <kem@kem.org> +Date: Tue Dec 6 22:48:18 2005 +0000 + + Change *man_SOURCES ==> *man_PRE to fix autotools warnings. + +commit 159ab1fbe0dbb05699cc847862f135a216cfa8a0 +Author: Kevin E Martin <kem@kem.org> +Date: Sat Dec 3 05:49:17 2005 +0000 + + Update package version number for X11R7 RC3 release. + +commit f1226de089929e89ed0e77535ae129373935f4b5 +Author: Kevin E Martin <kem@kem.org> +Date: Fri Dec 2 01:40:06 2005 +0000 + + Change the default rgb dir to be the same path as the X server. + +commit 93b6b4cda7a0a2323a10405bb8b7af0e4a1a6110 +Author: Alan Coopersmith <Alan.Coopersmith@sun.com> +Date: Mon Nov 28 22:01:38 2005 +0000 + + Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 + update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) + +commit 7b13cbbdbd82403fff16fbbde0c0150f051ebdfa +Author: Alan Coopersmith <Alan.Coopersmith@sun.com> +Date: Thu Nov 24 00:25:59 2005 +0000 + + Fix --with-rgb-dir help string to give the right flag name. + +commit 191f46bdd6a7ed44e22d5a8a095939697649e669 +Author: Eric Anholt <anholt@freebsd.org> +Date: Mon Nov 21 10:34:57 2005 +0000 + + Another pass at .cvsignores for apps. + +commit 46f1e5df56048a5d93aca3cb800e78dbba084846 +Author: Eric Anholt <anholt@freebsd.org> +Date: Sun Nov 20 22:08:49 2005 +0000 + + Add/improve .cvsignore files for apps. + +commit f9fe12f84b6f774b696cc3075ec22b9605fdbb65 +Author: Kevin E Martin <kem@kem.org> +Date: Sat Nov 19 07:15:35 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 3a2f377dbbea0b5aca6986f90e92b54ddc106dfb +Author: Kevin E Martin <kem@kem.org> +Date: Wed Nov 9 21:09:20 2005 +0000 + + Update package version number for X11R7 RC2 release. + +commit 93b884959f2a9ef4c893ffa3d26ecef13c1ca4e8 +Author: Kean Johnson <kean@armory.com> +Date: Tue Nov 8 06:33:31 2005 +0000 + + See ChangeLog entry 2005-11-07 for details. + +commit cb599821a3c8dd2136b3d207911c74c2e5ad571c +Author: Kevin E Martin <kem@kem.org> +Date: Wed Oct 19 02:47:49 2005 +0000 + + Update package version number for RC1 release. + +commit e6ddb673f5835bf7b9804fa29e62edd20419ea47 +Author: Alan Coopersmith <Alan.Coopersmith@sun.com> +Date: Mon Oct 17 23:56:20 2005 +0000 + + Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to + work better with BSD make + +commit 15bccd547d6038edb9cbc4f9ad02dfbed6f9dcb8 +Author: Alan Coopersmith <Alan.Coopersmith@sun.com> +Date: Fri Oct 14 00:25:42 2005 +0000 + + Use sed to fill in variables in man page + +commit 9ee0a8cb83cfcf475441e393bfa04ea4fcbf49f9 +Author: Alan Coopersmith <Alan.Coopersmith@sun.com> +Date: Mon Aug 1 22:35:37 2005 +0000 + + Change default install dir for rgb.txt from libdir to libdir/X11, since + that's where Xorg looks for it + +commit fbb5f013d40c7a0ea26ac33a5abce1e9dd0ccadc +Author: Alan Coopersmith <Alan.Coopersmith@sun.com> +Date: Mon Aug 1 20:25:28 2005 +0000 + + Install man pages to section 1 instead of section m (Patch from Donnie + Berkholz) + +commit 321c5f16ba1851a96a12bc5bafa832c3b9ac08e9 +Author: Kevin E Martin <kem@kem.org> +Date: Fri Jul 29 21:22:30 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 1dda7081659c8d5eacbfed77ee0aa594b17440a0 +Author: Kevin E Martin <kem@kem.org> +Date: Thu Jul 28 15:57:12 2005 +0000 + + Fix distcheck for remaining apps + +commit 794993251c8700061f84246f87ec3c060f2ffb37 +Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> +Date: Wed Jul 27 19:40:28 2005 +0000 + + Check for xproto + +commit 4531a95fde3e9e0dac1e24c0e140094d24503ce2 +Author: Alan Coopersmith <Alan.Coopersmith@sun.com> +Date: Sat Jul 23 15:32:50 2005 +0000 + + Don't link in -lucb on Solaris + #ifdef HAVE_CONFIG_H/#include "config.h" for modularization + +commit d468fba83ec0d963f70ac0f6be47c41ce4080803 +Author: Alan Coopersmith <Alan.Coopersmith@sun.com> +Date: Thu Jul 21 04:21:06 2005 +0000 + + oops, forgot to cvs add autogen.sh + +commit ab0ad07c8529ee5d5da88de28956f81b9ecf833c +Author: Alan Coopersmith <Alan.Coopersmith@sun.com> +Date: Thu Jul 21 04:20:35 2005 +0000 + + Initial autotooling of rgb/showrgb (Defaults to flat text file - dbm/ndbm + support partially implemented, but not yet buildable since it requires + site.h & rgb.h from Xserver/includes) + +commit 7a676fdf168ed250baef3b99393f3dccbda91a7e +Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> +Date: Wed Jun 29 18:20:16 2005 +0000 + + Add build system for rgb symlink.sh: Link pmconfig.cpp, link various text + files for rgb xc/programs/rgb/showrgb.c: Don't include rgb.h and site.h + when USE_RGB_TXT is defined + +commit ad45da26f8f399bad12c6af78cc211f1dc563e58 +Author: Egbert Eich <eich@suse.de> +Date: Fri Apr 23 19:54:36 2004 +0000 + + Merging XORG-CURRENT into trunk + +commit a1edb12b592188781e4a18898fb1cd3fab472e4f +Author: Egbert Eich <eich@suse.de> +Date: Sun Mar 14 08:34:55 2004 +0000 + + Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 + +commit 2c7849cf40d3f24e14a9668110a93e35a9120cd9 +Author: Egbert Eich <eich@suse.de> +Date: Wed Mar 3 12:12:53 2004 +0000 + + Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 + +commit 3798295f9b9e66543233d7fd44e95a244f0f8b06 +Author: Egbert Eich <eich@suse.de> +Date: Thu Feb 26 13:36:15 2004 +0000 + + readding XFree86's cvs IDs + +commit 3bfe5e286e3ca975e1a0e12bbb527f73bbf443aa +Author: Egbert Eich <eich@suse.de> +Date: Thu Feb 26 09:23:57 2004 +0000 + + Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 + +commit da58b20fd4fd40bccb34ce2e8f1401fc994c973c +Author: Kaleb Keithley <kaleb@freedesktop.org> +Date: Fri Nov 14 16:48:58 2003 +0000 + + XFree86 4.3.0.1 + +commit 1f2079d6943e2c85edbeeb4309f7ec5e216ee640 +Author: Kaleb Keithley <kaleb@freedesktop.org> +Date: Fri Nov 14 15:54:53 2003 +0000 + + R6.6 is the Xorg base-line |