comparison ChangeLog @ 294:4747f621b79b

2003-10-25 Brian Masney <masneyb@gftp.org> * src/gtk/transfer.c src/gtk/gftp-gtk.h src/gtk/view_dialog.c - when editing a remote file, if the user chooses to upload the changes, make sure the upload is not sent to the current directory on the remote server. * lib/rfc2068.c - set the shown attributes to be -rw------- instead of ----------. The HTTP server doesn't send the attributes over, so I just have to make something up. * src/gtk/options_dialog.c - make sure all of the tooltips text is passed to gettext() * lib/protocols.c - if the file transfer is to be throttled, only display the throttle message once. * lib/local.c (local_get_next_file) - if the file is a symlink, grab file size and attributes from the file this symlink points to.
author masneyb
date Sat, 25 Oct 2003 21:33:46 +0000
parents 332beeff0b3d
children ab4c90a561fc
comparison
equal deleted inserted replaced
293:332beeff0b3d 294:4747f621b79b
1 2003-10-25 Brian Masney <masneyb@gftp.org>
2 * src/gtk/transfer.c src/gtk/gftp-gtk.h src/gtk/view_dialog.c - when
3 editing a remote file, if the user chooses to upload the changes, make
4 sure the upload is not sent to the current directory on the remote
5 server.
6
7 * lib/rfc2068.c - set the shown attributes to be -rw------- instead of
8 ----------. The HTTP server doesn't send the attributes over, so I just
9 have to make something up.
10
11 * src/gtk/options_dialog.c - make sure all of the tooltips text is
12 passed to gettext()
13
14 * lib/protocols.c - if the file transfer is to be throttled, only
15 display the throttle message once.
16
17 * lib/local.c (local_get_next_file) - if the file is a symlink, grab
18 file size and attributes from the file this symlink points to.
19
1 2003-10-22 Brian Masney <masneyb@gftp.org> 20 2003-10-22 Brian Masney <masneyb@gftp.org>
2 * lib/rfc2068.c - fixed parsing some chunked file transfers 21 * lib/rfc2068.c - fixed parsing some chunked file transfers
3 22
4 2003-10-19 Brian Masney <masneyb@gftp.org> 23 2003-10-19 Brian Masney <masneyb@gftp.org>
5 * lib/rfc959.c - abort a file transfer properly. When a transfer is 24 * lib/rfc959.c - abort a file transfer properly. When a transfer is
1593 1612
1594 * configure.in - link in gthread 1613 * configure.in - link in gthread
1595 1614
1596 * cvsclean - added this script 1615 * cvsclean - added this script
1597 1616
1598 * *.[ch] - added $Id: ChangeLog,v 1.155 2003/10/22 20:27:23 masneyb Exp $ tags 1617 * *.[ch] - added $Id: ChangeLog,v 1.156 2003/10/25 21:33:40 masneyb Exp $ tags
1599 1618
1600 * debian/* - updated files from Debian maintainer 1619 * debian/* - updated files from Debian maintainer
1601 1620
1602 2002-10-03 Brian Masney <masneyb@gftp.org> 1621 2002-10-03 Brian Masney <masneyb@gftp.org>
1603 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 1622 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)