ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/root-tail/Changes
Revision: 1.6
Committed: Thu Mar 25 21:07:26 2004 UTC (20 years, 1 month ago) by pcg
Branch: MAIN
Changes since 1.5: +12 -1 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 1.0
2
3 - strict-aliasing fix suggested by mmj.
4
5 0.9 Wed Feb 25 15:25:49 CET 2004
6 - unsigned/fseek bug fix by (mmj@panther.mmj.dk).
7 - patch by Didier Verna <didier@lrde.epita.fr> (2004-01-07)
8 * root-tail.c (root_window): New function. Return the real
9 root window, or the virtual one if any.
10 (InitWindow): Use it.
11 (force_refresh): Clear the root-tail area, not the whole window.
12 (blank_window): Ditto.
13 (main_loop): Don't forget to redraw () the initial contents.
14
15 0.2 Wed Sep 4 17:20:57 CEST 2002
16 - applied patch by ami@fischman.org (tac).
17 - applied patch by raldi@verisignlabs.com (-noinitial fix).
18
19 0.1.1
20 - backported fixes from Marco d'Itri, who did most of the maintaining
21 work over the last year(s). Unfortunately, he doesn't answer my mails
22 (just as I did to most of root-tails users ;), so this is also the first
23 sourceforge release.
24 - convert tab characters to spaces
25 - fix -noinital bug
26
27 0.0.10
28 - initial lines are now displayed in the correct colour
29 - documentation fixes
30
31 0.0.9 Mon Nov 13 13:53:05 CET 2000
32 - fix descent redraw problem
33 - fix window offset miscalculation
34 - new option -interval
35 - new option -V
36 - more options shortcut
37 - ported to linux 2.4.0, thanks to stefan@weihnachtsmann.at
38
39 0.0.8 Sun Nov 12 14:16:04 CET 2000
40 - small bugfixes.
41 - memory corruption fix.
42 - added fixes by Olexij Tkatchenko.
43 - fixed garbage on top of screen (ashe@sanctuary.org)
44 - added -noinitial option to keep from drawing to
45 screen until new data has arrived (ashe@sanctuary.org)
46 - restores background on quit (ashe@sanctuary.org)
47 - shading now simulates light source coming from
48 top-left instead of bottom-right to fit with
49 every other GUI in the world (ashe@sanctuary.org)
50 - removed startup message.
51
52 0.0.7 Tue Oct 10 16:45:17 CEST 2000
53 - fix "lines containing zero" == endless loop bug.
54 - *ugly* workaround for the "does not redraw all lines
55 correctly" bug. no time to investigate this horror.
56 - fix segv on HUP bug.
57