From 3e429667dbf4bdbdb33451483a32292e3c602fa3 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Tue, 23 Oct 2007 17:50:55 +0000 Subject: calcurse 1.9 released --- ChangeLog | 4 ++++ NEWS | 8 ++++++-- TODO | 2 +- configure.ac | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index a1b153f..da96ea1 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +22 Oct 2007: 1.9 + TODO and NEWS files updated + po files updated + 21 Oct 2007: window_t structure updated to store WINDOW pointer window_e enum updated to shorten names, winprop_e and wins_prop() diff --git a/NEWS b/NEWS index 04854b6..284fec0 100755 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -[31 Aug 2007] -Version 1.9_beta beta version available on request. +[23 Oct 2007] +Version 1.9 - New features: * Moon phase calculation added @@ -16,6 +16,10 @@ Version 1.9_beta beta version available on request. * Dutch translation and manual provided by Jeremy Roon +[31 Aug 2007] +Version 1.9_beta beta version available on request. + + [22 May 2007] Version 1.8 - New features: diff --git a/TODO b/TODO index 033edb8..9be6df2 100755 --- a/TODO +++ b/TODO @@ -11,6 +11,7 @@ this list. High ---- + o Add the possibility to attach notes to events, todos and appointments o Add import capabilities to read ical files inside calcurse o Create external calendars which would contain hollydays and such (in ics format) @@ -32,5 +33,4 @@ Low --- o Add 't' alias for 'g - Enter' o All status bars should be terminal-size dependant (config_bar is not) - o Improve check_event_time() using sscanf as in goto_day() o Make use of CSS for html documentation diff --git a/configure.ac b/configure.ac index 4a85617..2e7a17e 100755 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -# $calcurse: configure.ac,v 1.12 2007/09/16 15:40:05 culot Exp $ +# $calcurse: configure.ac,v 1.13 2007/10/23 17:50:55 culot Exp $ #------------------------------------------------------------------------------- # Init #------------------------------------------------------------------------------- AC_PREREQ(2.59) -AC_INIT(calcurse, 1.9_beta, frederic@culot.org) +AC_INIT(calcurse, 1.9, frederic@culot.org) AM_INIT_AUTOMAKE AM_GNU_GETTEXT([external]) AC_CONFIG_SRCDIR([src/calcurse.c]) -- cgit v1.2.3-54-g00ecf