From 6ce12bfedf635cf5315aa854bae76a0d509bb786 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sun, 21 Sep 2008 14:08:59 +0000 Subject: manpage, manuals and translations updated for 2.3_beta --- ChangeLog | 9 + TODO | 3 - configure.ac | 4 +- doc/manual_de.html | 103 +++++++++++- doc/manual_en.html | 73 +++++++- doc/manual_es.html | 77 ++++++++- doc/manual_fr.html | 75 ++++++++- doc/manual_it.html | 76 ++++++++- doc/manual_nl.html | 77 ++++++++- po/calcurse.pot | 443 +++++++++++++++++++++++++++++++++---------------- po/de.po | 452 ++++++++++++++++++++++++++++++++++---------------- po/en.po | 449 ++++++++++++++++++++++++++++++++++---------------- po/es.po | 452 ++++++++++++++++++++++++++++++++++---------------- po/fr.po | 476 ++++++++++++++++++++++++++++++++++++----------------- po/nl.po | 453 ++++++++++++++++++++++++++++++++++---------------- src/calcurse.1 | 17 +- 16 files changed, 2317 insertions(+), 922 deletions(-) diff --git a/ChangeLog b/ChangeLog index 69243d1..7a3f92c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,15 @@ taken into account * src/utils.h: DISPLAY macro renamed into ERROR_MSG + + * src/calcurse.1: manpage updated + + * doc/manual_*.html: manuals updated + + * po/fr.po: translation updated + + * configure.ac + * TODO: update for 2.3_beta 2008-09-20 Frederic Culot diff --git a/TODO b/TODO index 7dfe433..8d2583f 100755 --- a/TODO +++ b/TODO @@ -11,9 +11,6 @@ this list. High ---- - o Add import capabilities to read ical files inside calcurse - o Create external calendars which would contain hollydays and such (in ics - format) o Add a week view in the calendar panel o Add support for UTF-8 diff --git a/configure.ac b/configure.ac index 25cd2c8..f047f07 100755 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -# $calcurse: configure.ac,v 1.20 2008/08/28 12:26:50 culot Exp $ +# $calcurse: configure.ac,v 1.21 2008/09/21 14:08:59 culot Exp $ #------------------------------------------------------------------------------- # Init #------------------------------------------------------------------------------- AC_PREREQ(2.59) -AC_INIT(calcurse, 2.2, frederic@culot.org) +AC_INIT(calcurse, 2.3_beta, frederic@culot.org) AM_INIT_AUTOMAKE AM_GNU_GETTEXT([external]) AC_CONFIG_SRCDIR([src/calcurse.c]) diff --git a/doc/manual_de.html b/doc/manual_de.html index 2c56961..90790c5 100755 --- a/doc/manual_de.html +++ b/doc/manual_de.html @@ -1,7 +1,7 @@