aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-07-01 18:01:13 +0000
committerFrederic Culot <calcurse@culot.org>2007-07-01 18:01:13 +0000
commitc2fc55f884680bab3bdacd654808be5f00dbb1e8 (patch)
tree0fb532dd5e2ea12995d4141fb0eefe2bd7954bdf /ChangeLog
parent694d3ec32bcc30cb32df65885f6997194972ef47 (diff)
downloadcalcurse-c2fc55f884680bab3bdacd654808be5f00dbb1e8.tar.gz
calcurse-c2fc55f884680bab3bdacd654808be5f00dbb1e8.zip
code cleanup and bugfix: day change is not checked
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6096cdb..cf89b0b 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -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