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.32 by pcg, Fri Apr 9 04:26:52 2004 UTC

11.1 11.2
2 - 2 - accept hexadecimal window ids, as does everybody else
3 (UNTESTED).
4
51.1 Thu Apr 8 21:59:35 CEST 2004
6 - make it work with virtual root windows (again).
7 - added options:
8 * -justify: gives a smooth right-hand margin
9 * -cont-color: allows the continuation marker to be a
10 different color than the logfile text
11 - changed the code around quite a lot - it no longer
12 continually deletes lines and re-adds them, and the main
13 structure is now a linked list rather than an array. the
14 continuation marker is added at display time, rather than
15 being in the strings of the datastructure.
16 - it is now possible to specify a different font for each
17 logfile; use the -fn option between filenames.
18 - fix very minor memleak.
3 19
41.0 Fri Apr 2 03:37:56 CEST 2004 201.0 Fri Apr 2 03:37:56 CEST 2004
5 - fix a bug regarding long (>1023 bytes) lines. 21 - fix a bug regarding long (>1023 bytes) lines.
6 - c89 compatibility fixes by Seth W. Klein. 22 - c89 compatibility fixes by Seth W. Klein.
7 - fix a memleak. 23 - fix a memleak.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines