ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/root-tail/Changes
Revision: 1.9
Committed: Fri Mar 26 12:11:05 2004 UTC (22 years, 5 months ago) by chris_moore
Branch: MAIN
Changes since 1.8: +6 -0 lines
Log Message:
	- call redraw() before entering the main loop to ensure that
          at least something is displayed on the root window
          immediately

File Contents

# User Rev Content
1 chris_moore 1.9 1.2 Fri Mar 26 13:19:10 CET 2004
2    
3     - call redraw() before entering the main loop to ensure that
4     at least something is displayed on the root window
5     immediately
6    
7 chris_moore 1.8 1.1 Fri Mar 26 03:58:50 CET 2004
8    
9     - added options:
10     * -whole : to only display lines once they are \n terminated
11     * -partial: to display lines whether they are terminated or not
12     * -update: to attempt to complete old partial lines 'in-place'
13     * -cont: to specify a string to prefix 'broken' partial lines with
14     - set default interval back to 3 seconds, as mentioned in
15     '-help' text and man page.
16     - set default 'reload' value to 0 to prevent reloads.
17     - updated man page
18    
19 pcg 1.6 1.0
20    
21 pcg 1.7 - supports options as long options now.
22 pcg 1.6 - strict-aliasing fix suggested by mmj.
23    
24     0.9 Wed Feb 25 15:25:49 CET 2004
25 pcg 1.5 - unsigned/fseek bug fix by (mmj@panther.mmj.dk).
26 pcg 1.6 - patch by Didier Verna <didier@lrde.epita.fr> (2004-01-07)
27     * root-tail.c (root_window): New function. Return the real
28     root window, or the virtual one if any.
29     (InitWindow): Use it.
30     (force_refresh): Clear the root-tail area, not the whole window.
31     (blank_window): Ditto.
32     (main_loop): Don't forget to redraw () the initial contents.
33 pcg 1.4
34     0.2 Wed Sep 4 17:20:57 CEST 2002
35 pcg 1.2 - applied patch by ami@fischman.org (tac).
36     - applied patch by raldi@verisignlabs.com (-noinitial fix).
37    
38 pcg 1.1 0.1.1
39 pcg 1.3 - backported fixes from Marco d'Itri, who did most of the maintaining
40 pcg 1.1 work over the last year(s). Unfortunately, he doesn't answer my mails
41     (just as I did to most of root-tails users ;), so this is also the first
42     sourceforge release.
43 pcg 1.3 - convert tab characters to spaces
44     - fix -noinital bug
45 pcg 1.1
46     0.0.10
47     - initial lines are now displayed in the correct colour
48     - documentation fixes
49    
50     0.0.9 Mon Nov 13 13:53:05 CET 2000
51     - fix descent redraw problem
52     - fix window offset miscalculation
53     - new option -interval
54     - new option -V
55     - more options shortcut
56     - ported to linux 2.4.0, thanks to stefan@weihnachtsmann.at
57    
58     0.0.8 Sun Nov 12 14:16:04 CET 2000
59     - small bugfixes.
60     - memory corruption fix.
61     - added fixes by Olexij Tkatchenko.
62     - fixed garbage on top of screen (ashe@sanctuary.org)
63     - added -noinitial option to keep from drawing to
64     screen until new data has arrived (ashe@sanctuary.org)
65     - restores background on quit (ashe@sanctuary.org)
66     - shading now simulates light source coming from
67     top-left instead of bottom-right to fit with
68     every other GUI in the world (ashe@sanctuary.org)
69     - removed startup message.
70    
71     0.0.7 Tue Oct 10 16:45:17 CEST 2000
72     - fix "lines containing zero" == endless loop bug.
73     - *ugly* workaround for the "does not redraw all lines
74     correctly" bug. no time to investigate this horror.
75     - fix segv on HUP bug.
76