From: Hugo Villeneuve Date: Tue, 22 Mar 2011 03:22:38 +0000 (+0000) Subject: Added man page documentation for double window workaround X-Git-Tag: hvclock-1.0.2^0 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=2923fe804d0373519d2061d590fa9a976f4340e5;p=dockapps%2Fhvclock.git Added man page documentation for double window workaround --- diff --git a/NEWS b/NEWS index 5467314..ab25368 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,7 @@ +2010-10-15: hvclock-1.0.2 has been released. + Added documentation on how to work around a double window bug. + 2010-10-15: hvclock-1.0.1 has been released. Code cleanup. Fixed display issues with calendar in non-dockapp mode. diff --git a/TODO b/TODO index b27bd6b..d82dbbb 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,3 @@ TODO ==== -o Add anti-aliasing hands for the clock. diff --git a/configure.ac b/configure.ac index 794d293..8a4e2d9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # configure.ac -- Process this file with autoconf to produce configure. dnl Initialization stuff. -AC_INIT(hvclock, 1.0.1) +AC_INIT(hvclock, 1.0.2) AC_CONFIG_AUX_DIR(config) AC_CONFIG_SRCDIR(src/hvclock.c) AM_CONFIG_HEADER(config.h:config-h.in) diff --git a/doc/hvclock.man b/doc/hvclock.man index eb28fad..d12bbaa 100644 --- a/doc/hvclock.man +++ b/doc/hvclock.man @@ -47,6 +47,17 @@ display seconds hand \fB\-v\fR output version information and exit +.SH BUGS +\fBDouble window bug workaround \fR + +If you have two windows when starting \fBhvclock\fR, right-click in the square +window title bar and select "Attributes...". Then select "Application Specific" +in the pull-down menu at the top. Enable "Start hidden", and click on +"Save", "Apply" and finally "Reload", and the bug should be worked around. + +Detailed instructions with screenshots are available on the project's documentation page: +.I http://www.hugovil.com/hvclock/ + .SH CREDITS \fBhvclock\fR was written by Hugo Villeneuve .