NEWS and po files updated
Dutch manual and translation updated, thanks Jeremy
This commit is contained in:
parent
17c1e8747c
commit
db9a664741
@ -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
|
16 Feb 2008: 2.0_beta
|
||||||
bugfix: check for null pointer added when drawing color
|
bugfix: check for null pointer added when drawing color
|
||||||
configuration window (which could remain invisible otherwise)
|
configuration window (which could remain invisible otherwise)
|
||||||
|
8
NEWS
8
NEWS
@ -1,5 +1,5 @@
|
|||||||
[16 Feb 2008]
|
[02 Mar 2008]
|
||||||
Version 2.0_beta beta version available for testing.
|
Version 2.0
|
||||||
- New features:
|
- New features:
|
||||||
* Ability to attach notes to appointments, events and todos added
|
* 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
|
* 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]
|
[23 Oct 2007]
|
||||||
Version 1.9
|
Version 1.9
|
||||||
- New features:
|
- New features:
|
||||||
|
@ -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
|
# Init
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
AC_PREREQ(2.59)
|
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_INIT_AUTOMAKE
|
||||||
AM_GNU_GETTEXT([external])
|
AM_GNU_GETTEXT([external])
|
||||||
AC_CONFIG_SRCDIR([src/calcurse.c])
|
AC_CONFIG_SRCDIR([src/calcurse.c])
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//NL">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//NL">
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
* $calcurse: manual_nl.html,v 1.5 2008/02/14 20:07:43 culot Exp $
|
* $calcurse: manual_nl.html,v 1.6 2008/03/02 08:50:17 culot Exp $
|
||||||
*
|
*
|
||||||
* Calcurse - text-based organizer
|
* Calcurse - text-based organizer
|
||||||
* Copyright (c) 2004-2008 Frederic Culot
|
* Copyright (c) 2004-2008 Frederic Culot
|
||||||
@ -43,14 +43,13 @@
|
|||||||
<span class="main">CALCURSE - tekst-gebaseerde organizer</span></h1>
|
<span class="main">CALCURSE - tekst-gebaseerde organizer</span></h1>
|
||||||
|
|
||||||
<div class="warn">
|
<div class="warn">
|
||||||
<div class="todo">
|
<h1>Abstract</h1> Deze handleiding beschrijft de functionaliteit van calcurse
|
||||||
<h1>Abstract</h1> This manual describes <code>calcurse</code> functionnalities,
|
en hoe die te gebruiken. Als eerste wordt de installatie vanaf de broncode
|
||||||
and how to use them. The installation from source is first described, together
|
beschreven, samen met de commandoregel-argumenten. Daarna, wordt de interface
|
||||||
with the available command line arguments. The user interface
|
met alle instellingen die de werking van <code>calcurse</code> wijzigen,
|
||||||
is then presented, with all of the customizable options that change
|
besproken. Als laatste wordt zowel de procedure van het melden van fouten in
|
||||||
<code>calcurse</code> behavior. Last, bug reporting procedure is explained, as
|
<code>calcurse</code> uitgelegd, alsook de manier waarop men kan meehelpen om
|
||||||
well as the way one can contribute to <code>calcurse</code> development.
|
<code>calcurse</code> te verbeteren.
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="toc">
|
<div id="toc">
|
||||||
@ -77,8 +76,7 @@ well as the way one can contribute to <code>calcurse</code> development.
|
|||||||
<ul>
|
<ul>
|
||||||
<li><a href="#basics_invocation_commandline">4.1.1 Commandoregel-opties</a></li>
|
<li><a href="#basics_invocation_commandline">4.1.1 Commandoregel-opties</a></li>
|
||||||
<li><a href="#basics_invocation_variable">4.1.2 Omgevingsvariabele voor i18n</a></li>
|
<li><a href="#basics_invocation_variable">4.1.2 Omgevingsvariabele voor i18n</a></li>
|
||||||
<li><a href="#basics_invocation_environment"><span class="todo">4.1.3 Other environment
|
<li><a href="#basics_invocation_environment">4.1.3 Andere omgevingsvariabelen</a></li>
|
||||||
variables</span></a></li>
|
|
||||||
</ul></li>
|
</ul></li>
|
||||||
<li><a href="#basics_interface">4.2 Gebruikers-interface</a>
|
<li><a href="#basics_interface">4.2 Gebruikers-interface</a>
|
||||||
<ul>
|
<ul>
|
||||||
@ -356,27 +354,26 @@ well as the way one can contribute to <code>calcurse</code> development.
|
|||||||
het volgende commando worden gebruikt:</p>
|
het volgende commando worden gebruikt:</p>
|
||||||
<pre>LC_ALL=fr_FR.ISO8859-1 calcurse</pre>
|
<pre>LC_ALL=fr_FR.ISO8859-1 calcurse</pre>
|
||||||
|
|
||||||
<div class="todo">
|
<h3>4.1.3 Andere omgevingsvariabelen<a name="basics_invocation_environment"></a></h3>
|
||||||
<h3>4.1.3 Other environment variables<a name="basics_invocation_environment"></a></h3>
|
|
||||||
<p>
|
<p>
|
||||||
The following environment variables affect the way <code>calcurse</code>
|
De volgende omgevingsvariabelen bepalen hoe <code>calcurse</code> werkt:</p>
|
||||||
operates:</p>
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt><code>VISUAL</code></dt>
|
<dt><code>VISUAL</code></dt>
|
||||||
<dd>Specifies the external editor to use for writing notes.
|
<dd>Specificeert welke externe editor wordt gebruikt voor het
|
||||||
|
schrijven van een noot.
|
||||||
</dd>
|
</dd>
|
||||||
<dt><code>EDITOR</code></dt>
|
<dt><code>EDITOR</code></dt>
|
||||||
<dd>If the <code>VISUAL</code> environment variable
|
<dd>als de <code>VISUAL</code> omgevingsvariabele niet is ingesteld,
|
||||||
is not set, then <code>EDITOR</code> will be used as
|
zal de inhoud van <code>EDITOR</code> worden gebruikt voor het
|
||||||
the default external editor. If none of those variables are set,
|
bepalen van de externe editor. Als beide variabelen niet zijn
|
||||||
then <code>/usr/bin/vi</code> is used instead.
|
ingesteld zal <code>/usr/bin/vi</code> worden gebruikt.
|
||||||
</dd>
|
</dd>
|
||||||
<dt><code>PAGER</code></dt>
|
<dt><code>PAGER</code></dt>
|
||||||
<dd>Specifies the default viewer to be used for reading notes.
|
<dd>Specificeert met welk programma een noot wordt weergegeven.
|
||||||
If this variable is not set, then <code>/usr/bin/less</code> is used.
|
Als de variabele leeg is, zal <code>/usr/bin/less</code> gebruikt
|
||||||
|
worden.
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
|
||||||
|
|
||||||
<h2>4.2 Gebruikers-interface<a name="basics_interface"></a></h2>
|
<h2>4.2 Gebruikers-interface<a name="basics_interface"></a></h2>
|
||||||
<h3>4.2.1 Niet-interactieve modus<a name="basics_interface_noninteractive"></a></h3>
|
<h3>4.2.1 Niet-interactieve modus<a name="basics_interface_noninteractive"></a></h3>
|
||||||
@ -521,16 +518,18 @@ $HOME/.calcurse/
|
|||||||
</pre>
|
</pre>
|
||||||
<dl class="compact">
|
<dl class="compact">
|
||||||
<dt><code>notes/</code>:</dt>
|
<dt><code>notes/</code>:</dt>
|
||||||
<dd><span class="todo">this subdirectory contains descriptions of the notes
|
<dd>deze subdirectory bevat de beschrijvingen van de noten die
|
||||||
which are attached to appointments, events or todos. One text file is
|
zijn bijgesloten bij afspraken, gebeurtenissen of taken. Voor
|
||||||
created per note, whose name is built using mkstemp(3) and should be
|
elke noot wordt er een tekstbestand aangemaakt. Dit bestand
|
||||||
unique, but with no relation with the corresponding item's description.</span></dd>
|
heeft een unieke naam dat bepaald wordt door mkstemp(3). Deze
|
||||||
|
naam heeft echter geen enkel verband met de beschrijving van
|
||||||
|
het corresponderende item.</dd>
|
||||||
<dt><code>conf</code>:</dt>
|
<dt><code>conf</code>:</dt>
|
||||||
<dd>bevat de configuratie van de gebruiker.</dd>
|
<dd>bevat de configuratie van de gebruiker.</dd>
|
||||||
<dt><code>apts</code>:</dt
|
<dt><code>apts</code>:</dt
|
||||||
<dd>bevat alle gebeurtenissen en afspraken van de gebruiker.</dd>
|
<dd>bevat alle gebeurtenissen en afspraken van de gebruiker.</dd>
|
||||||
<dt><code>todo</code>:</dt>
|
<dt><code>todo</code>:</dt>
|
||||||
<dd>bevat de todo lijst.</dd>
|
<dd>bevat de takenlijst.</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<h2>4.4 Online hulp<a name="basics_help"></a></h2>
|
<h2>4.4 Online hulp<a name="basics_help"></a></h2>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user