aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* calcurse 2.7 releasedv2.7CALCURSE_2_7Frederic Culot2009-08-221-2/+2
|
* calcurse 2.7 releasedFrederic Culot2009-08-226-1576/+2376
|
* calcurse 2.7 releasedFrederic Culot2009-08-224-13/+40
|
* Manuals updated with parts related to daemon mode.Frederic Culot2009-08-186-171/+481
|
* English html manual updated with parts related to daemon mode.Frederic Culot2009-08-182-14/+79
|
* TODO list updated.Frederic Culot2009-08-172-5/+13
|
* Do not send notifications when running in background mode if user did not ↵Frederic Culot2009-08-172-2/+9
| | | | flag its appointment.
* Possible deadlock fixed, thanks Henrik for reporting it.Frederic Culot2009-08-132-4/+13
|
* Memory leak fixed in ical_read_note.Frederic Culot2009-08-092-1/+4
|
* Remove calcurse lock file when running in interactive mode and SIGTERM is ↵Frederic Culot2009-08-092-1/+13
| | | | received.
* notify_thread_app rewrittenFrederic Culot2009-08-092-9/+14
|
* Notification configuration menu rewritten to handle scrolling.Frederic Culot2009-08-022-42/+69
|
* conf_set_scrsize not static any more (moved to custom_set_swsiz)Frederic Culot2009-08-022-7/+8
|
* manpage updated with the --status flag and the daemon.log file inside data ↵Frederic Culot2009-08-022-2/+15
| | | | directory
* Help on --status flag addedFrederic Culot2009-08-022-2/+8
|
* Improved how the daemon checks for appointments to remind.Frederic Culot2009-08-014-9/+47
|
* styleFrederic Culot2009-08-011-5/+6
|
* Start and log daemon activity only if requested.Frederic Culot2009-08-013-5/+12
|
* Save and restore daemon configuration options.Frederic Culot2009-08-014-8/+38
|
* More work on implementing the daemon.Frederic Culot2009-08-016-94/+174
|
* Avoid multiple notifications of the same appointment when running in background.Frederic Culot2009-07-292-5/+13
|
* bugfixesFrederic Culot2009-07-293-9/+17
|
* Better error checking and memory handling when in daemon mode.Frederic Culot2009-07-272-13/+28
|
* io_file_exist(): new functionFrederic Culot2009-07-272-6/+23
|
* Work on allocating and freeing memory associated with user's data for the ↵Frederic Culot2009-07-274-15/+32
| | | | daemon.
* dmon.c added to the list of translatable sourcesFrederic Culot2009-07-262-1/+4
|
* Improved the way the daemon reports errors.Frederic Culot2009-07-262-15/+27
|
* Stop daemon when calcurse enters interactive mode.Frederic Culot2009-07-264-3/+25
|
* --status flag addedFrederic Culot2009-07-265-12/+92
|
* More work on implementing calcurse daemon.Frederic Culot2009-07-267-28/+57
|
* Check for file presence added (thanks again Chris for reporting it).Frederic Culot2009-07-262-2/+15
|
* Incorrect duration format when exporting to ical (thanks Chris for reporting ↵Frederic Culot2009-07-232-4/+7
| | | | it).
* Functions added to implement a logging mechanism for calcurse daemon.Frederic Culot2009-07-238-9/+73
|
* Beginning of work on implementing calcurse daemon.Frederic Culot2009-07-205-47/+121
|
* New files to implement calcurse daemon.Frederic Culot2009-07-203-2/+218
|
* Check for some headers added.Frederic Culot2009-07-201-3/+4
|
* New way of handling signals.Frederic Culot2009-07-194-38/+41
|
* Make use of erase_note() whenever possible.Frederic Culot2009-07-196-81/+60
|
* No need to double check for null pointer when freeing memory.Frederic Culot2009-07-192-2/+7
|
* Dates are now written properly again when using the '-r' flag (thanks Chris ↵Frederic Culot2009-07-152-4/+15
| | | | again for your report).
* Fixed a bug related to memory management (a free on a null pointer causes an ↵Frederic Culot2009-07-152-3/+10
| | | | abort now, which induces side effects on file import).
* Avoid a fatal error when launching calcurse in interactive mode if user ↵Frederic Culot2009-07-122-3/+8
| | | | directory does not exist (thanks Antoine for reporting it).
* bugfix: import and export todo items again!Frederic Culot2009-07-122-1/+10
|
* calcurse version removed from menu titlesFrederic Culot2009-07-124-14/+15
|
* New wrappers around memory functions.Frederic Culot2009-07-125-34/+105
|
* stdbool header removed, unsigned type used insteadFrederic Culot2009-07-1218-128/+131
|
* Released 2.6v2.6CALCURSE_2_6Frederic Culot2009-07-112-0/+46
|
* calcurse 2.6Frederic Culot2009-07-106-2261/+2680
|
* manuals updated with the -S flagFrederic Culot2009-07-107-18/+66
|
* todo list updatedFrederic Culot2009-07-052-1/+2
|