aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-07-10 19:49:07 +0000
committerFrederic Culot <calcurse@culot.org>2009-07-10 19:49:07 +0000
commite49ea0ac801b772d3e289411560d8db9ea059463 (patch)
tree9e2dc3e5b73203d37b4ba49de3a85aeea9450f29
parent1731b0dadda9d9fb73caa72df799719e0943172a (diff)
downloadcalcurse-e49ea0ac801b772d3e289411560d8db9ea059463.tar.gz
calcurse-e49ea0ac801b772d3e289411560d8db9ea059463.zip
manuals updated with the -S flag
-rwxr-xr-xChangeLog4
-rwxr-xr-xdoc/manual_de.html14
-rwxr-xr-xdoc/manual_en.html12
-rwxr-xr-xdoc/manual_es.html14
-rwxr-xr-xdoc/manual_fr.html12
-rwxr-xr-xdoc/manual_it.html14
-rwxr-xr-xdoc/manual_nl.html14
7 files changed, 66 insertions, 18 deletions
diff --git a/ChangeLog b/ChangeLog
index 7db9bce..89926ba 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-10 Frederic Culot <frederic@culot.org>
+
+ * doc/manual_*.html: manuals updated with the '-S' flag
+
2009-07-05 Frederic Culot <frederic@culot.org>
* src/utils.c (getstring): prevent character deletion before the
diff --git a/doc/manual_de.html b/doc/manual_de.html
index abf3ca2..dd4b79d 100755
--- a/doc/manual_de.html
+++ b/doc/manual_de.html
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--
/*
- * $calcurse: manual_de.html,v 1.25 2009/07/05 20:32:48 culot Exp $
+ * $calcurse: manual_de.html,v 1.26 2009/07/10 19:49:07 culot Exp $
*
* Copyright (c) 2004-2009 Frederic Culot <frederic@culot.org>
* All rights reserved.
@@ -359,6 +359,14 @@ Es werden sowohl kurze als auch lange Optionsangaben unterst&uuml;tzt.</p>
If no date is given, the current day is considered.
</div>
</dd>
+ <dt><code>-S&lt;regex&gt;, --search=&lt;regex&gt;</code></dt>
+ <dd>
+ <div class="todo">
+ When used with the '-a', '-d', '-r', '-s', or '-t' flag,
+ print only the items having a description that matches the given
+ regular expression.
+ </div>
+ </dd>
<dt><code>-t[num], --todo[=num]</code></dt>
<dd>Gibt die 'todo' Liste aus.
Wird die optionale Angabe <code>num</code> &uuml;bergeben, werden nur diejenigen
@@ -1162,7 +1170,7 @@ derjenigen, denen ich Danke sagen m&ouml;chte:
recur_item_inday() verbessern half
<span class="todo">, and for implementing the date format configuration options</span></li>
<li>Jeremy Roon f&uuml;r die &Uuml;bersetzung ins Dutch.</li>
-<li><div class="todo">Erik Saule for its patch implementing the '-N', '-s', '-r' and '-D' flags</div></li>
+<li><div class="todo">Erik Saule for its patch implementing the '-N', '-s', '-S', '-r' and '-D' flags</div></li>
<li>Leute die Programme geschrieben haben, die ich mag und mich inspiriert haben, insbesondere:
<ul>
<li><code>vim</code> f&uuml;r die Befehlssteuerung</li>
@@ -1179,7 +1187,7 @@ Benutzer, die mir Ihr Feedback mitgeteilt haben.</p>
Copyright &copy; 2004-2009 Frédéric Culot<br>
German translation by Michael Schulz
<code>&lt;bloodshower .at. web .dot. de&gt;</code>, and Chris.<br>
- Calcurse version 2.6 - Last change: June 27, 2009<br>
+ Calcurse version 2.6 - Last change: July 10, 2009<br>
</div>
</div>
diff --git a/doc/manual_en.html b/doc/manual_en.html
index b1cacbb..7ee3cfe 100755
--- a/doc/manual_en.html
+++ b/doc/manual_en.html
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--
/*
- * $calcurse: manual_en.html,v 1.25 2009/07/05 20:32:48 culot Exp $
+ * $calcurse: manual_en.html,v 1.26 2009/07/10 19:49:07 culot Exp $
*
* Copyright (c) 2004-2009 Frederic Culot <frederic@culot.org>
* All rights reserved.
@@ -352,6 +352,12 @@ All of the commands are documented within an online help system.
Print events and appointments from date and exit.
If no date is given, the current day is considered.
</dd>
+ <dt><code>-S&lt;regex&gt;, --search=&lt;regex&gt;</code></dt>
+ <dd>
+ When used with the '-a', '-d', '-r', '-s', or '-t' flag,
+ print only the items having a description that matches the given
+ regular expression.
+ </dd>
<dt><code>-t[num], --todo[=num]</code></dt>
<dd>
Print the 'todo' list and exit. If the optional number
@@ -1180,7 +1186,7 @@ msgid ""
recur_item_inday() function, and for implementing the date format configuration
options</li>
<li>Jeremy Roon for the dutch translation</li>
- <li>Erik Saule for its patch implementing the '-N', '-s', '-r' and '-D' flags</li>
+ <li>Erik Saule for its patch implementing the '-N', '-s', '-S', '-r' and '-D' flags</li>
<li>people who write softwares I like and which inspired me,
especially :
<ul>
@@ -1197,7 +1203,7 @@ msgid ""
<div class="footer">
Copyright &copy; 2004-2009 Frédéric Culot<br>
- Calcurse version 2.6 - Last change: June 27, 2009<br>
+ Calcurse version 2.6 - Last change: July 10, 2009<br>
</div>
</div>
diff --git a/doc/manual_es.html b/doc/manual_es.html
index 15f3c83..f592782 100755
--- a/doc/manual_es.html
+++ b/doc/manual_es.html
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--
/*
- * $calcurse: manual_es.html,v 1.22 2009/07/05 20:32:48 culot Exp $
+ * $calcurse: manual_es.html,v 1.23 2009/07/10 19:49:07 culot Exp $
*
* Copyright (c) 2004-2009 Frederic Culot <frederic@culot.org>
* All rights reserved.
@@ -363,6 +363,14 @@ well as the way one can contribute to <code>calcurse</code> development.
If no date is given, the current day is considered.
</div>
</dd>
+ <dt><code>-S&lt;regex&gt;, --search=&lt;regex&gt;</code></dt>
+ <dd>
+ <div class="todo">
+ When used with the '-a', '-d', '-r', '-s', or '-t' flag,
+ print only the items having a description that matches the given
+ regular expression.
+ </div>
+ </dd>
<dt><code>-t[num], --todo[=num]</code></dt>
<dd>
Imprime la lista de tareas pendientes ('ToDo') y sale.
@@ -1178,7 +1186,7 @@ msgid ""
<li>José López por la traducción al Español de <code>calcurse</code> y su manual</li>
<li>Jeremy Roon por la traducción al holandes</li>
<li>Leandro Noferini por la traducción al italiano</li>
- <li><div class="todo">Erik Saule for its patch implementing the '-N', '-s', '-r' and '-D' flags</div></li>
+ <li><div class="todo">Erik Saule for its patch implementing the '-N', '-s', '-S', '-r' and '-D' flags</div></li>
<li>a la gente que ha escrito softwares que me gustan y que me inspiraron, especialmente :
<ul>
<li><code>vim</code> por las teclas de desplazamiento</li>
@@ -1196,7 +1204,7 @@ msgid ""
Copyright &copy; 2004-2009 Frédéric Culot<br>
Traducido al Español por José López
<code>&lt;testinground .at. gmail .dot. com&gt;</code><br>
- Calcurse version 2.6 - Last change: June 27, 2009<br>
+ Calcurse version 2.6 - Last change: July 10, 2009<br>
</div>
</div>
diff --git a/doc/manual_fr.html b/doc/manual_fr.html
index b09ec5b..e61c76b 100755
--- a/doc/manual_fr.html
+++ b/doc/manual_fr.html
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--
/*
- * $calcurse: manual_fr.html,v 1.26 2009/07/05 20:32:49 culot Exp $
+ * $calcurse: manual_fr.html,v 1.27 2009/07/10 19:49:08 culot Exp $
*
* Copyright (c) 2004-2009 Frederic Culot <frederic@culot.org>
* All rights reserved.
@@ -391,6 +391,12 @@ disponibles.
puis quitte. Si l'argument optionnel date n'est pas donné, la journée
courante sera utilisée.
</dd>
+ <dt><code>-S&lt;regex&gt;, --search=&lt;regex&gt;</code></dt>
+ <dd>
+ Lorsque cette option est utilisée avec les options '-a', '-d', '-r',
+ '-s' ou '-t', seuls les éléments dont la description correspond à
+ l'expression régulière passée en argument seront affichés.
+ </dd>
<dt><code>-t[num], --todo[=num]</code></dt>
<dd>
Affiche la liste des 'todo', puis quitte. Si le nombre optionnel
@@ -1340,7 +1346,7 @@ msgid ""
<li>Jeremy Roon pour la traduction en Néerlandais</li>
<li>Leandro Noferini pour la traduction en Italien</li>
<li>Erik Saule pour son patch qui a permis d'implémenter les options '-N',
- '-s', '-r', et '-D' de la ligne de commande</li>
+ '-s', '-S', '-r', et '-D' de la ligne de commande</li>
<li>les personnes qui écrivent des logiciels que j'apprécie et qui
m'ont inspiré lors de la conception de ce projet, en particulier:
<ul>
@@ -1357,7 +1363,7 @@ msgid ""
<div class="footer">
Copyright &copy; 2004-2009 Frédéric Culot<br>
- Calcurse version 2.6 - Dernière modification: 27 Juin 2009<br>
+ Calcurse version 2.6 - Dernière modification: 10 Juillet 2009<br>
</div>
</div>
diff --git a/doc/manual_it.html b/doc/manual_it.html
index 1bdd0c9..4cf11b1 100755
--- a/doc/manual_it.html
+++ b/doc/manual_it.html
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--
/*
- * $calcurse: manual_it.html,v 1.11 2009/07/05 20:32:49 culot Exp $
+ * $calcurse: manual_it.html,v 1.12 2009/07/10 19:49:08 culot Exp $
*
* Copyright (c) 2004-2009 Frederic Culot <frederic@culot.org>
* All rights reserved.
@@ -395,6 +395,14 @@ caratteristiche<a name="overview_features"></a></h2>
If no date is given, the current day is considered.
</div>
</dd>
+ <dt><code>-S&lt;regex&gt;, --search=&lt;regex&gt;</code></dt>
+ <dd>
+ <div class="todo">
+ When used with the '-a', '-d', '-r', '-s', or '-t' flag,
+ print only the items having a description that matches the given
+ regular expression.
+ </div>
+ </dd>
<dt><code>-t[num], --todo[=num]</code></dt>
<dd>
@@ -1410,7 +1418,7 @@ d'ambiente<a name="basics_invocation_environment"></a></h3>
<li>
Leandro Noferini per la traduzione italiana
</li>
- <li><div class="todo">Erik Saule for its patch implementing the '-N', '-s', '-r' and '-D' flags</div></li>
+ <li><div class="todo">Erik Saule for its patch implementing the '-N', '-s', '-S', '-r' and '-D' flags</div></li>
<li>
le persone che hanno scritto software che mi piace e che
mi ha inspirato, e specialmente:
@@ -1437,7 +1445,7 @@ d'ambiente<a name="basics_invocation_environment"></a></h3>
<div class="footer">
Copyright &copy; 2004-2009 Fr&eacute;d&eacute;ric Culot<br>
- Calcurse version 2.6 - Last change: June 27, 2009<br>
+ Calcurse version 2.6 - Last change: July 10, 2009<br>
</div>
</div>
diff --git a/doc/manual_nl.html b/doc/manual_nl.html
index 86dc3cd..286cd7c 100755
--- a/doc/manual_nl.html
+++ b/doc/manual_nl.html
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//NL">
<!--
/*
- * $calcurse: manual_nl.html,v 1.18 2009/07/05 20:32:49 culot Exp $
+ * $calcurse: manual_nl.html,v 1.19 2009/07/10 19:49:09 culot Exp $
*
* Copyright (c) 2004-2009 Frederic Culot <frederic@culot.org>
* All rights reserved.
@@ -351,6 +351,14 @@ besproken. Als laatste wordt zowel de procedure van het melden van fouten in
Print gebeurtenissen en afspraken voor datum en stopt. Als er geen
datum wordt gegeven, wordt de huidige datum gebruikt.
</dd>
+ <dt><code>-S&lt;regex&gt;, --search=&lt;regex&gt;</code></dt>
+ <dd>
+ <div class="todo">
+ When used with the '-a', '-d', '-r', '-s', or '-t' flag,
+ print only the items having a description that matches the given
+ regular expression.
+ </div>
+ </dd>
<dt><code>-t[num], --todo[=num]</code></dt>
<dd>
Geef de 'todo' lijst weer en verlaat het programma. Als het optionele
@@ -1182,7 +1190,7 @@ msgid ""
configuratie-opties</span></li>
<li>Jeremy Roon voor de nederlandse vertaling van
<code>calcurse</code> en handleiding</li>
- <li>Erik Saule voor zijn patch, waarmee de '-N', '-s', '-r' en '-D'
+ <li>Erik Saule voor zijn patch, waarmee de '-N', '-s', '-S', '-r' en '-D'
vlaggen zijn ge&iuml;mplementeerd</li>
<li>en de mensen die de software geschreven hebben die ik goed vind
en mij ge&iuml;nspireerd hebben zoals:
@@ -1202,7 +1210,7 @@ msgid ""
<div class="footer">
Copyright &copy; 2004-2009 Frédéric Culot<br>
- Calcurse version 2.6 - Last change: June 27, 2009<br>
+ Calcurse version 2.6 - Last change: July 10, 2009<br>
</div>
</div>