home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / AP / MC / _MC.TAR / usr / doc / mc / TODO < prev   
Encoding:
Text File  |  1995-02-28  |  3.4 KB  |  88 lines

  1. * Features or problems
  2.   - Quick, Quick, Quick: Use slang instead of ncurses.
  3.   - Add a better automunt feature
  4.   - Move fast and then quick view doesn't update the quick view.
  5.   - Let the user specify the intensity of the colors in the color
  6.     config.
  7.   - Add a filter to the view command, so you actually view the output
  8.     of a command (strings is my favorite, grep, locate, sed).
  9.   - Add an option that will let listboxes do incremental searches.
  10.   - Save which panel is active.
  11.   - Center all the titles.
  12.   - Regexp copy/rename/move/etc.
  13.   - Set a standard for the regexps.
  14.   - name_trunc all the filenames that could go out in a query dialog box.
  15.   - Should name trunc clean the file names?
  16.   - Add a send_yes_event manager to the normal input boxes.
  17.     Have an option for the input line to have some scroller marks.
  18.   - Run under X-Window as an X-client.
  19.   - Drawing of the dialog window must be done inside a dialog
  20.     callback, not in an init procedure.
  21.   - In the incremental search mode, when backspacing, select the
  22.     correct file, do not stop in current file.
  23.   - Add context sensitive help to the f9 menus.
  24.   - Add support for transparent FTP
  25.   - Add archive/tar/gz
  26.     This requires to add the virtual layer of file managing functions.
  27.   - Add terminal-dependent key configuration (as a terminfo extension) for
  28.     users without root privileges (or to avoid terminfo modifications). 
  29.     See also the TERMINFO environment variable in the NCurses man page.
  30.   - Add option to copy and move without asking.
  31.   - Fix the terminfo databases.
  32.   - Make C-y yank back all the killed text at once if you've just done
  33.     several kill operations in a row (C-k, M-d, etc).  [For MC 3.x]
  34.   - Make the Black & White / Colour config option work.
  35.  
  36. * Optimizations and cleanup
  37.   - Add an overlap when going up or down.
  38.   - Switch to the S-Lang screen manager.
  39.   - In the user menu, don't use the entries array, we can now grow
  40.     dynamically.  I should take a look at this one day.
  41.   - Have an option to let the user choose the preferred keybindings.
  42.     Currently, only the emacs keybindings are supported, add support
  43.     for Norton Commander and vi keybindings.
  44.   - Find command should have a way to specify directories to skip.
  45.  
  46. * Make a nice binary distribution
  47.   - Including all the necesary terminfo databases compiled for
  48.     different machines, as well as xterm_color for different machines.
  49.   
  50.  
  51. * Ongoing Projects
  52.  
  53. This is a list of the developers who are working on a specific part of
  54. the midnight commander.  If you are interested in working in a
  55. specific part of the program, please send a message to
  56. miguel@roxanne.nuclecu.unam.mx in order to coordinate who is working
  57. on what.
  58.  
  59. ** Janne <jtklehto@paju.oulu.fi>
  60.    Tree stuff, layout code, general hacker. 
  61.  
  62. ** Radek <rodo@earn.cvut.cz>
  63.    Chmod, chown commands using the dialog manager.
  64.  
  65. ** Miguel <miguel@roxanne.nuclecu.unam.mx>
  66.    provide a new input_dialog based on the dialog manager code.
  67.    Random things from the TODO list.
  68.    Bug fixing.
  69.  
  70. ** Alessandro <rubini@ipvvis.unipv.it>
  71.    Misc changes to the input handling mechanism in key.c to use
  72.    gpm-xterm.c instead of the current #ifdefed code we have in
  73.    mi_getch.
  74.  
  75. ** Fred <fredl@nebula.ow.org>
  76.    File managing improvements, acting over directories.
  77.  
  78. ** Dugan <dugan@b011.eunet.es>
  79.    The subshell management code.
  80.    Random bug fixes, optimisations, and many (many!) bug reports.
  81.  
  82.  
  83. Local variables:
  84. mode: outline
  85. outline-regexp: " *[-+*.] \\| "
  86. eval: (hide-body)
  87. End:
  88.