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

Comparing root-tail/Changes (file contents):
Revision 1.2 by pcg, Wed May 8 22:54:55 2002 UTC vs.
Revision 1.40 by root, Sun Jun 16 01:24:29 2019 UTC

11.3 Sun Jun 16 03:16:08 CEST 2019
2 - implemented -windowed option that creates its own desktop window.
3 - cleaned up source code somewhat.
4 - try to provide a more portable default font pattern.
5 - no longer warn about missing charsets, as libxt typically is rather
6 broken on todays utf-8 systems.
7 - provide Makefile, so xmkmf is no longer needed.
8
91.2 Fri Jul 30 21:31:42 CEST 2004
10 - replaced default font by "*" to "ensure" some font is found.
11 - accept hexadecimal window ids, as does everybody else(?).
12 - made it compile with ansi-89-based compilers again.
13 - add hack to support nautilus (not very stable, nautilus should
14 either use extended window manager hints or __SWM_VROOT, as everybody
15 else does).
16 - do not initialize the window twice (fixes problems with multiple
17 visuals).
18 - new option: -minspace.
19 - fixed seg fault if geometry is too short to fit a single line
20 - fix bug which became apparent if -no-filename or null
21 descriptions were used.
22
231.1 Thu Apr 8 21:59:35 CEST 2004
24 - make it work with virtual root windows (again).
25 - added options:
26 * -justify: gives a smooth right-hand margin
27 * -cont-color: allows the continuation marker to be a
28 different color than the logfile text
29 - changed the code around quite a lot - it no longer
30 continually deletes lines and re-adds them, and the main
31 structure is now a linked list rather than an array. the
32 continuation marker is added at display time, rather than
33 being in the strings of the datastructure.
34 - it is now possible to specify a different font for each
35 logfile; use the -fn option between filenames.
36 - fix very minor memleak.
37
381.0 Fri Apr 2 03:37:56 CEST 2004
39 - fix a bug regarding long (>1023 bytes) lines.
40 - c89 compatibility fixes by Seth W. Klein.
41 - fix a memleak.
42
430.95 Thu Apr 1 00:39:08 CEST 2004
44 - -geometry now expects _pixels_ not _characters_.
45 - sped up redraws considerably (depending on xserver).
46 - i18n: locale settings for multibyte characters are respected.
47 - proportional fonts are supported now.
48 - supports options as --long options now.
49 - force initial call to redraw().
50 - added options:
51 * -whole : to only display lines once they are \n terminated
52 * -partial: to display lines whether they are terminated or not
53 * -update: to attempt to complete old partial lines 'in-place'
54 * -cont: to specify a string to prefix 'broken' partial lines with
55 * -outline: black outline (relatively slow).
56 * -noflicker: slower but flickerfree update.
57 * -wordwrap: wrap at spaces to avoid breaking words
58 - document default interval of 2.4 seconds.
59 - set default 'reload' value to 0 to prevent reloads.
60 - updated man page.
61 - strict-aliasing fix suggested by mmj.
62 - improved regexp transform code, but not enough...
63 - --frame now draws the frame in exactly the right place, just
64 inside the window (previously a geometry of 1024x768+0+0 would
65 have its frame off-screen on my monitor)
66 - the code takes the --shade and --outline options into
67 account properly when wrapping, clearing text, etc. and so
68 no 'debris' pixels are left behind any more.
69
700.9 Wed Feb 25 15:25:49 CET 2004
71 - unsigned/fseek bug fix by (mmj@panther.mmj.dk).
72 - patch by Didier Verna <didier@lrde.epita.fr> (2004-01-07)
73 * root-tail.c (root_window): New function. Return the real
74 root window, or the virtual one if any.
75 (InitWindow): Use it.
76 (force_refresh): Clear the root-tail area, not the whole window.
77 (blank_window): Ditto.
78 (main_loop): Don't forget to redraw () the initial contents.
79
800.2 Wed Sep 4 17:20:57 CEST 2002
1 - applied patch by ami@fischman.org (tac). 81 - applied patch by ami@fischman.org (tac).
2 - applied patch by raldi@verisignlabs.com (-noinitial fix). 82 - applied patch by raldi@verisignlabs.com (-noinitial fix).
3 83
40.1.1 840.1.1
5 - backported fixed from Marco d'Itri, who did most of the maintaining 85 - backported fixes from Marco d'Itri, who did most of the maintaining
6 work over the last year(s). Unfortunately, he doesn't answer my mails 86 work over the last year(s). Unfortunately, he doesn't answer my mails
7 (just as I did to most of root-tails users ;), so this is also the first 87 (just as I did to most of root-tails users ;), so this is also the first
8 sourceforge release. 88 sourceforge release.
89 - convert tab characters to spaces
90 - fix -noinital bug
9 91
100.0.10 920.0.10
11 - initial lines are now displayed in the correct colour 93 - initial lines are now displayed in the correct colour
12 - documentation fixes 94 - documentation fixes
13 95

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines