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

Comparing root-tail/Changes (file contents):
Revision 1.19 by chris_moore, Sun Mar 28 03:29:10 2004 UTC vs.
Revision 1.37 by chris_moore, Sun Apr 11 23:54:20 2004 UTC

11.0 11.2
2 - replaced default font by "*" to "ensure" some font is found.
3 - accept hexadecimal window ids, as does everybody else(?).
4 - made it compile with ansi-89-based compilers again.
5 - add hack to support nautilus (not very stable, nautilus should
6 either use extended window manager hints or __SWM_VROOT, as everybody
7 else does).
8 - do not initialize the window twice (fixes problems with multiple
9 visuals).
10 - new option: -minspace.
11 - fixed seg fault if geometry is too short to fit a single line
12
131.1 Thu Apr 8 21:59:35 CEST 2004
14 - make it work with virtual root windows (again).
15 - added options:
16 * -justify: gives a smooth right-hand margin
17 * -cont-color: allows the continuation marker to be a
18 different color than the logfile text
19 - changed the code around quite a lot - it no longer
20 continually deletes lines and re-adds them, and the main
21 structure is now a linked list rather than an array. the
22 continuation marker is added at display time, rather than
23 being in the strings of the datastructure.
24 - it is now possible to specify a different font for each
25 logfile; use the -fn option between filenames.
26 - fix very minor memleak.
27
281.0 Fri Apr 2 03:37:56 CEST 2004
29 - fix a bug regarding long (>1023 bytes) lines.
30 - c89 compatibility fixes by Seth W. Klein.
31 - fix a memleak.
32
330.95 Thu Apr 1 00:39:08 CEST 2004
2 - -geometry now expects _pixels_ not _characters_. 34 - -geometry now expects _pixels_ not _characters_.
3 - sped up redraws considerably (depending on xserver). 35 - sped up redraws considerably (depending on xserver).
4 - i18n: locale settings for multibyte characters are respected. 36 - i18n: locale settings for multibyte characters are respected.
5 - proportional fonts are supported now. 37 - proportional fonts are supported now.
6 - supports options as --long options now. 38 - supports options as --long options now.
11 * -update: to attempt to complete old partial lines 'in-place' 43 * -update: to attempt to complete old partial lines 'in-place'
12 * -cont: to specify a string to prefix 'broken' partial lines with 44 * -cont: to specify a string to prefix 'broken' partial lines with
13 * -outline: black outline (relatively slow). 45 * -outline: black outline (relatively slow).
14 * -noflicker: slower but flickerfree update. 46 * -noflicker: slower but flickerfree update.
15 * -wordwrap: wrap at spaces to avoid breaking words 47 * -wordwrap: wrap at spaces to avoid breaking words
16 - comment default interval of 2.4 seconds. 48 - document default interval of 2.4 seconds.
17 - set default 'reload' value to 0 to prevent reloads. 49 - set default 'reload' value to 0 to prevent reloads.
18 - updated man page. 50 - updated man page.
19 - strict-aliasing fix suggested by mmj. 51 - strict-aliasing fix suggested by mmj.
52 - improved regexp transform code, but not enough...
53 - --frame now draws the frame in exactly the right place, just
54 inside the window (previously a geometry of 1024x768+0+0 would
55 have its frame off-screen on my monitor)
56 - the code takes the --shade and --outline options into
57 account properly when wrapping, clearing text, etc. and so
58 no 'debris' pixels are left behind any more.
20 59
210.9 Wed Feb 25 15:25:49 CET 2004 600.9 Wed Feb 25 15:25:49 CET 2004
22 - unsigned/fseek bug fix by (mmj@panther.mmj.dk). 61 - unsigned/fseek bug fix by (mmj@panther.mmj.dk).
23 - patch by Didier Verna <didier@lrde.epita.fr> (2004-01-07) 62 - patch by Didier Verna <didier@lrde.epita.fr> (2004-01-07)
24 * root-tail.c (root_window): New function. Return the real 63 * root-tail.c (root_window): New function. Return the real

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines