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

Comparing root-tail/Changes (file contents):
Revision 1.12 by pcg, Sat Mar 27 16:27:10 2004 UTC vs.
Revision 1.34 by pcg, Sat Apr 10 13:45:15 2004 UTC

11.0 11.2
2 - accept hexadecimal window ids, as does everybody else(?).
3 - made it compile with ansi-89-based compilers again.
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.
19
201.0 Fri Apr 2 03:37:56 CEST 2004
21 - fix a bug regarding long (>1023 bytes) lines.
22 - c89 compatibility fixes by Seth W. Klein.
23 - fix a memleak.
24
250.95 Thu Apr 1 00:39:08 CEST 2004
2 - -geometry now expects _pixels_ not _characters_. 26 - -geometry now expects _pixels_ not _characters_.
3 - sped up redraws considerably (depending on xserver). 27 - sped up redraws considerably (depending on xserver).
4 - i18n: locale settings for multibyte characters are respected. 28 - i18n: locale settings for multibyte characters are respected.
5 - proportional fonts are supported now. 29 - proportional fonts are supported now.
6 - supports options as long options now. 30 - supports options as --long options now.
7 - call redraw() before entering the main loop to ensure that 31 - force initial call to redraw().
8 at least something is displayed on the root window
9 immediately
10 - added options: 32 - added options:
11 * -whole : to only display lines once they are \n terminated 33 * -whole : to only display lines once they are \n terminated
12 * -partial: to display lines whether they are terminated or not 34 * -partial: to display lines whether they are terminated or not
13 * -update: to attempt to complete old partial lines 'in-place' 35 * -update: to attempt to complete old partial lines 'in-place'
14 * -cont: to specify a string to prefix 'broken' partial lines with 36 * -cont: to specify a string to prefix 'broken' partial lines with
15 - set default interval back to 3 seconds, as mentioned in 37 * -outline: black outline (relatively slow).
16 '-help' text and man page. 38 * -noflicker: slower but flickerfree update.
39 * -wordwrap: wrap at spaces to avoid breaking words
40 - document default interval of 2.4 seconds.
17 - set default 'reload' value to 0 to prevent reloads. 41 - set default 'reload' value to 0 to prevent reloads.
18 - updated man page 42 - updated man page.
19 - strict-aliasing fix suggested by mmj. 43 - strict-aliasing fix suggested by mmj.
44 - improved regexp transform code, but not enough...
45 - --frame now draws the frame in exactly the right place, just
46 inside the window (previously a geometry of 1024x768+0+0 would
47 have its frame off-screen on my monitor)
48 - the code takes the --shade and --outline options into
49 account properly when wrapping, clearing text, etc. and so
50 no 'debris' pixels are left behind any more.
20 51
210.9 Wed Feb 25 15:25:49 CET 2004 520.9 Wed Feb 25 15:25:49 CET 2004
22 - unsigned/fseek bug fix by (mmj@panther.mmj.dk). 53 - unsigned/fseek bug fix by (mmj@panther.mmj.dk).
23 - patch by Didier Verna <didier@lrde.epita.fr> (2004-01-07) 54 - patch by Didier Verna <didier@lrde.epita.fr> (2004-01-07)
24 * root-tail.c (root_window): New function. Return the real 55 * root-tail.c (root_window): New function. Return the real

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines