Mercurial > gftp.yaz
comparison ChangeLog @ 845:8263cc35c027
2006-11-2 Brian Masney <masneyb@gftp.org>
* lib/gftp.h lib/local.c lib/misc.c lib/protocols.c lib/rfc959.c
lib/sshv2.c - added gftp_filename_to_utf8() and
gftp_filename_from_utf8().
(gftp_string_from_utf8) - added argument that will force the local
encoding to be used.
author | masneyb |
---|---|
date | Fri, 03 Nov 2006 03:02:51 +0000 |
parents | 1ece208d1357 |
children | 77660334b282 |
comparison
equal
deleted
inserted
replaced
844:1ece208d1357 | 845:8263cc35c027 |
---|---|
1 2006-11-2 Brian Masney <masneyb@gftp.org> | 1 2006-11-2 Brian Masney <masneyb@gftp.org> |
2 * lib/gftp.h lib/local.c lib/misc.c lib/protocols.c lib/rfc959.c | |
3 lib/sshv2.c - added gftp_filename_to_utf8() and | |
4 gftp_filename_from_utf8(). | |
5 (gftp_string_from_utf8) - added argument that will force the local | |
6 encoding to be used. | |
7 | |
2 * src/gtk/bookmarks.c - removed UTF-8 check since the string is already | 8 * src/gtk/bookmarks.c - removed UTF-8 check since the string is already |
3 in that format | 9 in that format |
4 | 10 |
5 * lib/local.c lib/misc.c lib/sshv2.c - more improvements to make sure | 11 * lib/local.c lib/misc.c lib/sshv2.c - more improvements to make sure |
6 that the filename is encoded in the proper character set. | 12 that the filename is encoded in the proper character set. |
3681 | 3687 |
3682 * configure.in - link in gthread | 3688 * configure.in - link in gthread |
3683 | 3689 |
3684 * cvsclean - added this script | 3690 * cvsclean - added this script |
3685 | 3691 |
3686 * *.[ch] - added $Id: ChangeLog,v 1.494 2006/11/03 02:37:09 masneyb Exp $ tags | 3692 * *.[ch] - added $Id: ChangeLog,v 1.495 2006/11/03 03:02:47 masneyb Exp $ tags |
3687 | 3693 |
3688 * debian/* - updated files from Debian maintainer | 3694 * debian/* - updated files from Debian maintainer |
3689 | 3695 |
3690 2002-10-03 Brian Masney <masneyb@gftp.org> | 3696 2002-10-03 Brian Masney <masneyb@gftp.org> |
3691 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) | 3697 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) |