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

  1. Version 2.0
  2.  
  3. New features:
  4. -------------
  5.  
  6. Now users are able to define their own display 
  7.  
  8. Version 2.0
  9.  
  10. - User defined display formats.
  11.  
  12.   Now you can configure the file display to suit your needs.
  13.   For example, you can say which information you want to see displayed
  14.   instead of our defaults.
  15.  
  16. - User definable program layout.
  17.  
  18.   Panels could be shown vertically or horizontally;
  19.   panels could be different sizes, you can hide or show most
  20.   program windows (command line, keybar or menubar).
  21.  
  22. - Output window.
  23.  
  24.   Now, it's possible to see part of the last program output on the Linux
  25.   console without having to switch screens via an option in the layout
  26.   menu.
  27.  
  28. - New View modes:
  29.  
  30.      Quick view: as you browse your files, each one is displayed on
  31.                  the other panel on the idle time.
  32.  
  33.      Tree view:  let's you browse your directories by traveling a tree.  
  34.          We have two traveling modes available.  And the tree does
  35.            not take your precious time: it's build on the fly, as you
  36.                  browse your disk (you can always loose your time if you
  37.          want to :-).
  38.  
  39.      Info view:  Gives you information on the currently select file and
  40.                  the current file system as you move.
  41.  
  42.      User view:  Let's you define a directory listing and the format you
  43.                  want to use.
  44.  
  45. - New subshell support (concurrent shell execution)
  46.  
  47.   The Midngith Commander will now spawn one copy of the shell, so you
  48.   get better performance and you can use shell functions, define variables
  49.   and execute complete shell commands.  Supported shells: bash, zsh and
  50.   tcsh.  If your shell is not supported, then the old mode is still
  51.   available.
  52.  
  53. - Dialog box manager
  54.  
  55.   Almost all the new configuration options are configured with this
  56.   new dialog manager, easy to use if you are familiar with dialog boxes
  57.   in DOS and Windows. 
  58.  
  59.   Available widgets: check buttons, buttons, radio buttons, 
  60.   input lines and list boxes (So you can take our code and use it on
  61.   your applications).
  62.  
  63. - New option configuration.
  64.  
  65.   Now the program options are configured with a dialog box.
  66.  
  67. - Chmod and Chown commands:
  68.  
  69.   For changing permissions as well as ownership of files and
  70.   directories, uses our new dialog manager.  
  71.  
  72. - Color customization support
  73.  
  74.   Now you can change the default color of the program with any of
  75.   these:
  76.   environement variable, Colors section in the init file (colors per 
  77.   terminal type) and command line.
  78.  
  79. - User menu and extension enhancements:
  80.  
  81.   Execution understand the %t macro (tagged files). 
  82.  
  83.   User menu also has a new macro to let the user specify options.
  84.  
  85.   You can hide and show entries in the user menus by using conditions.
  86.  
  87.   Auto detect best match depending on a regexp.
  88.  
  89. - Viewer: 
  90.      Goto line command,
  91.      horizontal scrolling,
  92.      on the fly uncompression (and we don't eat unneeded cycles of CPU),
  93.      allow non gunzip operation.
  94.  
  95. - Internal move command:
  96.  
  97.   Now, we don't rely anymore on system commands in /bin, so the
  98.   program is more robust and is much faster.  Bunchs of code come
  99.   from the GNU fileutils.
  100.  
  101. - The Tree view and normal views allows wrapped incremental searchs of
  102.   file names.
  103.  
  104. - Mask rename:
  105.  
  106.   Now it's possible to do things like rename *.pas in *.bak
  107.  
  108. - Compare directories command
  109.  
  110. - Allow panels to be in Long mode without forcing the user to a single panel.
  111.  
  112.   (You can even have two long panels).
  113.  
  114. - F10, C-g cancels as well as ESC ESC.
  115.  
  116. - Improved help system.
  117.   
  118.   We updated and spelled the help system and added a lots of links.
  119.   The Web page is constructed with the same tools.
  120.  
  121. - Allows tagging of directories:
  122.  
  123.   Now you can copy, rename, move and delete complete directories.  You
  124.   are not limited anymore to files.  
  125.  
  126. - View output (screen save/restore) on Linux console.
  127.  
  128.   On old Linux systems, only b&w is supported, on newer Linux systems
  129.   (1.1.67 and newer), we also support color screen save/restore and
  130.   cursos positions.
  131.  
  132. - 8 bit clean support.
  133.  
  134.   if ncurses is 8 bit clean, you can see international characters
  135.   (we include a patch against ncurses 1.8.5).
  136.  
  137. - Visual feedback while i-searching files.
  138.  
  139. - Much more intuitive, you have to use it.
  140.  
  141. - It's better than aspirin.
  142.  
  143. - New memory allocation debugger.
  144.  
  145.   During testing time, we used a powerfull memory allocation debugger,
  146.   so the program will not eat all your memory, and will make a good use of
  147.   your memory.  
  148.  
  149. - Now it also runs on hppa-hp-hpux9, hppa-hp-hpux7, m68k-apple-aux and
  150.   sparc-sun-netbsd1.0.  The best platform to run it is Linux, of course,
  151.   since that's where most of us develop it.
  152.  
  153. - Inode sort option.
  154.  
  155. - Nice progress status indicator.
  156.  
  157.   We have two of them: a moving dash indicator and a progress bar
  158.   indicator for file operations.
  159.  
  160. Version 0.15
  161.  
  162. - Uses GNU autoconf.
  163.    Currently, it has been ported to this configurations:
  164.    i386-*-linux1.0
  165.    i386-*-linux1.1
  166.    mips-sgi-irix5.2
  167.    mips-dec-ultrix4.3
  168.    rs6000-ibm-aix3.2.5
  169.    sparc-sun-sunos4.1
  170.    sparc-sun-solaris2.3
  171.  
  172. - Improvements to the internal file viewer:
  173.    Wrap/Unwrap mode.
  174.    Hex mode.
  175.    Hex searches.
  176.    Now you can view compressed files (gzip, compress, zip, pack and lzh).
  177.    Performance enhancements, now it's much faster.
  178.    Works on systems without mmap.
  179.  
  180. - Mouse Support now also works on xterms.
  181.    If you run in the Linux console, you will still need the gpm mouse server
  182.    to use the mouse support, but if you use xterms, then you're lucky 
  183.    and can use the mouse support when using xterms.
  184.  
  185. - Help system and man page.
  186.    Both were updated and has many more hypertext links inside, the
  187.    help system can also be used with a mouse.
  188.  
  189. - If running on xterms, now you can see the output of the last program
  190.   you ran by using the C-o key combination.
  191.  
  192. - Switch panels command (C-u)
  193. - With filter command per panel.
  194. - With auto mounting/umounting on chdir feature.
  195. - cd now expands tildes (~, ~user).
  196. - Much more portable.
  197. - Many bugs were fixed.
  198.  
  199. Version 0.14
  200.  
  201. - Now can handle directories with an unlimited number of files.
  202. - New link and symlink commands (C-x l, C-x s).
  203. - New insert tagged files or selection command (C-x t).
  204.  
  205. Version 0.13
  206.  
  207. - Behave more like the Norton Commander.
  208. - Added menu file edit.
  209. - If there is no permission to load a directory, now it loads a dummy
  210.   directory.
  211. - When a panel is re-sorted, keep the selected file selected.
  212. - forward_word and backward_word command on the input line now skip
  213.   over letters and numbers.
  214. - Fixed backward scrolling in the internal viewer.
  215. - The internal viewer now computes the percentage in a more natural
  216.   way.
  217. - Added handling of the Home and End keys to the internal viewer
  218. - Bug fixes.
  219.  
  220. Version 0.12
  221.  
  222. - Preliminary support for System V compilation.
  223. - Bug fix: didn't call closedir in all cases.
  224. - bug fixes.
  225.  
  226. Version 0.11
  227.  
  228. - Support cd -.
  229. - Corrected Makefile.
  230.  
  231. Version 0.10 
  232.  
  233. - Added new Alt-G, Alt-H, Alt-J to select the top file, middle file
  234.   and bottom file in the current panel.
  235. - Now it's allowed to select option in query boxes by the first initial
  236. - Fixed mouse repeat rate.
  237. - Fixed a bug that prevent copying individual files to another file.
  238. - Some minor bug fixes.
  239.  
  240. Version 0.9
  241.  
  242. - Mouse Support.
  243. - Internal Copy command (it no longer uses cp).
  244. - Verbose Copying of files.
  245. - Confirmation on Overwrite and on Delete.
  246. - Support reverse sorting.
  247. - Many visual enhancements.
  248. - Per panel options are saved and restored.
  249. - New truncation of names in the panels.
  250. - History in Input Lines (M-p and M-n).
  251. - Input line enhancements.
  252. - Dialog boxes are nicer than before.
  253. - Cache in gid and uid translators.
  254. - More keybindings for the Input lines.
  255. - Better kill management in Input Lines.
  256. - Bug fixes.
  257.  
  258. Version 0.8
  259.  
  260. - The online help now comes with the complete man page.
  261. - Input lines now support M-b and M-f for movement by word.
  262. - Unlimited input lines (command line).
  263. - Filename searches now must be started with C-s or M-s.
  264. - Many bug fixes.
  265.  
  266. Version 0.7
  267.  
  268. - The stat() reloading optimization is now a configuration option.
  269. - Many bug fixes went to the find file command.
  270. - New history in the hypertext viewer. 
  271. - ESC-Tab will copy the name of the other-panel selected file to the
  272.   input line.
  273. - Now it's possible to display files and directories mixed together or
  274.   separated (like the Norton Commander).
  275. - Many bug fixes, see the ChangeLog for details.
  276.  
  277. Version 0.6 
  278.  
  279. - Extension dependent execution implemented (now you can execute
  280.   things like tar tzvf over compressed tar files, just a tap in the
  281.   Enter key).
  282. - Added simple expansion of useful variables in the user menu.
  283. - Avoid unnecessary reloading of subdirectories using stat (suggested
  284.   by Torben Fjerdingstad <tfj@olivia.ping.dk>).
  285. - Added options to disable colors and display version number.
  286. - Allow start up directory specification (ex: nc /usr/local/bin /tmp).
  287. - Fixed bug that operated on the selection instead of the tagged file
  288. (when only one file was tagged). 
  289. - Some cosmetic changes.
  290. - Bug fixes.
  291.  
  292. Version 0.5
  293.  
  294. - Fixed bug in the help browser that crashed the program.
  295. - New internal viewer.
  296. - New long directory listing format.
  297. - some bug fixes.
  298.  
  299. Version 0.4 
  300.  
  301. - User Menus (F2 key).
  302. - Quick search of files in a panel (Alt-filename takes you to that file).
  303. - Char quoting (C-q).
  304. - exec() enhancements.
  305. - now you can suspend the program (C-z).
  306. - The find file command now seems to be very stable.
  307. - misc bug fixes.
  308.  
  309. Version 0.3
  310.  
  311. - Setup loading/saving.
  312. - Support for any size screen.
  313. - Many, many bug fixes.
  314.