summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2008-02-14html manuals updated with parts related to notesFrederic Culot
2008-02-13manpage updatedFrederic Culot
NOTESIZ shortened to be 6 characters long, as only 6 'X' are used in the glibc version of mkstemp(3). bugfix: wrong calculated len in wins_launch_external(), which lead to erroneus note file name
2008-02-11TODO list updatedFrederic Culot
status bar updated to display the new 'N' (edit note) and '>' (view note) keybindings online help pages added for 'N' and '>' keybindings
2008-02-10memory leak fixed in notify_thread_app()Frederic Culot
check for limits.h header added asprintf() call replaced in wins_launch_external() as it is not fully portable
2008-02-10manuals updated to make use of css style sheetFrederic Culot
2008-02-03css style sheet added for html manualFrederic Culot
2008-01-26configure.ac updatedFrederic Culot
2008-01-20Code parts related to item update rewrittenFrederic Culot
2008-01-17minor improvements and bugfixesFrederic Culot
2008-01-13Ability to attach notes to appointments and events addedFrederic Culot
2007-12-31Notes attached to todos can now be suppressedFrederic Culot
2007-12-30Ability to attach notes to todo items addedFrederic Culot
2007-12-10bugfix: leap years should now be properly handledFrederic Culot
2007-10-23calcurse 1.9 releasedFrederic Culot
2007-10-21automatic resize made available inside help and configuration screens ↵Frederic Culot
(thanks Sebastian for reporting the problem)
2007-10-16various bugfixes and improvementsFrederic Culot
2007-10-08Dutch translation updated, bugfix in memory releaseFrederic Culot
2007-10-07Handling of SIGWINCH improved, and German translation updatedFrederic Culot
2007-09-16small bugfixesFrederic Culot
2007-09-01bugfix: shift in date_arg(), thanks Herbert for reporting this bugFrederic Culot
2007-08-31calcurse 1.9_beta releasedFrederic Culot
2007-08-19bugfix and documentation updateFrederic Culot
2007-08-15automatic window refresh when resizing screenFrederic Culot
2007-08-12moon phase calculation addedFrederic Culot
2007-08-04memory leak fixed in day_item_s2apoint_s()Frederic Culot
2007-08-04error handling while in ncurses mode improvedFrederic Culot
2007-07-29compiler warnings fixedFrederic Culot
2007-07-28Dutch manual added, Autotools use improved, code cleanupFrederic Culot
2007-07-26global variables suppressed in calcurse.cFrederic Culot
2007-07-23work on siganls and windows code reorganizationFrederic Culot
2007-07-21code reorganizationFrederic Culot
2007-07-20window_t type created and more code cleanupFrederic Culot
2007-07-01code cleanup and bugfix: day change is not checkedFrederic Culot
2007-05-22calcurse 1.8 releasedFrederic Culot
2007-05-12manuals updated for version 1.8Frederic Culot
2007-05-06small bugfixesFrederic Culot
2007-04-24custom_color_config() made more robustFrederic Culot
2007-04-22handle different values returned by ncurses pair_content() depending on ↵Frederic Culot
compilation options
2007-04-21bugfixes in color configuration menuFrederic Culot
2007-04-15documentation updated and version switched to 1.8_betaFrederic Culot
2007-04-14several bugfixesFrederic Culot
signal handling implemented to catch zombie processes created by user-defined notification command
2007-04-04MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot
use of MININSEC and DAYINSEC defines bugfixes
2007-03-24'X' and '!' keybindings added to status bar, and online help updatedFrederic Culot
'-x' command-line option added to export data in non-interactive mode
2007-03-17more work on iCal export functions implementationFrederic Culot
2007-03-11beginning of iCal export functions implementationFrederic Culot
2007-03-10color handling improvedFrederic Culot
recur_item_inday() improved, thanks to Tony's patch
2007-03-04color theme configuration improvedFrederic Culot
Calcurse default black background replaced by Terminal's default background color
2007-02-28bugfix: CTRL-D problems while editing items fixedFrederic Culot
2007-02-25improvements in the way user-defined notification is handledFrederic Culot
2007-02-24'!' command added, to switch appointment notification stateFrederic Culot