diff ChangeLog @ 186:13ca1defdc75

2003-6-16 Brian Masney <masneyb@gftp.org> * lib/gftp.h src/text/gftp-text.c src/gtk/misc-gtk.c - changed 2nd parameter of logging function to be a request structure, instead of request->user_data. In the logging functions, if the string isn't in UTF-8, convert it with gftp_string_to_utf8() * lib/bookmark.c lib/cache.c lib/gftp.h lib/https.c lib/local.c lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/sshv2.c lib/sslcommon.c src/gtk/chmod_dialog.c src/gtk/delete_dialog.c src/gtk/gftp-gtk.h src/gtk/menu-items.c src/gtk/misc-gtk.c src/gtk/mkdir_dialog.c src/gtk/rename_dialog.c src/gtk/transfer.c src/text/gftp-text.c src/gtk/gftp-gtk.h src/text/gftp-text.h - pass request structure to logging function instead of request->user_data
author masneyb
date Tue, 17 Jun 2003 10:49:16 +0000
parents cc94bd62d290
children a8ec69e39112
line wrap: on
line diff
--- a/ChangeLog	Tue Jun 17 10:13:26 2003 +0000
+++ b/ChangeLog	Tue Jun 17 10:49:16 2003 +0000
@@ -1,4 +1,17 @@
 2003-6-16 Brian Masney <masneyb@gftp.org>
+	* lib/gftp.h src/text/gftp-text.c src/gtk/misc-gtk.c - changed 2nd
+	parameter of logging function to be a request structure, instead of
+	request->user_data. In the logging functions, if the string isn't in
+	UTF-8, convert it with gftp_string_to_utf8()
+
+	* lib/bookmark.c lib/cache.c lib/gftp.h lib/https.c lib/local.c
+	lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/sshv2.c lib/sslcommon.c
+	src/gtk/chmod_dialog.c src/gtk/delete_dialog.c src/gtk/gftp-gtk.h 
+	src/gtk/menu-items.c src/gtk/misc-gtk.c src/gtk/mkdir_dialog.c 
+	src/gtk/rename_dialog.c src/gtk/transfer.c src/text/gftp-text.c 
+	src/gtk/gftp-gtk.h src/text/gftp-text.h - pass request structure
+	to logging function instead of request->user_data
+
 	* lib/protocols.c (_gftp_get_next_charset) - set the separator for
 	remote charsets to be a comma
 
@@ -1008,7 +1021,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.91 2003/06/17 10:13:21 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.92 2003/06/17 10:49:13 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer