diff ChangeLog @ 125:b875de05c22d

2003-4-8 Brian Masney <masneyb@gftp.org> * src/text/gftp-text.c lib/misc.c - moved r_gethostbyname() and r_getservbyname() to lib/misc.c. Now uses GMutex functions * lib/config_file.c lib/gftp.h lib/options.h - added config variable type textcombo. default_protocol uses this * lib/config_file.c (gftp_read_config_file) - when reading in the list of supported protocols, add the protocol names to the list associated with default_protocol. Also, don't try to have default_protocol fall back to FTP. The code that uses this will fall back properly * lib/gftp.h (struct gftp_transfer) - renamed node to user_data * lib/misc.c lib/gftp.h - moved parse_attribs() from src/gtk/transfer.c to misc.c. Renamed to gftp_parse_attribs() * lib/protocols.c lib/gftp.h - moved get_status() from src/gtk/transfer.c to protocols.c. Renamed to gftp_get_transfer_status(). Uses GMutex functions
author masneyb
date Tue, 08 Apr 2003 22:28:17 +0000
parents 65048c959029
children 1e65871fdfa1
line wrap: on
line diff
--- a/ChangeLog	Tue Apr 08 01:43:33 2003 +0000
+++ b/ChangeLog	Tue Apr 08 22:28:17 2003 +0000
@@ -1,3 +1,46 @@
+2003-4-8 Brian Masney <masneyb@gftp.org>
+	* src/text/gftp-text.c lib/misc.c - moved r_gethostbyname() and 
+	r_getservbyname() to lib/misc.c. Now uses GMutex functions
+
+	* lib/config_file.c lib/gftp.h lib/options.h - added config 
+	variable type textcombo. default_protocol uses this
+
+	* lib/config_file.c (gftp_read_config_file) - when reading in the
+	list of supported protocols, add the protocol names to the list
+	associated with default_protocol. Also, don't try to have
+	default_protocol fall back to FTP. The code that uses this will fall
+	back properly
+
+	* lib/gftp.h (struct gftp_transfer) - renamed node to user_data
+
+	* lib/misc.c lib/gftp.h - moved parse_attribs() from
+	src/gtk/transfer.c to misc.c. Renamed to gftp_parse_attribs()
+
+	* lib/protocols.c lib/gftp.h - moved get_status() from
+	src/gtk/transfer.c to protocols.c. Renamed to
+	gftp_get_transfer_status(). Uses GMutex functions
+
+
+2003-4-7 Brian Masney <masneyb@gftp.org>
+	* src/gtk/bookmarks.c - renamed struct gftp_bookmarks to
+	gftp_bookmarks_var. In run_bookmark(), use gftp_parse_bookmark()
+
+	* src/gtk/bookmarks.c src/gtk/dnd.c src/gtk/menu-items.c
+	src/gtk/transfer.c - use g_strdup() instead of g_malloc()/strcpy()
+
+	* src/gtk/dnd.c src/gtk/menu-items.c - don't use depreciated macros 
+	to access the request structure 
+
+	* src/gtk/*.c - use new gftp_lookup_global_option() and
+	gftp_lookup_request_option() functions
+
+	* src/gtk/gftp-gtk.h src/gtk/gftp-gtk.c - moved viewedit_processes and
+	viewedit_process_done variables from lib/gftp.h and lib/options.h
+
+	* src/gtk/transfer.c - removed gftp_gtk_calc_kbs(). This is now in
+	lib/protocols.c. Removed Binary/Ascii conversion. This is all done in
+	lib/rfc959.c
+
 2003-4-6 Brian Masney <masneyb@gftp.org>
 	* lib/config_file.c src/text/gftp-text.c - changed arguments of 
 	gftp_read_config_file() and gftp_read_bookmarks() to take an argument
@@ -597,7 +640,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.66 2003/04/08 01:43:31 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.67 2003/04/08 22:28:16 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer