small bugfixes and code cleanup

This commit is contained in:
Frederic Culot
2008-12-14 15:54:50 +00:00
parent 8900d0f8f2
commit 65ec1bb0fa
14 changed files with 2878 additions and 2387 deletions

View File

@@ -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>