summaryrefslogtreecommitdiff
path: root/src/args.c
AgeCommit message (Expand)Author
2011-01-11Make parse_date accept several short forms.Lukas Fleischer
2010-05-26Copyright updated.Frederic Culot
2010-03-20All headers gathered into a single one. Typedefs suppressed.Frederic Culot
2009-11-01Also check for notes directory.Frederic Culot
2009-11-01Check for data directory availability added (thanks Brandon for reporting thi...Frederic Culot
2009-08-02Help on --status flag addedFrederic Culot
2009-07-26--status flag addedFrederic Culot
2009-07-26Check for file presence added (thanks again Chris for reporting it).Frederic Culot
2009-07-15Dates are now written properly again when using the '-r' flag (thanks Chris a...Frederic Culot
2009-07-12bugfix: import and export todo items again!Frederic Culot
2009-07-12stdbool header removed, unsigned type used insteadFrederic Culot
2009-07-05Switch to BSD license.Frederic Culot
2009-07-05Support added for regex-based searches. Many thanks Erik for providing the pa...Frederic Culot
2009-06-28Simplified the way data are loaded and saved.Frederic Culot
2009-06-28Help updated for the -t command line flag.Frederic Culot
2009-06-26Ability to flag todo items as completed.Frederic Culot
2009-06-26Do not print todo items twice if the -d and -t flags are given (thanks Timo f...Frederic Culot
2009-06-23Make the argument given to -r or -s flags optional.Frederic Culot
2009-06-20Copyright date updatedFrederic Culot
2009-01-24bugfix: load keys even in non-interactive mode to avoid the loss of user-conf...Frederic Culot
2009-01-03more code cleanupFrederic Culot
2008-12-28Automatic periodic saves implementedFrederic Culot
2008-12-28Added wrappers around libc's memory management functions, to easily debug mem...Frederic Culot
2008-12-07Checks added while loading key bindings configuration.Frederic Culot
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