- Not Started
/ Started, not done
+ Done

+ Figure out the deal with pixmap search path, gnome_pixmap_file (used by create_pixmap in support.c).
+ Fix problem with list transfer finishing before receiving a 226 code message from server.
+ Add rename function (remote & local)
+ Add mkdir function (remote)
+ Add remove function (remote)
+ Add GtkCTree with hosts displayed in remote area when not connected
+ Put Host resolves in 0 thread so main interface doesn't freeze on unknown hosts
+ Have the ctree redrawn after closing hostmanager
+ Add Save/Load Queue Functions
/ Clean up code
- Add more comments
+ get all the kinks out of clipboard monitor (done I hope)
+ change the list parser to handle ls -lR output
+ change list command to ls -lR when adding remote dirs
+ figure out and fix weirdness with queue when adding remote dir
+ fix resume when transfer is interrupted
+ fix problem with 230 message content being lost
+ Add more fields to listings (Date, etc) (rewrite how listings are parsed so user can customize what
  information they want displayed)
+ Add edit queue item
/ write a better way to figure out if a command was successful by using the code
/ Add a user cmd queue to send off user actions when the client is idle so that the user
  can't screw up the FTP state by pressing buttons.  Need to add this function to queue_go
/ Make host specific timeout information actually do something
- make keepalive value adjustable
+ fix problem with timeout
+ make a layout.h file, list layout stuff is currently in local.h and it just doesn't seem right...
/ Write some documentation (rewrite using GNOME application manual template)
+ add customizable layout for queue (Need to make sure all other queue funtions still work)
+ Make a .desktop file
+ Add a direction column to queue
+ Set result of SIZE command to the listed size in queue
+ make browse button in hostmanager work
+ Add proxy & firewall stuff
+ resort clist by column when column button is clicked
- figure out what files in macros/ are being used and clean out the rest
+ Redo how the end of transfers and dir listings are handled so that the clean-up code is only called
  from one place and make sure the clean-up code has been run and completed before continuing.
- Change the ftp_send function so it doesn't block if the connection was broken.  (Possibly non-blocking IO w/ a loop
  and calling the gtk_loop function).
- re-write descriptions in spec file, debian file, on sourceforge and freshmeat to be more descriptive.  
+ change transfered file mode on files to be the same as they are on the server
- write date sort function
