ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/root-tail/Changes
Revision: 1.39
Committed: Fri Jul 30 19:33:34 2004 UTC (20 years ago) by root
Branch: MAIN
CVS Tags: rel-1_2
Changes since 1.38: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

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