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

Comparing root-tail/Changes (file contents):
Revision 1.27 by pcg, Fri Apr 2 01:28:05 2004 UTC vs.
Revision 1.31 by pcg, Thu Apr 8 19:46:48 2004 UTC

11.1 11.1 Thu Apr 8 21:59:35 CEST 2004
2 - 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.
3 15
41.0 Fri Apr 2 03:37:56 CEST 2004 161.0 Fri Apr 2 03:37:56 CEST 2004
5 - fix a bug regarding long (>1023 bytes) lines. 17 - fix a bug regarding long (>1023 bytes) lines.
6 - c89 compatibility fixes by Seth W. Klein. 18 - c89 compatibility fixes by Seth W. Klein.
7 - fix a memleak. 19 - fix a memleak.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines