aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2006-10-17 14:41:59 +0000
committerFrederic Culot <calcurse@culot.org>2006-10-17 14:41:59 +0000
commit67608b5ab30728768706e687bd55d8c8ac795431 (patch)
tree86fc4afefce5c9948d14d35c11f3fa2bf9e47ee5
parentdc2d5ef2a298d3d2af5a1dd15b12db85343b557d (diff)
downloadcalcurse-67608b5ab30728768706e687bd55d8c8ac795431.tar.gz
calcurse-67608b5ab30728768706e687bd55d8c8ac795431.zip
getopt() replaced by getopt_long
-rwxr-xr-xChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6e84fd..c60c2c8 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
+ configure.ac: check for getopt.h header file added
+
16 Oct 2006:
bugfix: when creating a recurrent item, the entered end-date is now
included again