Commit Graph

4697 Commits

Author SHA1 Message Date
Pavel Roskin
a84b0fc9cd Fix some of the most ugly abuses of mixed caps in English texts,
especially in button captions.
2002-10-21 22:26:39 +00:00
Pavel Roskin
7d90636758 Reuse existing button names. 2002-10-21 21:56:20 +00:00
Pavel Roskin
3d11804299 Update description of "safe delete". 2002-10-21 21:27:12 +00:00
Pavel Roskin
27b7025f27 Update description of "Safe delete". 2002-10-21 21:22:20 +00:00
Pavel Roskin
f1cdfd8130 Update description of "Safe delete". 2002-10-21 21:17:08 +00:00
Pavel Roskin
8dba70a493 Fix incorrect description of "safe delete". 2002-10-21 21:13:46 +00:00
Pavel Roskin
5b1691db34 Adjust description of "Safe delete". 2002-10-21 21:07:00 +00:00
Pavel Roskin
71ee494335 * file.h: Rename know_not_what_am_i_doing to safe_delete.
* file.c (real_query_recursive): Don't ask to enter "yes" - it's
ugly and requires changing input method in some locales.
2002-10-21 21:03:22 +00:00
Andrew V. Samoilov
ec500ae38a * man2hlp.c (handle_link): Don't strip leading space(s) from linkname. 2002-10-21 17:46:40 +00:00
Andrew V. Samoilov
0d262ba5ce Fix one stale link and preserve_uidgid description 2002-10-21 17:42:38 +00:00
Marco Ciampa
91e7ad7d2a another small fix in translation... 2002-10-21 13:19:52 +00:00
Marco Ciampa
e78b4aa080 Macro recursion error msg added. 2002-10-21 13:13:16 +00:00
Andrew V. Samoilov
f7044a20fc Some fixes 2002-10-21 09:06:23 +00:00
Pavel Roskin
ed23ead700 * acinclude.m4 (MC_WITH_VFS): cpiofs and extfs were never added
to the final configuration message.
2002-10-21 06:51:59 +00:00
Pavel Roskin
7571ef816d * file.c (real_query_recursive): Default to empty string, not to
"no" when asking to enter "yes".  Add note for translators.
2002-10-21 06:01:04 +00:00
Pavel Roskin
a53c486e4f * cmd.c (do_view_cmd): When asking confirmation, correctly
interpret closing the dialog by escape.
2002-10-21 05:43:09 +00:00
Pavel Roskin
31f1ddd081 Reuse message " Insert File ". 2002-10-21 05:31:47 +00:00
Pavel Roskin
b3614cbd31 Reuse text " Delete macro " with different capitalization. 2002-10-21 05:26:55 +00:00
Pavel Roskin
370797a3e2 Use "Cancel" and "Continue" without spaces. 2002-10-21 05:03:01 +00:00
Pavel Roskin
9c613d01f4 Reuse "Learn keys" without spaces. 2002-10-21 04:58:40 +00:00
Pavel Roskin
e7a0fdd34c Update. 2002-10-21 04:35:07 +00:00
Pavel Roskin
de81dccac6 Reuse " Save macro " message. 2002-10-21 04:31:14 +00:00
Pavel Roskin
d3f0a2f61b Remove spaces around "Error" and "Warning" together with their translations.
Also remove spaces from "Quit" and "Search", but leave alone the
translations, that already have them without spaces.
2002-10-21 04:13:49 +00:00
Pavel Roskin
55d17b2e96 Done:
Crash on circular macro definitions in the editor.
2002-10-21 02:06:49 +00:00
Pavel Roskin
63983758e0 * edit-widget.h: Add new field macro_depth to control depth of
macro recursion.
* edit.c (edit_execute_macro): Make static.  Increment
macro_depth on entry, decrement on exit, don't allow it to be
too large.
2002-10-21 02:06:03 +00:00
Pavel Roskin
341c4775c5 Remove "NL" everywhere - it make no sence. 2002-10-20 19:04:23 +00:00
Pavel Roskin
bb3fde0411 Reformat final parts to actually use 58 columns. 2002-10-20 18:36:49 +00:00
Pavel Roskin
2d6c8d5bd1 Reformat, remove paragraph breaks at section boundaries. Many minor fixes. 2002-10-20 18:29:36 +00:00
Pavel Roskin
7f072959a4 * wordproc.c (line_start): Remove incorrect optimization abusing
static varaibles.  Internal formatting should be usable now.
2002-10-20 17:08:11 +00:00
Pavel Roskin
69dd1ca00c * utilunix.c (mc_tmpdir): Don't exit if the temporary directory
cannot be created - it should be possible to run mc on read-only
filesystems.  Try to chmod() the temporary directory.
2002-10-20 08:34:31 +00:00
Pavel Roskin
e55c720591 Move all "before 4.6.0" stuff to "before 4.6.1". 2002-10-20 08:11:16 +00:00
Pavel Roskin
6641ce5edd Automake 1.7.1 is the latest version. 2002-10-18 22:46:07 +00:00
Pavel Roskin
043ff9e913 Add:
Use paranoid quoting in subshell_name_quote() only when absolutely
necessary.
2002-10-18 22:45:35 +00:00
Pavel Roskin
eec9e4b850 * wordproc.c (begin_paragraph): Fix the same off-by-one error as
in end_paragraph() - it affects formatting of the paragraph
after the first line in the file it that line starts with a dot.
Remove unused argument.
2002-10-18 16:43:03 +00:00
Pavel Roskin
49e06ceb91 Ignore mc.1. 2002-10-18 16:21:06 +00:00
Andrew V. Samoilov
9b5171290a Replace tabulations with spaces in .nf ... .fi.
(USAGE): Mc has no -? option (again).
(Extension File Edit): Remove Drop action description (again).
(Macro Substitution): Describe %p.
(FILES): Fix filenames and locations.
2002-10-18 07:15:13 +00:00
Pavel Roskin
387cf0327b * wordproc.c (end_paragraph): The last line of the file wasn't
tested for being blank, which resulted in the last newline
becoming a space after formatting.
2002-10-18 05:25:01 +00:00
Pavel Roskin
41bfe1a16b Remove, it's generated now. 2002-10-18 00:29:42 +00:00
Pavel Roskin
0e2839906b Formatting fixes. 2002-10-18 00:29:12 +00:00
Pavel Roskin
05c6f7d099 Fix formatting. 2002-10-18 00:17:23 +00:00
Pavel Roskin
1cf3930be5 * doc/hu/Makefile.am: Generate Hungarian help file from the
manual, just like other languages.
* doc/hu/mc.1.in: New file, converted from the help file.
* doc/hu/xnc.hlp: Likewise.
* configure.in: Adjust for the above.
2002-10-18 00:06:58 +00:00
Pavel Roskin
8309bbc5d8 Minor changes in formatting. Fix explanation for "Complete: show all". 2002-10-17 23:54:58 +00:00
Pavel Roskin
c2b0a2333a Extract from mc.hlp.hu.in. 2002-10-17 23:50:26 +00:00
Pavel Roskin
4b038f05c7 That should be a completely converted manual. 2002-10-17 23:49:54 +00:00
Pavel Roskin
953639f99c Minor fixes. 2002-10-17 21:51:50 +00:00
Pavel Roskin
09b86c7f95 More work has been done on the conversion. Still not ready. 2002-10-17 21:48:05 +00:00
Pavel Roskin
1a20d0689f Make filenames in the FILES section italic. 2002-10-17 20:36:58 +00:00
Pavel Roskin
e7d3c599a2 * doc/mc.1.in: Add node names. Remove redundant paragraph
breaks at the start and the end of the sections.  Mention
"stalelink" as color keyword.
2002-10-17 20:26:40 +00:00
Andrew V. Samoilov
1070df9609 * man2hlp.c (handle_tp_ip): Implement .IP and .TP macroses
(without arguments).
(handle_command): Call handle_tp_ip().
(main): Handle label and body of .TP paragraph.
2002-10-17 15:12:34 +00:00
Andrew V. Samoilov
2f4a67be36 Remove unused enum.
(do_compatibility_move): Rename ~/.mc.ext to ~/.mc/bindings.
2002-10-17 10:32:36 +00:00