ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/root-tail/Changes
Revision: 1.8
Committed: Fri Mar 26 03:00:51 2004 UTC (22 years, 5 months ago) by chris_moore
Branch: MAIN
Changes since 1.7: +12 -0 lines
Log Message:
1.1  Fri Mar 26 03:58:50 CET 2004

	- added options:
	    * -whole : to only display lines once they are \n terminated
	    * -partial: to display lines whether they are terminated or not
	    * -update: to attempt to complete old partial lines 'in-place'
	    * -cont: to specify a string to prefix 'broken' partial lines with
	- set default interval back to 3 seconds, as mentioned in
	  '-help' text and man page.
	- set default 'reload' value to 0 to prevent reloads.
	- updated man page

File Contents

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