aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* untranslated text markedcalcurse_1_7_betaFrederic Culot2006-12-182-34/+145
* new version number: 1.7_betaFrederic Culot2006-12-181-2/+2
* calcurse 1.7_beta releaseFrederic Culot2006-12-181-0/+21
* 1.7_betaFrederic Culot2006-12-181-1/+1
* bugfix in getstring()Frederic Culot2006-12-181-0/+3
* CTRL-K now works properly in getstring()Frederic Culot2006-12-181-3/+2
* small bugfixesFrederic Culot2006-12-151-0/+4
* one more thing to improve...Frederic Culot2006-12-151-0/+1
* sprintf replaced by snprintf and strcpy replaced by strncpyFrederic Culot2006-12-151-4/+4
* todo_arg() prototype updatedFrederic Culot2006-12-151-2/+2
* todo_arg() prototype updated and sprintf replaced by snprintfFrederic Culot2006-12-151-13/+15
* bugfix in array sizes in load-todo()Frederic Culot2006-12-151-2/+2
* parentheses added to fix a warningFrederic Culot2006-12-151-6/+6
* missing header added and sprintf replaced by snprintfFrederic Culot2006-12-151-3/+4
* missing headers addedFrederic Culot2006-12-151-3/+6
* some small bugfixes, thanks to toucouch for reporting themFrederic Culot2006-12-151-12/+12
* strcpy replaced by strncpyFrederic Culot2006-12-154-12/+12
* TODO file updated, taking into account modifications for 1.7Frederic Culot2006-12-141-2/+3
* improvements in memory deallocationFrederic Culot2006-12-141-0/+7
* improvements in the memory deallocation in next_arg()Frederic Culot2006-12-141-1/+3
* updatestring() now returns an integer to handle cancelingFrederic Culot2006-12-141-2/+2
* improvements in the memory deallocation in updatestring()Frederic Culot2006-12-141-6/+9
* improvements in the memory deallocation in day_edit_item()Frederic Culot2006-12-141-17/+27
* scroller() suppressed, bugfix in todo_new_item(), and html documentation updatedFrederic Culot2006-12-131-0/+8
* item_in_popup() improved to replace the scroller() function by a pad.Frederic Culot2006-12-131-109/+11
* scroller() suppressedFrederic Culot2006-12-131-2/+1
* bugfix: call to getstring() corrected in todo_new_item()Frederic Culot2006-12-131-2/+2
* documentation added about the built-in input line editorFrederic Culot2006-12-132-7/+54
* html manuals and help screen for the repeat command updatedFrederic Culot2006-12-121-0/+4
* English manual updated (rss feed and long options added)Frederic Culot2006-12-121-17/+43
* French manual updated (rss feed and long options added)Frederic Culot2006-12-121-16/+48
* help screen updated for repeat commandFrederic Culot2006-12-121-4/+7
* Added long options in help_arg() and in the manpageFrederic Culot2006-12-111-0/+4
* manpage updated, long options includedFrederic Culot2006-12-111-21/+15
* help_arg() updated to take long options into accountFrederic Culot2006-12-111-22/+26
* help screen added for the 'Edit Item' command and date format modification in...Frederic Culot2006-12-101-0/+4
* get_date() updated so that it does not modify the selected day inside calendarFrederic Culot2006-12-101-4/+6
* date format modified for the 'Go To' commandFrederic Culot2006-12-101-26/+30
* help screen added for the 'Edit Item' commandFrederic Culot2006-12-101-1/+25
* 'Edit Item' function finishedFrederic Culot2006-12-081-0/+11
* recur_get_apoint() and recur_get_event() addedFrederic Culot2006-12-081-1/+3
* recur_get_apoint() and recur_get_event() createdFrederic Culot2006-12-081-2/+44
* calls to day_erase_item() and day_edit_item() updatedFrederic Culot2006-12-081-3/+6
* day_edit_time() finished, day_erase_item() updated to add the 'force_erase' f...Frederic Culot2006-12-081-19/+199
* day_erase_item() and day_edit_item() prototypes updated, day_edit_time() addedFrederic Culot2006-12-081-3/+4
* datesec2str() moved to date_sec2hour_str(), date_sec2date_str() and update_ti...Frederic Culot2006-12-081-1/+56
* date_sec2hour_str(), date_sec2date_str() and update_time_in_date() addedFrederic Culot2006-12-081-1/+4
* call to day_edit_item() addedFrederic Culot2006-11-301-4/+4
* Work on day_edit_item()Frederic Culot2006-11-301-0/+4
* day_edit_item() createdFrederic Culot2006-11-301-1/+37