diff options
author | Frederic Culot <calcurse@culot.org> | 2007-07-01 18:01:13 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-07-01 18:01:13 +0000 |
commit | c2fc55f884680bab3bdacd654808be5f00dbb1e8 (patch) | |
tree | 0fb532dd5e2ea12995d4141fb0eefe2bd7954bdf | |
parent | 694d3ec32bcc30cb32df65885f6997194972ef47 (diff) | |
download | calcurse-c2fc55f884680bab3bdacd654808be5f00dbb1e8.tar.gz calcurse-c2fc55f884680bab3bdacd654808be5f00dbb1e8.zip |
code cleanup and bugfix: day change is not checked
-rwxr-xr-x | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +01 Jul 2007: + bugfix: calendar_date_thread implemented to check for day changes + (thanks Jupp for reporting the problem) + code cleanup: global variables today and slctd_day moved to calendar.c + and date_t type created + several routines created in calendar.c: calendar_store_current_date(), + calendar_get_slctd_day(), calendar_get_slctd_day_sec(), + calendar_init_slctd_day(), calendar_move_up(), + calendar_move_down(), calendar_move_left(), + calendar_move_right(), calendar_set_first_day_of_week(), + calendar_change_first_day_of_week(), + calendar_week_begins_on_monday() + +12 Jun 2007: + Thread implemented to regularly check for day changes (thanks Jupp for + reporting the problem) + code cleanup in get_date() to get rid of global variables + 22 May 2007: 1.8 NEWS file updated html manuals updated |