aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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