comparison ChangeLog @ 514:e55d8b35d809

2004-7-25 Brian Masney <masneyb@gftp.org> * src/gtk/bookmarks.c src/gtk/gftp-gtk.c src/gtk/gtkui.c src/gtk/transfer.c src/text/textui.c src/uicommon/gftpui.c src/uicommon/gftpui.h - added clear_cache argument to gftpui_refresh() Don't clear the cache when changing directories * src/uicommon/gftpuicallbacks.c (_gftpui_common_rm_list) - return 0 on success * src/gtk/delete_dialog.c - refresh the directory listing after the operation was successful
author masneyb
date Sun, 25 Jul 2004 15:48:25 +0000
parents cb882efd4d6d
children cb78cf311d23
comparison
equal deleted inserted replaced
513:cb882efd4d6d 514:e55d8b35d809
1 2004-7-25 Brian Masney <masneyb@gftp.org> 1 2004-7-25 Brian Masney <masneyb@gftp.org>
2 * src/gtk/bookmarks.c src/gtk/gftp-gtk.c src/gtk/gtkui.c
3 src/gtk/transfer.c src/text/textui.c src/uicommon/gftpui.c
4 src/uicommon/gftpui.h - added clear_cache argument to gftpui_refresh()
5 Don't clear the cache when changing directories
6
7 * src/uicommon/gftpuicallbacks.c (_gftpui_common_rm_list) - return
8 0 on success
9
10 * src/gtk/delete_dialog.c - refresh the directory listing after the
11 operation was successful
12
2 * lib/rfc959.c - added rfc959_set_file_time(). This uses the SITE UTIME 13 * lib/rfc959.c - added rfc959_set_file_time(). This uses the SITE UTIME
3 command. Not many FTP servers appear to support this extension 14 command. Not many FTP servers appear to support this extension
4 15
5 * lib/protocols.c (gftp_get_transfer_status) - don't force the user to 16 * lib/protocols.c (gftp_get_transfer_status) - don't force the user to
6 wait to reconnect if the connection to the server timed out 17 wait to reconnect if the connection to the server timed out
2622 2633
2623 * configure.in - link in gthread 2634 * configure.in - link in gthread
2624 2635
2625 * cvsclean - added this script 2636 * cvsclean - added this script
2626 2637
2627 * *.[ch] - added $Id: ChangeLog,v 1.291 2004/07/25 15:24:37 masneyb Exp $ tags 2638 * *.[ch] - added $Id: ChangeLog,v 1.292 2004/07/25 15:48:25 masneyb Exp $ tags
2628 2639
2629 * debian/* - updated files from Debian maintainer 2640 * debian/* - updated files from Debian maintainer
2630 2641
2631 2002-10-03 Brian Masney <masneyb@gftp.org> 2642 2002-10-03 Brian Masney <masneyb@gftp.org>
2632 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 2643 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)