comparison ChangeLog @ 368:af541d789f4c

2003-1-18 Brian Masney <masneyb@gftp.org> * lib/gftp.h lib/misc.c src/gtk/delete_dialog.c src/gtk/transfer.c src/gtk/view_dialog.c src/uicommon/gftpui.c - renamed all instances of copy_request() to gftp_copy_request(). Removed second argument (copy_local_options), the options are always copied now.
author masneyb
date Sun, 18 Jan 2004 20:18:19 +0000
parents d5409bf03ff1
children c63208a1f0f1
comparison
equal deleted inserted replaced
367:d5409bf03ff1 368:af541d789f4c
1 2003-1-18 Brian Masney <masneyb@gftp.org> 1 2003-1-18 Brian Masney <masneyb@gftp.org>
2 * lib/gftp.h lib/misc.c src/gtk/delete_dialog.c src/gtk/transfer.c
3 src/gtk/view_dialog.c src/uicommon/gftpui.c - renamed all instances of
4 copy_request() to gftp_copy_request(). Removed second argument
5 (copy_local_options), the options are always copied now.
6
2 * lib/protocols.c (gftp_parse_url) - if the URL is the local filesystem, 7 * lib/protocols.c (gftp_parse_url) - if the URL is the local filesystem,
3 skip over the whitespace at the beginning. 8 skip over the whitespace at the beginning.
4 9
5 * lib/rfc959.c (rfc959_syst) - allow the string MVS and OS/MVS for the 10 * lib/rfc959.c (rfc959_syst) - allow the string MVS and OS/MVS for the
6 MVS directory listings. 11 MVS directory listings.
2002 2007
2003 * configure.in - link in gthread 2008 * configure.in - link in gthread
2004 2009
2005 * cvsclean - added this script 2010 * cvsclean - added this script
2006 2011
2007 * *.[ch] - added $Id: ChangeLog,v 1.201 2004/01/18 20:09:24 masneyb Exp $ tags 2012 * *.[ch] - added $Id: ChangeLog,v 1.202 2004/01/18 20:18:17 masneyb Exp $ tags
2008 2013
2009 * debian/* - updated files from Debian maintainer 2014 * debian/* - updated files from Debian maintainer
2010 2015
2011 2002-10-03 Brian Masney <masneyb@gftp.org> 2016 2002-10-03 Brian Masney <masneyb@gftp.org>
2012 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 2017 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)