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

Comparing root-tail/Changes (file contents):
Revision 1.18 by pcg, Sun Mar 28 00:11:18 2004 UTC vs.
Revision 1.23 by pcg, Thu Apr 1 03:01:10 2004 UTC

11.0 11.0
2 - fix a bug regarding long (>1023 bytes) lines.
3
40.95 Thu Apr 1 00:39:08 CEST 2004
2 - -geometry now expects _pixels_ not _characters_. 5 - -geometry now expects _pixels_ not _characters_.
3 - sped up redraws considerably (depending on xserver). 6 - sped up redraws considerably (depending on xserver).
4 - i18n: locale settings for multibyte characters are respected. 7 - i18n: locale settings for multibyte characters are respected.
5 - proportional fonts are supported now. 8 - proportional fonts are supported now.
6 - supports options as --long options now. 9 - supports options as --long options now.
10 * -partial: to display lines whether they are terminated or not 13 * -partial: to display lines whether they are terminated or not
11 * -update: to attempt to complete old partial lines 'in-place' 14 * -update: to attempt to complete old partial lines 'in-place'
12 * -cont: to specify a string to prefix 'broken' partial lines with 15 * -cont: to specify a string to prefix 'broken' partial lines with
13 * -outline: black outline (relatively slow). 16 * -outline: black outline (relatively slow).
14 * -noflicker: slower but flickerfree update. 17 * -noflicker: slower but flickerfree update.
18 * -wordwrap: wrap at spaces to avoid breaking words
15 - comment default interval of 2.4 seconds. 19 - document default interval of 2.4 seconds.
16 - set default 'reload' value to 0 to prevent reloads. 20 - set default 'reload' value to 0 to prevent reloads.
17 - updated man page. 21 - updated man page.
18 - strict-aliasing fix suggested by mmj. 22 - strict-aliasing fix suggested by mmj.
23 - --fork option really does report the PID now, as the man page claims
24 - improved regexp transform code, but not enough...
25 - --frame now draws the frame in exactly the right place, just
26 inside the window (previously a geometry of 1024x768+0+0 would
27 have its frame off-screen on my monitor)
28 - the code takes the --shade and --outline options into
29 account properly when wrapping, clearing text, etc. and so
30 no 'debris' pixels are left behind any more.
19 31
200.9 Wed Feb 25 15:25:49 CET 2004 320.9 Wed Feb 25 15:25:49 CET 2004
21 - unsigned/fseek bug fix by (mmj@panther.mmj.dk). 33 - unsigned/fseek bug fix by (mmj@panther.mmj.dk).
22 - patch by Didier Verna <didier@lrde.epita.fr> (2004-01-07) 34 - patch by Didier Verna <didier@lrde.epita.fr> (2004-01-07)
23 * root-tail.c (root_window): New function. Return the real 35 * root-tail.c (root_window): New function. Return the real

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines