ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/root-tail/Changes
(Generate patch)

Comparing root-tail/Changes (file contents):
Revision 1.2 by pcg, Wed May 8 22:54:55 2002 UTC vs.
Revision 1.25 by pcg, Thu Apr 1 13:37:30 2004 UTC

11.0
2 - fix a bug regarding long (>1023 bytes) lines.
3 - c89 compatibility fixes by Seth W. Klein.
4
50.95 Thu Apr 1 00:39:08 CEST 2004
6 - -geometry now expects _pixels_ not _characters_.
7 - sped up redraws considerably (depending on xserver).
8 - i18n: locale settings for multibyte characters are respected.
9 - proportional fonts are supported now.
10 - supports options as --long options now.
11 - force initial call to redraw().
12 - added options:
13 * -whole : to only display lines once they are \n terminated
14 * -partial: to display lines whether they are terminated or not
15 * -update: to attempt to complete old partial lines 'in-place'
16 * -cont: to specify a string to prefix 'broken' partial lines with
17 * -outline: black outline (relatively slow).
18 * -noflicker: slower but flickerfree update.
19 * -wordwrap: wrap at spaces to avoid breaking words
20 - document default interval of 2.4 seconds.
21 - set default 'reload' value to 0 to prevent reloads.
22 - updated man page.
23 - strict-aliasing fix suggested by mmj.
24 - improved regexp transform code, but not enough...
25 - --frame now draws the frame in exactly the right place, just
26 inside the window (previously a geometry of 1024x768+0+0 would
27 have its frame off-screen on my monitor)
28 - the code takes the --shade and --outline options into
29 account properly when wrapping, clearing text, etc. and so
30 no 'debris' pixels are left behind any more.
31
320.9 Wed Feb 25 15:25:49 CET 2004
33 - unsigned/fseek bug fix by (mmj@panther.mmj.dk).
34 - patch by Didier Verna <didier@lrde.epita.fr> (2004-01-07)
35 * root-tail.c (root_window): New function. Return the real
36 root window, or the virtual one if any.
37 (InitWindow): Use it.
38 (force_refresh): Clear the root-tail area, not the whole window.
39 (blank_window): Ditto.
40 (main_loop): Don't forget to redraw () the initial contents.
41
420.2 Wed Sep 4 17:20:57 CEST 2002
1 - applied patch by ami@fischman.org (tac). 43 - applied patch by ami@fischman.org (tac).
2 - applied patch by raldi@verisignlabs.com (-noinitial fix). 44 - applied patch by raldi@verisignlabs.com (-noinitial fix).
3 45
40.1.1 460.1.1
5 - backported fixed from Marco d'Itri, who did most of the maintaining 47 - backported fixes from Marco d'Itri, who did most of the maintaining
6 work over the last year(s). Unfortunately, he doesn't answer my mails 48 work over the last year(s). Unfortunately, he doesn't answer my mails
7 (just as I did to most of root-tails users ;), so this is also the first 49 (just as I did to most of root-tails users ;), so this is also the first
8 sourceforge release. 50 sourceforge release.
51 - convert tab characters to spaces
52 - fix -noinital bug
9 53
100.0.10 540.0.10
11 - initial lines are now displayed in the correct colour 55 - initial lines are now displayed in the correct colour
12 - documentation fixes 56 - documentation fixes
13 57

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines