diff options
author | Frederic Culot <calcurse@culot.org> | 2007-07-20 19:23:28 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-07-20 19:23:28 +0000 |
commit | df97a0247398d7e86d9956b081151f8fdd788cfd (patch) | |
tree | a4d70f8fd33c056a7a66c50d6fad3d80baa725ec | |
parent | 62835f070c26a7d066e9dc6b40c0df4e15c0e91c (diff) | |
download | calcurse-df97a0247398d7e86d9956b081151f8fdd788cfd.tar.gz calcurse-df97a0247398d7e86d9956b081151f8fdd788cfd.zip |
window_t type created and more code cleanup
-rwxr-xr-x | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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) |