diff options
-rwxr-xr-x | ChangeLog | 4 | ||||
-rwxr-xr-x | NEWS | 8 | ||||
-rwxr-xr-x | TODO | 2 | ||||
-rwxr-xr-x | configure.ac | 4 |
4 files changed, 13 insertions, 5 deletions
@@ -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() @@ -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: @@ -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]) |