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

Comparing root-tail/Changes (file contents):
Revision 1.9 by chris_moore, Fri Mar 26 12:11:05 2004 UTC vs.
Revision 1.27 by pcg, Fri Apr 2 01:28:05 2004 UTC

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