Mercurial > gftp.yaz
comparison ChangeLog @ 425:8fc4efa3f72d
2004-3-16 Brian Masney <masneyb@gftp.org>
* src/gtk/misc-gtk.c src/gtk/gftp-gtk.h - added destroy_dialog()
function
* src/gtk/gftp-gtk.c - destroy the openurl dialog before attempting to
connect to the server
author | masneyb |
---|---|
date | Tue, 16 Mar 2004 12:23:54 +0000 |
parents | 26333110dfd2 |
children | c5d14dca70c3 |
comparison
equal
deleted
inserted
replaced
424:26333110dfd2 | 425:8fc4efa3f72d |
---|---|
1 2004-3-16 Brian Masney <masneyb@gftp.org> | |
2 * src/gtk/misc-gtk.c src/gtk/gftp-gtk.h - added destroy_dialog() | |
3 function | |
4 | |
5 * src/gtk/gftp-gtk.c - destroy the openurl dialog before attempting to | |
6 connect to the server | |
7 | |
1 2004-3-15 Brian Masney <masneyb@gftp.org> | 8 2004-3-15 Brian Masney <masneyb@gftp.org> |
2 * src/gtk/misc-gtk.c (update_directory_download_progress) - center the | 9 * src/gtk/misc-gtk.c (update_directory_download_progress) - center the |
3 progress dialog (closes #136370) | 10 progress dialog (closes #136370) |
4 | 11 |
5 * lib/gftp.h - if _FILE_OFFSET_BITS is > 32 and _LARGEFILE_SOURCE is | 12 * lib/gftp.h - if _FILE_OFFSET_BITS is > 32 and _LARGEFILE_SOURCE is |
6 not defined, define it | 13 not defined, define it |
7 | 14 |
8 * lib/protocols.c (gftp_string_{to|from}_utf8 - don't alter the contents of the remote_charsets option. Instead, make a copy of that and alter | 15 * lib/protocols.c (gftp_string_{to|from}_utf8 - don't alter the contents |
16 of the remote_charsets option. Instead, make a copy of that and alter | |
9 that copy | 17 that copy |
10 | 18 |
11 2004-3-14 Brian Masney <masneyb@gftp.org> | 19 2004-3-14 Brian Masney <masneyb@gftp.org> |
12 * lib/misc.c (expand_path) - skip over paths that are empty | 20 * lib/misc.c (expand_path) - skip over paths that are empty |
13 | 21 |
2273 | 2281 |
2274 * configure.in - link in gthread | 2282 * configure.in - link in gthread |
2275 | 2283 |
2276 * cvsclean - added this script | 2284 * cvsclean - added this script |
2277 | 2285 |
2278 * *.[ch] - added $Id: ChangeLog,v 1.232 2004/03/16 02:38:51 masneyb Exp $ tags | 2286 * *.[ch] - added $Id: ChangeLog,v 1.233 2004/03/16 12:23:52 masneyb Exp $ tags |
2279 | 2287 |
2280 * debian/* - updated files from Debian maintainer | 2288 * debian/* - updated files from Debian maintainer |
2281 | 2289 |
2282 2002-10-03 Brian Masney <masneyb@gftp.org> | 2290 2002-10-03 Brian Masney <masneyb@gftp.org> |
2283 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) | 2291 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) |