ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/root-tail/Changes
Revision: 1.22
Committed: Mon Mar 29 02:20:55 2004 UTC (22 years, 5 months ago) by chris_moore
Branch: MAIN
CVS Tags: rel-0_95
Changes since 1.21: +6 -0 lines
Log Message:
*** empty log message ***

File Contents

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