]> Untitled Git - dockapps/hvclock.git/commitdiff
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 5467314f8396de2a3df686cf365aa440cde47324..ab2536871e17ee086fa28f1486d79ba2fb1f1ffc 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 b27bd6bad614571e3df22bfacefa98b72d130d31..d82dbbb34ce34de4e8c499053256f9648249d162 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,3 @@
 TODO
 ====
 
-o Add anti-aliasing hands for the clock.
index 794d29307dff3b6c945cf1038acdbdb246417c34..8a4e2d9813bd6947d6799a0ef83d61260a0b5cf5 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 eb28fad7d3fcab595156d923873100ddebac4273..d12bbaa766ad60b2459cd5d2542096e26bf79858 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>.