summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-26More work on implementing calcurse daemon.Frederic Culot
2009-07-26Check for file presence added (thanks again Chris for reporting it).Frederic Culot
2009-07-23Incorrect duration format when exporting to ical (thanks Chris for reporting ...Frederic Culot
2009-07-23Functions added to implement a logging mechanism for calcurse daemon.Frederic Culot
2009-07-20Beginning of work on implementing calcurse daemon.Frederic Culot
2009-07-20New files to implement calcurse daemon.Frederic Culot
2009-07-20Check for some headers added.Frederic Culot
2009-07-19New way of handling signals.Frederic Culot
2009-07-19Make use of erase_note() whenever possible.Frederic Culot
2009-07-19No need to double check for null pointer when freeing memory.Frederic Culot
2009-07-15Dates are now written properly again when using the '-r' flag (thanks Chris a...Frederic Culot
2009-07-15Fixed a bug related to memory management (a free on a null pointer causes an ...Frederic Culot
2009-07-12Avoid a fatal error when launching calcurse in interactive mode if user direc...Frederic Culot
2009-07-12bugfix: import and export todo items again!Frederic Culot
2009-07-12calcurse version removed from menu titlesFrederic Culot
2009-07-12New wrappers around memory functions.Frederic Culot
2009-07-12stdbool header removed, unsigned type used insteadFrederic Culot
2009-07-11Released 2.6v2.6CALCURSE_2_6Frederic Culot
2009-07-10calcurse 2.6Frederic Culot
2009-07-10manuals updated with the -S flagFrederic Culot
2009-07-05todo list updatedFrederic Culot
2009-07-05Switch to BSD license.Frederic Culot
2009-07-05Switch to BSD licenseFrederic Culot
2009-07-05Support for ical import of events which spans over several days added (thanks...Frederic Culot
2009-07-05More explicit error message.Frederic Culot
2009-07-05manpage updated with the -S flag descriptionFrederic Culot
2009-07-05Support added for regex-based searches. Many thanks Erik for providing the pa...Frederic Culot
2009-07-05Thanks Erik for providing the regex search feature.Frederic Culot
2009-07-05Switched to 2.6. Check added for regex.h header.Frederic Culot
2009-07-05Fixed a bug in the line editor: characters could be erased before the beginni...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-27html manuals updatedFrederic Culot
2009-06-27manpage updatedFrederic Culot
2009-06-27Help updated for the -t command line flagFrederic Culot
2009-06-27Help page updated for the flag commandFrederic Culot
2009-06-27Do not export completed tasks.Frederic Culot
2009-06-26Flag command added in todo panelFrederic 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-23Need to remove lock only if interactive mode was launched before.Frederic Culot
2009-06-23bugfix: missing 'T' letter in ical export DURATION field (thanks cuz for repo...Frederic Culot
2009-06-22Check for gettextize added in autogen.shFrederic Culot
2009-06-21Exit directly to avoid lock removal by another instanceFrederic Culot
2009-06-21Basic lock mechanism implemented to avoid having two calcurse instances runni...Frederic Culot
2009-06-21Fixed a memory leak caused by a wrong usage of the notify_app structureFrederic Culot
2009-06-21Free memory associated with structure used for appointments notification.Frederic Culot
2009-06-20Copyright date updatedFrederic Culot
2009-06-20Day names and selected date colour now follow user's theme.Frederic Culot