comparison ChangeLog @ 894:14476a8a4d2b

2007-3-15 Brian Masney <masneyb@gftp.org> * src/gtk/transfer.c src/gtk/view_dialog.c - combined some duplicate code that was used to view and edit files. * lib/gftp.h src/gtk/transfer.c src/gtk/view_dialog.c src/uicommon/gftpui.c - removed is_fd member from the gftp_file structure.
author masneyb
date Fri, 16 Mar 2007 02:33:05 +0000
parents 331d6ad73a75
children 4ab11f70a7f4
comparison
equal deleted inserted replaced
893:331d6ad73a75 894:14476a8a4d2b
1 2007-3-15 Brian Masney <masneyb@gftp.org> 1 2007-3-15 Brian Masney <masneyb@gftp.org>
2 * src/gtk/transfer.c src/gtk/view_dialog.c - combined some duplicate
3 code that was used to view and edit files.
4
5 * lib/gftp.h src/gtk/transfer.c src/gtk/view_dialog.c
6 src/uicommon/gftpui.c - removed is_fd member from the gftp_file
7 structure.
8
2 * lib/rfc959.c - added new function rfc959_setup_file_transfer(). It 9 * lib/rfc959.c - added new function rfc959_setup_file_transfer(). It
3 elimnates some duplicate code that was found by CPD. 10 elimnates some duplicate code that was found by CPD.
4 11
5 * lib/sshv2.c - added new function 12 * lib/sshv2.c - added new function
6 sshv2_send_command_and_check_response(). It eliminates some duplicate 13 sshv2_send_command_and_check_response(). It eliminates some duplicate