comparison ChangeLog @ 470:a68273d9725a

2004-5-16 Brian Masney <masneyb@gftp.org> * src/gtk/gftp-gtk.c src/gtk/gftp-gtk.h src/gtk/transfer.c - fixed detection of SIGCHLD when viewing/editing a file (from Aurelien Jarno <aurelien@aurel32.net>) * src/gtk/gtkui.c - expand the path on the client side when changing the remote directory (i.e. CHDIR /home/.. becomes /home) (from Aurelien Jarno <aurelien@aurel32.net>)
author masneyb
date Sun, 16 May 2004 13:34:02 +0000
parents 2ad1916dc611
children 5100b89c44e1
comparison
equal deleted inserted replaced
469:2ad1916dc611 470:a68273d9725a
1 2004-5-16 Brian Masney <masneyb@gftp.org> 1 2004-5-16 Brian Masney <masneyb@gftp.org>
2 * src/gtk/gftp-gtk.c src/gtk/gftp-gtk.h src/gtk/transfer.c - fixed
3 detection of SIGCHLD when viewing/editing a file (from
4 Aurelien Jarno <aurelien@aurel32.net>)
5
6 * src/gtk/gtkui.c - expand the path on the client side when changing
7 the remote directory (i.e. CHDIR /home/.. becomes /home)
8 (from Aurelien Jarno <aurelien@aurel32.net>)
9
2 * src/uicommon/gftpui.c lib/gftp.h - added 10 * src/uicommon/gftpui.c lib/gftp.h - added
3 gftpui_protocol_update_timeout() 11 gftpui_protocol_update_timeout()
4 12
5 * lib/protocols.c - 64 bit fixes. Check to see if the remote site 13 * lib/protocols.c - 64 bit fixes. Check to see if the remote site
6 disconnected 14 disconnected
2453 2461
2454 * configure.in - link in gthread 2462 * configure.in - link in gthread
2455 2463
2456 * cvsclean - added this script 2464 * cvsclean - added this script
2457 2465
2458 * *.[ch] - added $Id: ChangeLog,v 1.261 2004/05/16 12:52:12 masneyb Exp $ tags 2466 * *.[ch] - added $Id: ChangeLog,v 1.262 2004/05/16 13:34:02 masneyb Exp $ tags
2459 2467
2460 * debian/* - updated files from Debian maintainer 2468 * debian/* - updated files from Debian maintainer
2461 2469
2462 2002-10-03 Brian Masney <masneyb@gftp.org> 2470 2002-10-03 Brian Masney <masneyb@gftp.org>
2463 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 2471 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)