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

Comparing root-tail/Changes (file contents):
Revision 1.5 by pcg, Tue Oct 7 13:17:10 2003 UTC vs.
Revision 1.27 by pcg, Fri Apr 2 01:28:05 2004 UTC

10.21 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
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().
16 - added options:
17 * -whole : to only display lines once they are \n terminated
18 * -partial: to display lines whether they are terminated or not
19 * -update: to attempt to complete old partial lines 'in-place'
20 * -cont: to specify a string to prefix 'broken' partial lines with
21 * -outline: black outline (relatively slow).
22 * -noflicker: slower but flickerfree update.
23 * -wordwrap: wrap at spaces to avoid breaking words
24 - document default interval of 2.4 seconds.
25 - set default 'reload' value to 0 to prevent reloads.
26 - updated man page.
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.
35
360.9 Wed Feb 25 15:25:49 CET 2004
2 - unsigned/fseek bug fix by (mmj@panther.mmj.dk). 37 - unsigned/fseek bug fix by (mmj@panther.mmj.dk).
38 - patch by Didier Verna <didier@lrde.epita.fr> (2004-01-07)
39 * root-tail.c (root_window): New function. Return the real
40 root window, or the virtual one if any.
41 (InitWindow): Use it.
42 (force_refresh): Clear the root-tail area, not the whole window.
43 (blank_window): Ditto.
44 (main_loop): Don't forget to redraw () the initial contents.
3 45
40.2 Wed Sep 4 17:20:57 CEST 2002 460.2 Wed Sep 4 17:20:57 CEST 2002
5 - applied patch by ami@fischman.org (tac). 47 - applied patch by ami@fischman.org (tac).
6 - applied patch by raldi@verisignlabs.com (-noinitial fix). 48 - applied patch by raldi@verisignlabs.com (-noinitial fix).
7 49

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines