aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-09-16 15:38:43 +0000
committerFrederic Culot <calcurse@culot.org>2007-09-16 15:38:43 +0000
commitd2b15fb3705c840e63d5f2d35b640ef536ab43e1 (patch)
tree4b9a792481781fc1e38febd326c48fd56897f269
parentc04fee7e14a56c2d1f3414db2c49851832a785fd (diff)
downloadcalcurse-d2b15fb3705c840e63d5f2d35b640ef536ab43e1.tar.gz
calcurse-d2b15fb3705c840e63d5f2d35b640ef536ab43e1.zip
small bugfixes
-rwxr-xr-xChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da2cb6c..9d07328 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+16 Sep 2007:
+ bugfix: wrong symbol used for pthread library in configure.ac (thanks
+ Michael for noticing this bug)
+ keypad() used in popup() routine, to avoid possible unwanted
+ interactions (status bar could change for example when viewing an
+ item description and pressing an arrow key)
+ export to /tmp/calcurse.ics is now performed in case $HOME is not set
+
01 Sep 2007:
bugfix: shift in date_arg(), thanks Herbert for reporting this bug