2007-10-02 Thomas Anderson * In C language colorization file use Brown instead of Yellow for html colors. 2007-10-02 Thomas Anderson * Preparation for 0.5.3 release. 2007-10-02 Thomas Anderson * Replace html entities(&,<,>,',") with html codes. Thanks to Dawid Weglinske(cla) in Gentoo bug #194368. 2007-10-01 Thomas Anderson * Add 'w' and 'R' to getopt code so that the short versions of --webpage and --nohomerc work correctly. Thanks to Dawid(cla) in Gentoo bug #194368. 2007-09-28 Thomas Anderson * Preparation for 0.5.2 release. 2007-09-27 Thomas Anderson * Change version() to use VERSION instead of hardcoded numbers. 2007-09-27 Thomas Anderson * Update Makefile.in. Fix bogus date in ChangeLog. 2007-09-27 Thomas Anderson * Add Xorg configuration file colorization file. 2007-09-17 Thomas Anderson * Make colors for diff/patch less annoying in web mode. 2007-09-16 Thomas Anderson * Added Gentoo Configuration(/etc/conf.d/) file support. 2007-09-13 Thomas Anderson * Add GNU-style ChangeLog colorization support. 2007-09-13 Thomas Anderson * Add ChangeLog to SVN. 2007-09-09 Thomas Anderson * Add diff/patch colorization support. 2007-08-26 Thomas Anderson * Update version in preparation for 0.5.1. 2007-08-26 Thomas Anderson * Fix invalid DESTDIR handling. 2007-08-26 Thomas Anderson * Add DESTDIR checking for spcrc files. 2007-08-25 Thomas Anderson * Make information in 'spc -S' more readable. 2007-08-25 Thomas Anderson * Add check for C Constant default values. 2007-08-25 Thomas Anderson * Installation directory support for spcrc support. --with-system-directory=dir now points supercat to the correct dir. Default=/etc/supercat. 2007-08-25 Thomas Anderson * Really add autoconf checks for strerror. 2007-08-25 Thomas Anderson * Add autoconf checking for sterror. 2007-08-24 Thomas Anderson * Refactoring of options code. Checks for getopt(3) on the system. If not present enables non-getopt code. 2007-08-23 Thomas Anderson * Fix segmentation fault in option processing. 2007-08-23 Thomas Anderson * Remove unnecessary files from SVN. 2007-08-21 Thomas Anderson * Really add autogen.sh to SVN. 2007-08-21 Thomas Anderson * Add autogen.sh to SVN. 2007-08-21 Thomas Anderson * Remove 'configure' from SVN. 2007-08-19 Thomas Anderson * Add error processing code. Patch from Tiago Cunha.