Mercurial > gftp.yaz
diff ChangeLog @ 320:853981bbd4d7
2003-11-30 Brian Masney <masneyb@gftp.org>
* src/gtk/transfer.c - shows status information in title bar. (patch
from Jamil Geor <jamil_geor@yahoo.co.nz>, cleaned up by me some)
* lib/options.h - added show_trans_in_title option.
2003-11-25 Brian Masney <masneyb@gftp.org>
* lib/misc.c (gftp_locale_init) - call bindtextdomain() so that the
directory is setup properly
* lib/misc.c lib/gftp.h lib/config_file.c - move copyfile() to
config_file.c and declare it to be static. On the destination file,
set the flag O_EXCL
author | masneyb |
---|---|
date | Sun, 30 Nov 2003 19:35:24 +0000 |
parents | 2ad0b9a00fdd |
children | 3e6d0c26e37b |
line wrap: on
line diff
--- a/ChangeLog Sun Nov 23 15:52:22 2003 +0000 +++ b/ChangeLog Sun Nov 30 19:35:24 2003 +0000 @@ -1,3 +1,17 @@ +2003-11-30 Brian Masney <masneyb@gftp.org> + * src/gtk/transfer.c - shows status information in title bar. (patch + from Jamil Geor <jamil_geor@yahoo.co.nz>, cleaned up by me some) + + * lib/options.h - added show_trans_in_title option. + +2003-11-25 Brian Masney <masneyb@gftp.org> + * lib/misc.c (gftp_locale_init) - call bindtextdomain() so that the + directory is setup properly + + * lib/misc.c lib/gftp.h lib/config_file.c - move copyfile() to + config_file.c and declare it to be static. On the destination file, + set the flag O_EXCL + 2003-11-23 Brian Masney <masneyb@gftp.org> * src/gtk/transfer.c - when transfering a file, if the file being transfered is greater in the destination than in the source, overwrite @@ -1762,7 +1776,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.174 2003/11/23 15:52:19 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.175 2003/11/30 19:35:16 masneyb Exp $ tags * debian/* - updated files from Debian maintainer