annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
1 This is a list of some of the things I plan to work on for future releases
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
2 of gFTP. If there is something you feel should be included in a future
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
3 version of gFTP, please email me about it.
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
4
26
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 1
diff changeset
5 * Add large file support to configure.in
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
6 * SSH login sequence could be improved
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
7 * Show status information in title bar
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
8 * -d command line, check if it's a file first, if so download. If not, grab directory
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
9 * Add option for @dynamic@ for bookmarks' account
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
10 * Playing sounds after certain events or calling external program
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
11 * Ratio support
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
12 * Recursive directory compares
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
13 * Make it be able to download a directory as directory.tar
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
14 * Make it execute a program on a url (say rpm -qpi ftp://site.com/file.rpm)
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
15 * Full Gnome compatibility.
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
16 * Add registered file extensions to options dialog
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
17 * VMS directory listings
26
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 1
diff changeset
18 * FTP: Send ABOR command when the users wants to stop the download
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 1
diff changeset
19 * FTP: Support rfc1639
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
20 * Add support for SRP protocol (http://srp.stanford.edu/srp)
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
21 * Add support for DAV protocol
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
22 * Add support for rsync protocol
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
23 * Add support for gss-ftp protocol (and ftp-ssl)
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
24
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
25 Brian Masney <masneyb@gftp.org>
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
26