Commit Graph

4586 Commits

Author SHA1 Message Date
Andrew V. Samoilov 755c708931 Fix help file location. Also F19 formats not only C code. 2002-09-30 17:49:29 +00:00
Andrew V. Samoilov 4d76025a3a - Don't require slang-devel if _with_ncurses.
- Add --with samba.
2002-09-30 15:52:33 +00:00
Pavel Roskin dc880cb7d0 Use --with-screen instead of --with-ncurses and --with-included-slang. 2002-09-30 03:07:27 +00:00
Pavel Roskin 6e51be478d Done:
Implement --with-screen option.
Remove side effects from --with-termcap option.
2002-09-30 02:58:15 +00:00
Pavel Roskin 0c1e2030ae Document recent changes. 2002-09-30 01:49:38 +00:00
Pavel Roskin 29d948d3fa * configure.in: Remove the argument from --with-gpm-mouse. The
directories for include files and libraries can be specified
using LDFLAGS and CPPFLAGS, as documented in the output of
"configure --help".
2002-09-30 01:25:58 +00:00
Pavel Roskin 89fb039e0f * configure.in: Complete rewrite of the screen library support.
Add new option --with-screen instead on --with-slang,
--with-included-slang and --with-ncurses.  Only allow
--with-termcap is using the included S-Lang library.
* aclocal.m4: Corresponding changes.
2002-09-30 01:02:02 +00:00
Pavel Roskin 31093df1bc * syntax/mail.syntax: Replace "wholechars right" and "wholechars
left" with single "wholechars".
* syntax/nroff.syntax: Likewise.
* syntax/sh.syntax: Likewise.
* syntax/tcl.syntax: Likewise.
2002-09-29 20:28:41 +00:00
Pavel Roskin 0d82a635b3 * syntax/*.syntax: Remove numeric Cooledit colors. It's
unreasonable to require them to be correct.  On the other hand,
Cooledit can easily be changed to accept named color names.
2002-09-29 20:22:23 +00:00
Pavel Roskin e27a164ec9 * syntax/syntax.syntax: Don't require Cooledit colors for
highlighting color names.  Remove Cooledit colors.
2002-09-29 20:09:12 +00:00
Pavel Roskin b8d30f75bb Improve formatting. 2002-09-29 19:55:39 +00:00
Pavel Roskin 0fc184aead Forgot to replace wholeleft with whole after removing
parentheses from the internal macros.
2002-09-29 19:51:53 +00:00
Pavel Roskin 4ad6e7a0cc * syntax/m4.syntax: Don't use yellow color on parentheses, since
it interferes with parentheses highlighting.  Remove list of
supported Autoconf macros.
2002-09-29 19:49:16 +00:00
Pavel Roskin 7aec774638 * ext.c (get_file_type_local): Return -1 for fatal errors.
(get_file_type_pipe): Likewise.
(regex_command): Likewise.  Adjust all callers.
From Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz>
2002-09-29 19:26:15 +00:00
Pavel Roskin 3cdf930ea6 * dlg.c (frontend_run_dlg): Allow terminating the dialog from
the idle handler.
From Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz>
Call change_screen_size() regardless of ncurses version, and let
that function decide what to do.
2002-09-29 18:51:32 +00:00
Pavel Roskin 99800b2f24 * direntry.c (vfs_s_retrieve_file): Allow interrupt by Ctrl-C.
From Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz>
2002-09-29 18:35:14 +00:00
Pavel Roskin 9c1b6f52bd Update from David Martn <dmartina@excite.com> 2002-09-29 18:03:26 +00:00
Pavel Roskin e29c060d7a More consistent use of periods. 2002-09-29 17:36:25 +00:00
Pavel Roskin fb59134dc6 Update from David H. Martn Alonso <dmartina@excite.com>. 2002-09-29 17:21:19 +00:00
Marco Ciampa 0aeee15dbf small corrections / a forgived string ... 2002-09-28 18:48:49 +00:00
Pavel Roskin 28cca5d4f5 Fixed segmentation fault when displaying messages from background process. 2002-09-28 05:13:29 +00:00
Pavel Roskin 0e9e693c9d * background.c (background_attention): Fix calling functions
with wrong arguments, which resulted in segmentation faults.
2002-09-28 05:10:29 +00:00
Pavel Roskin 35c57c4a3f Add:
Support for multi-byte charsets (e.g. UTF-8).
2002-09-27 22:27:00 +00:00
Pavel Roskin 7fece18d5f * file.c (panel_operate): Replace fancy internationalized
message boxes for unknown file operations with abort().
2002-09-27 21:39:30 +00:00
Pavel Roskin 4cf69ff615 * util.c (name_trunc): Remove unused code, unhelpful error
message and workaround for bugs in the callers.
2002-09-27 21:20:41 +00:00
Pavel Roskin 222035b949 * file.c (copy_file_file): Rename DST_* names to DEST_*, since
DST_NONE is used in FreeBSD libc.
Reported by Pavel Shirshov <pavelsh@mail.ru>
2002-09-27 19:21:36 +00:00
Marco Ciampa caddab826d small error in help file 2002-09-27 15:33:40 +00:00
Marco Ciampa 79d7d2b68c small typo 2002-09-27 15:24:32 +00:00
Marco Ciampa 88e31ede7f small impr. 2002-09-27 14:26:34 +00:00
Marco Ciampa f66a459f1c filling a hole in the manual translation... 2002-09-27 09:13:28 +00:00
Marco Ciampa 7eb25898cd last fuzzy translated... 2002-09-27 09:12:27 +00:00
Pavel Roskin 9cdc12b33d * syntax/syntax.syntax: Remove highlighting for numbers - it's
for Cooledit only.
2002-09-27 04:16:00 +00:00
Pavel Roskin 30441024b8 * syntax/c.syntax: Require at least one space at the beginning
of indented cpp directives.  Use brightmagenta for them.
2002-09-27 04:07:21 +00:00
Pavel Roskin dee854b21e * syntax/c.syntax: Require at least one space at the beginning
of indented cpp directives.  Use brightmagenta for them.
2002-09-27 04:00:30 +00:00
Pavel Roskin 3e7f74c588 * syntax/syntax.syntax: Don't start keywords with "[" - it
doesn't work.  Use "[]" at the end of keywords to suppress
their special meaning.
2002-09-27 03:33:39 +00:00
Pavel Roskin 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left
from the GNOME edition.
2002-09-27 01:23:43 +00:00
Pavel Roskin d51fc07a99 * textconf.c: Don't translate filesystem names. 2002-09-27 01:18:54 +00:00
Pavel Roskin b181f4519f * main.h: Remove all references to icons.
* panel.h: Likewise.  Adjust all dependencies.
2002-09-27 00:47:29 +00:00
Pavel Roskin bd4b18731e s/suplied/supplied/
s/duplicit/duplicate/
2002-09-27 00:17:10 +00:00
Pavel Roskin 4d34d9dfbe * hotlist.c (load_hotlist): Remove compatibility code with
hotlist files created by ancient versions of mc.
2002-09-27 00:04:26 +00:00
Pavel Roskin c1e04b9ed6 * command.c (do_cd_command): Reuse translated message. 2002-09-26 23:55:00 +00:00
Pavel Roskin b31f058eea s/appropriative/suitable/ 2002-09-26 23:40:03 +00:00
Pavel Roskin cf31b0aacd * user.c (check_patterns): Ignore invalid shell_patterns and
let user see them in the menu.  The error message was too vague.
2002-09-26 23:33:22 +00:00
Pavel Roskin da7e82d253 Global removal of RCS Id: flags. 2002-09-26 23:13:45 +00:00
Pavel Roskin 85ea3e7533 Parametrize sfs.ini. 2002-09-26 22:55:36 +00:00
Pavel Roskin bbc35a31cf * sfs.c (sfs_init): Parametrize sfs.ini to allow reuse of the
messages in other places.
2002-09-26 22:51:27 +00:00
Andrew V. Samoilov 758842a16d * util.c (mc_mkstemps): Really return NULL in the filename in the
case of failure.  Reported by Andrew W. Nosenko <awn@bcs.zp.ua>.
2002-09-26 22:13:16 +00:00
Pavel Roskin 65924ac165 * ext.c (get_file_type_local): Make static.
(get_file_type_pipe): Likewise.
* util.c (check_patterns): Likewise.
2002-09-26 21:23:55 +00:00
Pavel Roskin f2972e99dc Comment fix. 2002-09-26 20:55:51 +00:00
Pavel Roskin e402f59842 * file.c (copy_file_file): Eliminate the complex scheme with
"resources".  Set src_desc, dest_desc to -1 initially and use
their values to see if they need to be closed.  Track status of
the destination file using a 3-state variable.
2002-09-26 16:39:17 +00:00