aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2006-11-30 14:44:38 +0000
committerFrederic Culot <calcurse@culot.org>2006-11-30 14:44:38 +0000
commit10e1f84b6a17a5e50e3670c133591171f0173823 (patch)
treeabcf8c94ff9e06ea07d5261600fa9e16fd6975dc
parentd311a8ebaf2416a39ad27d11a2896935f1fe7b9f (diff)
downloadcalcurse-10e1f84b6a17a5e50e3670c133591171f0173823.tar.gz
calcurse-10e1f84b6a17a5e50e3670c133591171f0173823.zip
Work on day_edit_item()
-rwxr-xr-xChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 900770d..6bd4e9d 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+30 Nov 2006:
+ 'Edit Itm' command added in the status bar
+ day_edit_item() created
+
28 Nov 2006:
add_char() modified to use memmove() instead of memcpy()