ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/root-tail/Changes
(Generate patch)

Comparing root-tail/Changes (file contents):
Revision 1.17 by pcg, Sat Mar 27 21:20:32 2004 UTC vs.
Revision 1.31 by pcg, Thu Apr 8 19:46:48 2004 UTC

11.0 11.1 Thu Apr 8 21:59:35 CEST 2004
2 - make it work with virtual root windows (again).
3 - added options:
4 * -justify: gives a smooth right-hand margin
5 * -cont-color: allows the continuation marker to be a
6 different color than the logfile text
7 - changed the code around quite a lot - it no longer
8 continually deletes lines and re-adds them, and the main
9 structure is now a linked list rather than an array. the
10 continuation marker is added at display time, rather than
11 being in the strings of the datastructure.
12 - it is now possible to specify a different font for each
13 logfile; use the -fn option between filenames.
14 - fix very minor memleak.
15
161.0 Fri Apr 2 03:37:56 CEST 2004
17 - fix a bug regarding long (>1023 bytes) lines.
18 - c89 compatibility fixes by Seth W. Klein.
19 - fix a memleak.
20
210.95 Thu Apr 1 00:39:08 CEST 2004
2 - -geometry now expects _pixels_ not _characters_. 22 - -geometry now expects _pixels_ not _characters_.
3 - sped up redraws considerably (depending on xserver). 23 - sped up redraws considerably (depending on xserver).
4 - i18n: locale settings for multibyte characters are respected. 24 - i18n: locale settings for multibyte characters are respected.
5 - proportional fonts are supported now. 25 - proportional fonts are supported now.
6 - supports options as --long options now. 26 - supports options as --long options now.
10 * -partial: to display lines whether they are terminated or not 30 * -partial: to display lines whether they are terminated or not
11 * -update: to attempt to complete old partial lines 'in-place' 31 * -update: to attempt to complete old partial lines 'in-place'
12 * -cont: to specify a string to prefix 'broken' partial lines with 32 * -cont: to specify a string to prefix 'broken' partial lines with
13 * -outline: black outline (relatively slow). 33 * -outline: black outline (relatively slow).
14 * -noflicker: slower but flickerfree update. 34 * -noflicker: slower but flickerfree update.
15 many of these and other improvements were brought to you by 35 * -wordwrap: wrap at spaces to avoid breaking words
16 Chris Moore.
17 - comment default interval of 2.4 seconds. 36 - document default interval of 2.4 seconds.
18 - set default 'reload' value to 0 to prevent reloads. 37 - set default 'reload' value to 0 to prevent reloads.
19 - updated man page. 38 - updated man page.
20 - strict-aliasing fix suggested by mmj. 39 - strict-aliasing fix suggested by mmj.
40 - improved regexp transform code, but not enough...
41 - --frame now draws the frame in exactly the right place, just
42 inside the window (previously a geometry of 1024x768+0+0 would
43 have its frame off-screen on my monitor)
44 - the code takes the --shade and --outline options into
45 account properly when wrapping, clearing text, etc. and so
46 no 'debris' pixels are left behind any more.
21 47
220.9 Wed Feb 25 15:25:49 CET 2004 480.9 Wed Feb 25 15:25:49 CET 2004
23 - unsigned/fseek bug fix by (mmj@panther.mmj.dk). 49 - unsigned/fseek bug fix by (mmj@panther.mmj.dk).
24 - patch by Didier Verna <didier@lrde.epita.fr> (2004-01-07) 50 - patch by Didier Verna <didier@lrde.epita.fr> (2004-01-07)
25 * root-tail.c (root_window): New function. Return the real 51 * root-tail.c (root_window): New function. Return the real

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines