comparison ChangeLog @ 918:e9f22ad1dec5

2007-4-26 Brian Masney <masneyb@gftp.org> * src/uicommon/gftpui.c (_gftpui_common_trans_file_or_dir) - don't attempt to create the directory if it already exists. (gftpui_common_add_file_transfer) - don't ask the user what to do with an individual directory that needs to be transferred. * lib/local.c (local_mkdir) - removed code that checks for the EEXISTS error.
author masneyb
date Fri, 27 Apr 2007 00:40:52 +0000
parents afea4eaec5f0
children b099517df21a
comparison
equal deleted inserted replaced
917:afea4eaec5f0 918:e9f22ad1dec5
1 2007-4-26 Brian Masney <masneyb@gftp.org> 1 2007-4-26 Brian Masney <masneyb@gftp.org>
2 * src/uicommon/gftpui.c (_gftpui_common_trans_file_or_dir) - don't
3 attempt to create the directory if it already exists.
4 (gftpui_common_add_file_transfer) - don't ask the user what to do with
5 an individual directory that needs to be transferred.
6
7 * lib/local.c (local_mkdir) - removed code that checks for the EEXISTS
8 error.
9
2 * docs/sample.gftp/gftprc - don't automatically transfer the HTM and 10 * docs/sample.gftp/gftprc - don't automatically transfer the HTM and
3 HTML files in ascii mode. Let the user explicity choose that option. 11 HTML files in ascii mode. Let the user explicity choose that option.
4 This should help to quiet some bug reports about this. 12 This should help to quiet some bug reports about this.
5 13
6 * src/gtk/misc-gtk.c lib/gftp.h lib/protocols.c - added 14 * src/gtk/misc-gtk.c lib/gftp.h lib/protocols.c - added