aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2006-10-28 13:17:21 +0000
committerFrederic Culot <calcurse@culot.org>2006-10-28 13:17:21 +0000
commit3f0f7df7e64e4e887c38f836cc161ccd108fe3ff (patch)
tree58a2b6a1e9f31c7b30aaea6a1bcc8779cc6b4db6
parent08765cc5efbc60dd185ff0be1035340df754b581 (diff)
downloadcalcurse-3f0f7df7e64e4e887c38f836cc161ccd108fe3ff.tar.gz
calcurse-3f0f7df7e64e4e887c38f836cc161ccd108fe3ff.zip
work on editing function to modify already existing items
asterisk added in front of recurrent items
-rwxr-xr-xChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c60c2c8..5563cde 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -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