56 Commits

Author SHA1 Message Date
Frederic Culot
a93d88c370 Dates are now written properly again when using the '-r' flag (thanks Chris again for your report). 2009-07-15 19:16:21 +00:00
Frederic Culot
d374a2ec2e bugfix: import and export todo items again! 2009-07-12 18:16:11 +00:00
Frederic Culot
5694955002 stdbool header removed, unsigned type used instead 2009-07-12 16:21:57 +00:00
Frederic Culot
27b25548a4 Switch to BSD license. 2009-07-05 20:33:13 +00:00
Frederic Culot
9dce4c534e Support added for regex-based searches. Many thanks Erik for providing the patch. 2009-07-05 17:23:06 +00:00
Frederic Culot
6d67689b4f Simplified the way data are loaded and saved. 2009-06-28 09:53:16 +00:00
Frederic Culot
68381c95df Help updated for the -t command line flag. 2009-06-28 07:30:11 +00:00
Frederic Culot
ea107cfd81 Ability to flag todo items as completed. 2009-06-26 21:44:11 +00:00
Frederic Culot
1775eb3245 Do not print todo items twice if the -d and -t flags are given (thanks Timo for reporting this bug). 2009-06-26 19:56:31 +00:00
Frederic Culot
dfa4c580aa Make the argument given to -r or -s flags optional. 2009-06-23 09:05:15 +00:00
Frederic Culot
3ece481999 Copyright date updated 2009-06-20 17:59:04 +00:00
Frederic Culot
87f010ff06 bugfix: load keys even in non-interactive mode to avoid the loss of user-configured key bindings 2009-01-24 18:45:35 +00:00
Frederic Culot
936b6fe373 more code cleanup 2009-01-03 21:32:10 +00:00
Frederic Culot
8fdd1510c6 Automatic periodic saves implemented 2008-12-28 19:41:45 +00:00
Frederic Culot
5352496984 Added wrappers around libc's memory management functions, to easily debug memory usage 2008-12-28 13:13:58 +00:00
Frederic Culot
639058740a Checks added while loading key bindings configuration. 2008-12-07 09:20:38 +00:00
Frederic Culot
7ddfcccee0 import flag and 'i' keybinding added 2008-09-21 08:05:52 +00:00
Frederic Culot
a126904b7e Initial work on icalendar import 2008-09-15 20:40:22 +00:00
Frederic Culot
4255169a3c typo 2008-08-12 15:53:17 +00:00
Frederic Culot
d84bb63e93 Optional 'format' option added to '-x' flag, help updated 2008-08-11 18:08:45 +00:00
Frederic Culot
1674800d5f pcal export added 2008-08-10 09:24:46 +00:00
Frederic Culot
a2fe228ebe new command line options added (thanks Erik for the patch) 2008-08-06 17:44:34 +00:00
Frederic Culot
8ba04b5220 strcat use avoided 2008-04-20 12:54:05 +00:00
Frederic Culot
2341c90003 some memory leaks fixed using valgrind and some minor code cleanup 2008-04-19 21:04:47 +00:00
Frederic Culot
efd782699b Yet another style for source code. GNU style now used (I am fed up with tabs...) 2008-04-12 21:14:03 +00:00
Frederic Culot
0c281d2c1e Tony's patch concerning date format configuration imported 2008-04-09 20:38:29 +00:00
Frederic Culot
4a89094f0e usage updated 2008-04-05 14:55:59 +00:00
Frederic Culot
23b236bc38 patch submitted by Erik Saule imported (ability to display note contents in non-interactive mode) 2008-04-05 10:21:51 +00:00
Frederic Culot
7a2a68de27 small bugfixes 2008-04-04 21:30:12 +00:00
Frederic Culot
9b707f6b3a next_arg() rewritten, date_arg() improved 2007-10-16 19:09:18 +00:00
Frederic Culot
9352d618af bugfix: possible release of non-allocated memory blocks 2007-10-08 20:44:03 +00:00
Frederic Culot
c04fee7e14 bugfix: shift in date_arg(), thanks Herbert for reporting this bug 2007-09-01 21:26:12 +00:00
Frederic Culot
406a0b2b2f io_load_todo() call updated in todo_arg() 2007-08-15 15:36:49 +00:00
Frederic Culot
4b987f70ac unuseful headers removed and some functions became static 2007-07-28 13:11:42 +00:00
Frederic Culot
f71183cd89 call to custom_load_conf() updated 2007-07-21 19:34:42 +00:00
Frederic Culot
45bb65907d custom_load_conf() updated to use window_t type 2007-07-20 18:26:16 +00:00
Frederic Culot
6c467203d8 next_arg() modified to call get_today()
date_arg(), app_arg() modified to use date_t type
2007-07-01 17:55:39 +00:00
Frederic Culot
eb2992e872 call to custom_load_conf() updated 2007-05-06 13:24:45 +00:00
Frederic Culot
77ff02f5ac help_arg() updated to display help for the --export argument
usage() updated
2007-04-15 12:38:29 +00:00
Frederic Culot
0f781f8cb0 MAX_LENGTH replaced by stdio.h's BUFSIZ
use of DAYINSEC and MININSEC defines
2007-04-04 19:40:28 +00:00
Frederic Culot
cb705cd5af '-x' flag added in parse_args() to export data in non-interactive mode 2007-03-24 23:13:22 +00:00
Frederic Culot
f82590c811 global variable 'colr' suppressed 2007-03-10 15:54:24 +00:00
Frederic Culot
40ea16233d copyright extended to 2007 2007-01-16 11:11:47 +00:00
Frederic Culot
afd7ec90a4 newline suppressed 2007-01-05 08:48:23 +00:00
Frederic Culot
d6f2aec04f todo_arg() prototype updated and sprintf replaced by snprintf 2006-12-15 15:32:39 +00:00
Frederic Culot
34eaa85ef3 improvements in the memory deallocation in next_arg() 2006-12-14 08:29:33 +00:00
Frederic Culot
2f028c2dec help_arg() updated to take long options into account 2006-12-11 09:36:47 +00:00
Frederic Culot
dc2d5ef2a2 getopt function in parse_args() replaced by getopt_long 2006-10-17 14:38:21 +00:00
Frederic Culot
55589fa5ef '-t' flag now takes a priority number for argument 2006-10-16 15:48:30 +00:00
Frederic Culot
3990288f19 parse_args(), help_arg() and usage() updated to implement the '-n' flag
next_arg() created
2006-09-16 09:08:21 +00:00