Commit Graph

4687 Commits

Author SHA1 Message Date
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
Marco Ciampa 407eac7691 some translations strings where, simply, not in italian...:-( 2002-10-17 08:26:55 +00:00
Pavel Roskin 2770af84e9 Done: Check "mc --help-colors" for completeness.
That doesn't mean that it's fixed :-(
2002-10-17 05:46:56 +00:00
Pavel Roskin 2b5fec4594 * editoptions.c (edit_options_dialog): Don't allow
option_tab_spacing to be 0.  Reset invalid values to 8.
Reported by Ury N. Stankevich <ury@bofh.homeunix.org>
2002-10-17 05:43:57 +00:00
Pavel Roskin f0aab2028b * view.c (view_ok_to_quit): Use the same dialog as the editor. 2002-10-17 05:33:10 +00:00
Andrew V. Samoilov f2a6dc57a2 (USAGE): Mc has no -? option.
(Extension File Edit): Remove Icon and Drop action descriptions.
2002-10-16 10:00:46 +00:00
Pavel Roskin 9a82a67546 Remove reference to M-h as the key to select the middle of the panel. 2002-10-16 07:27:23 +00:00
Pavel Roskin 28eec2ca8e Remove reference to M-h as the key that selects the middle of the panel. 2002-10-16 07:26:33 +00:00
Pavel Roskin 490df008c0 Fix sentence about "bypassing" the mouse handling. 2002-10-16 07:22:41 +00:00
Pavel Roskin 3817dd8b68 Add Hungarian manual. This is work in progress, don't distribute it yet. 2002-10-16 07:04:54 +00:00
Pavel Roskin 52b894d8f0 Rewrite from scratch.
Suggested by "Frdric L. W. Meunier" <lists@pervalidus.net>
2002-10-16 00:06:57 +00:00