switched to calcurse 2.2
This commit is contained in:
parent
5128fb04f0
commit
2a873eafb3
@ -1,3 +1,10 @@
|
|||||||
|
2008-08-28 Frederic Culot <frederic@culot.org>
|
||||||
|
|
||||||
|
* === Released 2.2 ===
|
||||||
|
|
||||||
|
* configure.ac
|
||||||
|
* NEWS: update
|
||||||
|
|
||||||
2008-08-18 Frederic Culot <frederic@culot.org>
|
2008-08-18 Frederic Culot <frederic@culot.org>
|
||||||
|
|
||||||
* src/io.c (io_init): wrong data path init fixed (thanks Herbert
|
* src/io.c (io_init): wrong data path init fixed (thanks Herbert
|
||||||
|
8
NEWS
8
NEWS
@ -1,5 +1,5 @@
|
|||||||
[12 Aug 2008]
|
[28 Aug 2008]
|
||||||
Version 2.2_beta
|
Version 2.2
|
||||||
- New features:
|
- New features:
|
||||||
* pcal export added, to be able to produce nice-looking PostScript output
|
* pcal export added, to be able to produce nice-looking PostScript output
|
||||||
|
|
||||||
@ -11,6 +11,10 @@ Version 2.2_beta
|
|||||||
* '^G', '0' and '$' keybindings added to ease movements in calendar
|
* '^G', '0' and '$' keybindings added to ease movements in calendar
|
||||||
|
|
||||||
|
|
||||||
|
[12 Aug 2008]
|
||||||
|
Version 2.2_beta beta version available for testing.
|
||||||
|
|
||||||
|
|
||||||
[17 May 2008]
|
[17 May 2008]
|
||||||
Version 2.1
|
Version 2.1
|
||||||
- New features:
|
- New features:
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# $calcurse: configure.ac,v 1.19 2008/08/12 15:57:05 culot Exp $
|
# $calcurse: configure.ac,v 1.20 2008/08/28 12:26:50 culot Exp $
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# Init
|
# Init
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT(calcurse, 2.2_beta, frederic@culot.org)
|
AC_INIT(calcurse, 2.2, frederic@culot.org)
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
AM_GNU_GETTEXT([external])
|
AM_GNU_GETTEXT([external])
|
||||||
AC_CONFIG_SRCDIR([src/calcurse.c])
|
AC_CONFIG_SRCDIR([src/calcurse.c])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user