ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/root-tail/Changes
Revision: 1.29
Committed: Thu Apr 8 00:37:03 2004 UTC (20 years, 2 months ago) by chris_moore
Branch: MAIN
Changes since 1.28: +2 -0 lines
Log Message:
Allow each logfile to display in a different font.

File Contents

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