aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-07-20 19:23:28 +0000
committerFrederic Culot <calcurse@culot.org>2007-07-20 19:23:28 +0000
commitdf97a0247398d7e86d9956b081151f8fdd788cfd (patch)
treea4d70f8fd33c056a7a66c50d6fad3d80baa725ec /ChangeLog
parent62835f070c26a7d066e9dc6b40c0df4e15c0e91c (diff)
downloadcalcurse-df97a0247398d7e86d9956b081151f8fdd788cfd.tar.gz
calcurse-df97a0247398d7e86d9956b081151f8fdd788cfd.zip
window_t type created and more code cleanup
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf89b0b..5c06157 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+20 Jul 2007:
+ store_day() moved to day_process_storage()
+ enum window_number moved to vars.h and became window_e
+ window_t type created in vars.h
+ day_items_nb_t added in day.h
+ several routines updated to make use of the newly created window_t type
+
01 Jul 2007:
bugfix: calendar_date_thread implemented to check for day changes
(thanks Jupp for reporting the problem)