ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/root-tail/Changes
Revision: 1.24
Committed: Thu Apr 1 12:31:05 2004 UTC (22 years, 5 months ago) by pcg
Branch: MAIN
Changes since 1.23: +0 -1 lines
Log Message:
*** empty log message ***

File Contents

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