comparison ChangeLog @ 863:9f10d3c835cb

2006-11-30 Brian Masney <masneyb@gftp.org> * lib/options.h src/gtk/gftp-gtk.c - added new option: connect_to_remote_on_startup. If this is enabled, then the application will automatically connect to the remote server when it is started. (closes #330418)
author masneyb
date Sat, 23 Dec 2006 18:16:32 +0000
parents 885038cb945b
children c71bc7d32ce5
comparison
equal deleted inserted replaced
862:885038cb945b 863:9f10d3c835cb
1 2006-11-30 Brian Masney <masneyb@gftp.org> 1 2006-11-30 Brian Masney <masneyb@gftp.org>
2 * lib/options.h src/gtk/gftp-gtk.c - added new option:
3 connect_to_remote_on_startup. If this is enabled, then the application
4 will automatically connect to the remote server when it is started.
5 (closes #330418)
6
2 * lib/gftp.h src/uicommon/gftpui.c - when a file transfer is restarted, 7 * lib/gftp.h src/uicommon/gftpui.c - when a file transfer is restarted,
3 get the file size of the destination file. This is so that the file is 8 get the file size of the destination file. This is so that the file is
4 restarted at the proper position (closes #160239). 9 restarted at the proper position (closes #160239).
5 (_gftpui_common_do_transfer_file) - split this function into a smaller 10 (_gftpui_common_do_transfer_file) - split this function into a smaller
6 function: _do_transfer_block(). 11 function: _do_transfer_block().
3751 3756
3752 * configure.in - link in gthread 3757 * configure.in - link in gthread
3753 3758
3754 * cvsclean - added this script 3759 * cvsclean - added this script
3755 3760
3756 * *.[ch] - added $Id: ChangeLog,v 1.506 2006/12/23 16:12:17 masneyb Exp $ tags 3761 * *.[ch] - added $Id: ChangeLog,v 1.507 2006/12/23 18:16:31 masneyb Exp $ tags
3757 3762
3758 * debian/* - updated files from Debian maintainer 3763 * debian/* - updated files from Debian maintainer
3759 3764
3760 2002-10-03 Brian Masney <masneyb@gftp.org> 3765 2002-10-03 Brian Masney <masneyb@gftp.org>
3761 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 3766 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)