From db9a664741a8c2c0081b985df9fe5caa8407d0a4 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sun, 2 Mar 2008 08:50:17 +0000 Subject: NEWS and po files updated Dutch manual and translation updated, thanks Jeremy --- ChangeLog | 4 + NEWS | 8 +- configure.ac | 4 +- doc/manual_nl.html | 55 +++--- po/de.po | 526 +++++++++++++++++++++++++++++++------------------- po/en.po | 512 +++++++++++++++++++++++++++++------------------- po/es.po | 530 +++++++++++++++++++++++++++++++------------------- po/fr.po | 528 +++++++++++++++++++++++++++++++------------------- po/nl.po | 556 +++++++++++++++++++++++++++++++++-------------------- 9 files changed, 1688 insertions(+), 1035 deletions(-) diff --git a/ChangeLog b/ChangeLog index add7611..6834393 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +02 Mar 2008: 2.0 + NEWS and po files updated + Dutch manual and translation updated, thanks Jeremy + 16 Feb 2008: 2.0_beta bugfix: check for null pointer added when drawing color configuration window (which could remain invisible otherwise) diff --git a/NEWS b/NEWS index 33b474c..a5e0930 100755 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -[16 Feb 2008] -Version 2.0_beta beta version available for testing. +[02 Mar 2008] +Version 2.0 - New features: * Ability to attach notes to appointments, events and todos added @@ -13,6 +13,10 @@ Version 2.0_beta beta version available for testing. * configure.ac updated to link against pthread and not lpthread +[16 Feb 2008] +Version 2.0_beta beta version available for testing. + + [23 Oct 2007] Version 1.9 - New features: diff --git a/configure.ac b/configure.ac index e65edad..7292366 100755 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -# $calcurse: configure.ac,v 1.15 2008/02/10 16:29:50 culot Exp $ +# $calcurse: configure.ac,v 1.16 2008/03/02 08:50:17 culot Exp $ #------------------------------------------------------------------------------- # Init #------------------------------------------------------------------------------- AC_PREREQ(2.59) -AC_INIT(calcurse, 2.0_beta, frederic@culot.org) +AC_INIT(calcurse, 2.0, frederic@culot.org) AM_INIT_AUTOMAKE AM_GNU_GETTEXT([external]) AC_CONFIG_SRCDIR([src/calcurse.c]) diff --git a/doc/manual_nl.html b/doc/manual_nl.html index ef2d3d4..b3c780c 100755 --- a/doc/manual_nl.html +++ b/doc/manual_nl.html @@ -1,7 +1,7 @@