diff options
author | Frederic Culot <calcurse@culot.org> | 2006-12-14 08:30:19 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-12-14 08:30:19 +0000 |
commit | 37e9202401a9b327120651821e7fac0bd8ae9faf (patch) | |
tree | 1da4fcd87ecc225a16829c895e2987938b128971 | |
parent | 34eaa85ef35993da46f9151aafc4f4049af2c3c3 (diff) | |
download | calcurse-37e9202401a9b327120651821e7fac0bd8ae9faf.tar.gz calcurse-37e9202401a9b327120651821e7fac0bd8ae9faf.zip |
improvements in memory deallocation
-rwxr-xr-x | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +14 Dec 2006: + improvements in the memory deallocation in day_edit_item(), + updatestring(), next_arg() + updatestring() now returns a value indicating if there was a canceling + when modifying text + TODO file updated + 13 Dec 2006: bugfix: call to getstring() corrected in todo_new_item() documentation about the built-in input line editor added in html |