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

Comparing root-tail/Changes (file contents):
Revision 1.15 by pcg, Sat Mar 27 21:12:22 2004 UTC vs.
Revision 1.27 by pcg, Fri Apr 2 01:28:05 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines