From 67608b5ab30728768706e687bd55d8c8ac795431 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Tue, 17 Oct 2006 14:41:59 +0000 Subject: getopt() replaced by getopt_long --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3-54-g00ecf