e37737c0c9
* vfs/ftpfs.c: Definition of PORT changed in the middle of ftpfs.c with unexpected side effects (only when HSC_PROXY was defined). Introduce HSC_PROXY_PORT and FTP_COMMAND_PORT and use where appropriate. (dir_load): Do not hard code the directory cache timeout to 10 seconds. Instead use the setting from Options/Virtual VFS ... * vfs/fish.c (file_store): honour changed semantics for return value (on error -1 is expected). * vfs/ftpfs.c (file_store): dito * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect initialization of array of structure (gcc version 2.96 20000131 chokes on it). * lib/mc.hint: C-y and not C-u can be used to insert text in input lines (e. g. text which has been deleted with M-d). * configure.in: Fix the extfs-configure-fragment-in-final-output bug * src/main.c (parse_control_file): add missing right parentheses * src/boxes.c: fix incorrect initialization of array of structure (gcc version 2.96 20000131 chokes on it).