Mercurial > gftp.yaz
comparison ChangeLog @ 291:265244924868
2003-10-19 Brian Masney <masneyb@gftp.org>
* lib/protocols.c lib/gftp.h - added gftp_string_from_utf8(). Also, make gftp_string_{to,from}_utf8() be defined all the time. When using
glib 1.2, the functions will always return NULL.
* lib/protocols.c - when creating a directory or renaming files, make
sure the new name is converted from UTF8 to the local character set
or the charset specified in the remote_charsets option.
* src/gtk/misc-gtk.c (update_window_info) - when showing the directory
we are currently in, make sure it is converted to UTF8
author | masneyb |
---|---|
date | Sun, 19 Oct 2003 12:28:26 +0000 |
parents | 6e255984c0b0 |
children | e5ce6f15290f |
comparison
equal
deleted
inserted
replaced
290:6e255984c0b0 | 291:265244924868 |
---|---|
1 2003-10-19 Brian Masney <masneyb@gftp.org> | |
2 * lib/protocols.c lib/gftp.h - added gftp_string_from_utf8(). Also, make | |
3 gftp_string_{to,from}_utf8() be defined all the time. When using | |
4 glib 1.2, the functions will always return NULL. | |
5 | |
6 * lib/protocols.c - when creating a directory or renaming files, make | |
7 sure the new name is converted from UTF8 to the local character set | |
8 or the charset specified in the remote_charsets option. | |
9 | |
10 * src/gtk/misc-gtk.c (update_window_info) - when showing the directory | |
11 we are currently in, make sure it is converted to UTF8 | |
12 | |
1 2003-10-18 Brian Masney <masneyb@gftp.org> | 13 2003-10-18 Brian Masney <masneyb@gftp.org> |
2 * lib/misc.c lib/gftp.h src/text/gftp-text.c src/gtk/gftp-gtk.c - added | 14 * lib/misc.c lib/gftp.h src/text/gftp-text.c src/gtk/gftp-gtk.c - added |
3 gftp_locale_init(). | 15 gftp_locale_init(). |
4 | 16 |
5 * src/gtk/Makefile.am src/text/Makefile.am - removed declaration of | 17 * src/gtk/Makefile.am src/text/Makefile.am - removed declaration of |
1575 | 1587 |
1576 * configure.in - link in gthread | 1588 * configure.in - link in gthread |
1577 | 1589 |
1578 * cvsclean - added this script | 1590 * cvsclean - added this script |
1579 | 1591 |
1580 * *.[ch] - added $Id: ChangeLog,v 1.152 2003/10/18 15:21:37 masneyb Exp $ tags | 1592 * *.[ch] - added $Id: ChangeLog,v 1.153 2003/10/19 12:28:24 masneyb Exp $ tags |
1581 | 1593 |
1582 * debian/* - updated files from Debian maintainer | 1594 * debian/* - updated files from Debian maintainer |
1583 | 1595 |
1584 2002-10-03 Brian Masney <masneyb@gftp.org> | 1596 2002-10-03 Brian Masney <masneyb@gftp.org> |
1585 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) | 1597 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) |