aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-10-23 17:50:55 +0000
committerFrederic Culot <calcurse@culot.org>2007-10-23 17:50:55 +0000
commit3e429667dbf4bdbdb33451483a32292e3c602fa3 (patch)
treeea564193043c19e5f562e260d493d98fd9edf692
parentb1fffd65925abef9f6895cc6196528d87c15e5be (diff)
downloadcalcurse-3e429667dbf4bdbdb33451483a32292e3c602fa3.tar.gz
calcurse-3e429667dbf4bdbdb33451483a32292e3c602fa3.zip
calcurse 1.9 released
-rwxr-xr-xChangeLog4
-rwxr-xr-xNEWS8
-rwxr-xr-xTODO2
-rwxr-xr-xconfigure.ac4
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])