diff ChangeLog @ 387:2f5ce7fb5aad

2003-2-2 Brian Masney <masneyb@gftp.org> * lib/config_file.c lib/gftp.h src/uicommon/gftpui.c src/gtk/gftp-gtk.c - updated the format of the config file write_functions so that the value isn't written to a file descriptor. Instead, it is written to a buffer. * src/text/gftp-text.c (gftp_text_log) - search for newlines in the string and split on those characters first * src/text/textui.c (gftpui_disconnect) - disconnect from the host * src/uicommon/gftpui.c - removed calls to printf() functions. Instead print the values out using the logging function * src/uicommon/gftpuicallbacks.c (gftpui_common_run_ls) - if we are connected to a local site, lookup the options local_sortasds and local_sortcol. Otherwise, lookup remove_sortasds and remote_sortcol. * autogen.sh - disable maintainer mode * TODO - updated
author masneyb
date Tue, 03 Feb 2004 02:27:57 +0000
parents 55bf1644ac99
children 371695551cfa
line wrap: on
line diff
--- a/ChangeLog	Mon Feb 02 18:54:43 2004 +0000
+++ b/ChangeLog	Tue Feb 03 02:27:57 2004 +0000
@@ -1,3 +1,25 @@
+2003-2-2 Brian Masney <masneyb@gftp.org>
+	* lib/config_file.c lib/gftp.h src/uicommon/gftpui.c 
+	src/gtk/gftp-gtk.c - updated the format of the config file
+	write_functions so that the value isn't written to a file descriptor.
+	Instead, it is written to a buffer.
+
+	* src/text/gftp-text.c (gftp_text_log) - search for newlines in the
+	string and split on those characters first
+
+	* src/text/textui.c (gftpui_disconnect) - disconnect from the host
+
+	* src/uicommon/gftpui.c - removed calls to printf() functions. Instead
+	print the values out using the logging function
+
+	* src/uicommon/gftpuicallbacks.c (gftpui_common_run_ls) - if we are
+	connected to a local site, lookup the options local_sortasds and
+	local_sortcol. Otherwise, lookup remove_sortasds and remote_sortcol.
+
+	* autogen.sh - disable maintainer mode
+
+	* TODO - updated
+
 2004-02-01 Alastair McKinstry <mckinstry@computer.org>
 	
 	* configure.in: Add Irish ("ga") to ALL_LINGUAS
@@ -2124,7 +2146,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.213 2004/02/02 09:04:01 alastairmck Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.214 2004/02/03 02:27:55 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer