comparison ChangeLog @ 821:b282e346bd25

2006-10-1 Brian Masney <masneyb@gftp.org> * lib/gftp.h lib/misc.c lib/protocols.c src/gtk/misc-gtk.c src/uicommon/gftpuicallbacks.c (gftp_match_filespec) - look at the show_hidden_files option inside this function. Use the option's value to determine if the file should be shown to the user.
author masneyb
date Sun, 01 Oct 2006 18:41:43 +0000
parents 435b11d2d628
children 73e9842e7097
comparison
equal deleted inserted replaced
820:435b11d2d628 821:b282e346bd25
1 2006-10-1 Brian Masney <masneyb@gftp.org> 1 2006-10-1 Brian Masney <masneyb@gftp.org>
2 * lib/gftp.h lib/misc.c lib/protocols.c src/gtk/misc-gtk.c
3 src/uicommon/gftpuicallbacks.c (gftp_match_filespec) - look at the
4 show_hidden_files option inside this function. Use the option's value
5 to determine if the file should be shown to the user.
6
2 * lib/ftpcommon.h lib/ftps.c lib/rfc959.c - automatically reconnect to 7 * lib/ftpcommon.h lib/ftps.c lib/rfc959.c - automatically reconnect to
3 the server if a timeout occurs. 8 the server if a timeout occurs.
4 9
5 * src/uicommon/gftpui.c (_gftpui_common_thread_callback) - removed 10 * src/uicommon/gftpui.c (_gftpui_common_thread_callback) - removed
6 checks for the timeouts. This is now transparently handled in the 11 checks for the timeouts. This is now transparently handled in the
3602 3607
3603 * configure.in - link in gthread 3608 * configure.in - link in gthread
3604 3609
3605 * cvsclean - added this script 3610 * cvsclean - added this script
3606 3611
3607 * *.[ch] - added $Id: ChangeLog,v 1.478 2006/10/01 18:25:00 masneyb Exp $ tags 3612 * *.[ch] - added $Id: ChangeLog,v 1.479 2006/10/01 18:41:40 masneyb Exp $ tags
3608 3613
3609 * debian/* - updated files from Debian maintainer 3614 * debian/* - updated files from Debian maintainer
3610 3615
3611 2002-10-03 Brian Masney <masneyb@gftp.org> 3616 2002-10-03 Brian Masney <masneyb@gftp.org>
3612 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 3617 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)