diff ChangeLog @ 245:41af60bc1f88

2003-8-4 Brian Masney <masneyb@gftp.org> * src/gtk/gftp-gtk.c (CreateMenus) - on startup, select the proper ASCII/binary radio button (looks like an old bug!) * lib/misc.c lib/gftp.h - renamed my version of g_build_path() (was used only in glib 1.2 only) to gftp_build_path() and it's compiled in all the time now * lib/protocols.c lib/sshv2.c src/gtk/dnd.c src/gtk/menu-items.c - instead of using g_build_path(), use gftp_build_path()
author masneyb
date Tue, 05 Aug 2003 01:40:49 +0000
parents afbbc72b73e2
children 290d00853950
line wrap: on
line diff
--- a/ChangeLog	Sun Aug 03 18:44:29 2003 +0000
+++ b/ChangeLog	Tue Aug 05 01:40:49 2003 +0000
@@ -1,3 +1,14 @@
+2003-8-4 Brian Masney <masneyb@gftp.org>
+	* src/gtk/gftp-gtk.c (CreateMenus) - on startup, select the proper
+	ASCII/binary radio button (looks like an old bug!)
+
+	* lib/misc.c lib/gftp.h - renamed my version of g_build_path() (was
+	used only in glib 1.2 only) to gftp_build_path() and it's compiled in
+	all the time now
+
+	* lib/protocols.c lib/sshv2.c src/gtk/dnd.c src/gtk/menu-items.c - 
+	instead of using g_build_path(), use gftp_build_path()
+
 2003-8-3 Brian Masney <masneyb@gftp.org>
 	* lib/local.c (local_put_file) - specify an initial file creation mode
 	of 0644
@@ -1419,7 +1430,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.125 2003/08/03 18:44:28 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.126 2003/08/05 01:40:47 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer