comparison ChangeLog @ 218:de6a2e8e51cb

2003-7-9 Brian Masney <masneyb@gftp.org> * lib/config_file.c (gftp_write_config_file) - fix for writing out list items to the config file. * lib/config_file.c lib/gftp.h - added gftp_free_proxy_hosts() and gftp_copy_proxy_hosts() * lib/protocols.c (gftp_connect_server) - look up dont_use_proxy instead of ext * lib/protocols.c lib/sshv2.c src/gtk/dnd.c src/gtk/menu-items.c - when calling g_build_path(), set the directory separator to / instead of G_DIR_SEPARATOR_S * src/gtk/gftp-gtk.c (toolbar_hostedit) - fixed crash * src/gtk/gftp-gtk.h - removed gotbytes from gftp_window_data structure * src/gtk/options_dialog.c - show proxy hosts in options dialog * docs/sample.gftp/gftprc - new default config file
author masneyb
date Wed, 09 Jul 2003 23:25:56 +0000
parents 3d6e024dbf31
children b9584a877daf
comparison
equal deleted inserted replaced
217:c102e1509d91 218:de6a2e8e51cb
1 2003-7-9 Brian Masney <masneyb@gftp.org>
2 * lib/config_file.c (gftp_write_config_file) - fix for writing out
3 list items to the config file.
4
5 * lib/config_file.c lib/gftp.h - added gftp_free_proxy_hosts() and
6 gftp_copy_proxy_hosts()
7
8 * lib/protocols.c (gftp_connect_server) - look up dont_use_proxy
9 instead of ext
10
11 * lib/protocols.c lib/sshv2.c src/gtk/dnd.c src/gtk/menu-items.c -
12 when calling g_build_path(), set the directory separator to / instead
13 of G_DIR_SEPARATOR_S
14
15 * src/gtk/gftp-gtk.c (toolbar_hostedit) - fixed crash
16
17 * src/gtk/gftp-gtk.h - removed gotbytes from gftp_window_data
18 structure
19
20 * src/gtk/options_dialog.c - show proxy hosts in options dialog
21
22 * docs/sample.gftp/gftprc - new default config file
23
1 2003-7-7 Brian Masney <masneyb@gftp.org> 24 2003-7-7 Brian Masney <masneyb@gftp.org>
2 * configure.in src/gtk/Makefile.am src/text/Makefile.am - if the 25 * configure.in src/gtk/Makefile.am src/text/Makefile.am - if the
3 OpenSSL libraries are available on the system, link them in and 26 OpenSSL libraries are available on the system, link them in and
4 define USE_SSL. The generic SSL engine and the HTTPS protocol checks 27 define USE_SSL. The generic SSL engine and the HTTPS protocol checks
5 for this 28 for this
1205 1228
1206 * configure.in - link in gthread 1229 * configure.in - link in gthread
1207 1230
1208 * cvsclean - added this script 1231 * cvsclean - added this script
1209 1232
1210 * *.[ch] - added $Id: ChangeLog,v 1.109 2003/07/08 02:09:27 masneyb Exp $ tags 1233 * *.[ch] - added $Id: ChangeLog,v 1.110 2003/07/09 23:25:53 masneyb Exp $ tags
1211 1234
1212 * debian/* - updated files from Debian maintainer 1235 * debian/* - updated files from Debian maintainer
1213 1236
1214 2002-10-03 Brian Masney <masneyb@gftp.org> 1237 2002-10-03 Brian Masney <masneyb@gftp.org>
1215 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 1238 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)