diff options
author | Frederic Culot <calcurse@culot.org> | 2008-12-14 15:54:50 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2008-12-14 15:54:50 +0000 |
commit | 65ec1bb0fa126748a84555406c22de3588f47b9b (patch) | |
tree | bc732b49d769b75a6e56ac15e29deeda8af2f03f /ChangeLog | |
parent | 8900d0f8f267c5508aa2c940c57e879baf0a25af (diff) | |
download | calcurse-65ec1bb0fa126748a84555406c22de3588f47b9b.zip |
small bugfixes and code cleanup
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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> |