comparison ChangeLog @ 186:13ca1defdc75

2003-6-16 Brian Masney <masneyb@gftp.org> * lib/gftp.h src/text/gftp-text.c src/gtk/misc-gtk.c - changed 2nd parameter of logging function to be a request structure, instead of request->user_data. In the logging functions, if the string isn't in UTF-8, convert it with gftp_string_to_utf8() * lib/bookmark.c lib/cache.c lib/gftp.h lib/https.c lib/local.c lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/sshv2.c lib/sslcommon.c src/gtk/chmod_dialog.c src/gtk/delete_dialog.c src/gtk/gftp-gtk.h src/gtk/menu-items.c src/gtk/misc-gtk.c src/gtk/mkdir_dialog.c src/gtk/rename_dialog.c src/gtk/transfer.c src/text/gftp-text.c src/gtk/gftp-gtk.h src/text/gftp-text.h - pass request structure to logging function instead of request->user_data
author masneyb
date Tue, 17 Jun 2003 10:49:16 +0000
parents cc94bd62d290
children a8ec69e39112
comparison
equal deleted inserted replaced
185:cc94bd62d290 186:13ca1defdc75
1 2003-6-16 Brian Masney <masneyb@gftp.org> 1 2003-6-16 Brian Masney <masneyb@gftp.org>
2 * 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
4 request->user_data. In the logging functions, if the string isn't in
5 UTF-8, convert it with gftp_string_to_utf8()
6
7 * lib/bookmark.c lib/cache.c lib/gftp.h lib/https.c lib/local.c
8 lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/sshv2.c lib/sslcommon.c
9 src/gtk/chmod_dialog.c src/gtk/delete_dialog.c src/gtk/gftp-gtk.h
10 src/gtk/menu-items.c src/gtk/misc-gtk.c src/gtk/mkdir_dialog.c
11 src/gtk/rename_dialog.c src/gtk/transfer.c src/text/gftp-text.c
12 src/gtk/gftp-gtk.h src/text/gftp-text.h - pass request structure
13 to logging function instead of request->user_data
14
2 * lib/protocols.c (_gftp_get_next_charset) - set the separator for 15 * lib/protocols.c (_gftp_get_next_charset) - set the separator for
3 remote charsets to be a comma 16 remote charsets to be a comma
4 17
5 * lib/options.h - updated description of remote charsets 18 * lib/options.h - updated description of remote charsets
6 19
1006 1019
1007 * configure.in - link in gthread 1020 * configure.in - link in gthread
1008 1021
1009 * cvsclean - added this script 1022 * cvsclean - added this script
1010 1023
1011 * *.[ch] - added $Id: ChangeLog,v 1.91 2003/06/17 10:13:21 masneyb Exp $ tags 1024 * *.[ch] - added $Id: ChangeLog,v 1.92 2003/06/17 10:49:13 masneyb Exp $ tags
1012 1025
1013 * debian/* - updated files from Debian maintainer 1026 * debian/* - updated files from Debian maintainer
1014 1027
1015 2002-10-03 Brian Masney <masneyb@gftp.org> 1028 2002-10-03 Brian Masney <masneyb@gftp.org>
1016 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 1029 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)