Andrew V. Samoilov
499aa8c24f
* utilunix.c (mc_tmpdir): Make directory only if not exists.
...
Use strncpy() instead of g_snprintf() - there can be printf()
pattern(s) in the $TMPDIR.
2002-10-22 11:21:40 +00:00
Andrew V. Samoilov
562cc18d4f
* man2hlp.c (handle_link): Don't strip leading space(s) from linkname.
2002-10-22 06:34:17 +00:00
Pavel Roskin
4ee947b608
* Tue Oct 22 2002 Pavel Roskin <proski@gnu.org>
...
- Don't use the included S-Lang, there is a workaround for Red Hat 8.0
S-Lang, and binary compatibility with Red Hat 7.x doesn't work anyway.
2002-10-22 05:08:08 +00:00
Pavel Roskin
bd34105979
Done:
...
Add minimal UTF-8 support on Red Hat 8.0 to fix the frames or disable
support for S-Lang library compiled with UTF-8 support.
2002-10-22 04:17:05 +00:00
Pavel Roskin
6247254f55
* myslang.h: Add a replacement for addch(), which expects a
...
wchar_t argument in patched S-Lang on Red Hat 8.0.
2002-10-22 04:16:07 +00:00
Pavel Roskin
3b7aa528b0
Update one more time to get rid of extra newline in the usage message.
...
Remove all dead translations.
2002-10-21 23:47:12 +00:00
Pavel Roskin
c39e68b75c
* main.c (print_mc_usage): Remove unnecessary newline.
2002-10-21 23:34:02 +00:00
Pavel Roskin
1c099a21ec
* main.c (print_mc_usage): Partly revert previous patch -
...
poptPrintHelp() has side effects and should not be called
inside fprintf(), which can be a macro.
2002-10-21 23:28:33 +00:00
Pavel Roskin
1e080baf7a
Use shorter usage string without "mc". Update all files.
2002-10-21 23:22:39 +00:00
Pavel Roskin
f11fe69fe9
* main.c (print_mc_usage): Use poptSetOtherOptionHelp()
...
From Andrew V. Samoilov <sav@bcs.zp.ua>
2002-10-21 23:21:24 +00:00
Pavel Roskin
fd3601d90e
Fix message used in "Learn key" - mention OK, not the character that was
...
used before.
2002-10-21 22:56:53 +00:00
Pavel Roskin
63d29b4791
* learn.c (learn_check_key): Simplify logic. Add a comment for
...
translators.
2002-10-21 22:54:20 +00:00
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