1.0 - -geometry now expects _pixels_ not _characters_. - sped up redraws considerably (depending on xserver). - i18n: locale settings for multibyte characters are respected. - proportional fonts are supported now. - supports options as --long options now. - force initial call to redraw(). - added options: * -whole : to only display lines once they are \n terminated * -partial: to display lines whether they are terminated or not * -update: to attempt to complete old partial lines 'in-place' * -cont: to specify a string to prefix 'broken' partial lines with * -outline: black outline (relatively slow). * -noflicker: slower but flickerfree update. many of these and other improvements were brought to you by Chris Moore. - comment default interval of 2.4 seconds. - set default 'reload' value to 0 to prevent reloads. - updated man page. - strict-aliasing fix suggested by mmj. 0.9 Wed Feb 25 15:25:49 CET 2004 - unsigned/fseek bug fix by (mmj@panther.mmj.dk). - patch by Didier Verna (2004-01-07) * root-tail.c (root_window): New function. Return the real root window, or the virtual one if any. (InitWindow): Use it. (force_refresh): Clear the root-tail area, not the whole window. (blank_window): Ditto. (main_loop): Don't forget to redraw () the initial contents. 0.2 Wed Sep 4 17:20:57 CEST 2002 - applied patch by ami@fischman.org (tac). - applied patch by raldi@verisignlabs.com (-noinitial fix). 0.1.1 - backported fixes from Marco d'Itri, who did most of the maintaining work over the last year(s). Unfortunately, he doesn't answer my mails (just as I did to most of root-tails users ;), so this is also the first sourceforge release. - convert tab characters to spaces - fix -noinital bug 0.0.10 - initial lines are now displayed in the correct colour - documentation fixes 0.0.9 Mon Nov 13 13:53:05 CET 2000 - fix descent redraw problem - fix window offset miscalculation - new option -interval - new option -V - more options shortcut - ported to linux 2.4.0, thanks to stefan@weihnachtsmann.at 0.0.8 Sun Nov 12 14:16:04 CET 2000 - small bugfixes. - memory corruption fix. - added fixes by Olexij Tkatchenko. - fixed garbage on top of screen (ashe@sanctuary.org) - added -noinitial option to keep from drawing to screen until new data has arrived (ashe@sanctuary.org) - restores background on quit (ashe@sanctuary.org) - shading now simulates light source coming from top-left instead of bottom-right to fit with every other GUI in the world (ashe@sanctuary.org) - removed startup message. 0.0.7 Tue Oct 10 16:45:17 CEST 2000 - fix "lines containing zero" == endless loop bug. - *ugly* workaround for the "does not redraw all lines correctly" bug. no time to investigate this horror. - fix segv on HUP bug.