Commit Graph

4556 Commits

Author SHA1 Message Date
Pavel Roskin bba809f2e9 * syntax/syntax.syntax: Fix highlighting for "gray". 2002-10-02 19:25:48 +00:00
Marco Ciampa 4b8d7e2b5c some little trimming and a string untranslated left... 2002-10-02 18:34:45 +00:00
Andrew V. Samoilov b8d41cad3b * (edit_insert_column_of_text): Fix infinite loop if
block of text is copied past the end of the buffer.
By Paul Sheer <psheer@icon.co.za>.

(stacked): Don't initialize static arrays by zeros.
2002-10-02 15:44:35 +00:00
Andrew V. Samoilov b9b33a4a39 Remove SMBRUN support 2002-10-02 11:03:08 +00:00
Pavel Roskin e9ab8a8ee5 Move hard stuff to 4.6.0, add some simple things for 4.6.0-pre2. 2002-10-02 04:23:51 +00:00
Pavel Roskin 8b3b9919f1 Implement upload with rename. 2002-10-01 23:00:43 +00:00
Pavel Roskin 8cdc2bcecd Fix the date. My clock was 1 day ahead. 2002-10-01 21:45:25 +00:00
Marco Ciampa 6d103219cf some coherence with the english version manual adjusted... 2002-10-01 18:49:02 +00:00
Andrew V. Samoilov a141f06038 Spelled. 2002-10-01 18:28:22 +00:00
Andrew V. Samoilov b09284c096 100% translated 2002-10-01 18:15:05 +00:00
Andrew V. Samoilov 07f3c2f7af * xdirentry.h: Comment out magic field everywhere. 2002-10-01 17:03:55 +00:00
Pavel Roskin bd5da0af5e * Makefile.am (VFSHDRS): Remove container.h. 2002-10-01 04:26:25 +00:00
Pavel Roskin 409994fe92 * tcputil.c (check_hooks): Remove, it does nothing. Also remove
all related data structures.
2002-10-01 04:18:38 +00:00
Pavel Roskin 379ea9b60d * tcputil.c (get_remote_port): Move to mcfs.c.
(send_string): Move to mcserv.c.
(rpc_add_get_callback): Remove, it's unused.
2002-10-01 04:09:31 +00:00
Pavel Roskin 95ffa342bd * container.h: Remove, it's unused. 2002-10-01 03:54:05 +00:00
Pavel Roskin 646e878d6b Remove unused files. 2002-10-01 03:51:46 +00:00
Pavel Roskin 924c985630 * utilvfs.c: Remove tests, since get_host_and_username() is
missing.
* mcfs.c (open_tcp_link): Make static.
* tcputil.h: Remove unused definitions.
2002-10-01 03:47:46 +00:00
Pavel Roskin 0587a032ac Remove obsolete comments. 2002-10-01 03:33:11 +00:00
Pavel Roskin 2cdb88ccbf * configure.in: Expand $bindir and $datadir to show at the end.
Reported by Nerijus Baliunas <nerijus@users.sourceforge.net>
2002-09-30 22:10:29 +00:00
Pavel Roskin 4cb62a4957 Typo fix. 2002-09-30 21:15:46 +00:00
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