Mercurial > gftp.yaz
diff TODO @ 26:d74bfa342116
2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
* Makefile.am (SUBDIRS): Add intl,
(ACLOCAL_AMFLAGS): New variable.
(EXTRA_DIST): Add config.rpath mkinstalldirs.
* configure.in (AC_OUTPUT): Add intl/Makefile,
2002-09-24 Brian Masney <masneyb@gftp.org>
* lib/config_file.c - separated saving of bookmarks from
gftp_write_config_file() to gftp_write_bookmarks_file(). Bookmarks will
no longer be rewritten to disk every time gFTP exits
* src/gtk/bookmarks.c - call gftp_write_bookmarks_file() instead of
gftp_write_config_file() when altering a bookmark
* configure.in - Fixed problem with the text port being compiled
against glib 1.2 if we wanted it to be compiled against glib 2.0
instead
* autogen.sh - add this build script
author | masneyb |
---|---|
date | Tue, 24 Sep 2002 12:18:40 +0000 |
parents | 8b1883341c6f |
children | bc9473ba9a90 |
line wrap: on
line diff
--- a/TODO Tue Sep 24 11:21:32 2002 +0000 +++ b/TODO Tue Sep 24 12:18:40 2002 +0000 @@ -2,25 +2,21 @@ of gFTP. If there is something you feel should be included in a future version of gFTP, please email me about it. -* Add large file support +* Add large file support to configure.in * SSH login sequence could be improved -* Add option to save directory listing to a file -* Improve sortdirs performance * Show status information in title bar * -d command line, check if it's a file first, if so download. If not, grab directory * Add option for @dynamic@ for bookmarks' account * Playing sounds after certain events or calling external program -* Finish fxp support -* Plugin interface for reading config file and bookmarks file. For bookmarks file, support reading ~/.gftp/gftprc or the ~/.netrc file * Ratio support * Recursive directory compares -* FTP: Support rfc1639 * Make it be able to download a directory as directory.tar * Make it execute a program on a url (say rpm -qpi ftp://site.com/file.rpm) * Full Gnome compatibility. * Add registered file extensions to options dialog * VMS directory listings -* (FTP) Send ABOR command when the users wants to stop the download +* FTP: Send ABOR command when the users wants to stop the download +* FTP: Support rfc1639 * Add support for SRP protocol (http://srp.stanford.edu/srp) * Add support for DAV protocol * Add support for rsync protocol