diff ChangeLog @ 41:4bcfaf6307b5

2002-10-29 Brian Masney <masneyb@gftp.org> * lib/config_file.c lib/gftp.h lib/options.h src/gtk/menu-items.c src/gtk/view_dialog.c - removed tmp_directory variable. Instead use g_get_tmp_dir () * lib/gftp.h (struct gftp_request) - added int cancel : 1 * lib/misc.c lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/ssh.c lib/sshv2.c - check for interrupted signal calls * lib/protocols.c - added gftp_fgets() and gftp_fwrite() functions * src/gtk/delete_dialog.c src/gtk/misc-gtk.c src/gtk/transfer.c - use g_main_context_iteration in GTK+ 2.0 port * src/gtk/misc-gtk.c - use g_object_unref instead of gdk_drawable_unref in GTK+ 2.0 port
author masneyb
date Wed, 30 Oct 2002 02:53:21 +0000
parents 66c064fd05bc
children cd169e4789df
line wrap: on
line diff
--- a/ChangeLog	Fri Oct 18 02:53:52 2002 +0000
+++ b/ChangeLog	Wed Oct 30 02:53:21 2002 +0000
@@ -1,3 +1,21 @@
+2002-10-29 Brian Masney <masneyb@gftp.org>
+	* lib/config_file.c lib/gftp.h lib/options.h src/gtk/menu-items.c
+	src/gtk/view_dialog.c - removed tmp_directory variable. Instead use 
+	g_get_tmp_dir ()
+
+	* lib/gftp.h (struct gftp_request) - added int cancel : 1 
+
+	* lib/misc.c lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/ssh.c
+	lib/sshv2.c - check for interrupted signal calls
+
+	* lib/protocols.c - added gftp_fgets() and gftp_fwrite() functions
+
+	* src/gtk/delete_dialog.c src/gtk/misc-gtk.c src/gtk/transfer.c - use 
+	g_main_context_iteration in GTK+ 2.0 port
+
+	* src/gtk/misc-gtk.c - use g_object_unref instead of gdk_drawable_unref
+	in GTK+ 2.0 port
+
 2002-10-17 Brian Masney <masneyb@gftp.org>
 	* lib/protocols.c - add gftp_abort_transfer function. Also, in 
 	gftp_transfer_file, when we do a gftp_put_file, if that fails,
@@ -79,7 +97,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.19 2002/10/18 02:53:50 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.20 2002/10/30 02:53:20 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer