Mercurial > gftp.yaz
comparison ChangeLog @ 582:5df46f79d9c1
2004-10-4 Brian Masney <masneyb@gftp.org>
* lib/protocols.c (gftp_string_from_utf8,gftp_string_to_utf8) - added
more printf() functions whenever there is a problem converting a string
* src/gtk/gtkui_transfer.c (gftpui_ask_transfer) - make sure the
filename that is to be displayed to the user is encoded in UTF8
author | masneyb |
---|---|
date | Tue, 05 Oct 2004 00:13:09 +0000 |
parents | 5dc685bf403e |
children | 4b7f208dd6ee |
comparison
equal
deleted
inserted
replaced
581:abcb6713b6b8 | 582:5df46f79d9c1 |
---|---|
1 2004-10-4 Brian Masney <masneyb@gftp.org> | |
2 * lib/protocols.c (gftp_string_from_utf8,gftp_string_to_utf8) - added | |
3 more printf() functions whenever there is a problem converting a string | |
4 | |
5 * src/gtk/gtkui_transfer.c (gftpui_ask_transfer) - make sure the | |
6 filename that is to be displayed to the user is encoded in UTF8 | |
7 | |
1 2004-10-3 Brian Masney <masneyb@gftp.org> | 8 2004-10-3 Brian Masney <masneyb@gftp.org> |
2 * lib/protocols.c (gftp_string_to_utf8) - if the current string is | 9 * 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 | 10 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 | 11 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 | 12 non-UTF8 string to the current locale, then display a message to the |
2921 | 2928 |
2922 * configure.in - link in gthread | 2929 * configure.in - link in gthread |
2923 | 2930 |
2924 * cvsclean - added this script | 2931 * cvsclean - added this script |
2925 | 2932 |
2926 * *.[ch] - added $Id: ChangeLog,v 1.340 2004/10/04 02:07:33 masneyb Exp $ tags | 2933 * *.[ch] - added $Id: ChangeLog,v 1.341 2004/10/05 00:13:09 masneyb Exp $ tags |
2927 | 2934 |
2928 * debian/* - updated files from Debian maintainer | 2935 * debian/* - updated files from Debian maintainer |
2929 | 2936 |
2930 2002-10-03 Brian Masney <masneyb@gftp.org> | 2937 2002-10-03 Brian Masney <masneyb@gftp.org> |
2931 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) | 2938 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) |