ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/root-tail/Changes
Revision: 1.25
Committed: Thu Apr 1 13:37:30 2004 UTC (20 years, 2 months ago) by pcg
Branch: MAIN
Changes since 1.24: +1 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 1.0
2 - fix a bug regarding long (>1023 bytes) lines.
3 - c89 compatibility fixes by Seth W. Klein.
4
5 0.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
32 0.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
42 0.2 Wed Sep 4 17:20:57 CEST 2002
43 - applied patch by ami@fischman.org (tac).
44 - applied patch by raldi@verisignlabs.com (-noinitial fix).
45
46 0.1.1
47 - backported fixes from Marco d'Itri, who did most of the maintaining
48 work over the last year(s). Unfortunately, he doesn't answer my mails
49 (just as I did to most of root-tails users ;), so this is also the first
50 sourceforge release.
51 - convert tab characters to spaces
52 - fix -noinital bug
53
54 0.0.10
55 - initial lines are now displayed in the correct colour
56 - documentation fixes
57
58 0.0.9 Mon Nov 13 13:53:05 CET 2000
59 - fix descent redraw problem
60 - fix window offset miscalculation
61 - new option -interval
62 - new option -V
63 - more options shortcut
64 - ported to linux 2.4.0, thanks to stefan@weihnachtsmann.at
65
66 0.0.8 Sun Nov 12 14:16:04 CET 2000
67 - small bugfixes.
68 - memory corruption fix.
69 - added fixes by Olexij Tkatchenko.
70 - fixed garbage on top of screen (ashe@sanctuary.org)
71 - added -noinitial option to keep from drawing to
72 screen until new data has arrived (ashe@sanctuary.org)
73 - restores background on quit (ashe@sanctuary.org)
74 - shading now simulates light source coming from
75 top-left instead of bottom-right to fit with
76 every other GUI in the world (ashe@sanctuary.org)
77 - removed startup message.
78
79 0.0.7 Tue Oct 10 16:45:17 CEST 2000
80 - fix "lines containing zero" == endless loop bug.
81 - *ugly* workaround for the "does not redraw all lines
82 correctly" bug. no time to investigate this horror.
83 - fix segv on HUP bug.
84