comparison ChangeLog @ 579:5dc685bf403e

2004-10-3 Brian Masney <masneyb@gftp.org> * lib/protocols.c (gftp_string_to_utf8) - if the current string is already in UTF-8, always return NULL, even if the iconv module is initialized for this session. If there is an error converting the non-UTF8 string to the current locale, then display a message to the user
author masneyb
date Mon, 04 Oct 2004 02:07:33 +0000
parents 6451504bed0b
children 5df46f79d9c1
comparison
equal deleted inserted replaced
578:6451504bed0b 579:5dc685bf403e
1 2004-10-3 Brian Masney <masneyb@gftp.org>
2 * lib/protocols.c (gftp_string_to_utf8) - if the current string is
3 already in UTF-8, always return NULL, even if the iconv module is
4 initialized for this session. If there is an error converting the
5 non-UTF8 string to the current locale, then display a message to the
6 user
7
1 2004-10-2 Brian Masney <masneyb@gftp.org> 8 2004-10-2 Brian Masney <masneyb@gftp.org>
2 * lib/protocols.c (gftp_parse_bookmark) - convert the local and remote 9 * lib/protocols.c (gftp_parse_bookmark) - convert the local and remote
3 directories from UTF8 to the current locale specified in the 10 directories from UTF8 to the current locale specified in the
4 remote_charsets option 11 remote_charsets option
5 12
2914 2921
2915 * configure.in - link in gthread 2922 * configure.in - link in gthread
2916 2923
2917 * cvsclean - added this script 2924 * cvsclean - added this script
2918 2925
2919 * *.[ch] - added $Id: ChangeLog,v 1.339 2004/10/02 12:59:49 masneyb Exp $ tags 2926 * *.[ch] - added $Id: ChangeLog,v 1.340 2004/10/04 02:07:33 masneyb Exp $ tags
2920 2927
2921 * debian/* - updated files from Debian maintainer 2928 * debian/* - updated files from Debian maintainer
2922 2929
2923 2002-10-03 Brian Masney <masneyb@gftp.org> 2930 2002-10-03 Brian Masney <masneyb@gftp.org>
2924 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 2931 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)