aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2008-12-14 15:54:50 +0000
committerFrederic Culot <calcurse@culot.org>2008-12-14 15:54:50 +0000
commit65ec1bb0fa126748a84555406c22de3588f47b9b (patch)
treebc732b49d769b75a6e56ac15e29deeda8af2f03f /ChangeLog
parent8900d0f8f267c5508aa2c940c57e879baf0a25af (diff)
downloadcalcurse-65ec1bb0fa126748a84555406c22de3588f47b9b.tar.gz
calcurse-65ec1bb0fa126748a84555406c22de3588f47b9b.zip
small bugfixes and code cleanup
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84a5be3..c090e4b 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,19 @@
* src/recur.c (foreach_date_dump): exception dates are now
properly taken into account
+
+ * src/apoint.c:
+ * src/calendar.c:
+ * src/custom.c:
+ * src/event.c:
+ * src/io.c:
+ * src/recur.c: make use of error handling macros
+
+ * src/utils.c (status_bar): do not show 'credits' key binding
+ inside status bar
+
+ * src/custom.c (custom_general_config): make it possible to scroll
+ up and down again
2008-12-13 Frederic Culot <frederic@culot.org>