Merge branch '1866_filesystem_reorganization'
[midnight-commander.git] / doc / NEWS
blob0200b69a350c0e92d6f8e72fa1f3daa461c735b9
1 Version 4.7.0.1
3 - Fixes
5     * Fixed double free of memory in editor;
6     * Fixed build with --disable-vfs option;
7     * Fixed compile warnings about unused variables;
8     * Fixed Fedora/RH RPM versioning scheme.
11 Version 4.7.0
13 - Core
15     * Removed charset confirmation on startup and added the automatic recognize
16       of system charset (#1613)
17     * Some startup speed up (#1781)
18     * Save flags of select/unselet file group (#1776)
19     * Don't set TOSTOP attribute on slave terminal (#1637)
20     * Keybindings for button bars (F1-F10 keys) (#212)
21     * Keybindings for Tree widget
22     * Enlarged sizes of Directory Tree dialog window
23     * Added missed esc sequencies for qansi terminals (#1803)
24     * New file type bindings:
25       + adeed mkv, 3gp video types
26       + use exif(1) output when viewing jpeg files
27       + opening .chm with kchmviewer with fallback to xchm
28       + viewing .mo files with msgunfmt
30 - VFS
32     * FISH: add the user name to the ssh command line only if it's not the same as
33       the local logged-in user (#1867)
34     * FTP: support active mode (#1796)
35     * FTP: improved symlink handling
36     * FTP: some FTP-servers don't have chmon support. Ignore FTP errors related
37       to chmod operations (#1708)
38     * EXTFS: added S3 backend by Jakob Kemi (#272)
39     * SFS: use single script for RPM and SRPM packets handling (#1590)
41 - Editor
43     * New syntax files: Cabal
44     * Updated syntax files: Python, PHP
45     * Syntax highlighting: added '.hh' and '.hpp' file extensions as C++ sources
47 - Misc
49     * Lots of code cleanup and optimization
50     * Workaround for SunStudio compiler bug #6888373 (#1749)
51     * Removed obsolete checks in configuration scripts
52     * Allow save empty value in history (#1814)
53     * Use ctrl-g instead of ctrl-c for SIGINT signal (#1876).
54     * RPM spec: rewritten and simplified static build procedure for legacy distros (#1848)
55     * Translation updated
56     * Documentation updates
57     * Added skin: darker color style (#1659)
59 - Fixes
61     * Memory and file descriptors leaks
62     * Crash on start if ~/.mc/panels.ini contains incorrect value of 'sort_order' key (#1790)
63     * MC aborts when ctrl-c is pressed (#1793)
64     * Build w/o internal editor (#1826)
65     * Compilation warings of --disable-nls and --disable-charset options (#1831)
66     * Incorrect handling of '--with-search-engine' configure option (#1396)
67     * Segmentation fault when search in different encodings (#1858)
68     * C-w does not delete whole command line (#407)
69     * Wrong shortcuts in menu items (#1836)
70     * Panels state saves and restores despite disabled 'Auto save setup' (#1663)
71     * Case insensitive file sorting in UTF-8 locales (#1536)
72     * Incorrect handling of 0xFF char that is valid char in CP1251 locale (#1883)
73     * Segfault in TreeView loading (#1794)
74     * Incorect stat info of ".." directory in file panel (#1757)
75     * Incorect stat info of ".." directory in info panel (#1757)
76     * Setting "Use passive mode over proxy" is not remembered (#1746)
77     * CK_Edit_Save_Mode command handling in editor (#1810)
78     * Incorrect calculation of some utf-8 characters width (#1768)
79     * Handling CJK chars in editor (#1628)
80     * Incorrect cursor positioning in editor (#1809, #1884)
81     * Vertical block handling in editor (#1839)
82     * Incorrect text scrolling in editor (#1877)
83     * Incorrect mouse movement in editor when text scrolled to the right (#1792)
84     * Newlines are lost when pasting multiline text in editor (#1710)
85     * Mismatched hotkeys EditBeginRecordMacro, EditEndRecordMacro in editor
86     * íismatched hotkeys EditBeginningOfText, EditEndOfText, EditBeginPage, EditEndPage (#1724)
87     * Some syntax files are not installable (#1779)
88     * Date & time insertion in editor (#1759)
89     * "Matches not found" message is not shown in viewer
90     * Hangup after search in archive in viewer (#1873)
91     * SFS: CPIO VFS skips empty directories in the root of archive (#1732)
92     * Incorrect parsing FTP-string (#1605)
93     * LZMA files detect (#1798)
94     * FISH: broken filenames and timestamps on really poor busybox devices (#1450)
95     * Minor mistakes and mistypes in man files
96     * Various doxygen warnings
99 Version 4.7.0-pre4
101 - Core
103     * Added feature of sort files by mouse click on column header
104     * Added keybindings to change files sort type via shortcuts
105       (PanelSelectSortOrder, PanelToggleSortOrderPrev, PanelToggleSortOrderNext,
106       PanelReverseSort, PanelSortOrderByName, PanelSortOrderByExt,
107       PanelSortOrderBySize, PanelSortOrderByMTime)
108     * Now the letter of sort type and sort direction is always drawn in panel
109       header (direction of sort is drown near the current sort column in long
110       file list mode only)
111     * Skin-files: added new parameters 'sort-sign-up' and 'sort-sign-down' in
112       the section '[widget-common]' to draw sign of sort direction
113     * Added option 'extensions_case' in filehighlight.ini file.
114     * Menu engine was reimplemented: 1) now menu is build dynamically, 2)
115       shortcut displayed in menu item is not a part of menu item text and it is
116       synchronized with keybinding defined in mc.keymap file (#1563).
118 - VFS
120     * Fixed view *.tar files with a colon in name
121     * Allow 'exit' command on non-local filesystems
122     * Added partial support of Microsoft CAB-archives
123     * Added support of ico files
124     * Added support of *.djvu files
125     * Fix segfaults in various cases while browsing various VFSs
126     * Fixed warnings when file copy inside archive.
128 - Editor
130     * Added scrolled percentage in status bar (only in "simple statusbar" mode)
131     * Fixed Misbehaving rectangular select in editor (wrong when selected from
132       right to left and/or bottom to top)
133     * Split editor menu 'Command' to 'Command' and 'Format'
134     * Added option 'Check POSIX new line' into 'Save mode...' dialog, add notification
135       before save when no newline at EOF (#46)
136     * Added bindings ('EditShiftBlockLeft', 'EditShiftBlockRight') for shift block
137     * Fixed incorrect drawing CJK (double width) character
139 - Viewer
141     * Fixed tabs alignment (#1664)
142     * Fixed view of next/prev file (#1750)
144 - Misc
146     * Shared clipboard for the mc editor, form fields, panel and command prompt
147     * Refactoring: now all filename constants are placed in src/fileloc.h file
148     * Testing & development: added ability for change user config dir. For example,
149       type make CFLAGS='-DMC_USERCONF_DIR=\".mc2\"'
150     * Changed Alt+Backspace behavior in command line
152 - Fixes
154     * Fixed broken building under uclibc <0.9.29
155     * Autoindent regression
156     * Viewer Hex editor regression
157     * Incorrect indentation block when selecting with F3 + keys
158     * Fixed ownership of config files
159     * Configure.ac: fix broken check of option '--disable-vfs-undelfs'
160     * Learn keys: fixed incorrect save of keys configuration
161     * Fixed bug with 'The shell is already running a command'
162     * Fixed 'B' artefact into OpenSuse console of root user
165 Version 4.7.0-pre3
167 - Core
169     * removed own popt stuff (command line options parser). Now used glib parser
170     * added feature for filenames highlighting in panels
171     * Copy/Move overwrite query dialog is more friendly for long file names
172     * at first run find file dialog now contain latest item from history
173     * charset support enabled by default (--enable-charset option)
174     * added support of skins
175     * added support of key bindings
177 - VFS
179     * fixed recognize of tar.xz archives
180     * added recognize of lzma archives by extention
182 - Editor
184     * 'Save as' dialog enhancement: select line break type: Windows/UNIX/Mac
185       (CR LF/LF/CR)
186     * syntax hightlighting updated: VerilogHDL, Shell script
187     * Added syntax highlighting for *.repo files of yum
188     * Added syntax highlighting of pacman's PKGBUILD and .install files
190 - Viewer
192     * Fixed showing Windows/Mac (CR LF/CR) line terminator
194 - Misc
196     * hotlist: support for environment variables ($HOME, ~username, etc.)
197     * hotlist: support for completion in path input
198     * all list widgets: support for fast navigation by number keys (i.e. 1 -
199       first list item, 2 - second)
201 - Fixes
203     * restored action of 'ctrl-t' keybinding (mark files&dirs). For selecting
204       charset use 'alt-e'
205     * segfault on incorrect color pair in [Color] section
206     * incorrect position of panel codeset dialog
207     * limit of 9 digits for of file size display
208     * lines drawing in -a stickchars mode
209     * segfault when you try to use non-anonymous FTP
210     * Ctrl-O handling under GNU Screen in altscreen mode
211     * support of CP866 (IBM866) locale
212     * configure.ac: checking for minimal version of glib and exit if version less
213       than 2.6
214     * segfault by mouse wheel action in history list and menu
215     * Fixed behvior with Meta+PgDn? in editor
216     * Fixed behvior with cursor movement by Ctrl+arrows when cursor besides EOL
217     * Fixed editor autocompleting
218     * Fixed Copy/Move dialogs steal Kill Word shortcut
219     * Fixed autoconf issue when configure with --with-gpm-mouse option
222 Version 4.7.0-pre2
224 - Core
226     * cycle menu navigation
227     * change behaviour of C-space, now it calculate size on "..", and for selected
228       dirs if there is one.
229     * new find file option: find only first hit in file (make search faster)
230     * new find file option: Whole words - find whole words only
231     * scalable TUI
233 - VFS
235     * FTPFS: support of IPv6 protocol
236     * extfs/iso9660 updated to support Joliet "UCS level 1"
238 - Editor
240     * new search/replace flag added "In selection"
241     * new hotkeys for bookmarks, now bookmark displayed in state line and editor
242     * new cursor behavior. Option "Cursor beyond end of line" - allow moving cursor
243       beyond the end of line
244     * new syntax hightlights added: erlang, ebuild, named, strace, j
245     * syntax hightlights updated: mail, vhdl, html
247 - Viewer
249     * Reworked for improve perfomance
250     * Implemented interruptable long-distance movements
251     * splitted src/view.[ch] into many files in src/viewer/ subdir for more simple
252       support of code
253     * fixed build of format string in runtime (for better i18n)
254     * add 'Whole words' option into the viewer 'Search' dialog
256 - Misc
258     * new option mouse_close_dialog, if mouse_close_dialog=1 click on outside the
259       dialog close them
260     * new: SI-based size show
261     * make shared history for find file, editor search/replace, viever
263 - Fixes
265     * linking error with --enable-vfs-undelfs
266     * external editor won't open if there are spaces in EDITOR variable
267     * C-c kill mc if mc built with --without-subshell option is run with -d option
268     * directory hotlist rendering
269     * segfault on empty replace string
270     * fixes for vfs/tarfs
271     * removing bashizm from vfs/extfs/u7z
272     * crash mc on create new file (Shift-F4) in external editor
273     * File copy/move dialog: in replacement field now handled asterisks as search groups
274     * VFS: Fixed SIGSERV(or heap corruption) on large filenames
275     * Fixed broken backward search
276     * Fixed uninitialised value for mouse event in in find.c#check_find_events() function
277     * Fixed ctrl+z signal handling
278     * Fixed incorrect showing prompt
279     * Fixed incorrect vertical selection (if line state swiched on)
280     * Fixed screen resize handle if mouse support is disabled
281     * Restore correct current directory after switch from Info panel to List one
282     * Fixed mouse support in 'konsole-256color' terminal
283     * Fixed keycodes in 'xterm-256color' terminal
284     * Fixed incorrect regexp search by content in 'file find' dialog
285     * Fixed incorrect backwards search
286     * Fixed incorrect detection of compressed patchfs
287     * Fixed incorrect detecting codeset when <no translation> codeset selected
290 Version 4.7.0-pre1
292 - Core
294     * native UTF-8 support
295     * filenames charset selection support in panels
296     * new 'Find File' dialog
297     * new unified search/replace engine with search types: Plain, Wildcard, Regexp, Hex
298     * extended learn keys
299     * locale based codepage autodetection
300     * initial support for doxygen generated docs
301     * refresh of autoconf stuff
302     * translation updates
303     * x86_64 fixes
305 - Editor
307     * various editor enchancements (vertical block marking/moving/copy/paste)
308     * navigate across source code through ctags/etags TAGS file
309     * new option 'Persistent selection'
310     * Del/Backspace - delete selected block if 'Persistent selection' switched off
311     * shift block right with TAB key by TAB size or TAB symbol, shift block left with COMPLETE key
312       if 'Persistent selection' switched off
313     * optional showing of line numbers
314     * various syntax files updates
315     * optional highlighting of the tabs and trailing spaces
316     * add some hot-keys
318 - Misc
320     * showing of the free space on current file system
321     * showing of the size selected files in mini-status bar
323 - Fixes
325     * editor's undo fixes
326     * many fixes from other distributions are included
327     * fish handling for symlinks is fixed
328     * escaping of fancy names is fixed
329     * segfault in fish permission checks is fixed
330     * various mc.ext fixes
331     * commandline completion fixes (mainly, escaping hadling)
332     * small fixes in history handling (locale independent .mc/history entries)
333     * code cleanups, various memleak/etc fixes (many thanks to valgrind)
336 Version 4.6.2
338 - MC Core
339         - Changed HQ url to point to new website
340           www.midnight-commander.org (Closes: #137, #138)
341         - Added a micro helper library in order to go slowly
342           avay from glib (Closes: #157)
343         - Use static strings as section entries in ~/.mc/history
344           WARNING!: This will break old files (Closes: #50)
345         - Fixed a repaint issue when clicking on the "View" Button instead
346           of using F3 (Closes: #35)
347         - Removed obsolete autoconf macros (Closes: #133)
348         - Fix escaping for command line completion (Closes: #147)
349         - prevent mc from segfaulting when getting invalid timestamps on files (Closes: #96)
350         - Fixed a keybord issue when running mc via a putty console (Closes: #203)
351         - setted pty fd to closeonexec (on subshell) (Closes: #174)
352         - Fixed file renames, when copying/moving is performed
353           into deleted directories. (Closes: #181)
354         - Add an option to show executables first in the panels (Closes: #173)
355         - Fixed concat_dir_and_file if there is a parameter = NULL (Closes: #180)
356         - Allow out-of-tree builds (Closes: #224, #208)
358 - Editor
359         - Syntax highlighting for:
360           + debian files (debian/changelog, debian/control, debian/copyright, ..) (Closes: #142)
361           + updated sh syntax highlighting (Closes: #143)
362           + updated pascal syntax highlighting (Closes: #65)
363           + differentiate between c and cpp files for highlighting (Closes: #16)
364           + updated python highlighting to support python 2.6 (Closes: #216)
365         - Removed some unneeded variables (Closes: #168, #151)
366         - Do use a ro test if a file exists (Closes: #206)
367         - Fixes some missbehaviour in regex matching (Closes: #207, #211 )
368           + start at front of line and not on cursor position
369           + . shouldn't match a newline
371 - VFS
372         - Fix some bashisms in some extfs scripts (Closes: #146)
373         - Fixed various problems with symlinks and files with chars which needs
374           escaping over fish (Closes: #10, #87, #149, #53)
375         - Added 7zip extfs descriptor (Closes: #92)
376         - Switched from o3totxt to odf2txt as o3totxt is outdated (Closes: #218)
378 - Locale
379         - Updated german translation (Closes: #167)
380         - New Belarussian translation (Closes: #170)
381         - Updated russian translation (Closes: #159)
383 Version 4.6.2-pre1.
385 - Editor.
386         - Prompt the user whether to detach a hardlinked file
387           in "Quick save" mode.
388         - Fix a bug which prevented the editor from creating a
389           lock file in certain scenarios (bug #13673).
390         - New shortcut - Ctrl+S. Allows the user to toggle
391           syntax highlighting.
392         - Allow the user to override the automatic syntax 
393           highlighting.
394         - Duplicate hotkey fixes.
396 - VFS.
397         - extfs: Do not hang waiting for user input on password
398           protected .rar archives.
399         - extfs: Do not leave stale temporary files.
400         - extfs: Add support for ALZip archives.
401         - extfs: Properly retrieve the filesize of very large
402           files stored inside a .zip archive.
403         - extfs: Various quoting fixes.
404         - extfs: Various improvements in deb, iso9660, mailfs, rpm, trpm.
406         - fish: Fix uploading of files with backtick characters in
407           their names.
408         - fish: Improve upload speed.
409         - fish: Allow for retrieving files larger than 2 GB.
410         - fish: Enable reget functionality.
411         - fish: Use numerical uid/gid when retrieving the directory
412           listing.
414         - ftpfs: Allow for entering non-readable directories.
415         - ftpfs: Allow the user to interrupt the connection establishment.
416         - ftpfs: Enable reget functionality.
417         - ftpfs: `first_cd_then_ls' is the default mode for retrieving
418           directory contents now.
420         - tarfs: Add support for long filenames as stored in
421           ustar format archives.
422         - tarfs: Allow for working with archives conforming to
423           POSIX.1-2001 standard
426 Version 4.6.1.
428 - Core functionality.
429         - Bash < 2.05b no longer supported. For usage with bash < 2.05b fix
430         subshell_name_quote() to use 3-digit octals.
432 Version 4.6.1.
434 - Core functionality.
435         - Device numbers are displayed correctly.
436         - Improved message formatting for i18n.
437         - Recursive option added for internal grep.
439 - Viewer.
440         - Almost completely rewritten internal viewer.
441         - mmap(2) support removed from internal viewer.
443 - VFS.
444         - Fixed device number handling.
445         - zipfs can handle zip files that contain pathnames starting
446           with "./".
447         - Passive FTP over proxies is possible.
449 - Miscellaneous.
450         - Code cleanup in various places
453 Version 4.6.1-pre5.
455 - Core functionality.
456         - Fix double free in mc_maybe_editor_or_viewer().
457         - Do not blindly cleanup in exit_subshell().
458         - Fix blocking of panel cd-ing with white space command.
459         - Fix mini status after first Ctrl-O.
460         - Fix dynamic loading of Photon library for shift keys.
462 - Security.
463         - See also VFS.
465 - Portability.
466         - Added configuration files for Sun Solaris pkgmk(1).
468 - Editor.
469         - Fix position save bug.
470         - Improve c.syntax.
471         - Improve makefile.syntax.
472         - Improve python.syntax.
473         - Improve eiffel.syntax.
474         - Improve syntax.syntax.
476 - Viewer.
477         - Add .7z archives extensions to mc.ext.in.
478         - Add OpenOffice.org 2 extensions to mc.ext.in.
479         - Recognize both .udeb and .deb as Debian packages.
481 - Screen libraries.
482         - Backport S-Lang fixes from HEAD.
484 - VFS.
485         - Extensive samba cleanup.
486         - Fix possible crash on broken cpio archives.
487         - Quote fixes in urar.in.
489 - Translations.
490         - Updated translations: German.
491         - Updated translations: Italian.
494 Version 4.6.1-pre4.
496 - Core functionality.
497         - Fix X11 connection handling.
499 - Editor.
500         - Add syntax file for the x86 assembler.
501         - Add syntax file for the Vision(tm) Ray Tracer.
502         - Add syntax file for the CORBA IDL.
503         - Add syntax file for the LUA programming language.
506 Version 4.6.1-pre3.
508 - Core functionality.
509         - Improve support for tcsh.
511 - Translations.
512         - Updated translations: Spain.
515 Version 4.6.1-pre2.
517 Release candidate for 4.6.1.
519 - Security.
520         - Fixed CAN-2004-0226 (buffer overflows).
521         - Fixed CAN-2004-0231 (unsafe temporary file and directory creation).
522         - Fixed CAN-2004-0232 (format string vulnerablities).
523         - cons.saver does not need to be setuid-root on Linux.
524         - Hiding of FTP passwords.
526 - Portability.
527         - PC port has been removed.
528         - Support for SCO UNIX has been removed.
529         - Improve support for QNX Neutrino.
531 - Core functionality.
532         - Use 8bit input as default.
533         - Better support for '@' in FTP usernames.
534         - Better large file support (int -> off_t)
535         - Add gnome, rxvt and xterm-new terminals (keyword copy for mc.lib).
536         - Make the find dialog more responsive while scanning through large files.
537         - Add implementation to cons.handler for FreeBSD 4.x and 5.x.
538         - Screen saving is now supported on FreeBSD console.
539         - Hide temporary commands from history.
540         - Add --with-glib12 option to configure to force using glib 1.2.x.
541         - Add --disable-background option to disable background support.
542         - Background support now uses pipes instead of UNIX sockets.
543         - libX11 is loaded dynamically using gmodule if possible.
544         - User is warned if one mc is run from another.
546 - Screen libraries.
547         - Add many boundary check into internal slang library.
548         - Internal slang upgrade to 1.4.9.
549         - Increased maximum screen size to 512 x 512.
550         - Add support for qansi-m terminals.
552 - Editor.
553         - Fix bugs for mcedit compiled with ncurses.
554         - New status string format in mcedit.
555         - Support for large syntax files.
556         - Temporarily disable safe save and backups on remote VFS
557           because it doesn't work.
558         - Enable user menu in mcedit.
559         - Add syntax file for the ASP.NET technology.
560         - Add syntax file for the Eiffel programming language.
561         - Add syntax file for the Ruby programming language.
562         - Add syntax file for the C# programming language.
563         - Upgrade php.syntax file.
564         - Improve sql.syntax file.
565         - Improve perl.syntax.
566         - Improve diff.syntax.
567         - Improve makefile.syntax.
568         - Add "define" keyword for syntax files.
570 - VFS.
571         - Full audit of quoting of parameters in vfs scripts (CAN-2004-0494).
572         - Fixed CAN-2003-1023 (stack overflow in vfs_s_resolve_symlink).
573         - Various fixes in tar.c.
574         - VFS supports iso9660 images.
576 - Translations.
577         - New translations: Mongolian, Serbian and Lithuanian.
578         - Updated translations: Ukrainian, Italian, Hungarian.
581 Version 4.6.0.
583 - Core functionality.
584         - Fixed infinite loop under xterm if xterm is forcedly closed.
586 - Portability.
587         - ncurses can be found even if it's renamed to curses (OpenBSD).
588         - Warning fixes for 64-bit systems.
591 Version 4.6.0-pre3.
593 Another release candidate for 4.6.0.
595 - Core functionality.
596         - ".." is no longer shown in the root directory.
597         - Fixed segmentation fault when processing truncated
598           section header in the corrupted initialization file.
600 - Screen libraries.
601         - Fixed incorrect processing of AltGr on Linux console
602           introduced in -pre2.
604 - Documentation.
605         - Fixed a bug in man2hlp that could randomly prevent correct
606           generation of the help files.
607         - Added manual page for mcview.
610 Version 4.6.0-pre2.
612 Release candidate for 4.6.0.
614 - Security.
615         - mc now creates its own temporary directory /tmp/mc-$USER.
616           If it fails or permissions are wrong, the user is warned.
618 - Portability.
619         - mc now complies with the Filesystem Hierarchy Standard and
620           uses @prefix@/share/mc for the data files.
621         - Support for glib 2.0.x has been added.
622         - glib 1.2 is now properly detected on FreeBSD.
624 - Core functionality.
625         - Fixed segmentation fault when displaying messages from
626           background operations.
627         - When using support for setting the last working directory of
628           mc in the parent shell, "mc" is now an alias in all shells,
629           not a function.  The "-P" option needs an argument now.
630         - Alt-O sets the same directory on the other panel.
631         - Current directory is shown in the xterm window title.
633 - Screen libraries.
634         - Screen library is now selected by the option --with-screen.
635         - X11 support is enabled by default, use --without-x to disable.
636         - The keycode now contains information about all screen
637           modifiers.  This allows to implement more shortcuts, but this
638           work has just begun.
639         - Included S-Lang library has been updated to version 1.4.5.
640         - Mouse wheel is supported in the internal editor and viewer in
641           xterm compatible terminals that implement wheel events.
643 - Editor.
644         - Internal editor now saves the cursor position in the file.
645         - New syntax rules - RPM specfile, m4.
646         - Editor shows control characters in the caret notation.
648 - VFS.
649         - Most extfs scripts have been reviewed and improved.
650         - Fixed viewing and editing files on mcfs.
651         - Support for termnet and HSC firewall has been removed.
653 - Documentation.
654         - Polish manual has been added.
656 Version 4.6.0-pre1.
658 - Security release.  Massive code cleanup.  Most improvements didn't
659   need any significant amount of the new code.
661 - Security.
662         - Fixes for remotely exploitable buffer overflows in VFS.
664 - Ports and editions.
665         - GNOME edition has been removed.
666         - OS/2 port has been removed.
667         - MAD (Memory Allocation Debugger) has been removed.
669 - Core functionality.
670         - Large file support enabled by default.
671         - Shift-F5 and Shift-F6 copy and rename like F5 and F6, but
672           suggest the selected filename as the destination.
673         - File search with contents doesn't use external egrep.
674         - Directories with many files are now reloaded much faster.
675         - Subshell works under Cygwin.
677 - Screen libraries.
678         - Improved support for ncurses.
679         - Dropped support for the old Curses library.
680         - Colors are enabled on all capable terminals when using S-Lang.
681         - Syntax highlighting now works with ncurses.
683 - Editor.
684         - Editor files are now stored in ~/.mc/cedit instead of ~/.cedit
685           to avoid collision with Cooledit.
686         - New syntax rules - PHP, Tcl, SQL, DOS batch file.
687         - Editor supports word completion.
689 - VFS.
690         - Local temporary file is used for uploading via ftpfs/fish only
691           if file is uploaded to the same ftp/fish server.
692         - mcfs support is disabled by default.
693         - Samba configuration and codepage files locations can be
694           configured.
695         - .netrc support in ftpfs is enabled by default.
696         - Viewing zip files could corrupt them.
698 - Documentation.
699         - Added manuals in Spanish, Italian and Russian.
700         - Help files are not distributed, but generated during the
701           build from the manual pages.
703 - Translations.
704         - Belarussian translation has been added.
707 Version 4.5.55
709 - Mostly bugfixes and portability fixes.  Making things work as they
710   were meant to work.
712 - Text edition improvements.
713         - Ctrl-O supported in the viewer and editor.
714         - Better terminal support.  Should not need "Learn Keys" on rxvt
715           and xterm in most cases.
717 - GNOME edition improvements.
718         - Find dialog rewritten.
719         - Editor and viewer ask whether to save modified file when
720           closed from window manager.
722 - Editor.
723         - New syntax rules - S-Lang, PO files, Octave.
724         - Alt-B goes to matching bracket.
726 - Portability improvements.
727         - Should compile out-of-box on Cygwin and QNX Neutrino.
728         - Can be compiled by BSD make.
729         - Subshell and VFS code are safer and more portable.
731 - Experimental features (disabled by default).
732         - Charset conversion support.
733         - Large (64-bit) file support on 32-bit systems.
736 Version 4.5
738 - Too many new features to list.
740 - This is the last version to be actively maintained.  The GNOME
741   edition is in stabilization and maintenance phase only.  A new file
742   manager is being written for the GNOME project.
745 Version 3.5
747 - New hotlist code.
748         - The bookmark code has been completely revamped and now it supports
749           folders.  New format for the hot list file.
750         - It is possible to copy a selected path name into the input line 
751           (C-Enter).
753 - Tk enhancements.
754         - New built in GUI designer to help developers modify the look
755           of the program at run time (no penalty for users).
756         - Many dialog boxes now work.
757         - Right button now pops up a context sensitive action menu.
758         - Added many visual enhancements.
759         - The Tk edition is not yet finished though.
761 - File management.
762         - Now we do background copy and move operations.
763           (you can ftp your files in the background now, for example).
765 - Built in text editor
766         - This is an easy to use text editor with pull-down menus.
767           The features it presently supports are: Block copy, move,
768           delete, cut, paste; key for key undo; file insertion; macro
769           definition; regular expression search and replace (and our
770           own scanf-printf search and replace); shift-arrow MSW-MAC
771           text highlighting (for the Linux console only);
772           insert-overwrite toggle; and an option to pipe text blocks
773           through shell commands like indent.  
775           Comes with Emacs keybindings as well.
777           mcedit is a link to mc which bring it up in editor mode. 
779 - FTP File system
780         - Many fixes and enhancements, better support for proxy
781           machines.
782         - Now we support both active and passive opens.
783         - Estimated time of arrival for ftp transfers.
784         - stalled detection.
785         - Much better support for proxies.
786         - ftp URLs now allow a password to be provided.
788 - ext2fs Undelete File system
789         - Minor enhancements.
791 - TAR File system
792         - Now we flush the tarfs if the tar file has been modified
794 - External File systems:
795         - Speeded up RPM file system.
796         - New LHA file system.
797         - New ARC file system.
798         - New DEB file system (for those users of Debian).
799         - New RAR file system.
800         - Fixed problems with different zipfs.
802 - MC file system:
803         - We get can use a mc file system by using either mc: or mc:// prefixes. 
805 - Viewer changes:
806         - Now we include a program that preprocesses mail if you view it
807           so, you get colored mails in the viewer.
808         - A simple ruler has been implemented (press Alt-r to enable it).
810 - New hex editor
811         - Now you can do hex editions in your files with a single keystroke.
812           (invoke it by using the hex-viewer and then clicking on edit).
814 - Find file command:
815         - Now we can search inside files using a piped grep (particularly
816           interesting to search inside virtual file system: tar files, 
817           tar files on remote ftp sites, or searching information on an 
818           ftp site)
820 - Widgets:
821         - Input lines now support control-left, control-right movement on the
822           Linux console.
824 - Extension file:
825         - We now support extra entries in a given rule with the Include=
826           tag.
827         
828 - Ports:
829         - Windows NT, Windows 95 by Juan Grigera
830         - OS/2 by Alexander Dong.
833 - Many many many bug fixes and memory leaks have been fixed.
836 Version 3.2
838 - External File system:
839         - Mtools file system works.
840         - New Cpio file system.
841         - New RPM file system.
843 - FTP file system:
844         - support for HSC firewall
846 - Lots of subshell fixes
848 - Regexp-extension:
849         - Editing of non-local files works now.
851 - Bunch of bug fixes.
853 - Panelize now works properly.
855 - Can work on Nextstep now.
857 - Windows NT port by Juan Grigera.
859 - Midnight Commander file system server:
860         - Fixed errno handling in the server.
861         - Fixed time handling in the server.
862         - Better caching.
863         - Works with PAM if supported on the system.
865 Version 3.1
867 This has been finished:
869 - Enhanced ftpfs:
870   - Displays progress bars.
871   - Supports Netware and Windows NT servers
872   - Better support for symlinked files.
873   - Handles those warez sites file names.
874   - Increase the directory cache timeout.
875   - Cache flushing (C-r)
876   - If you append a /~ to the directory, you will log into your home
877     directory (this is done by default if you use the menus to connect).
878   - More robust.
879 - Subshell fixes (it should not hang any longer).
880   - Fixes prompt handling for zsh and tcsh users.
881   - Fixes variable expansion for tcsh (now you may edit files).
882   - Rewrote the sync code between the parent and child, should not hang
883     any longer.
884 - Better command completion.
885 - Keypad handling enhanced:
886   - Special key treatment for +, -, \ and now may be configure to
887     only take place if you do not have a command typed in.
888   - Now the + and \ bindings when ran on the Linux console work
889     may use the keypad and M-+ and M-\ and leave the + and \ keys
890     free.
891 - Better handling of the line drawing chars on OSF/1 and AIX.
892 - Enhanced tar/compressed tar file systems.
893 - Global kill ring.
894 - Added undelete feature for Linux systems: now you may recover deleted files
895   on ext2 file systems with the Undelete file system.
896 - Symlink commands (for symlink lovers).
897   see the docs on C-x C-r,  C-x C-l, C-x C-s keystrokes.
898 - New macros:
899   %b and %B return the basename of the selected filename
900   %var{ENV-VAR} expands to the contents of ENV-VAR variable.
901 - MC may be invoked as a viewer (mc -f flag).
902 - Added Unicode support on the Linux console (run with mc -N)
903 - Tons of bug fixes, the code is cleaner and hopefully 
904 - Allow a vfs pathname to be passed as a startup directory.
906 This is a list of people that put their effort into making the 3.1
907 release:
909 Adam Tla/lka, Antonio Palama, Carl Thompson, Ching Hui, Dugan Porter, Gerd
910 Knorr, Ilya Rybkin, Jakub Jelinek, Janne Kukonlehto, Juan Grigera, Juan Jose
911 Ciarlante, John Davis, Marcelo Fabian Roccasalva, Perry Francis Nguyen,
912 Sergey Ya Korshunoff Steven Hirsch, Thanh Ma and Torben Fjerdingstad.
914 Version 3.0
916 This has been finished:
918 - Virtual File System: You now can browse tar, compressed tar and 
919   file systems over the network as if they were local subdirectories;
920 - Slang support, you don't need ncurses anymore (but you can still compile
921   with ncurses, if you want).
922 - New mc.ext format, for details see the sample mc.ext file provided.
923 - Append option if you try to copy/move a file onto already existing one.
924 - Internal cd command uses CDPATH variable if set (like in BASH).
925 - Find file command is much faster.
926 - External panelize command - finding files using unlimited number of
927   criteria - actually spawns an external command and it can be find, awk,
928   grep -l or anything else.
929 - Learn keys makes setting up of mc on terminals with broken
930   terminfo/termcap databases easier. It just asks you to press keys which
931   are not working.
932 - Advanced chown command.
933 - C-PgUp and C-PgDn takes you to the previous and currently selected
934   directory respectively on the Linux console.
935 - You can choose between 7 data bits, iso-latin-1 (0-127+160-255) or
936   other (0-255).
937 - Confirmation for overwriting, deleting and exiting added.
938 - Viewer has growing buffers.
939 - Filename, username, hostname and variable completion (M-Tab) on all
940   input lines plus command completion on appropriate places of command
941   line.
942 - Following of symlinks at changing directory.
943 - Viewer now supports bold faces and underlines, and it fits the 
944   information on the screen better.  Now you can also specify the starting
945   mode for the viewer depending on the contents of the viewed file.
946 - Mask rename and copy.
947 - Colors now let you specify the intensity of the colors you want.
949 This is being worked on:
950 - Virtual File System: FTP file system.
951 - Tcl/Tk and XView versions of the program (preliminary versions are
952   up and running).
955 Version 2.0
957 Now users are able to define their own display 
959 - User defined display formats.
961   Now you can configure the file display to suit your needs.
962   For example, you can say which information you want to see displayed
963   instead of our defaults.
965 - User definable program layout.
967   Panels could be shown vertically or horizontally;
968   panels could be different sizes, you can hide or show most
969   program windows (command line, keybar or menubar).
971 - Output window.
973   Now, it's possible to see part of the last program output on the Linux
974   console without having to switch screens via an option in the layout
975   menu.
977 - New View modes:
979      Quick view: as you browse your files, each one is displayed on
980                  the other panel on the idle time.
982      Tree view:  let's you browse your directories by traveling a tree.  
983                  We have two traveling modes available.  And the tree does
984                  not take your precious time: it's build on the fly, as you
985                  browse your disk (you can always loose your time if you
986                  want to :-).
988      Info view:  Gives you information on the currently select file and
989                  the current file system as you move.
991      User view:  Let's you define a directory listing and the format you
992                  want to use.
994 - New subshell support (concurrent shell execution)
996   The Midnight Commander will now spawn one copy of the shell, so you
997   get better performance and you can use shell functions, define variables
998   and execute complete shell commands.  Supported shells: bash, zsh and
999   tcsh.  If your shell is not supported, then the old mode is still
1000   available.
1002 - Dialog box manager
1004   Almost all the new configuration options are configured with this
1005   new dialog manager, easy to use if you are familiar with dialog boxes
1006   in DOS and Windows. 
1008   Available widgets: check buttons, buttons, radio buttons, 
1009   input lines and list boxes (So you can take our code and use it on
1010   your applications).
1012 - New option configuration.
1014   Now the program options are configured with a dialog box.
1016 - Chmod and Chown commands:
1018   For changing permissions as well as ownership of files and
1019   directories, uses our new dialog manager.  
1021 - Color customization support
1023   Now you can change the default color of the program with any of
1024   these:
1025   environment variable, Colors section in the init file (colors per 
1026   terminal type) and command line.
1028 - User menu and extension enhancements:
1030   Execution understand the %t macro (tagged files). 
1032   User menu also has a new macro to let the user specify options.
1034   You can hide and show entries in the user menus by using conditions.
1036   Auto detect best match depending on a regexp.
1038 - Viewer: 
1039      Goto line command,
1040      horizontal scrolling,
1041      on the fly decompression (and we don't eat unneeded cycles of CPU),
1042      allow non gunzip operation.
1044 - Internal move command:
1046   Now, we don't rely anymore on system commands in /bin, so the
1047   program is more robust and is much faster.  Bunches of code come
1048   from the GNU fileutils.
1050 - The Tree view and normal views allows wrapped incremental searches of
1051   file names.
1053 - Mask rename:
1055   Now it's possible to do things like rename *.pas in *.bak
1057 - Compare directories command
1059 - Allow panels to be in Long mode without forcing the user to a single panel.
1061   (You can even have two long panels).
1063 - F10, C-g cancels as well as ESC ESC.
1065 - Improved help system.
1066   
1067   We updated and spelled the help system and added a lots of links.
1068   The Web page is constructed with the same tools.
1070 - Allows tagging of directories:
1072   Now you can copy, rename, move and delete complete directories.  You
1073   are not limited anymore to files.  
1075 - View output (screen save/restore) on Linux console.
1077   On old Linux systems, only b&w is supported, on newer Linux systems
1078   (1.1.67 and newer), we also support color screen save/restore and
1079   cursor positions.
1081 - 8 bit clean support.
1083 - Visual feedback while i-searching files.
1085 - Much more intuitive, you have to use it.
1087 - It's better than aspirin.
1089 - New memory allocation debugger.
1091   During testing time, we used a powerful memory allocation debugger,
1092   so the program will not eat all your memory, and will make a good use of
1093   your memory.  
1095 - Now it also runs on hppa-hp-hpux9, hppa-hp-hpux7, m68k-apple-aux and
1096   sparc-sun-netbsd1.0.  The best platform to run it is Linux, of course,
1097   since that's where most of us develop it.
1099 - Inode sort option.
1101 - Nice progress status indicator.
1103   We have two of them: a moving dash indicator and a progress bar
1104   indicator for file operations.
1106 Version 0.15
1108 - Uses GNU autoconf.
1109    Currently, it has been ported to this configurations:
1110    i386-*-linux1.0
1111    i386-*-linux1.1
1112    mips-sgi-irix5.2
1113    mips-dec-ultrix4.3
1114    rs6000-ibm-aix3.2.5
1115    sparc-sun-sunos4.1
1116    sparc-sun-solaris2.3
1118 - Improvements to the internal file viewer:
1119    Wrap/Unwrap mode.
1120    Hex mode.
1121    Hex searches.
1122    Now you can view compressed files (gzip, compress, zip, pack and lzh).
1123    Performance enhancements, now it's much faster.
1124    Works on systems without mmap.
1126 - Mouse Support now also works on xterms.
1127    If you run in the Linux console, you will still need the gpm mouse server
1128    to use the mouse support, but if you use xterms, then you're lucky 
1129    and can use the mouse support when using xterms.
1131 - Help system and man page.
1132    Both were updated and has many more hypertext links inside, the
1133    help system can also be used with a mouse.
1135 - If running on xterms, now you can see the output of the last program
1136   you ran by using the C-o key combination.
1138 - Switch panels command (C-u)
1139 - With filter command per panel.
1140 - With auto mounting/umounting on chdir feature.
1141 - cd now expands tildes (~, ~user).
1142 - Much more portable.
1143 - Many bugs were fixed.
1145 Version 0.14
1147 - Now can handle directories with an unlimited number of files.
1148 - New link and symlink commands (C-x l, C-x s).
1149 - New insert tagged files or selection command (C-x t).
1151 Version 0.13
1153 - Behave more like the Norton Commander.
1154 - Added menu file edit.
1155 - If there is no permission to load a directory, now it loads a dummy
1156   directory.
1157 - When a panel is re-sorted, keep the selected file selected.
1158 - forward_word and backward_word command on the input line now skip
1159   over letters and numbers.
1160 - Fixed backward scrolling in the internal viewer.
1161 - The internal viewer now computes the percentage in a more natural
1162   way.
1163 - Added handling of the Home and End keys to the internal viewer
1164 - Bug fixes.
1166 Version 0.12
1168 - Preliminary support for System V compilation.
1169 - Bug fix: didn't call closedir in all cases.
1170 - bug fixes.
1172 Version 0.11
1174 - Support cd -.
1175 - Corrected Makefile.
1177 Version 0.10 
1179 - Added new Alt-G, Alt-H, Alt-J to select the top file, middle file
1180   and bottom file in the current panel.
1181 - Now it's allowed to select option in query boxes by the first initial
1182 - Fixed mouse repeat rate.
1183 - Fixed a bug that prevent copying individual files to another file.
1184 - Some minor bug fixes.
1186 Version 0.9
1188 - Mouse Support.
1189 - Internal Copy command (it no longer uses cp).
1190 - Verbose Copying of files.
1191 - Confirmation on Overwrite and on Delete.
1192 - Support reverse sorting.
1193 - Many visual enhancements.
1194 - Per panel options are saved and restored.
1195 - New truncation of names in the panels.
1196 - History in Input Lines (M-p and M-n).
1197 - Input line enhancements.
1198 - Dialog boxes are nicer than before.
1199 - Cache in gid and uid translators.
1200 - More keybindings for the Input lines.
1201 - Better kill management in Input Lines.
1202 - Bug fixes.
1204 Version 0.8
1206 - The online help now comes with the complete man page.
1207 - Input lines now support M-b and M-f for movement by word.
1208 - Unlimited input lines (command line).
1209 - Filename searches now must be started with C-s or M-s.
1210 - Many bug fixes.
1212 Version 0.7
1214 - The stat() reloading optimization is now a configuration option.
1215 - Many bug fixes went to the find file command.
1216 - New history in the hypertext viewer. 
1217 - ESC-Tab will copy the name of the other-panel selected file to the
1218   input line.
1219 - Now it's possible to display files and directories mixed together or
1220   separated (like the Norton Commander).
1221 - Many bug fixes, see the ChangeLog for details.
1223 Version 0.6 
1225 - Extension dependent execution implemented (now you can execute
1226   things like tar tzvf over compressed tar files, just a tap in the
1227   Enter key).
1228 - Added simple expansion of useful variables in the user menu.
1229 - Avoid unnecessary reloading of subdirectories using stat (suggested
1230   by Torben Fjerdingstad <tfj@olivia.ping.dk>).
1231 - Added options to disable colors and display version number.
1232 - Allow start up directory specification (ex: mc /usr/local/bin /tmp).
1233 - Fixed bug that operated on the selection instead of the tagged file
1234 (when only one file was tagged). 
1235 - Some cosmetic changes.
1236 - Bug fixes.
1238 Version 0.5
1240 - Fixed bug in the help browser that crashed the program.
1241 - New internal viewer.
1242 - New long directory listing format.
1243 - some bug fixes.
1245 Version 0.4 
1247 - User Menus (F2 key).
1248 - Quick search of files in a panel (Alt-filename takes you to that file).
1249 - Char quoting (C-q).
1250 - exec() enhancements.
1251 - now you can suspend the program (C-z).
1252 - The find file command now seems to be very stable.
1253 - misc bug fixes.
1255 Version 0.3
1257 - Setup loading/saving.
1258 - Support for any size screen.
1259 - Many, many bug fixes.