--- root-tail/Changes 2002/03/10 00:17:30 1.1 +++ root-tail/Changes 2004/03/28 03:29:10 1.19 @@ -1,8 +1,44 @@ +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. + * -wordwrap: wrap at spaces to avoid breaking words + - 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 fixed from Marco d'Itri, who did most of the maintaining + - 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