comparison ChangeLog @ 366:2e408d9918d4

2003-1-18 Brian Masney <masneyb@gftp.org> * src/gtk/bookmarks.c - don't allow an item to be dropped onto the root node or items that are not a folder (from Aurelien Jarno <aurel32@debian.org>)
author masneyb
date Sun, 18 Jan 2004 19:56:01 +0000
parents 52c5ee1fa455
children d5409bf03ff1
comparison
equal deleted inserted replaced
365:2a049e4dc551 366:2e408d9918d4
1 2003-1-18 Brian Masney <masneyb@gftp.org>
2 * src/gtk/bookmarks.c - don't allow an item to be dropped onto the root
3 node or items that are not a folder
4 (from Aurelien Jarno <aurel32@debian.org>)
5
1 2003-1-7 Brian Masney <masneyb@gftp.org> 6 2003-1-7 Brian Masney <masneyb@gftp.org>
2 * lib/protocols.c (parse_time) - insert the right year for files that 7 * lib/protocols.c (parse_time) - insert the right year for files that
3 are from last year and the year is not shown in the ls output. 8 are from last year and the year is not shown in the ls output.
4 9
5 * src/uicommon/gftpui.c (_gftpui_common_thread_callback) 10 * src/uicommon/gftpui.c (_gftpui_common_thread_callback)
6 src/uicommon/gftpui.h - added a retries variable to the cdata structure 11 src/uicommon/gftpui.h - added a retries variable to the cdata structure
7 12
8 * src/uicommon/gftpui.c (gftpui_common_cmd_open) src/uicommon/gftpui.c 13 * src/uicommon/gftpui.c (gftpui_common_cmd_open) src/uicommon/gftpui.c
9 - actually connect to the remote server 14 - actually connect to the remote server
10 15
11 * src/uicommon/gftpuicallbacks.c src/uicommon/gftpui.c - in the 16 * src/uicommon/gftpuicallbacks.c src/uicommon/gftpui.c - in the
12 callback functions, don't change the return value 17 callback functions, don't change the return value
13 18
14 * src/text/textui.c (gftpui_generic_thread) - don't spawn a thread, 19 * src/text/textui.c (gftpui_generic_thread) - don't spawn a thread,
15 just call the function directly 20 just call the function directly
16 21
17 2003-1-6 Brian Masney <masneyb@gftp.org> 22 2003-1-6 Brian Masney <masneyb@gftp.org>
18 * lib/gftp.h lib/protocols.c lib/rfc959.c - added MVS directory parsing 23 * lib/gftp.h lib/protocols.c lib/rfc959.c - added MVS directory parsing
19 support. Also, in the VMS and EPLF directory formats, update the 24 support. Also, in the VMS and EPLF directory formats, update the
20 default file/directory perms to be -rw-r--r-- and drwx-r-xr-x 25 default file/directory perms to be -rw-r--r-- and drwx-r-xr-x
1973 1978
1974 * configure.in - link in gthread 1979 * configure.in - link in gthread
1975 1980
1976 * cvsclean - added this script 1981 * cvsclean - added this script
1977 1982
1978 * *.[ch] - added $Id: ChangeLog,v 1.199 2004/01/07 12:11:34 masneyb Exp $ tags 1983 * *.[ch] - added $Id: ChangeLog,v 1.200 2004/01/18 19:56:00 masneyb Exp $ tags
1979 1984
1980 * debian/* - updated files from Debian maintainer 1985 * debian/* - updated files from Debian maintainer
1981 1986
1982 2002-10-03 Brian Masney <masneyb@gftp.org> 1987 2002-10-03 Brian Masney <masneyb@gftp.org>
1983 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 1988 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)