Commit Graph

4803 Commits

Author SHA1 Message Date
Pavel Roskin
f5bf601c7c * lib/mc.sh.in: Update to use the new -P option. 2002-10-31 05:26:54 +00:00
Pavel Roskin
33a20a08a1 * configure.in: Displaying the install paths is too problematic
to implement properly.  Remove this code.
2002-10-31 05:21:20 +00:00
Pavel Roskin
a04dd8754e * main.c: Option -P takes an argument (output filename) now.
(main): Output the last directory to the specified file.  Don't
output "." is this information is unavailable.
2002-10-31 04:31:52 +00:00
Pavel Roskin
2c3b0c50b6 * subshell.c (subshell_name_quote): Don't quote numbers and
letters if possible and safe.
2002-10-31 04:01:19 +00:00
Pavel Roskin
cc0811a2ff Update. 2002-10-31 00:10:47 +00:00
Pavel Roskin
b2fd313167 * edit.c: Include charset.h unconditionally, use new conversion
functions that don't require ifdefs.
* edit_key_translator.c: Likewise.
* editcmd.c: Likewise.
* editdraw.c: Likewise.
2002-10-30 23:56:49 +00:00
Pavel Roskin
2d3c157e52 * charset.h: Provide new inline functions convert_to_display_c()
and convert_from_input_c().
* view.c: Include charset.h unconditionally, use new conversion
functions that don't require ifdefs.
2002-10-30 23:42:21 +00:00
Pavel Roskin
4d20330abc Reformat. 2002-10-30 23:16:16 +00:00
Pavel Roskin
517243efa0 * charset.h [!HAVE_CHARSET]: Provide dummy macros for
convert_to_display and convert_from_input.  Eliminate uchar
definition, use unsigned char, adjust dependencies.
* charsets.c (convert_to_display): Tolerate NULL argument.
(convert_from_input): Likewise.
2002-10-30 23:14:26 +00:00
Pavel Roskin
a305ec68f9 Reformat. 2002-10-30 22:48:59 +00:00
Marco Ciampa
36731a8b57 help link marks escaped in (I hope) all the document. 2002-10-30 22:13:45 +00:00
Pavel Roskin
3ee1c3b3f6 * ext.c (exec_extension): Don't create self-destructing scripts
for the viewer - remove those scripts manually after calling
view().  This fixes the problem with double F8 in the viewer on
parsed files.
Reported by David Martin <dmartina@excite.com>
2002-10-30 21:38:33 +00:00
Pavel Roskin
0ff23cc6a3 * ext.c (exec_extension): Don't rely on working #! - explicitly
run /bin/sh on the temporary script.
2002-10-30 21:22:42 +00:00
Pavel Roskin
04f460d565 * mouse.h: Use definitions for GPM_B_DOWN and GPM_B_UP
compatible with gpm-1.20.
Reported by by David Martin <dmartina@excite.com>
2002-10-30 20:52:59 +00:00
Andrew V. Samoilov
83e7cf2df0 Small fixes 2002-10-30 12:15:34 +00:00
Pavel Roskin
3c2bf549b9 Test for the documentation. 2002-10-30 07:37:53 +00:00
Pavel Roskin
3d4ed1ff8d Don't use "\m" - it causes a warning. 2002-10-30 07:29:35 +00:00
Pavel Roskin
ff6fda3df1 Minor fixes - missing dot, using Tab consistently. 2002-10-30 07:19:15 +00:00
Pavel Roskin
7d363c4026 Stop using two paragraphs per item in lists. Use .TP instead. 2002-10-30 03:06:02 +00:00
Pavel Roskin
38e3189d0a * lib/mc.ext.in: Rename TROFFASCII to MAN_FLAGS.
* configure.in: Likewise.  Add "-c" (disable ANSI color) to
MAN_FLAGS if supported.
2002-10-30 02:37:48 +00:00
Pavel Roskin
4189a99b76 Update "Listing mode". 2002-10-30 01:44:50 +00:00
Pavel Roskin
eea1f4a0e3 Update "Listing Mode". 2002-10-30 01:31:37 +00:00
Pavel Roskin
bbaaa1427e Update "Listing mode" section. 2002-10-30 01:21:36 +00:00
Pavel Roskin
a13a588ba8 Make it clear that the commas are not parts of the keywords for listing
mode definition.  Don't use commas in the examples.  Move "mark" closer
to "type" - it's not used for purely layout purposes.
2002-10-30 00:59:25 +00:00
Pavel Roskin
85f55fe291 * panel.h: Use spaces, not commas, in the format - they are more
readable and easier to document.
* screen.c (panel_format): Likewise.
(mini_status_format): Likewise.
2002-10-30 00:56:08 +00:00
Pavel Roskin
cb07766c18 Use \& in links. 2002-10-29 23:55:09 +00:00
Pavel Roskin
09fa5302aa Make it clear that the GPL translation is non-official.
Use a translated section name for the translated warranty.
2002-10-29 23:26:12 +00:00
Pavel Roskin
2f031fadbc Resynchronize with GPL from the English xnc.hlp. 2002-10-29 23:18:48 +00:00
Pavel Roskin
33a6b51d3d Remove Ctrl-L from the GPL text. 2002-10-29 23:13:14 +00:00
Pavel Roskin
8c9788faac Make it clear that only the English manual needs to be updated. 2002-10-29 22:42:06 +00:00
Pavel Roskin
6efcfdbc68 Don't use decorative spaces in any new translatable strings. 2002-10-29 22:13:17 +00:00
Pavel Roskin
a70668e19a Update from David Martin <dmartina@excite.com> 2002-10-29 22:11:00 +00:00
Pavel Roskin
1501eccaed Fixes from David Martin <dmartina@excite.com> 2002-10-29 22:06:36 +00:00
Pavel Roskin
6e5be02aca Remove unused Ctrl-L. 2002-10-29 22:05:22 +00:00
Pavel Roskin
7713e19ae1 Updates from David Martin <dmartina@excite.com> 2002-10-29 21:57:11 +00:00
Pavel Roskin
25ef599e5f Remove, this file is installed by automake. 2002-10-29 21:54:09 +00:00
Pavel Roskin
afb2c8abe5 Done:
Work around bug in Red Hat 8.0 S-Lang that hides non-ascii characters in
POSIX locale or disable Red Hat 8.0 S-Lang by default.
2002-10-29 21:46:50 +00:00
Pavel Roskin
6002728a7c * acinclude.m4 (MC_WITH_SLANG): Reject S-Lang with UTF-8
support, unless external S-Lang was explicitly requested.
2002-10-29 21:46:20 +00:00
Pavel Roskin
b19bd10a5a Strip everything after "-" from the version (for -pre and -rc).
Make version normalization more robust.
Add comments to the sed program.
Errors from autopoint and gettext were ignored because of "if".
2002-10-29 20:58:14 +00:00
Andrew V. Samoilov
1915b99fc0 Highlight trailing whitespace(s) of the inserted lines 2002-10-29 13:52:15 +00:00
Andrew V. Samoilov
b932fcb249 * view.c (init_growing_view): Mark message for translating.
(normal_search) [HAVE_CHARSET]: Convert saved search string to
original codeset if input_dialog() returns empty string.
2002-10-29 13:01:09 +00:00
Pavel Roskin
dbaf8aee0c Done:
Write a document explaining how to report bugs and ask questions in the
mailing lists.
2002-10-29 01:00:04 +00:00
Pavel Roskin
c7d15b7357 Add:
Test for groff and for -P-c option to groff to disable ANSI colors.
2002-10-28 16:36:03 +00:00
Pavel Roskin
3604a2f2d4 Add:
Write a document explaining how to report bugs and ask questions in the
mailing lists.
2002-10-28 16:09:17 +00:00
Pavel Roskin
dd16f958a6 Move to "before 4.6.0-pre2":
Allow modifiers for keys in mc.lib, like "shift-up".
2002-10-25 22:20:55 +00:00
Pavel Roskin
43b3170fc4 * ftpfs.c (linear_abort): Close data socket, ProFTPD 1.2.6
expects the client to close it.
2002-10-25 21:50:21 +00:00
Andrew V. Samoilov
d6725db8b2 Make Color_Names[] const 2002-10-25 19:35:37 +00:00
Andrew V. Samoilov
668ef8ebbe Link "Panele katalogowe" to "Directory Panels". 2002-10-25 18:39:21 +00:00
Marco Ciampa
4897e62c42 converted in a more 'italian' form. 2002-10-25 10:32:06 +00:00
Marco Ciampa
42d377b782 *** empty log message *** 2002-10-25 10:12:57 +00:00