From 6f98b16890015b1077ea3fccc1923250979fd53c Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Wed, 15 Oct 2008 16:15:40 +0000 Subject: switched to calcurse 2.3 --- ChangeLog | 11 +++ NEWS | 8 +- TODO | 6 +- configure.ac | 4 +- doc/manual_nl.html | 147 +++++++++++++++------------------- po/nl.po | 231 ++++++++++++++++++++++++++--------------------------- 6 files changed, 202 insertions(+), 205 deletions(-) diff --git a/ChangeLog b/ChangeLog index 773df2f..47c5ac9 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2008-10-15 Frederic Culot + + * === Released 2.3 === + + * doc/manual_nl.html + * po/nl.po: Dutch translation and manual updated, thanks Jeremy + + * NEWS + * configure.ac + * TODO: update for 2.3 + 2008-09-29 Frederic Culot * === Released 2.3_beta === diff --git a/NEWS b/NEWS index 8d1252c..621280d 100755 --- a/NEWS +++ b/NEWS @@ -1,8 +1,12 @@ -[29 Sep 2008] -Version 2.3_beta beta version available for testing. +[15 Oct 2008] +Version 2.3 - New feature: * ical import added + +[29 Sep 2008] +Version 2.3_beta beta version available for testing. + [28 Aug 2008] Version 2.2 diff --git a/TODO b/TODO index 8d2583f..472cea1 100755 --- a/TODO +++ b/TODO @@ -17,11 +17,15 @@ High Average ------- - o Improve the '-d' option by adding more date formats o Make keys user configurable o Add searching capabilities with support for regex + o Implement a daemon to notify user of upcoming appointments even when + calcurse is not running + o Add an auto-save function + o Add support for CalDAV protocol (rfc4791) Low --- + o Improve the '-d' option by adding more date formats o All status bars should be terminal-size dependant (config_bar is not) diff --git a/configure.ac b/configure.ac index f047f07..a4e8ccf 100755 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -# $calcurse: configure.ac,v 1.21 2008/09/21 14:08:59 culot Exp $ +# $calcurse: configure.ac,v 1.22 2008/10/15 16:15:40 culot Exp $ #------------------------------------------------------------------------------- # Init #------------------------------------------------------------------------------- AC_PREREQ(2.59) -AC_INIT(calcurse, 2.3_beta, frederic@culot.org) +AC_INIT(calcurse, 2.3, frederic@culot.org) AM_INIT_AUTOMAKE AM_GNU_GETTEXT([external]) AC_CONFIG_SRCDIR([src/calcurse.c]) diff --git a/doc/manual_nl.html b/doc/manual_nl.html index f205789..bf5f9bf 100755 --- a/doc/manual_nl.html +++ b/doc/manual_nl.html @@ -1,7 +1,7 @@