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 | |
parent | 5d2a89a6bc2938234e842724ec45311b9e36b825 (diff) | |
download | calcurse_2_0_beta.tar.gz calcurse_2_0_beta.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
-rwxr-xr-x | ChangeLog | 6 | ||||
-rwxr-xr-x | NEWS | 15 |
2 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,9 @@ +16 Feb 2008: 2.0_beta + bugfix: check for null pointer added when drawing color + configuration window (which could remain invisible otherwise) + calcurse.pot updated for version 2.0 + NEWS file updated + 14 Feb 2008: html manuals updated with parts related to notes @@ -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: |