diff options
author | Frederic Culot <calcurse@culot.org> | 2009-01-02 19:52:32 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-01-02 19:52:32 +0000 |
commit | aa7d6c5eb75d236a6a58b4df8c98335fd0ac24dd (patch) | |
tree | 99f53002ba1c7d7f828761974d5b8f681ee867e2 /ChangeLog | |
parent | cac30a7e1469a8f061f64712dbea100a012dd788 (diff) | |
download | calcurse-aa7d6c5eb75d236a6a58b4df8c98335fd0ac24dd.tar.gz calcurse-aa7d6c5eb75d236a6a58b4df8c98335fd0ac24dd.zip |
various bugfixes
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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> |