| 1 |
pcg |
1.10 |
1.0 |
| 2 |
|
|
- -geometry now expects _pixels_ not _characters_. |
| 3 |
pcg |
1.11 |
- sped up redraws considerably (depending on xserver). |
| 4 |
pcg |
1.12 |
- i18n: locale settings for multibyte characters are respected. |
| 5 |
pcg |
1.10 |
- proportional fonts are supported now. |
| 6 |
pcg |
1.13 |
- supports options as --long options now. |
| 7 |
chris_moore |
1.9 |
- call redraw() before entering the main loop to ensure that |
| 8 |
|
|
at least something is displayed on the root window |
| 9 |
|
|
immediately |
| 10 |
chris_moore |
1.8 |
- added options: |
| 11 |
|
|
* -whole : to only display lines once they are \n terminated |
| 12 |
|
|
* -partial: to display lines whether they are terminated or not |
| 13 |
|
|
* -update: to attempt to complete old partial lines 'in-place' |
| 14 |
|
|
* -cont: to specify a string to prefix 'broken' partial lines with |
| 15 |
pcg |
1.14 |
* -outline: black outline (relatively slow). |
| 16 |
pcg |
1.15 |
* -noflicker: slower but flickerfree update. |
| 17 |
pcg |
1.14 |
- comment default interval of 2.4 seconds. |
| 18 |
chris_moore |
1.8 |
- set default 'reload' value to 0 to prevent reloads. |
| 19 |
|
|
- updated man page |
| 20 |
pcg |
1.6 |
- strict-aliasing fix suggested by mmj. |
| 21 |
|
|
|
| 22 |
|
|
0.9 Wed Feb 25 15:25:49 CET 2004 |
| 23 |
pcg |
1.5 |
- unsigned/fseek bug fix by (mmj@panther.mmj.dk). |
| 24 |
pcg |
1.6 |
- patch by Didier Verna <didier@lrde.epita.fr> (2004-01-07) |
| 25 |
|
|
* root-tail.c (root_window): New function. Return the real |
| 26 |
|
|
root window, or the virtual one if any. |
| 27 |
|
|
(InitWindow): Use it. |
| 28 |
|
|
(force_refresh): Clear the root-tail area, not the whole window. |
| 29 |
|
|
(blank_window): Ditto. |
| 30 |
|
|
(main_loop): Don't forget to redraw () the initial contents. |
| 31 |
pcg |
1.4 |
|
| 32 |
|
|
0.2 Wed Sep 4 17:20:57 CEST 2002 |
| 33 |
pcg |
1.2 |
- applied patch by ami@fischman.org (tac). |
| 34 |
|
|
- applied patch by raldi@verisignlabs.com (-noinitial fix). |
| 35 |
|
|
|
| 36 |
pcg |
1.1 |
0.1.1 |
| 37 |
pcg |
1.3 |
- backported fixes from Marco d'Itri, who did most of the maintaining |
| 38 |
pcg |
1.1 |
work over the last year(s). Unfortunately, he doesn't answer my mails |
| 39 |
|
|
(just as I did to most of root-tails users ;), so this is also the first |
| 40 |
|
|
sourceforge release. |
| 41 |
pcg |
1.3 |
- convert tab characters to spaces |
| 42 |
|
|
- fix -noinital bug |
| 43 |
pcg |
1.1 |
|
| 44 |
|
|
0.0.10 |
| 45 |
|
|
- initial lines are now displayed in the correct colour |
| 46 |
|
|
- documentation fixes |
| 47 |
|
|
|
| 48 |
|
|
0.0.9 Mon Nov 13 13:53:05 CET 2000 |
| 49 |
|
|
- fix descent redraw problem |
| 50 |
|
|
- fix window offset miscalculation |
| 51 |
|
|
- new option -interval |
| 52 |
|
|
- new option -V |
| 53 |
|
|
- more options shortcut |
| 54 |
|
|
- ported to linux 2.4.0, thanks to stefan@weihnachtsmann.at |
| 55 |
|
|
|
| 56 |
|
|
0.0.8 Sun Nov 12 14:16:04 CET 2000 |
| 57 |
|
|
- small bugfixes. |
| 58 |
|
|
- memory corruption fix. |
| 59 |
|
|
- added fixes by Olexij Tkatchenko. |
| 60 |
|
|
- fixed garbage on top of screen (ashe@sanctuary.org) |
| 61 |
|
|
- added -noinitial option to keep from drawing to |
| 62 |
|
|
screen until new data has arrived (ashe@sanctuary.org) |
| 63 |
|
|
- restores background on quit (ashe@sanctuary.org) |
| 64 |
|
|
- shading now simulates light source coming from |
| 65 |
|
|
top-left instead of bottom-right to fit with |
| 66 |
|
|
every other GUI in the world (ashe@sanctuary.org) |
| 67 |
|
|
- removed startup message. |
| 68 |
|
|
|
| 69 |
|
|
0.0.7 Tue Oct 10 16:45:17 CEST 2000 |
| 70 |
|
|
- fix "lines containing zero" == endless loop bug. |
| 71 |
|
|
- *ugly* workaround for the "does not redraw all lines |
| 72 |
|
|
correctly" bug. no time to investigate this horror. |
| 73 |
|
|
- fix segv on HUP bug. |
| 74 |
|
|
|