comparison ChangeLog @ 229:35ae2e80962e

2003-7-22 Brian Masney <masneyb@gftp.org> * lib/config_file.c lib/gftp.h - added gftp_lookup_bookmark_option() and gftp_set_bookmark_option(). Also added _gftp_set_option_value() that is used by the set functions for bookmark and request structures * src/gtk/bookmarks.c - make sure the options are copied over to the new bookmarks. Also show all of the editable toptions for this bookmark entry * src/gtk/options_dialog.c src/gtk/gftp-gtk.h lib/config_file.c lib/gftp.h - improvements to overriding options for each bookmark entry. There is still one crash that is occuring that I have to track down. For the moment, don't edit the bookmarks twice in the same session.
author masneyb
date Wed, 23 Jul 2003 02:39:24 +0000
parents a85a097bbb02
children f330309d2f17
comparison
equal deleted inserted replaced
228:835a8c968264 229:35ae2e80962e
1 2003-7-22 Brian Masney <masneyb@gftp.org>
2 * lib/config_file.c lib/gftp.h - added gftp_lookup_bookmark_option()
3 and gftp_set_bookmark_option(). Also added _gftp_set_option_value()
4 that is used by the set functions for bookmark and request structures
5
6 * src/gtk/bookmarks.c - make sure the options are copied over to the
7 new bookmarks. Also show all of the editable toptions for this bookmark
8 entry
9
10 * src/gtk/options_dialog.c src/gtk/gftp-gtk.h lib/config_file.c
11 lib/gftp.h - improvements to overriding options for each bookmark
12 entry. There is still one crash that is occuring that I have to track
13 down. For the moment, don't edit the bookmarks twice in the same
14 session.
15
1 2003-7-20 Brian Masney <masneyb@gftp.org> 16 2003-7-20 Brian Masney <masneyb@gftp.org>
2 * lib/config_file.c lib/gftp.h - added compare_function to 17 * lib/config_file.c lib/gftp.h - added compare_function to
3 gftp_config_vars structure. (gftp_set_global_option) use the compare 18 gftp_config_vars structure. (gftp_set_global_option) use the compare
4 function to see if the value was actually changed, and if so set the 19 function to see if the value was actually changed, and if so set the
5 gftp_configuration_changed variable 20 gftp_configuration_changed variable
1302 1317
1303 * configure.in - link in gthread 1318 * configure.in - link in gthread
1304 1319
1305 * cvsclean - added this script 1320 * cvsclean - added this script
1306 1321
1307 * *.[ch] - added $Id: ChangeLog,v 1.114 2003/07/21 00:26:41 masneyb Exp $ tags 1322 * *.[ch] - added $Id: ChangeLog,v 1.115 2003/07/23 02:39:22 masneyb Exp $ tags
1308 1323
1309 * debian/* - updated files from Debian maintainer 1324 * debian/* - updated files from Debian maintainer
1310 1325
1311 2002-10-03 Brian Masney <masneyb@gftp.org> 1326 2002-10-03 Brian Masney <masneyb@gftp.org>
1312 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 1327 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)