diff options
author | Frederic Culot <calcurse@culot.org> | 2009-01-03 21:32:10 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-01-03 21:32:10 +0000 |
commit | 936b6fe3737c760657d82c50fa6b81c3011ffa27 (patch) | |
tree | cb909cd269419fdf31134ecc407315765804e7c1 /ChangeLog | |
parent | bf3bce0ab2d6d5fc8448821fbfa29b48a1bb5994 (diff) | |
download | calcurse-936b6fe3737c760657d82c50fa6b81c3011ffa27.tar.gz calcurse-936b6fe3737c760657d82c50fa6b81c3011ffa27.zip |
more code cleanup
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2009-01-03 Frederic Culot <frederic@culot.org> + + * src/day.c (day_saved_item_init, day_saved_item_free): suppressed + + * src/utils.c (status_bar): moved to wins_status_bar + * src/utils.c (erase_status_bar): moved to wins_erase_status_bar + * src/utils.c (other_status_page): moved to wins_other_status_page + * src/utils.c (reset_status_page): moved to wins_reset_status_page + + * src/mem.c (dbg_realloc): wrong copy from old memory area to + newly allocated one fixed + other fixes + 2009-01-02 Frederic Culot <frederic@culot.org> * src/io.c (io_stop_pthread_save): do not crash when canceling the |