aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-01-02 19:52:32 +0000
committerFrederic Culot <calcurse@culot.org>2009-01-02 19:52:32 +0000
commitaa7d6c5eb75d236a6a58b4df8c98335fd0ac24dd (patch)
tree99f53002ba1c7d7f828761974d5b8f681ee867e2 /ChangeLog
parentcac30a7e1469a8f061f64712dbea100a012dd788 (diff)
downloadcalcurse-aa7d6c5eb75d236a6a58b4df8c98335fd0ac24dd.tar.gz
calcurse-aa7d6c5eb75d236a6a58b4df8c98335fd0ac24dd.zip
various bugfixes
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 47e9e76..675ccb7 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-02 Frederic Culot <frederic@culot.org>
+
+ * src/io.c (io_stop_pthread_save): do not crash when canceling the
+ thread if it was not started before
+
2009-01-01 Frederic Culot <frederic@culot.org>
* src/event.c (event_free_bkp, event_llist_free): new functions
@@ -16,7 +21,7 @@
that made repeated items with exceptions load uncorrectly in
some cases (thanks Jan for reporting it)
- * NEWS: updated (it is now possible to move an item from one date
+ * TODO: updated (it is now possible to move an item from one date
to another by using the cut/paste feature)
2008-12-30 Frederic Culot <frederic@culot.org>