summaryrefslogtreecommitdiff
path: root/src/args.c
AgeCommit message (Expand)Author
2008-09-21import flag and 'i' keybinding addedFrederic Culot
2008-09-15Initial work on icalendar importFrederic Culot
2008-08-12typoFrederic Culot
2008-08-11Optional 'format' option added to '-x' flag, help updatedFrederic Culot
2008-08-10pcal export addedFrederic Culot
2008-08-06new command line options added (thanks Erik for the patch)Frederic Culot
2008-04-20strcat use avoidedFrederic Culot
2008-04-19some memory leaks fixed using valgrind and some minor code cleanupFrederic Culot
2008-04-12Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot
2008-04-09Tony's patch concerning date format configuration importedFrederic Culot
2008-04-05usage updatedFrederic Culot
2008-04-05patch submitted by Erik Saule imported (ability to display note contents in n...Frederic Culot
2008-04-04small bugfixesFrederic Culot
2007-10-16next_arg() rewritten, date_arg() improvedFrederic Culot
2007-10-08bugfix: possible release of non-allocated memory blocksFrederic Culot
2007-09-01bugfix: shift in date_arg(), thanks Herbert for reporting this bugFrederic Culot
2007-08-15io_load_todo() call updated in todo_arg()Frederic Culot
2007-07-28unuseful headers removed and some functions became staticFrederic Culot
2007-07-21call to custom_load_conf() updatedFrederic Culot
2007-07-20custom_load_conf() updated to use window_t typeFrederic Culot
2007-07-01next_arg() modified to call get_today()Frederic Culot
2007-05-06call to custom_load_conf() updatedFrederic Culot
2007-04-15help_arg() updated to display help for the --export argumentFrederic Culot
2007-04-04MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot
2007-03-24'-x' flag added in parse_args() to export data in non-interactive modeFrederic Culot
2007-03-10global variable 'colr' suppressedFrederic Culot
2007-01-16copyright extended to 2007Frederic Culot
2007-01-05newline suppressedFrederic Culot
2006-12-15todo_arg() prototype updated and sprintf replaced by snprintfFrederic Culot
2006-12-14improvements in the memory deallocation in next_arg()Frederic Culot
2006-12-11help_arg() updated to take long options into accountFrederic Culot
2006-10-17getopt function in parse_args() replaced by getopt_longFrederic Culot
2006-10-16'-t' flag now takes a priority number for argumentFrederic Culot
2006-09-16parse_args(), help_arg() and usage() updated to implement the '-n' flagFrederic Culot
2006-09-14call to apoint_sec2str() updatedFrederic Culot
2006-09-12app_arg() updated to take new appointment linked list structure into accountFrederic Culot
2006-09-03todo_args() updated to display prioritiesFrederic Culot
2006-08-06updated calls to recur_item_inday()Frederic Culot
2006-08-02bugfix: Debian bug #377543, thanks to Neil for reporting itFrederic Culot
2006-07-31Initial revisionFrederic Culot