comparison ChangeLog @ 542:fd9ce7797984

2004-8-21 Brian Masney <masneyb@gftp.org> * lib/gftp.h lib/options.h lib/protocols.c - added gftp_protocol_default_port() that will return the default port for the current protocol * src/gtk/misc-gtk.c (update_window_info) - when updating the toolbar with the connection status, if the current connection is using the default port for it's protocol, then leave the port field blank. This should help users who want to reconnect to the current site using a different protocol * src/gtk/gftp-gtk.c (CreateConnectToolbar) - expanded the size of the Port input box
author masneyb
date Sat, 21 Aug 2004 15:49:34 +0000
parents e46278e7ef1d
children 79908ac335d2
comparison
equal deleted inserted replaced
541:e46278e7ef1d 542:fd9ce7797984
1 2004-8-21 Brian Masney <masneyb@gftp.org> 1 2004-8-21 Brian Masney <masneyb@gftp.org>
2 * lib/gftp.h lib/options.h lib/protocols.c - added
3 gftp_protocol_default_port() that will return the default port for
4 the current protocol
5
6 * src/gtk/misc-gtk.c (update_window_info) - when updating the toolbar
7 with the connection status, if the current connection is using the
8 default port for it's protocol, then leave the port field blank. This
9 should help users who want to reconnect to the current site using a
10 different protocol
11
12 * src/gtk/gftp-gtk.c (CreateConnectToolbar) - expanded the size of
13 the Port input box
14
2 * lib/rfc959.c lib/ftpcommon.h - added internal option to quote 15 * lib/rfc959.c lib/ftpcommon.h - added internal option to quote
3 the filename in the SITE command. This is only enabled for servers 16 the filename in the SITE command. This is only enabled for servers
4 that return UNIX in the SYST output. It is disabled if it is a BSD 17 that return UNIX in the SYST output. It is disabled if it is a BSD
5 based FTP server 18 based FTP server
6 19
2772 2785
2773 * configure.in - link in gthread 2786 * configure.in - link in gthread
2774 2787
2775 * cvsclean - added this script 2788 * cvsclean - added this script
2776 2789
2777 * *.[ch] - added $Id: ChangeLog,v 1.313 2004/08/21 14:40:41 masneyb Exp $ tags 2790 * *.[ch] - added $Id: ChangeLog,v 1.314 2004/08/21 15:49:34 masneyb Exp $ tags
2778 2791
2779 * debian/* - updated files from Debian maintainer 2792 * debian/* - updated files from Debian maintainer
2780 2793
2781 2002-10-03 Brian Masney <masneyb@gftp.org> 2794 2002-10-03 Brian Masney <masneyb@gftp.org>
2782 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 2795 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)