1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
xrootconsole 0.6 20Feb2004
* Fixes window placement to honor a virtual root window
* FreeBSD patch (includes Xos.h for BSD compatability)
* parses colornames ("darkgreen") as well as RGB colorcodes ("#336633")
xrootconsole 0.5 30Jun2002
* fixed bug where XMaskEvent() would block indefinitely, silently
halting the program.
xrootconsole 0.4 19Dec2001
* refactored the hell out of the code, eliminated globals
* minor performance gains
* added a man page
xrootconsole 0.3 05mar2000
* added -c option for multiple text columns
* fixed printing of last line in window
xrootconsole 0.2 27feb2000
* greatly reduced flicker
* added --solid option for solid-color (opaque) background
xrootconsole 0.1 15feb2000
* added shaded transparent background
* reads from named file, not hard-coded /dev/console
* maintainership passed from Youngblut to Galloway
xrootconsole 0.0 19jan1999 (hey, every versioning system should start with 0)
* first version (AFABobK)
|