diff options
author | Frederic Culot <calcurse@culot.org> | 2008-12-15 20:02:00 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2008-12-15 20:02:00 +0000 |
commit | b1d3178bba66089726e6f93a49af97371bdf5db8 (patch) | |
tree | 1a1bb5ea6c9c4147c6358b2929210e163684b28d /ChangeLog | |
parent | 8220580918078bebcd339fdc7492ab28223552b4 (diff) | |
download | calcurse-b1d3178bba66089726e6f93a49af97371bdf5db8.tar.gz calcurse-b1d3178bba66089726e6f93a49af97371bdf5db8.zip |
small bugfixes and a major one (freeze when deleting an appointment's note, thanks Jan for reporting it)
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 25 |
1 files changed, 20 insertions, 5 deletions
@@ -1,3 +1,18 @@ +2008-12-15 Frederic Culot <frederic@culot.org> + + * src/todo.c (todo_delete) + * src/day.c (day_edit_item): fixed a bug that prevented from + editing an item + + * src/keys.c: generic-escape renamed into generic-cancel + + * src/utils.c (getstring): make the escape key work again to + cancel editing + + * src/apoint.c (apoint_delete_bynum) + * src/day.c (day_erase_item): fixed a possible freeze when + deleting an appointment's note + 2008-12-14 Frederic Culot <frederic@culot.org> * === Released 2.4_beta === @@ -9,11 +24,11 @@ * src/recur.c (foreach_date_dump): exception dates are now properly taken into account - * src/apoint.c: - * src/calendar.c: - * src/custom.c: - * src/event.c: - * src/io.c: + * src/apoint.c + * src/calendar.c + * src/custom.c + * src/event.c + * src/io.c * src/recur.c: make use of error handling macros * src/utils.c (status_bar): do not show 'credits' key binding |