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.25 by pcg, Thu Apr 1 13:37:30 2004 UTC

11.0 11.0
2 - fix a bug regarding long (>1023 bytes) lines.
3 - c89 compatibility fixes by Seth W. Klein.
4
50.95 Thu Apr 1 00:39:08 CEST 2004
2 - -geometry now expects _pixels_ not _characters_. 6 - -geometry now expects _pixels_ not _characters_.
3 - sped up redraws considerably (depending on xserver). 7 - sped up redraws considerably (depending on xserver).
4 - i18n: locale settings for multibyte characters are respected. 8 - i18n: locale settings for multibyte characters are respected.
5 - proportional fonts are supported now. 9 - proportional fonts are supported now.
6 - supports options as long options now. 10 - supports options as --long options now.
7 - call redraw() before entering the main loop to ensure that 11 - force initial call to redraw().
8 at least something is displayed on the root window
9 immediately
10 - added options: 12 - added options:
11 * -whole : to only display lines once they are \n terminated 13 * -whole : to only display lines once they are \n terminated
12 * -partial: to display lines whether they are terminated or not 14 * -partial: to display lines whether they are terminated or not
13 * -update: to attempt to complete old partial lines 'in-place' 15 * -update: to attempt to complete old partial lines 'in-place'
14 * -cont: to specify a string to prefix 'broken' partial lines with 16 * -cont: to specify a string to prefix 'broken' partial lines with
15 - set default interval back to 3 seconds, as mentioned in 17 * -outline: black outline (relatively slow).
16 '-help' text and man page. 18 * -noflicker: slower but flickerfree update.
19 * -wordwrap: wrap at spaces to avoid breaking words
20 - document default interval of 2.4 seconds.
17 - set default 'reload' value to 0 to prevent reloads. 21 - set default 'reload' value to 0 to prevent reloads.
18 - updated man page 22 - updated man page.
19 - strict-aliasing fix suggested by mmj. 23 - strict-aliasing fix suggested by mmj.
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.
20 31
210.9 Wed Feb 25 15:25:49 CET 2004 320.9 Wed Feb 25 15:25:49 CET 2004
22 - unsigned/fseek bug fix by (mmj@panther.mmj.dk). 33 - unsigned/fseek bug fix by (mmj@panther.mmj.dk).
23 - patch by Didier Verna <didier@lrde.epita.fr> (2004-01-07) 34 - patch by Didier Verna <didier@lrde.epita.fr> (2004-01-07)
24 * 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