File: NEWS

package info (click to toggle)
xrootconsole 1%3A0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 492 kB
  • sloc: ansic: 5,230; makefile: 105; sh: 3
file content (36 lines) | stat: -rw-r--r-- 1,042 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
xrootconsole 0.6  20Feb2004

    * Fixes window placement to honor a virtual root window
    * FreeBSD patch (includes Xos.h for BSD compatability)
    * parses colornames ("darkgreen") as well as RGB colorcodes ("#336633")

xrootconsole 0.5  30Jun2002

    * fixed bug where XMaskEvent() would block indefinitely, silently 
      halting the program.

xrootconsole 0.4  19Dec2001

    * refactored the hell out of the code, eliminated globals
    * minor performance gains
    * added a man page 

xrootconsole 0.3  05mar2000

    * added -c option for multiple text columns
    * fixed printing of last line in window

xrootconsole 0.2  27feb2000

    * greatly reduced flicker
    * added --solid option for solid-color (opaque) background

xrootconsole 0.1  15feb2000
    
    * added shaded transparent background
    * reads from named file, not hard-coded /dev/console
    * maintainership passed from Youngblut to Galloway

xrootconsole 0.0  19jan1999 (hey, every versioning system should start with 0)

    * first version (AFABobK)