comparison ChangeLog @ 136:84b3e69807a2

2003-4-18 Brian Masney <masneyb@gftp.org> * lib/config_file.c lib/gftp.h - removed gftp_option_type_subtree, gftp_option_type_table and gftp_option_type_newtable * lib/config_file.c - implemented gftp_set_request_option() * lib/gftp.h lib/config_file.c - changed declaration of ui_print_function in struct gftp_option_type. Also added ui_save_function field to this structure * lib/gftp.h added local_options_vars num_local_options_vars variables to gftp_request * lib/local.c (local_set_directory) - small improvements to this function * lib/misc.c - added gftp_copy_local_options() * lib/options.h - fix declaration of General tab * lib/protocols.c - free local options * lib/rfc2068.c - check to see if we're connecting to a FTP site via proxy * lib/rfc959.c lib/protocols.c - changes for CRAY directory listings * src/gtk/gftp-gtk.h - added struct gftp_options_dialog_data and struct gftp_textcomboedt_widget_data * src/gtk/options_dialog.c - start to use new configuration interface * src/gtk/transfer.c - remove FIXME note. This is already in lib/gftp.h
author masneyb
date Fri, 18 Apr 2003 19:38:34 +0000
parents c77f85763e28
children c363b08e0118
comparison
equal deleted inserted replaced
135:0261e7b5346c 136:84b3e69807a2
1 2003-4-18 Brian Masney <masneyb@gftp.org>
2 * lib/config_file.c lib/gftp.h - removed gftp_option_type_subtree,
3 gftp_option_type_table and gftp_option_type_newtable
4
5 * lib/config_file.c - implemented gftp_set_request_option()
6
7 * lib/gftp.h lib/config_file.c - changed declaration of
8 ui_print_function in struct gftp_option_type. Also added
9 ui_save_function field to this structure
10
11 * lib/gftp.h added local_options_vars num_local_options_vars variables
12 to gftp_request
13
14 * lib/local.c (local_set_directory) - small improvements to this
15 function
16
17 * lib/misc.c - added gftp_copy_local_options()
18
19 * lib/options.h - fix declaration of General tab
20
21 * lib/protocols.c - free local options
22
23 * lib/rfc2068.c - check to see if we're connecting to a FTP site via
24 proxy
25
26 * lib/rfc959.c lib/protocols.c - changes for CRAY directory listings
27
28 * src/gtk/gftp-gtk.h - added struct gftp_options_dialog_data and
29 struct gftp_textcomboedt_widget_data
30
31 * src/gtk/options_dialog.c - start to use new configuration interface
32
33 * src/gtk/transfer.c - remove FIXME note. This is already in
34 lib/gftp.h
35
1 2003-4-13 Brian Masney <masneyb@gftp.org> 36 2003-4-13 Brian Masney <masneyb@gftp.org>
2 * lib/config_file.c - fixed float config type 37 * lib/config_file.c - fixed float config type
3 38
4 * lib/gftp.h lib/misc.c - added gftp_gen_ls_string() 39 * lib/gftp.h lib/misc.c - added gftp_gen_ls_string()
5 40
691 726
692 * configure.in - link in gthread 727 * configure.in - link in gthread
693 728
694 * cvsclean - added this script 729 * cvsclean - added this script
695 730
696 * *.[ch] - added $Id: ChangeLog,v 1.70 2003/04/14 01:07:34 masneyb Exp $ tags 731 * *.[ch] - added $Id: ChangeLog,v 1.71 2003/04/18 19:38:33 masneyb Exp $ tags
697 732
698 * debian/* - updated files from Debian maintainer 733 * debian/* - updated files from Debian maintainer
699 734
700 2002-10-03 Brian Masney <masneyb@gftp.org> 735 2002-10-03 Brian Masney <masneyb@gftp.org>
701 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 736 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)