diff options
author | Frederic Culot <calcurse@culot.org> | 2006-10-28 13:17:21 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-10-28 13:17:21 +0000 |
commit | 3f0f7df7e64e4e887c38f836cc161ccd108fe3ff (patch) | |
tree | 58a2b6a1e9f31c7b30aaea6a1bcc8779cc6b4db6 | |
parent | 08765cc5efbc60dd185ff0be1035340df754b581 (diff) | |
download | calcurse-3f0f7df7e64e4e887c38f836cc161ccd108fe3ff.tar.gz calcurse-3f0f7df7e64e4e887c38f836cc161ccd108fe3ff.zip |
work on editing function to modify already existing items
asterisk added in front of recurrent items
-rwxr-xr-x | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +28 Oct 2006: + getstring() improved to allow the modification of an existing string + showstring(), showcursor(), add_char() and delete_char() created + getstring() calls in todo_new_item(), recur_repeat_item(), + goto_day(), config_notify_bar() and add_item() updated + display_item(), display_item_date() and day_write_pad() updated to add + an asterisk in front of recurrent items + 17 Oct 2006: parse_args() modified to use getopt_long() instead of getopt, to make the '-t' priority number optional, and to allow the use of long options |