aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2006-11-02 13:46:09 +0000
committerFrederic Culot <calcurse@culot.org>2006-11-02 13:46:09 +0000
commit3f39a7f11de32648a3a471a30b69fb8e21251ac5 (patch)
treeea53b2436f5e81fbfc1f0ca9f78d9ea1d472c6a7 /ChangeLog
parentcf1a0713e7fffb5c2f08dcee992776f0da9aa359 (diff)
downloadcalcurse-3f39a7f11de32648a3a471a30b69fb8e21251ac5.tar.gz
calcurse-3f39a7f11de32648a3a471a30b69fb8e21251ac5.zip
more work to implement the edit function
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5563cde..2816587 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+02 Nov 2006:
+ getstring() modified to take the max string length as an argument
+ updatestring() and todo_edit_item() created
+ add_char() simplified, using memcpy()
+ 'E' key added to edit already existing items
+
28 Oct 2006:
getstring() improved to allow the modification of an existing string
showstring(), showcursor(), add_char() and delete_char() created