comparison ChangeLog @ 350:e5ad008e7ea8

2003-1-4 Brian Masney <masneyb@gftp.org> * src/uicommon/gftpui.c src/uicommon/gftpui.h src/uicommon/gftpuicallbacks.c - when switching between ascii/binary, set the option on a global basis. Converted chdir, chmod, delete, rename, rmdir commands over to using the new command run format so that it will work in the different UIs. Added site command to the command line.
author masneyb
date Sun, 04 Jan 2004 17:31:59 +0000
parents 3fccdc9eb16f
children ae7f8b9bd2e4
comparison
equal deleted inserted replaced
349:3fccdc9eb16f 350:e5ad008e7ea8
1 2003-1-4 Brian Masney <masneyb@gftp.org> 1 2003-1-4 Brian Masney <masneyb@gftp.org>
2 * src/uicommon/gftpui.c src/uicommon/gftpui.h
3 src/uicommon/gftpuicallbacks.c - when switching between ascii/binary,
4 set the option on a global basis. Converted chdir, chmod, delete,
5 rename, rmdir commands over to using the new command run format so that
6 it will work in the different UIs. Added site command to the command
7 line.
8
2 * lib/misc.c (gftp_parse_command_line) - unified this function so that 9 * lib/misc.c (gftp_parse_command_line) - unified this function so that
3 it is consistent for all arguments. 10 it is consistent for all arguments.
4 11
5 * lib/protocols.c (gftp_file_destroy) - fixed memory leak (utf8_file 12 * lib/protocols.c (gftp_file_destroy) - fixed memory leak (utf8_file
6 was not being freed) 13 was not being freed)
1896 1903
1897 * configure.in - link in gthread 1904 * configure.in - link in gthread
1898 1905
1899 * cvsclean - added this script 1906 * cvsclean - added this script
1900 1907
1901 * *.[ch] - added $Id: ChangeLog,v 1.191 2004/01/04 17:26:50 masneyb Exp $ tags 1908 * *.[ch] - added $Id: ChangeLog,v 1.192 2004/01/04 17:31:58 masneyb Exp $ tags
1902 1909
1903 * debian/* - updated files from Debian maintainer 1910 * debian/* - updated files from Debian maintainer
1904 1911
1905 2002-10-03 Brian Masney <masneyb@gftp.org> 1912 2002-10-03 Brian Masney <masneyb@gftp.org>
1906 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 1913 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)