Mercurial > gftp.yaz
diff ChangeLog @ 380:05ee37a5558b
2003-1-28 Brian Masney <masneyb@gftp.org>
* src/gtk/bookmarks.c src/gtk/dnd.c src/gtk/gftp-gtk.c
src/gtk/gftp-gtk.h src/gtk/gtkui.c src/gtk/menu-items.c
src/gtk/transfer.c - renamed disconnect() to gftpui_disconnect()
* src/gtk/gtkui.c src/text/textui.c src/uicommon/gftpui.c - improved
prompting for the username/password
* src/gtk/gtkui.c src/text/textui.c src/uicommon/gftpui.c - call
gftpui_disconnect() after a command is run and if we are no longer
connected to the remote host
* src/text/gftp-text.c - parse the command line arguments for the host
to connect to
* src/text/textui.c (gftpui_refresh) - clear the cache.
(gftpui_ask_transfer) - check for carriage return or empty string
* src/uicommon/gftp.h - define gftpui_common_cmd_m{get,put}_file()
* lib/sshv2.c - removed temporary "fix"
author | masneyb |
---|---|
date | Wed, 28 Jan 2004 23:46:28 +0000 |
parents | 712d3810f4e1 |
children | 1c86bcb0b232 |
line wrap: on
line diff
--- a/ChangeLog Wed Jan 28 10:52:53 2004 +0000 +++ b/ChangeLog Wed Jan 28 23:46:28 2004 +0000 @@ -1,3 +1,25 @@ +2003-1-28 Brian Masney <masneyb@gftp.org> + * src/gtk/bookmarks.c src/gtk/dnd.c src/gtk/gftp-gtk.c + src/gtk/gftp-gtk.h src/gtk/gtkui.c src/gtk/menu-items.c + src/gtk/transfer.c - renamed disconnect() to gftpui_disconnect() + + * src/gtk/gtkui.c src/text/textui.c src/uicommon/gftpui.c - improved + prompting for the username/password + + * src/gtk/gtkui.c src/text/textui.c src/uicommon/gftpui.c - call + gftpui_disconnect() after a command is run and if we are no longer + connected to the remote host + + * src/text/gftp-text.c - parse the command line arguments for the host + to connect to + + * src/text/textui.c (gftpui_refresh) - clear the cache. + (gftpui_ask_transfer) - check for carriage return or empty string + + * src/uicommon/gftp.h - define gftpui_common_cmd_m{get,put}_file() + + * lib/sshv2.c - removed temporary "fix" + 2003-1-27 Brian Masney <masneyb@gftp.org> * lib/gftp.h lib/misc.c src/gtk/gtkui_transfer.c src/text/textui.c - added gftp_get_transfer_action(). When a file is to be transfered and @@ -2090,7 +2112,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.209 2004/01/27 23:48:24 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.210 2004/01/28 23:46:25 masneyb Exp $ tags * debian/* - updated files from Debian maintainer