aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-01-25 08:04:30 +0000
committerFrederic Culot <calcurse@culot.org>2009-01-25 08:04:30 +0000
commitbb586b92b5714d1f33da2518206c364146de081b (patch)
treea823b41cec45e50e25b0120aab4470d4cfac65be /ChangeLog
parent9549ee0f8c1635fb5bd414ec03c36e8439411a03 (diff)
downloadcalcurse-bb586b92b5714d1f33da2518206c364146de081b.tar.gz
calcurse-bb586b92b5714d1f33da2518206c364146de081b.zip
calcurse 2.5 released
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e05459..d270363 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-01-25 Frederic Culot <frederic@culot.org>
+
+ * === Released 2.5 ===
+
+ * NEWS: updated
+
2009-01-24 Frederic Culot <frederic@culot.org>
* src/keys.c: make it possible to use KEY_HOME and KEY_END to
@@ -18,6 +24,9 @@
* src/args.c (parse_args): load keys even in non-interactive mode
to avoid the loss of user configured key bindings
+
+ * src/calendar.c (calendar_stop_date_thread): do not crash when
+ canceling the thread if it was not started before
2009-01-23 Frederic Culot <frederic@culot.org>