comparison ChangeLog @ 633:05c67a33b071

2004-12-2 Brian Masney <masneyb@gftp.org> * src/gtk/gtkui.c (gftpui_run_function_callback) src/uicommon/gftpui.h - added toggled variable to the gftpui_callback_data structure. If the edit dialog had a checkbox in it, then put the checkbox value in the toggled variable * src/gtk/gtkui.c (gftpui_site_dialog) src/uicommon/gftpuicallbacks.c (gftpui_common_run_site) - allow the user to not send the prepend the command with the SITE keyword * docs/website/index.html.in docs/website/bats.gif docs/website/generate-gftp-website.pl - updated bug reporting section. Added link and graphic for the National Speleological Society (NSS)
author masneyb
date Thu, 02 Dec 2004 23:19:31 +0000
parents 4ab29ec829bf
children cad45ebbc520
comparison
equal deleted inserted replaced
632:4ab29ec829bf 633:05c67a33b071
1 2004-12-2 Brian Masney <masneyb@gftp.org> 1 2004-12-2 Brian Masney <masneyb@gftp.org>
2 * src/gtk/gtkui.c (gftpui_run_function_callback)
3 src/uicommon/gftpui.h - added toggled variable to the
4 gftpui_callback_data structure. If the edit dialog had a checkbox
5 in it, then put the checkbox value in the toggled variable
6
7 * src/gtk/gtkui.c (gftpui_site_dialog)
8 src/uicommon/gftpuicallbacks.c (gftpui_common_run_site) - allow the user
9 to not send the prepend the command with the SITE keyword
10
11 * docs/website/index.html.in docs/website/bats.gif
12 docs/website/generate-gftp-website.pl - updated bug reporting section.
13 Added link and graphic for the National Speleological Society (NSS)
14
2 * lib/sshv2.c (sshv2_rename) - fixed segfault that could occur (from 15 * lib/sshv2.c (sshv2_rename) - fixed segfault that could occur (from
3 Aurelien Jarno <aurelien@aurel32.net >) (closes #159963) 16 Aurelien Jarno <aurelien@aurel32.net >) (closes #159963)
4 17
5 * src/gtk/gtkui_transfer.c (gftpui_ask_transfer) - fixes for the first 18 * src/gtk/gtkui_transfer.c (gftpui_ask_transfer) - fixes for the first
6 character of the filename being stripped off when it already existed on 19 character of the filename being stripped off when it already existed on
3119 3132
3120 * configure.in - link in gthread 3133 * configure.in - link in gthread
3121 3134
3122 * cvsclean - added this script 3135 * cvsclean - added this script
3123 3136
3124 * *.[ch] - added $Id: ChangeLog,v 1.374 2004/12/02 22:43:32 masneyb Exp $ tags 3137 * *.[ch] - added $Id: ChangeLog,v 1.375 2004/12/02 23:19:30 masneyb Exp $ tags
3125 3138
3126 * debian/* - updated files from Debian maintainer 3139 * debian/* - updated files from Debian maintainer
3127 3140
3128 2002-10-03 Brian Masney <masneyb@gftp.org> 3141 2002-10-03 Brian Masney <masneyb@gftp.org>
3129 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 3142 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)