aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2006-08-23 19:43:04 +0000
committerFrederic Culot <calcurse@culot.org>2006-08-23 19:43:04 +0000
commitc231017e258d77bbcf459d11700b9fad5e786640 (patch)
tree0f37b0360ea6ec0b293590c1c0817a90fd94b59a /src
parent46bda3301da85c37000b9e6d45dd4da6a062a7d6 (diff)
downloadcalcurse-c231017e258d77bbcf459d11700b9fad5e786640.tar.gz
calcurse-c231017e258d77bbcf459d11700b9fad5e786640.zip
online help text updated for the repeat and delete commands
Diffstat (limited to 'src')
-rwxr-xr-xsrc/help.c28
1 files changed, 24 insertions, 4 deletions
diff --git a/src/help.c b/src/help.c
index 7fe318a..8737725 100755
--- a/src/help.c
+++ b/src/help.c
@@ -1,4 +1,4 @@
-/* $calcurse: help.c,v 1.2 2006/08/06 14:39:46 culot Exp $ */
+/* $calcurse: help.c,v 1.3 2006/08/23 19:43:04 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -183,6 +183,9 @@ void help_screen(int which_pan, int colr)
"\nDepending on which panel is selected when you press the delete key,\n"
"the hilighted item of either the ToDo or Appointment list will be \n"
"removed from this list.\n"
+ "\nIf the item to be deleted is recurrent, you will be asked if you\n"
+ "wish to suppress all of the item occurences or just the one you\n"
+ "selected.\n"
"\nIf the general option 'confirm_delete' is set to 'YES', then you will\n"
"be asked for confirmation before deleting the selected event.\n"
"Do not forget to save the calendar data to retrieve the modifications\n"
@@ -219,9 +222,26 @@ void help_screen(int which_pan, int colr)
help_repeat.title = _("Repeat:\n");
help_repeat.text =
- _("Pressing 'R' allows you to repeat an item in either the ToDo or\n"
- "Appointment list, depending on which panel is selected when you\n"
- "press 'R'.\n");
+ _("Pressing 'R' allows you to repeat an event or an appointment. You must\n"
+ "first select the item to be repeated by moving inside the appointment\n"
+ "panel. Then pressing 'R' will lead you to a set of three questions, with\n"
+ "which you will be able to specify the repetition characteristics:\n\n"
+ " o type: you can choose between a daily, weekly, monthly or\n"
+ " yearly repetition by pressing 'D', 'W', 'M' or 'Y'\n"
+ " respectively.\n\n"
+ " o frequence: this indicates how often the item shall be repeated.\n"
+ " For example, if you want to remember an anniversary,\n"
+ " choose a 'yearly' repetition with a frequence of '1',\n"
+ " which means it must be repeated every year. Another\n"
+ " example: if you go to the restaurant every two days,\n"
+ " choose a 'daily' repetition with a frequence of '2'.\n\n"
+ " o ending date: this specifies when to stop repeating the selected\n"
+ " event or appointment. To indicate an endless \n"
+ " repetition, enter '0' and the item will be repeated\n"
+ " forever.\n"
+ "\nNote: the 'Repeat' and 'Delete' command can be mixed to create\n"
+ " complicated configurations, as it is possible to delete only\n"
+ " one occurence of a repeated item.");
help_config.title = _("Config:\n");
help_config.text =