mc/vfs
Miguel de Icaza 51e39b09b5 Mon Mar 2 12:11:37 1998 Norbert Warmuth <k3190@fh-sw.de>
* vfs/ftpfs.c (changetype): Removed the hack which always forced
	sending the command "TYPE I" when changing to binary transfer mode
	was requested even when MC thought the connection was already in
	binary mode (bucket->isbinary == 1). The correct fix is now in
	login_server.

	* vfs/ftpfs.c (login_server): Set the transfer mode stored in
	the bucket to UNKNOWN (the bucket might be reused and the old
	transfer mode isn't valid any longer).

	* screen.c (panel_key): Cleanup: deleted if-clause with -1 (EV_NONE)
	which isn't delivered to widgets by the dialog manager; always
	return 1 when key was handled; removed the function keys from the
	panel's keymap (the function keys are always handled by the
	buttonbar); don't eat characters below ' ' (C-l and Shift-F3 now
	work even when quick search was started); characters between 32 and
	255 start quick search if there is no commandline (no C-s necessary
	to start search).

	* tree.c (tree_key): likewise
1998-03-02 18:09:16 +00:00
..
extfs Initial revision 1998-02-27 04:54:42 +00:00
samba * samba/configure.in: Require Autoconf 2.52 to make Debian 1997-01-01 01:23:31 +00:00
ChangeLog Initial revision 1998-02-27 04:54:42 +00:00
Makefile.in Initial revision 1998-02-27 04:54:42 +00:00
container.c Initial revision 1998-02-27 04:54:42 +00:00
container.h Initial revision 1998-02-27 04:54:42 +00:00
extfs.c Initial revision 1998-02-27 04:54:42 +00:00
extfs.h Initial revision 1998-02-27 04:54:42 +00:00
ftpfs.c Mon Mar 2 12:11:37 1998 Norbert Warmuth <k3190@fh-sw.de> 1998-03-02 18:09:16 +00:00
ftpfs.h Initial revision 1998-02-27 04:54:42 +00:00
local.c Initial revision 1998-02-27 04:54:42 +00:00
mcfs.c Initial revision 1998-02-27 04:54:42 +00:00
mcfs.h Initial revision 1998-02-27 04:54:42 +00:00
mcserv.c Initial revision 1998-02-27 04:54:42 +00:00
names.c Initial revision 1998-02-27 04:54:42 +00:00
names.h Initial revision 1998-02-27 04:54:42 +00:00
tar.c Initial revision 1998-02-27 04:54:42 +00:00
tar.h Initial revision 1998-02-27 04:54:42 +00:00
tcputil.c Initial revision 1998-02-27 04:54:42 +00:00
tcputil.h Initial revision 1998-02-27 04:54:42 +00:00
undelfs.c Initial revision 1998-02-27 04:54:42 +00:00
undelfs.h Initial revision 1998-02-27 04:54:42 +00:00
utilvfs.c Initial revision 1998-02-27 04:54:42 +00:00
vfs.c Initial revision 1998-02-27 04:54:42 +00:00
vfs.h Initial revision 1998-02-27 04:54:42 +00:00