diff options
author | Frederic Culot <calcurse@culot.org> | 2008-02-16 13:17:08 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2008-02-16 13:17:08 +0000 |
commit | 17c1e8747c74a7f7b33d577f76da69cd7daf64b0 (patch) | |
tree | 070b639338d1f541d295920d3dfabc6d08e827d6 /NEWS | |
parent | 5d2a89a6bc2938234e842724ec45311b9e36b825 (diff) | |
download | calcurse-17c1e8747c74a7f7b33d577f76da69cd7daf64b0.tar.gz calcurse-17c1e8747c74a7f7b33d577f76da69cd7daf64b0.zip |
bugfix: check for null pointer added when drawing color configurationcalcurse_2_0_beta
window (which could remain invisible otherwise)
calcurse.pot updated for version 2.0
NEWS file updated
Diffstat (limited to 'NEWS')
-rwxr-xr-x | NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +[16 Feb 2008] +Version 2.0_beta beta version available for testing. +- New features: + * Ability to attach notes to appointments, events and todos added + + * Call to an external editor/pager to edit/view notes implemented + + * Documentation improved, with the use of a css style sheet in html manuals + +- Bugfixes: + * Leap years are now properly handled + + * configure.ac updated to link against pthread and not lpthread + + [23 Oct 2007] Version 1.9 - New features: |