comparison ChangeLog @ 187:a8ec69e39112

2003-6-16 Brian Masney <masneyb@gftp.org> * lib/protocols.c - run g_iconv_close() in gftp_disconnect() instead of gftp_end_transfer()
author masneyb
date Tue, 17 Jun 2003 10:51:49 +0000
parents 13ca1defdc75
children 836822c2d4e7
comparison
equal deleted inserted replaced
186:13ca1defdc75 187:a8ec69e39112
1 2003-6-16 Brian Masney <masneyb@gftp.org> 1 2003-6-16 Brian Masney <masneyb@gftp.org>
2 * lib/protocols.c - run g_iconv_close() in gftp_disconnect() instead
3 of gftp_end_transfer()
4
2 * lib/gftp.h src/text/gftp-text.c src/gtk/misc-gtk.c - changed 2nd 5 * lib/gftp.h src/text/gftp-text.c src/gtk/misc-gtk.c - changed 2nd
3 parameter of logging function to be a request structure, instead of 6 parameter of logging function to be a request structure, instead of
4 request->user_data. In the logging functions, if the string isn't in 7 request->user_data. In the logging functions, if the string isn't in
5 UTF-8, convert it with gftp_string_to_utf8() 8 UTF-8, convert it with gftp_string_to_utf8()
6 9
1019 1022
1020 * configure.in - link in gthread 1023 * configure.in - link in gthread
1021 1024
1022 * cvsclean - added this script 1025 * cvsclean - added this script
1023 1026
1024 * *.[ch] - added $Id: ChangeLog,v 1.92 2003/06/17 10:49:13 masneyb Exp $ tags 1027 * *.[ch] - added $Id: ChangeLog,v 1.93 2003/06/17 10:51:48 masneyb Exp $ tags
1025 1028
1026 * debian/* - updated files from Debian maintainer 1029 * debian/* - updated files from Debian maintainer
1027 1030
1028 2002-10-03 Brian Masney <masneyb@gftp.org> 1031 2002-10-03 Brian Masney <masneyb@gftp.org>
1029 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 1032 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)