print out various options from ./configure, function do_credits().
- Ignore key sequence 543 & 545, right control and alt keys in
windows. Affects main() and winio.c:nanogetstr().
+ - Took out help from spell_list and changed SPELL_LIST_LEN to 1.
+ Is using a spell checker THAT difficult? =-)
- files.c:
write_file()
- Unsetting modified on temp files bug fixed (Rocco Corsi).
sc_init_one(&writefile_list[0], NANO_CANCEL_KEY, _("Cancel"),
nano_cancel_msg, 0, 0, 0, VIEW, 0);
- sc_init_one(&spell_list[0], NANO_HELP_KEY, _("Get Help"),
- nano_help_msg, 0, 0, 0, VIEW, do_help);
-
- sc_init_one(&spell_list[1], NANO_CANCEL_KEY, _("Cancel"),
+ sc_init_one(&spell_list[0], NANO_CANCEL_KEY, _("Cancel"),
nano_cancel_msg, 0, 0, 0, VIEW, 0);
toggle_init();
#define GOTO_LIST_LEN 3
#define WRITEFILE_LIST_LEN 1
#define HELP_LIST_LEN 3
-#define SPELL_LIST_LEN 2
+#define SPELL_LIST_LEN 1
#ifdef HAVE_REGEX_H
#define TOGGLE_LEN 9
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-11-29 18:39-0500\n"
+"POT-Creation-Date: 2000-11-29 18:56-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgid "Cancel the current function"
msgstr ""
-#: global.c:212 global.c:328 global.c:413
+#: global.c:212 global.c:328
msgid "Get Help"
msgstr ""
msgstr ""
#: global.c:349 global.c:369 global.c:380 global.c:390 global.c:406
-#: global.c:410 global.c:416 winio.c:1028
+#: global.c:410 global.c:413 winio.c:1028
msgid "Cancel"
msgstr ""