comparison ChangeLog @ 917:afea4eaec5f0

2007-4-26 Brian Masney <masneyb@gftp.org> * docs/sample.gftp/gftprc - don't automatically transfer the HTM and HTML files in ascii mode. Let the user explicity choose that option. This should help to quiet some bug reports about this.
author masneyb
date Thu, 26 Apr 2007 23:58:54 +0000
parents 936635b76f02
children e9f22ad1dec5
comparison
equal deleted inserted replaced
916:936635b76f02 917:afea4eaec5f0
1 2007-4-26 Brian Masney <masneyb@gftp.org> 1 2007-4-26 Brian Masney <masneyb@gftp.org>
2 * docs/sample.gftp/gftprc - don't automatically transfer the HTM and
3 HTML files in ascii mode. Let the user explicity choose that option.
4 This should help to quiet some bug reports about this.
5
2 * src/gtk/misc-gtk.c lib/gftp.h lib/protocols.c - added 6 * src/gtk/misc-gtk.c lib/gftp.h lib/protocols.c - added
3 filename_utf8_encoded flag to the gftp_file structure. If this is false, 7 filename_utf8_encoded flag to the gftp_file structure. If this is false,
4 then don't attempt to show the filename in the GTK port. The user can 8 then don't attempt to show the filename in the GTK port. The user can
5 still select the blank filename though. 9 still select the blank filename though.
6 10