ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/root-tail/Changes
Revision: 1.33
Committed: Fri Apr 9 10:08:18 2004 UTC (22 years, 5 months ago) by pcg
Branch: MAIN
Changes since 1.32: +1 -2 lines
Log Message:
*** empty log message ***

File Contents

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