4 - Changed HQ url to point to new website
5 www.midnight-commander.org (Closes: #137, #138)
6 - Added a micro helper library in order to go slowly
7 avay from glib (Closes: #157)
8 - Use static strings as section entries in ~/.mc/history
9 WARNING!: This will break old files (Closes: #50)
10 - Fixed a repaint issue when clicking on the "View" Button instead
11 of using F3 (Closes: #35)
12 - Removed obsolete autoconf macros (Closes: #133)
13 - Fix escaping for command line completion (Closes: #147)
14 - prevent mc from segfaulting when getting invalid timestamps on files (Closes: #96)
15 - Fixed a keybord issue when running mc via a putty console (Closes: #203)
16 - setted pty fd to closeonexec (on subshell) (Closes: #174)
17 - Fixed file renames, when copying/moving is performed
18 into deleted directories. (Closes: #181)
19 - Add an option to show executables first in the panels (Closes: #173)
20 - Fixed concat_dir_and_file if there is a parameter = NULL (Closes: #180)
21 - Allow out-of-tree builds (Closes: #224, #208)
24 - Syntax highlighting for:
25 + debian files (debian/changelog, debian/control, debian/copyright, ..) (Closes: #142)
26 + updated sh syntax highlighting (Closes: #143)
27 + updated pascal syntax highlighting (Closes: #65)
28 + differentiate between c and cpp files for highlighting (Closes: #16)
29 + updated python highlighting to support python 2.6 (Closes: #216)
30 - Removed some unneeded variables (Closes: #168, #151)
31 - Do use a ro test if a file exists (Closes: #206)
32 - Fixes some missbehaviour in regex matching (Closes: #207, #211 )
33 + start at front of line and not on cursor position
34 + . shouldn't match a newline
37 - Fix some bashisms in some extfs scripts (Closes: #146)
38 - Fixed various problems with symlinks and files with chars which needs
39 escaping over fish (Closes: #10, #87, #149, #53)
40 - Added 7zip extfs descriptor (Closes: #92)
41 - Switched from o3totxt to odf2txt as o3totxt is outdated (Closes: #218)
44 - Updated German translation (Closes: #167)
45 - New Belarussian translation (Closes: #170)
46 - Updated Russian translation (Closes: #159)
51 - Prompt the user whether to detach a hardlinked file
53 - Fix a bug which prevented the editor from creating a
54 lock file in certain scenarios (bug #13673).
55 - New shortcut - Ctrl+S. Allows the user to toggle
57 - Allow the user to override the automatic syntax
59 - Duplicate hotkey fixes.
62 - extfs: Do not hang waiting for user input on password
63 protected .rar archives.
64 - extfs: Do not leave stale temporary files.
65 - extfs: Add support for ALZip archives.
66 - extfs: Properly retrieve the filesize of very large
67 files stored inside a .zip archive.
68 - extfs: Various quoting fixes.
69 - extfs: Various improvements in deb, iso9660, mailfs, rpm, trpm.
71 - fish: Fix uploading of files with backtick characters in
73 - fish: Improve upload speed.
74 - fish: Allow for retrieving files larger than 2 GB.
75 - fish: Enable reget functionality.
76 - fish: Use numerical uid/gid when retrieving the directory
79 - ftpfs: Allow for entering non-readable directories.
80 - ftpfs: Allow the user to interrupt the connection establishment.
81 - ftpfs: Enable reget functionality.
82 - ftpfs: `first_cd_then_ls' is the default mode for retrieving
83 directory contents now.
85 - tarfs: Add support for long filenames as stored in
86 ustar format archives.
87 - tarfs: Allow for working with archives conforming to
94 - Bash < 2.05b no longer supported. For usage with bash < 2.05b fix
95 subshell_name_quote() to use 3-digit octals.
100 - Device numbers are displayed correctly.
101 - Improved message formatting for i18n.
102 - Recursive option added for internal grep.
105 - Almost completely rewritten internal viewer.
106 - mmap(2) support removed from internal viewer.
109 - Fixed device number handling.
110 - zipfs can handle zip files that contain pathnames starting
112 - Passive FTP over proxies is possible.
115 - Code cleanup in various places
120 - Core functionality.
121 - Fix double free in mc_maybe_editor_or_viewer().
122 - Do not blindly cleanup in exit_subshell().
123 - Fix blocking of panel cd-ing with white space command.
124 - Fix mini status after first Ctrl-O.
125 - Fix dynamic loading of Photon library for shift keys.
131 - Added configuration files for Sun Solaris pkgmk(1).
134 - Fix position save bug.
136 - Improve makefile.syntax.
137 - Improve python.syntax.
138 - Improve eiffel.syntax.
139 - Improve syntax.syntax.
142 - Add .7z archives extensions to mc.ext.in.
143 - Add OpenOffice.org 2 extensions to mc.ext.in.
144 - Recognize both .udeb and .deb as Debian packages.
147 - Backport S-Lang fixes from HEAD.
150 - Extensive samba cleanup.
151 - Fix possible crash on broken cpio archives.
152 - Quote fixes in urar.in.
155 - Updated translations: German.
156 - Updated translations: Italian.
161 - Core functionality.
162 - Fix X11 connection handling.
165 - Add syntax file for the x86 assembler.
166 - Add syntax file for the Vision(tm) Ray Tracer.
167 - Add syntax file for the CORBA IDL.
168 - Add syntax file for the LUA programming language.
173 - Core functionality.
174 - Improve support for tcsh.
177 - Updated translations: Spanish.
182 Release candidate for 4.6.1.
185 - Fixed CAN-2004-0226 (buffer overflows).
186 - Fixed CAN-2004-0231 (unsafe temporary file and directory creation).
187 - Fixed CAN-2004-0232 (format string vulnerablities).
188 - cons.saver does not need to be setuid-root on Linux.
189 - Hiding of FTP passwords.
192 - PC port has been removed.
193 - Support for SCO UNIX has been removed.
194 - Improve support for QNX Neutrino.
196 - Core functionality.
197 - Use 8bit input as default.
198 - Better support for '@' in FTP usernames.
199 - Better large file support (int -> off_t)
200 - Add gnome, rxvt and xterm-new terminals (keyword copy for mc.lib).
201 - Make the find dialog more responsive while scanning through large files.
202 - Add implementation to cons.handler for FreeBSD 4.x and 5.x.
203 - Screen saving is now supported on FreeBSD console.
204 - Hide temporary commands from history.
205 - Add --with-glib12 option to configure to force using glib 1.2.x.
206 - Add --disable-background option to disable background support.
207 - Background support now uses pipes instead of UNIX sockets.
208 - libX11 is loaded dynamically using gmodule if possible.
209 - User is warned if one mc is run from another.
212 - Add many boundary check into internal slang library.
213 - Internal slang upgrade to 1.4.9.
214 - Increased maximum screen size to 512 x 512.
215 - Add support for qansi-m terminals.
218 - Fix bugs for mcedit compiled with ncurses.
219 - New status string format in mcedit.
220 - Support for large syntax files.
221 - Temporarily disable safe save and backups on remote VFS
222 because it doesn't work.
223 - Enable user menu in mcedit.
224 - Add syntax file for the ASP.NET technology.
225 - Add syntax file for the Eiffel programming language.
226 - Add syntax file for the Ruby programming language.
227 - Add syntax file for the C# programming language.
228 - Upgrade php.syntax file.
229 - Improve sql.syntax file.
230 - Improve perl.syntax.
231 - Improve diff.syntax.
232 - Improve makefile.syntax.
233 - Add "define" keyword for syntax files.
236 - Full audit of quoting of parameters in vfs scripts (CAN-2004-0494).
237 - Fixed CAN-2003-1023 (stack overflow in vfs_s_resolve_symlink).
238 - Various fixes in tar.c.
239 - VFS supports iso9660 images.
242 - New translations: Mongolian, Serbian and Lithuanian.
243 - Updated translations: Ukrainian, Italian, Hungarian.
248 - Core functionality.
249 - Fixed infinite loop under xterm if xterm is forcedly closed.
252 - ncurses can be found even if it's renamed to curses (OpenBSD).
253 - Warning fixes for 64-bit systems.
258 Another release candidate for 4.6.0.
260 - Core functionality.
261 - ".." is no longer shown in the root directory.
262 - Fixed segmentation fault when processing truncated
263 section header in the corrupted initialization file.
266 - Fixed incorrect processing of AltGr on Linux console
270 - Fixed a bug in man2hlp that could randomly prevent correct
271 generation of the help files.
272 - Added manual page for mcview.
277 Release candidate for 4.6.0.
280 - mc now creates its own temporary directory /tmp/mc-$USER.
281 If it fails or permissions are wrong, the user is warned.
284 - mc now complies with the Filesystem Hierarchy Standard and
285 uses @prefix@/share/mc for the data files.
286 - Support for glib 2.0.x has been added.
287 - glib 1.2 is now properly detected on FreeBSD.
289 - Core functionality.
290 - Fixed segmentation fault when displaying messages from
291 background operations.
292 - When using support for setting the last working directory of
293 mc in the parent shell, "mc" is now an alias in all shells,
294 not a function. The "-P" option needs an argument now.
295 - Alt-O sets the same directory on the other panel.
296 - Current directory is shown in the xterm window title.
299 - Screen library is now selected by the option --with-screen.
300 - X11 support is enabled by default, use --without-x to disable.
301 - The keycode now contains information about all screen
302 modifiers. This allows to implement more shortcuts, but this
304 - Included S-Lang library has been updated to version 1.4.5.
305 - Mouse wheel is supported in the internal editor and viewer in
306 xterm compatible terminals that implement wheel events.
309 - Internal editor now saves the cursor position in the file.
310 - New syntax rules - RPM specfile, m4.
311 - Editor shows control characters in the caret notation.
314 - Most extfs scripts have been reviewed and improved.
315 - Fixed viewing and editing files on mcfs.
316 - Support for termnet and HSC firewall has been removed.
319 - Polish manual has been added.
323 - Security release. Massive code cleanup. Most improvements didn't
324 need any significant amount of the new code.
327 - Fixes for remotely exploitable buffer overflows in VFS.
329 - Ports and editions.
330 - GNOME edition has been removed.
331 - OS/2 port has been removed.
332 - MAD (Memory Allocation Debugger) has been removed.
334 - Core functionality.
335 - Large file support enabled by default.
336 - Shift-F5 and Shift-F6 copy and rename like F5 and F6, but
337 suggest the selected filename as the destination.
338 - File search with contents doesn't use external egrep.
339 - Directories with many files are now reloaded much faster.
340 - Subshell works under Cygwin.
343 - Improved support for ncurses.
344 - Dropped support for the old Curses library.
345 - Colors are enabled on all capable terminals when using S-Lang.
346 - Syntax highlighting now works with ncurses.
349 - Editor files are now stored in ~/.mc/cedit instead of ~/.cedit
350 to avoid collision with Cooledit.
351 - New syntax rules - PHP, Tcl, SQL, DOS batch file.
352 - Editor supports word completion.
355 - Local temporary file is used for uploading via ftpfs/fish only
356 if file is uploaded to the same ftp/fish server.
357 - mcfs support is disabled by default.
358 - Samba configuration and codepage files locations can be
360 - .netrc support in ftpfs is enabled by default.
361 - Viewing zip files could corrupt them.
364 - Added manuals in Spanish, Italian and Russian.
365 - Help files are not distributed, but generated during the
366 build from the manual pages.
369 - Belarussian translation has been added.
374 - Mostly bugfixes and portability fixes. Making things work as they
377 - Text edition improvements.
378 - Ctrl-O supported in the viewer and editor.
379 - Better terminal support. Should not need "Learn Keys" on rxvt
380 and xterm in most cases.
382 - GNOME edition improvements.
383 - Find dialog rewritten.
384 - Editor and viewer ask whether to save modified file when
385 closed from window manager.
388 - New syntax rules - S-Lang, PO files, Octave.
389 - Alt-B goes to matching bracket.
391 - Portability improvements.
392 - Should compile out-of-box on Cygwin and QNX Neutrino.
393 - Can be compiled by BSD make.
394 - Subshell and VFS code are safer and more portable.
396 - Experimental features (disabled by default).
397 - Charset conversion support.
398 - Large (64-bit) file support on 32-bit systems.
403 - Too many new features to list.
405 - This is the last version to be actively maintained. The GNOME
406 edition is in stabilization and maintenance phase only. A new file
407 manager is being written for the GNOME project.
413 - The bookmark code has been completely revamped and now it supports
414 folders. New format for the hot list file.
415 - It is possible to copy a selected path name into the input line
419 - New built in GUI designer to help developers modify the look
420 of the program at run time (no penalty for users).
421 - Many dialog boxes now work.
422 - Right button now pops up a context sensitive action menu.
423 - Added many visual enhancements.
424 - The Tk edition is not yet finished though.
427 - Now we do background copy and move operations.
428 (you can ftp your files in the background now, for example).
430 - Built in text editor
431 - This is an easy to use text editor with pull-down menus.
432 The features it presently supports are: Block copy, move,
433 delete, cut, paste; key for key undo; file insertion; macro
434 definition; regular expression search and replace (and our
435 own scanf-printf search and replace); shift-arrow MSW-MAC
436 text highlighting (for the Linux console only);
437 insert-overwrite toggle; and an option to pipe text blocks
438 through shell commands like indent.
440 Comes with Emacs keybindings as well.
442 mcedit is a link to mc which bring it up in editor mode.
445 - Many fixes and enhancements, better support for proxy
447 - Now we support both active and passive opens.
448 - Estimated time of arrival for ftp transfers.
450 - Much better support for proxies.
451 - ftp URLs now allow a password to be provided.
453 - ext2fs Undelete File system
454 - Minor enhancements.
457 - Now we flush the tarfs if the tar file has been modified
459 - External File systems:
460 - Speeded up RPM file system.
461 - New LHA file system.
462 - New ARC file system.
463 - New DEB file system (for those users of Debian).
464 - New RAR file system.
465 - Fixed problems with different zipfs.
468 - We get can use a mc file system by using either mc: or mc:// prefixes.
471 - Now we include a program that preprocesses mail if you view it
472 so, you get colored mails in the viewer.
473 - A simple ruler has been implemented (press Alt-r to enable it).
476 - Now you can do hex editions in your files with a single keystroke.
477 (invoke it by using the hex-viewer and then clicking on edit).
480 - Now we can search inside files using a piped grep (particularly
481 interesting to search inside virtual file system: tar files,
482 tar files on remote ftp sites, or searching information on an
486 - Input lines now support control-left, control-right movement on the
490 - We now support extra entries in a given rule with the Include=
494 - Windows NT, Windows 95 by Juan Grigera
495 - OS/2 by Alexander Dong.
498 - Many many many bug fixes and memory leaks have been fixed.
503 - External File system:
504 - Mtools file system works.
505 - New Cpio file system.
506 - New RPM file system.
509 - support for HSC firewall
511 - Lots of subshell fixes
514 - Editing of non-local files works now.
516 - Bunch of bug fixes.
518 - Panelize now works properly.
520 - Can work on Nextstep now.
522 - Windows NT port by Juan Grigera.
524 - Midnight Commander file system server:
525 - Fixed errno handling in the server.
526 - Fixed time handling in the server.
528 - Works with PAM if supported on the system.
532 This has been finished:
535 - Displays progress bars.
536 - Supports Netware and Windows NT servers
537 - Better support for symlinked files.
538 - Handles those warez sites file names.
539 - Increase the directory cache timeout.
540 - Cache flushing (C-r)
541 - If you append a /~ to the directory, you will log into your home
542 directory (this is done by default if you use the menus to connect).
544 - Subshell fixes (it should not hang any longer).
545 - Fixes prompt handling for zsh and tcsh users.
546 - Fixes variable expansion for tcsh (now you may edit files).
547 - Rewrote the sync code between the parent and child, should not hang
549 - Better command completion.
550 - Keypad handling enhanced:
551 - Special key treatment for +, -, \ and now may be configure to
552 only take place if you do not have a command typed in.
553 - Now the + and \ bindings when ran on the Linux console work
554 may use the keypad and M-+ and M-\ and leave the + and \ keys
556 - Better handling of the line drawing chars on OSF/1 and AIX.
557 - Enhanced tar/compressed tar file systems.
559 - Added undelete feature for Linux systems: now you may recover deleted files
560 on ext2 file systems with the Undelete file system.
561 - Symlink commands (for symlink lovers).
562 see the docs on C-x C-r, C-x C-l, C-x C-s keystrokes.
564 %b and %B return the basename of the selected filename
565 %var{ENV-VAR} expands to the contents of ENV-VAR variable.
566 - MC may be invoked as a viewer (mc -f flag).
567 - Added Unicode support on the Linux console (run with mc -N)
568 - Tons of bug fixes, the code is cleaner and hopefully
569 - Allow a vfs pathname to be passed as a startup directory.
571 This is a list of people that put their effort into making the 3.1
574 Adam Tla/lka, Antonio Palama, Carl Thompson, Ching Hui, Dugan Porter, Gerd
575 Knorr, Ilya Rybkin, Jakub Jelinek, Janne Kukonlehto, Juan Grigera, Juan Jose
576 Ciarlante, John Davis, Marcelo Fabian Roccasalva, Perry Francis Nguyen,
577 Sergey Ya Korshunoff Steven Hirsch, Thanh Ma and Torben Fjerdingstad.
581 This has been finished:
583 - Virtual File System: You now can browse tar, compressed tar and
584 file systems over the network as if they were local subdirectories;
585 - Slang support, you don't need ncurses anymore (but you can still compile
586 with ncurses, if you want).
587 - New mc.ext format, for details see the sample mc.ext file provided.
588 - Append option if you try to copy/move a file onto already existing one.
589 - Internal cd command uses CDPATH variable if set (like in BASH).
590 - Find file command is much faster.
591 - External panelize command - finding files using unlimited number of
592 criteria - actually spawns an external command and it can be find, awk,
593 grep -l or anything else.
594 - Learn keys makes setting up of mc on terminals with broken
595 terminfo/termcap databases easier. It just asks you to press keys which
597 - Advanced chown command.
598 - C-PgUp and C-PgDn takes you to the previous and currently selected
599 directory respectively on the Linux console.
600 - You can choose between 7 data bits, iso-latin-1 (0-127+160-255) or
602 - Confirmation for overwriting, deleting and exiting added.
603 - Viewer has growing buffers.
604 - Filename, username, hostname and variable completion (M-Tab) on all
605 input lines plus command completion on appropriate places of command
607 - Following of symlinks at changing directory.
608 - Viewer now supports bold faces and underlines, and it fits the
609 information on the screen better. Now you can also specify the starting
610 mode for the viewer depending on the contents of the viewed file.
611 - Mask rename and copy.
612 - Colors now let you specify the intensity of the colors you want.
614 This is being worked on:
615 - Virtual File System: FTP file system.
616 - Tcl/Tk and XView versions of the program (preliminary versions are
622 Now users are able to define their own display
624 - User defined display formats.
626 Now you can configure the file display to suit your needs.
627 For example, you can say which information you want to see displayed
628 instead of our defaults.
630 - User definable program layout.
632 Panels could be shown vertically or horizontally;
633 panels could be different sizes, you can hide or show most
634 program windows (command line, keybar or menubar).
638 Now, it's possible to see part of the last program output on the Linux
639 console without having to switch screens via an option in the layout
644 Quick view: as you browse your files, each one is displayed on
645 the other panel on the idle time.
647 Tree view: let's you browse your directories by traveling a tree.
648 We have two traveling modes available. And the tree does
649 not take your precious time: it's build on the fly, as you
650 browse your disk (you can always loose your time if you
653 Info view: Gives you information on the currently select file and
654 the current file system as you move.
656 User view: Let's you define a directory listing and the format you
659 - New subshell support (concurrent shell execution)
661 The Midnight Commander will now spawn one copy of the shell, so you
662 get better performance and you can use shell functions, define variables
663 and execute complete shell commands. Supported shells: bash, zsh and
664 tcsh. If your shell is not supported, then the old mode is still
669 Almost all the new configuration options are configured with this
670 new dialog manager, easy to use if you are familiar with dialog boxes
673 Available widgets: check buttons, buttons, radio buttons,
674 input lines and list boxes (So you can take our code and use it on
677 - New option configuration.
679 Now the program options are configured with a dialog box.
681 - Chmod and Chown commands:
683 For changing permissions as well as ownership of files and
684 directories, uses our new dialog manager.
686 - Color customization support
688 Now you can change the default color of the program with any of
690 environment variable, Colors section in the init file (colors per
691 terminal type) and command line.
693 - User menu and extension enhancements:
695 Execution understand the %t macro (tagged files).
697 User menu also has a new macro to let the user specify options.
699 You can hide and show entries in the user menus by using conditions.
701 Auto detect best match depending on a regexp.
705 horizontal scrolling,
706 on the fly decompression (and we don't eat unneeded cycles of CPU),
707 allow non gunzip operation.
709 - Internal move command:
711 Now, we don't rely anymore on system commands in /bin, so the
712 program is more robust and is much faster. Bunches of code come
713 from the GNU fileutils.
715 - The Tree view and normal views allows wrapped incremental searches of
720 Now it's possible to do things like rename *.pas in *.bak
722 - Compare directories command
724 - Allow panels to be in Long mode without forcing the user to a single panel.
726 (You can even have two long panels).
728 - F10, C-g cancels as well as ESC ESC.
730 - Improved help system.
732 We updated and spelled the help system and added a lots of links.
733 The Web page is constructed with the same tools.
735 - Allows tagging of directories:
737 Now you can copy, rename, move and delete complete directories. You
738 are not limited anymore to files.
740 - View output (screen save/restore) on Linux console.
742 On old Linux systems, only b&w is supported, on newer Linux systems
743 (1.1.67 and newer), we also support color screen save/restore and
746 - 8 bit clean support.
748 - Visual feedback while i-searching files.
750 - Much more intuitive, you have to use it.
752 - It's better than aspirin.
754 - New memory allocation debugger.
756 During testing time, we used a powerful memory allocation debugger,
757 so the program will not eat all your memory, and will make a good use of
760 - Now it also runs on hppa-hp-hpux9, hppa-hp-hpux7, m68k-apple-aux and
761 sparc-sun-netbsd1.0. The best platform to run it is Linux, of course,
762 since that's where most of us develop it.
766 - Nice progress status indicator.
768 We have two of them: a moving dash indicator and a progress bar
769 indicator for file operations.
774 Currently, it has been ported to this configurations:
783 - Improvements to the internal file viewer:
787 Now you can view compressed files (gzip, compress, zip, pack and lzh).
788 Performance enhancements, now it's much faster.
789 Works on systems without mmap.
791 - Mouse Support now also works on xterms.
792 If you run in the Linux console, you will still need the gpm mouse server
793 to use the mouse support, but if you use xterms, then you're lucky
794 and can use the mouse support when using xterms.
796 - Help system and man page.
797 Both were updated and has many more hypertext links inside, the
798 help system can also be used with a mouse.
800 - If running on xterms, now you can see the output of the last program
801 you ran by using the C-o key combination.
803 - Switch panels command (C-u)
804 - With filter command per panel.
805 - With auto mounting/umounting on chdir feature.
806 - cd now expands tildes (~, ~user).
807 - Much more portable.
808 - Many bugs were fixed.
812 - Now can handle directories with an unlimited number of files.
813 - New link and symlink commands (C-x l, C-x s).
814 - New insert tagged files or selection command (C-x t).
818 - Behave more like the Norton Commander.
819 - Added menu file edit.
820 - If there is no permission to load a directory, now it loads a dummy
822 - When a panel is re-sorted, keep the selected file selected.
823 - forward_word and backward_word command on the input line now skip
824 over letters and numbers.
825 - Fixed backward scrolling in the internal viewer.
826 - The internal viewer now computes the percentage in a more natural
828 - Added handling of the Home and End keys to the internal viewer
833 - Preliminary support for System V compilation.
834 - Bug fix: didn't call closedir in all cases.
840 - Corrected Makefile.
844 - Added new Alt-G, Alt-H, Alt-J to select the top file, middle file
845 and bottom file in the current panel.
846 - Now it's allowed to select option in query boxes by the first initial
847 - Fixed mouse repeat rate.
848 - Fixed a bug that prevent copying individual files to another file.
849 - Some minor bug fixes.
854 - Internal Copy command (it no longer uses cp).
855 - Verbose Copying of files.
856 - Confirmation on Overwrite and on Delete.
857 - Support reverse sorting.
858 - Many visual enhancements.
859 - Per panel options are saved and restored.
860 - New truncation of names in the panels.
861 - History in Input Lines (M-p and M-n).
862 - Input line enhancements.
863 - Dialog boxes are nicer than before.
864 - Cache in gid and uid translators.
865 - More keybindings for the Input lines.
866 - Better kill management in Input Lines.
871 - The online help now comes with the complete man page.
872 - Input lines now support M-b and M-f for movement by word.
873 - Unlimited input lines (command line).
874 - Filename searches now must be started with C-s or M-s.
879 - The stat() reloading optimization is now a configuration option.
880 - Many bug fixes went to the find file command.
881 - New history in the hypertext viewer.
882 - ESC-Tab will copy the name of the other-panel selected file to the
884 - Now it's possible to display files and directories mixed together or
885 separated (like the Norton Commander).
886 - Many bug fixes, see the ChangeLog for details.
890 - Extension dependent execution implemented (now you can execute
891 things like tar tzvf over compressed tar files, just a tap in the
893 - Added simple expansion of useful variables in the user menu.
894 - Avoid unnecessary reloading of subdirectories using stat (suggested
895 by Torben Fjerdingstad <tfj@olivia.ping.dk>).
896 - Added options to disable colors and display version number.
897 - Allow start up directory specification (ex: mc /usr/local/bin /tmp).
898 - Fixed bug that operated on the selection instead of the tagged file
899 (when only one file was tagged).
900 - Some cosmetic changes.
905 - Fixed bug in the help browser that crashed the program.
906 - New internal viewer.
907 - New long directory listing format.
912 - User Menus (F2 key).
913 - Quick search of files in a panel (Alt-filename takes you to that file).
914 - Char quoting (C-q).
915 - exec() enhancements.
916 - now you can suspend the program (C-z).
917 - The find file command now seems to be very stable.
922 - Setup loading/saving.
923 - Support for any size screen.
924 - Many, many bug fixes.