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

Comparing root-tail/Changes (file contents):
Revision 1.17 by pcg, Sat Mar 27 21:20:32 2004 UTC vs.
Revision 1.41 by root, Sun Jun 16 01:34:44 2019 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines