comparison ChangeLog @ 677:8990a8a26ccf

2005-1-24 Brian Masney <masneyb@gftp.org> * lib/protocols.c lib/rfc959.c src/gtk/dnd.c src/gtk/gftp-gtk.c src/gtk/gtkui.c src/gtk/menu-items.c src/gtk/misc-gtk.c src/gtk/transfer.c src/gtk/view-dialog.c src/uicommon/gftpui.c - make sure the logging level gftp_logging_error is used for all error messages
author masneyb
date Tue, 25 Jan 2005 02:34:19 +0000
parents 72a6de68d9c8
children f7cad3bdd390
comparison
equal deleted inserted replaced
676:72a6de68d9c8 677:8990a8a26ccf
1 2005-1-24 Brian Masney <masneyb@gftp.org> 1 2005-1-24 Brian Masney <masneyb@gftp.org>
2 * lib/protocols.c lib/rfc959.c src/gtk/dnd.c src/gtk/gftp-gtk.c
3 src/gtk/gtkui.c src/gtk/menu-items.c src/gtk/misc-gtk.c
4 src/gtk/transfer.c src/gtk/view-dialog.c src/uicommon/gftpui.c - make
5 sure the logging level gftp_logging_error is used for all error messages
6
2 * lib/protocols.c (gftp_parse_url) - rewrote the URL parser so that the 7 * lib/protocols.c (gftp_parse_url) - rewrote the URL parser so that the
3 URL is parsed from right to left instead of left to right. There are 8 URL is parsed from right to left instead of left to right. There are
4 more checks done to the URL. 9 more checks done to the URL.
5 10
6 * src/text/gftp-text.c (gftp_text_ask_question, gftp_text_write_string) 11 * src/text/gftp-text.c (gftp_text_ask_question, gftp_text_write_string)
3249 3254
3250 * configure.in - link in gthread 3255 * configure.in - link in gthread
3251 3256
3252 * cvsclean - added this script 3257 * cvsclean - added this script
3253 3258
3254 * *.[ch] - added $Id: ChangeLog,v 1.398 2005/01/25 01:55:01 masneyb Exp $ tags 3259 * *.[ch] - added $Id: ChangeLog,v 1.399 2005/01/25 02:34:18 masneyb Exp $ tags
3255 3260
3256 * debian/* - updated files from Debian maintainer 3261 * debian/* - updated files from Debian maintainer
3257 3262
3258 2002-10-03 Brian Masney <masneyb@gftp.org> 3263 2002-10-03 Brian Masney <masneyb@gftp.org>
3259 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 3264 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)