Added man page documentation for double window workaround hvclock-1.0.2
authorHugo Villeneuve <hugo@hugovil.com>
Tue, 22 Mar 2011 03:22:38 +0000 (03:22 +0000)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 29 May 2013 02:40:31 +0000 (22:40 -0400)
NEWS
TODO
configure.ac
doc/hvclock.man

diff --git a/NEWS b/NEWS
index 5467314..ab25368 100644 (file)
--- 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 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,3 @@
 TODO
 ====
 
-o Add anti-aliasing hands for the clock.
index 794d293..8a4e2d9 100644 (file)
@@ -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)
index eb28fad..d12bbaa 100644 (file)
@@ -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 <hugo@hugovil.com>.