Mercurial > gftp.yaz
diff ChangeLog @ 356:7cb3327f96f7
2003-1-5 Brian Masney <masneyb@gftp.org>
* lib/gftp.h lib/misc.c src/gtk/gftpui.c - added GFTP_URL_USAGE
that is the sytax for a valid URL.
* lib/protocols.c (gftp_set_password) - allow the password to be NULL
* src/gtk/gtkui.c src/text/textui.c src/uicommon/gftpui.h - added
gftpui_prompt_username() and gftpui_promot_password() to each UI
* src/text/gftp-text.c (gftp_text_ask_question) - don't display a
: at the end of the question here.
* src/text/gftp-text.h - added declaration of gftp_text_ask_question()
* src/uicommon/gftpui.c - added gftpui_common_cmd_open(). This still
needs a little bit more work done to it.
| author | masneyb |
|---|---|
| date | Tue, 06 Jan 2004 02:42:30 +0000 |
| parents | 60d3da6ab336 |
| children | 28a50fb598ed |
line wrap: on
line diff
--- a/ChangeLog Tue Jan 06 01:44:09 2004 +0000 +++ b/ChangeLog Tue Jan 06 02:42:30 2004 +0000 @@ -1,4 +1,20 @@ 2003-1-5 Brian Masney <masneyb@gftp.org> + * lib/gftp.h lib/misc.c src/gtk/gftpui.c - added GFTP_URL_USAGE + that is the sytax for a valid URL. + + * lib/protocols.c (gftp_set_password) - allow the password to be NULL + + * src/gtk/gtkui.c src/text/textui.c src/uicommon/gftpui.h - added + gftpui_prompt_username() and gftpui_promot_password() to each UI + + * src/text/gftp-text.c (gftp_text_ask_question) - don't display a + : at the end of the question here. + + * src/text/gftp-text.h - added declaration of gftp_text_ask_question() + + * src/uicommon/gftpui.c - added gftpui_common_cmd_open(). This still + needs a little bit more work done to it. + * src/gtk/gftp-gtk.h src/gtk/gtkui.c - when spawning a thread, make sure that the GUI will be updated properly as soon as the thread is finished. @@ -1937,7 +1953,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.196 2004/01/06 01:44:07 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.197 2004/01/06 02:41:34 masneyb Exp $ tags * debian/* - updated files from Debian maintainer
