comparison ChangeLog @ 378:712d3810f4e1

2003-1-27 Brian Masney <masneyb@gftp.org> * lib/gftp.h lib/misc.c src/gtk/gtkui_transfer.c src/text/textui.c - added gftp_get_transfer_action(). When a file is to be transfered and already exists, this will return the default action that should be taken. * src/text/textui.c (gftpui_ask_transfer) - implemented this function so that whenever a file exists and is to be transfered, the user will be prompted on whether or not to overwrite/skip/resume * src/text/gftp-text.c (gftp_text_ask_question) - fixups for inputing a single character
author masneyb
date Tue, 27 Jan 2004 23:48:26 +0000
parents 14da115b149b
children 05ee37a5558b
comparison
equal deleted inserted replaced
377:14da115b149b 378:712d3810f4e1
1 2003-1-27 Brian Masney <masneyb@gftp.org>
2 * lib/gftp.h lib/misc.c src/gtk/gtkui_transfer.c src/text/textui.c -
3 added gftp_get_transfer_action(). When a file is to be transfered and
4 already exists, this will return the default action that should be
5 taken.
6
7 * src/text/textui.c (gftpui_ask_transfer) - implemented this function
8 so that whenever a file exists and is to be transfered, the user will
9 be prompted on whether or not to overwrite/skip/resume
10
11 * src/text/gftp-text.c (gftp_text_ask_question) - fixups for inputing
12 a single character
13
1 2003-1-23 Brian Masney <masneyb@gftp.org> 14 2003-1-23 Brian Masney <masneyb@gftp.org>
2 * src/text/gftp-text.c src/uicommon/gftpui.c - added file transfer 15 * src/text/gftp-text.c src/uicommon/gftpui.c - added file transfer
3 functions to the command line. 16 functions to the command line.
4 17
5 * src/uicommon/gftpui_transfer.c src/uicommon/gftpui.h src/text/textui.c 18 * src/uicommon/gftpui_transfer.c src/uicommon/gftpui.h src/text/textui.c
2075 2088
2076 * configure.in - link in gthread 2089 * configure.in - link in gthread
2077 2090
2078 * cvsclean - added this script 2091 * cvsclean - added this script
2079 2092
2080 * *.[ch] - added $Id: ChangeLog,v 1.208 2004/01/24 11:45:06 masneyb Exp $ tags 2093 * *.[ch] - added $Id: ChangeLog,v 1.209 2004/01/27 23:48:24 masneyb Exp $ tags
2081 2094
2082 * debian/* - updated files from Debian maintainer 2095 * debian/* - updated files from Debian maintainer
2083 2096
2084 2002-10-03 Brian Masney <masneyb@gftp.org> 2097 2002-10-03 Brian Masney <masneyb@gftp.org>
2085 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 2098 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)