manuals updated with the -S flag

This commit is contained in:
Frederic Culot 2009-07-10 19:49:07 +00:00
parent 1731b0dadd
commit e49ea0ac80
7 changed files with 66 additions and 18 deletions

View File

@ -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> 2009-07-05 Frederic Culot <frederic@culot.org>
* src/utils.c (getstring): prevent character deletion before the * src/utils.c (getstring): prevent character deletion before the

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!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> * Copyright (c) 2004-2009 Frederic Culot <frederic@culot.org>
* All rights reserved. * 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. If no date is given, the current day is considered.
</div> </div>
</dd> </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> <dt><code>-t[num], --todo[=num]</code></dt>
<dd>Gibt die 'todo' Liste aus. <dd>Gibt die 'todo' Liste aus.
Wird die optionale Angabe <code>num</code> &uuml;bergeben, werden nur diejenigen 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 recur_item_inday() verbessern half
<span class="todo">, and for implementing the date format configuration options</span></li> <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>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: <li>Leute die Programme geschrieben haben, die ich mag und mich inspiriert haben, insbesondere:
<ul> <ul>
<li><code>vim</code> f&uuml;r die Befehlssteuerung</li> <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> Copyright &copy; 2004-2009 Frédéric Culot<br>
German translation by Michael Schulz German translation by Michael Schulz
<code>&lt;bloodshower .at. web .dot. de&gt;</code>, and Chris.<br> <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>
</div> </div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!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> * Copyright (c) 2004-2009 Frederic Culot <frederic@culot.org>
* All rights reserved. * 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. Print events and appointments from date and exit.
If no date is given, the current day is considered. If no date is given, the current day is considered.
</dd> </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> <dt><code>-t[num], --todo[=num]</code></dt>
<dd> <dd>
Print the 'todo' list and exit. If the optional number 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 recur_item_inday() function, and for implementing the date format configuration
options</li> options</li>
<li>Jeremy Roon for the dutch translation</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, <li>people who write softwares I like and which inspired me,
especially : especially :
<ul> <ul>
@ -1197,7 +1203,7 @@ msgid ""
<div class="footer"> <div class="footer">
Copyright &copy; 2004-2009 Frédéric Culot<br> 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>
</div> </div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!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> * Copyright (c) 2004-2009 Frederic Culot <frederic@culot.org>
* All rights reserved. * 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. If no date is given, the current day is considered.
</div> </div>
</dd> </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> <dt><code>-t[num], --todo[=num]</code></dt>
<dd> <dd>
Imprime la lista de tareas pendientes ('ToDo') y sale. 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>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>Jeremy Roon por la traducción al holandes</li>
<li>Leandro Noferini por la traducción al italiano</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 : <li>a la gente que ha escrito softwares que me gustan y que me inspiraron, especialmente :
<ul> <ul>
<li><code>vim</code> por las teclas de desplazamiento</li> <li><code>vim</code> por las teclas de desplazamiento</li>
@ -1196,7 +1204,7 @@ msgid ""
Copyright &copy; 2004-2009 Frédéric Culot<br> Copyright &copy; 2004-2009 Frédéric Culot<br>
Traducido al Español por José López Traducido al Español por José López
<code>&lt;testinground .at. gmail .dot. com&gt;</code><br> <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>
</div> </div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!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> * Copyright (c) 2004-2009 Frederic Culot <frederic@culot.org>
* All rights reserved. * All rights reserved.
@ -391,6 +391,12 @@ disponibles.
puis quitte. Si l'argument optionnel date n'est pas donné, la journée puis quitte. Si l'argument optionnel date n'est pas donné, la journée
courante sera utilisée. courante sera utilisée.
</dd> </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> <dt><code>-t[num], --todo[=num]</code></dt>
<dd> <dd>
Affiche la liste des 'todo', puis quitte. Si le nombre optionnel 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>Jeremy Roon pour la traduction en Néerlandais</li>
<li>Leandro Noferini pour la traduction en Italien</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', <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 <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: m'ont inspiré lors de la conception de ce projet, en particulier:
<ul> <ul>
@ -1357,7 +1363,7 @@ msgid ""
<div class="footer"> <div class="footer">
Copyright &copy; 2004-2009 Frédéric Culot<br> 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>
</div> </div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!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> * Copyright (c) 2004-2009 Frederic Culot <frederic@culot.org>
* All rights reserved. * All rights reserved.
@ -395,6 +395,14 @@ caratteristiche<a name="overview_features"></a></h2>
If no date is given, the current day is considered. If no date is given, the current day is considered.
</div> </div>
</dd> </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> <dt><code>-t[num], --todo[=num]</code></dt>
<dd> <dd>
@ -1410,7 +1418,7 @@ d'ambiente<a name="basics_invocation_environment"></a></h3>
<li> <li>
Leandro Noferini per la traduzione italiana Leandro Noferini per la traduzione italiana
</li> </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> <li>
le persone che hanno scritto software che mi piace e che le persone che hanno scritto software che mi piace e che
mi ha inspirato, e specialmente: mi ha inspirato, e specialmente:
@ -1437,7 +1445,7 @@ d'ambiente<a name="basics_invocation_environment"></a></h3>
<div class="footer"> <div class="footer">
Copyright &copy; 2004-2009 Fr&eacute;d&eacute;ric Culot<br> 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>
</div> </div>

View File

@ -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.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> * Copyright (c) 2004-2009 Frederic Culot <frederic@culot.org>
* All rights reserved. * 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 Print gebeurtenissen en afspraken voor datum en stopt. Als er geen
datum wordt gegeven, wordt de huidige datum gebruikt. datum wordt gegeven, wordt de huidige datum gebruikt.
</dd> </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> <dt><code>-t[num], --todo[=num]</code></dt>
<dd> <dd>
Geef de 'todo' lijst weer en verlaat het programma. Als het optionele Geef de 'todo' lijst weer en verlaat het programma. Als het optionele
@ -1182,7 +1190,7 @@ msgid ""
configuratie-opties</span></li> configuratie-opties</span></li>
<li>Jeremy Roon voor de nederlandse vertaling van <li>Jeremy Roon voor de nederlandse vertaling van
<code>calcurse</code> en handleiding</li> <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> vlaggen zijn ge&iuml;mplementeerd</li>
<li>en de mensen die de software geschreven hebben die ik goed vind <li>en de mensen die de software geschreven hebben die ik goed vind
en mij ge&iuml;nspireerd hebben zoals: en mij ge&iuml;nspireerd hebben zoals:
@ -1202,7 +1210,7 @@ msgid ""
<div class="footer"> <div class="footer">
Copyright &copy; 2004-2009 Frédéric Culot<br> 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>
</div> </div>