* Features or problems
  - Add support for transparent FTP
  - Add option to display file dates
  - Add configurable directory display 
    Use a format like this: %t%13f%p 
    this represents the current full directory listing.
  - Add archive/tar/gz
    This requires to add the virtual layer of file managing functions.
  - Add compare directories command, like Norton.
  - Add dynamic resizing (signal win-changed).
  - Add Extension dependant File Viewers.
  - Add terminal-dependant key configuration (as a terminfo extension) for
    users without root privileges (or to avoid terminfo modifications). 
    See also the TERMINFO environment variable in the NCurses man page.
  - Add chmod, chgrp and chown.
    This needs the new dialog management code that is not yet ready.
  - Add option to copy and move without asking.
  - Work with directories? (mark, copy, remove, etc?)
  - Add customizable colors.
  - Add customizable prompt.

* Optimizations and cleanup
  - Replace the system () calls with build-in functions (mv).
    Use the mv code from GNU's mv
  - Wildcard renaming
  - Fix the problems with the Find File utility
  - Have an option to let the user choose the prefered keybinding.
    Currently, only the emacs keybindings are supported, add support for
    Norton Commander and vi keybindings.

* Mouse Support
  - Add mouse support Find File command


Local variables:
mode: outline
outline-regexp: " *[-+*.] \\|"
eval: (hide-body)
End:
