diff options
author | Frederic Culot <calcurse@culot.org> | 2006-10-17 14:41:59 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-10-17 14:41:59 +0000 |
commit | 67608b5ab30728768706e687bd55d8c8ac795431 (patch) | |
tree | 86fc4afefce5c9948d14d35c11f3fa2bf9e47ee5 | |
parent | dc2d5ef2a298d3d2af5a1dd15b12db85343b557d (diff) | |
download | calcurse-67608b5ab30728768706e687bd55d8c8ac795431.zip |
getopt() replaced by getopt_long
-rwxr-xr-x | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |