calcurse 1.9 released
This commit is contained in:
parent
b1fffd6592
commit
3e429667db
@ -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()
|
||||
|
8
NEWS
8
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:
|
||||
|
2
TODO
2
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
|
||||
|
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user