update AUTHORS file
[midnight-commander.git] / doc / NEWS
blob4280bde0eed3f0e3f5fc6bff29b6807714ff579a
1 Version 4.7.0
3     Major changes since 4.6.2
5 Core
7     * Native UTF-8 support;
8     * Scalable TUI;
9     * Added support for skins;
10     * Added support for key bindings;
11     * Added the ability to sort files by mouse click on column header;
12     * Added keybindings to change files sorting order via shortcuts
13       (PanelSelectSortOrder, PanelToggleSortOrderPrev, PanelToggleSortOrderNext,
14       PanelReverseSort, PanelSortOrderByName, PanelSortOrderByExt,
15       PanelSortOrderBySize, PanelSortOrderByMTime);
16     * Now the indicator of the sorting type and sorting direction is always
17       drawn on the panel header (sorting direction indicator is drawn near the
18       current column in the long file list mode only);
19     * Skin files: added new parameters 'sort-sign-up' and 'sort-sign-down' in
20       the section '[widget-common]' to change the indicator of the sorting order
21     * Added option 'extensions_case' to the filehighlight.ini file;
22     * Menu engine was reimplemented:
23        1) now the menu is built dynamically
24        2) the shortcut displayed in the menu item is not a part of the menu item
25           text and it is synchronized with the keybindings defined in mc.keymap
26           file;
27     * Removed own popt stuff (command line options parser), now using glib parser
28     * Added filename highlighting in the panels
29     * Copy/Move overwrite query dialog is more friendly to the long file names;
30     * On the first run the find file dialog now contains latest item from history;
31     * Charset support enabled by default (--enable-charset option);
32     * Added cyclic menu navigation;
33     * Changed the behavior of C-space: now it calculate size on "..",
34       and for selected dirs if there are any;
35     * New find file option: find only first hit in file (make search faster);
36     * New find file option: whole words (find whole words only);
37     * Support for the filename charset selection in panels;
38     * Reworked 'Find File' dialog;
39     * New unified search/replace engine with multiple search types: plain,
40       wildcard, regexp and hex;
41     * Extended 'Learn Keys' capability;
42     * Locale-based codepage autodetection;
43     * Initial support for Doxygen generated docs;
44     * Build system updates (autoconf);
45     * Translation updates;
46     * Multiple x86_64 fixes. 
48 VFS
50     * Fixed viewing the *.tar files with a colon in the name;
51     * Now 'exit' command on non-local filesystems is allowed;
52     * Added partial support for Microsoft CAB archives;
53     * Added support for *.ico files;
54     * Added support for *.djvu files;
55     * Fixed segfaults in various cases while browsing various VFSs;
56     * Fixed warnings when file is copied inside the archive;
57     * Fixed the recognition of the *.tar.xz archives;
58     * Added the recognition of the lzma archives by extension;
59     * Added support for IPv6 protocol in FTPFS;
60     * Updated extfs/iso9660 to support Joliet "UCS level 1". 
62 Editor
64     * Added scrolled percentage in status bar (only in "simple statusbar" mode);
65     * Fixed misbehaving rectangular selection in the editor (when selecting from
66       right to left and/or bottom to top) (#1553);
67     * Split editor menu 'Command' to 'Command' and 'Format';
68     * Added option 'Check POSIX new line' into 'Save mode...' dialog, add notifi-
69       cation before save when no newline at EOF (#46);
70     * Added keybindings ('EditShiftBlockLeft', 'EditShiftBlockRight') for shift
71       block;
72     * Fixed incorrect drawing CJK (double width) characters;
73     * Enhanced 'Save as' dialog by allowing to select the line breaks type:
74       Windows/UNIX/Mac (CR LF/LF/CR);
75     * Updated syntax highlighting for VerilogHDL, Shell script, mail, html;
76     * Added syntax highlighting for yum *.repo files, pacman's PKGBUILD and 
77       .install files, erlang, ebuild, named, strace, j;
78     * New search/replace flag added "In selection";
79     * New hotkeys for bookmarks, now bookmark is displayed in status line and editor;
80     * New cursor behavior: option "Cursor beyond end of line" allows moving the cursor
81       beyond the end of line.
82     * Various editor enhancements (mark/move/copy/paste vertical blocks);
83     * Source code navigation through ctags/etags TAGS files;
84     * New option: 'Persistent selection';
85     * Delete/Backspace deletes selected block if 'Persistent selection' is off;
86     * Ability to shift blocks to the right with Tab key and to the left with
87       Complete key if 'Persistent selection' is off;
88     * Show line numbers (optional);
89     * Highlighting of tabs and trailing spaces (optional);
90     * Added some hotkeys. 
92 Viewer
94     * Fixed tabs alignment (#1664);
95     * Fixed view of next/prev file (#1750);
96     * Fixed showing Windows/Mac (CR LF/CR) line terminator;
97     * Reworked to improve the performance;
98     * Implemented interruptible long-distance movements;
99     * Splitted src/view.[ch] into many files in src/viewer/ subdir to simplify
100       the support of the codebase;
101     * Fixed building of the format string at runtime (for better i18n);
102     * Added 'Whole words' option to the viewer 'Search' dialog. 
104 Misc
106     * Shared clipboard for the mc editor, form fields, panel and command prompt;
107     * Refactoring: now all filename constants are placed in src/fileloc.h file;
108     * Testing & development: added ability for change user config dir. For
109       example, type make CFLAGS='-DMC_USERCONF_DIR=\".mc2\"';
110     * Changed Alt+Backspace behavior in command line;
111     * Hotlist: support for the environment variables ($HOME, ~username, etc.);
112     * Hotlist: support for the completion in path input;
113     * All list widgets: support for the fast navigation by number keys (i.e. 1 -
114       first list item, 2 - second item etc.);
115     * New option mouse_close_dialog, if mouse_close_dialog=1 clicking outside
116       of the dialog closes them;
117     * New: SI-based size display;
118     * Shared history for find file, editor search/replace, viewer;
119     * Show free space on the current file system;
120     * Show size of the selected files in the mini-status bar.
122 Fixes
124     * Fixed broken building under uclibc < 0.9.29;
125     * Autoindent regression;
126     * Viewer Hex editor regression;
127     * Incorrect indentation block when selecting with F3 + keys;
128     * Fixed ownership of the config files;
129     * Configure.ac: fixed broken option check '--disable-vfs-undelfs';
130     * Learn keys: fixed incorrect save of keys configuration;
131     * Fixed bug with 'The shell is already running a command';
132     * Fixed 'B' artefact into OpenSuse root user console;
133     * Segfault on incorrect color pair in [Color] section;
134     * Incorrect position of panel codeset dialog;
135     * Limit file size display to 9 digits only;
136     * Lines drawing in -a stickchars mode (#1497);
137     * Segfault when you try to use non-anonymous FTP;
138     * Ctrl-O handling under GNU Screen in altscreen mode;
139     * Support for CP866 (IBM866) locale;
140     * Configure.ac: checking for minimal version of glib and exit if version
141       less than 2.6;
142     * Segfault by mouse wheel action in history list and menu (#1564);
143     * Fixed behavior of Meta+PgDn? in editor (#1598);
144     * Fixed behavior of the cursor movement by Ctrl+arrows when cursor is
145       beyond EOL;
146     * Fixed editor autocompletion;
147     * Fixed stealing the Kill Word shortcut by the Copy/Move dialog;
148     * Fixed autoconf issue when configure with --with-gpm-mouse option;
149     * Linking error with --enable-vfs-undelfs;
150     * External editor won't open if there are spaces in EDITOR variable;
151     * C-c kill mc if mc built with --without-subshell option and is run
152       with -d option;
153     * Directory hotlist rendering;
154     * Segfault on empty replace string;
155     * Fixes for vfs/tarfs;
156     * Removed bashizm from vfs/extfs/u7z;
157     * Crash mc on create new file (Shift-F4) in external editor;
158     * File copy/move dialog: asterisks are now handled as search groups in the
159       in replacement field;
160     * VFS: Fixed SIGSERV (or heap corruption) on long filenames;
161     * Restore correct current directory after switching from the Info panel to
162       List panel;
163     * Fixed broken backwards search (#1496);
164     * Fixed uninitialized value for mouse event in in find.c#check_find_events()
165       function;
166     * Fixed Ctrl+Z signal handling;
167     * Fixed incorrect prompt display;
168     * Fixed incorrect vertical selection (if status line is switched on);
169     * Fixed screen resize handle if mouse support is disabled;
170     * Fixed mouse support in 'konsole-256color' terminal;
171     * Fixed keycodes in 'xterm-256color' terminal;
172     * Fixed incorrect regexp search by content in 'file find' dialog;
173     * Fixed incorrect backwards search (#1558);
174     * Fixed incorrect detection of the compressed patchfs;
175     * Fixed incorrect detection of the codeset when <no translation> codeset is
176       selected;
177     * Editor undo fixes;
178     * Upstreamed many fixes from the distributions (Debian, ...);
179     * Fixed segfaults on fish permission checks;
180     * Fixed fish symlinks handling and fancy names escaping;
181     * Various mc.ext fixes;
182     * Command line completion fixes (mainly escaping);
183     * Small fixes in history handling (locale independent .mc/history entries);
184     * Code cleanups, various memleaks fixed (many thanks to valgrind). 
186 Version 4.7.0-pre4
187     Major changes since 4.7.0-pre3
189 Core
191     * Added feature of sort files by mouse click on column header
192     * Added keybindings to change files sort type via shortcuts
193       (PanelSelectSortOrder, PanelToggleSortOrderPrev, PanelToggleSortOrderNext,
194       PanelReverseSort, PanelSortOrderByName, PanelSortOrderByExt,
195       PanelSortOrderBySize, PanelSortOrderByMTime)
196     * Now the letter of sort type and sort direction is always drawn in panel
197       header (direction of sort is drown near the current sort column in long
198       file list mode only)
199     * Skin-files: added new parameters 'sort-sign-up' and 'sort-sign-down' in
200       the section '[widget-common]' to draw sign of sort direction
201     * Added option 'extensions_case' in filehighlight.ini file.
202     * Menu engine was reimplemented: 1) now menu is build dynamically, 2)
203       shortcut displayed in menu item is not a part of menu item text and it is
204       synchronized with keybinding defined in mc.keymap file (#1563).
208     * Fixed view *.tar files with a colon in name
209     * Allow 'exit' command on non-local filesystems
210     * Added partial support of Microsoft CAB-archives
211     * Added support of ico files
212     * Added support of *.djvu files
213     * Fix segfaults in various cases while browsing various VFSs
214     * Fixed warnings when file copy inside archive.
216 Editor
218     * Added scrolled percentage in status bar (only in "simple statusbar" mode)
219     * Fixed Misbehaving rectangular select in editor (wrong when selected from
220       right to left and/or bottom to top)
221     * Split editor menu 'Command' to 'Command' and 'Format'
222     * Added option 'Check POSIX new line' into 'Save mode...' dialog, add notification
223       before save when no newline at EOF (#46)
224     * Added bindings ('EditShiftBlockLeft', 'EditShiftBlockRight') for shift block
225     * Fixed incorrect drawing CJK (double width) character
227 Viewer
229     * Fixed tabs alignment (#1664)
230     * Fixed view of next/prev file (#1750)
232 Misc
234     * Shared clipboard for the mc editor, form fields, panel and command prompt
235     * Refactoring: now all filename constants are placed in src/fileloc.h file
236     * Testing & development: added ability for change user config dir. For example,
237       type make CFLAGS='-DMC_USERCONF_DIR=\".mc2\"'
238     * Changed Alt+Backspace behavior in command line
240 Fixes
242     * Fixed broken building under uclibc <0.9.29
243     * Autoindent regression
244     * Viewer Hex editor regression
245     * Incorrect indentation block when selecting with F3 + keys
246     * Fixed ownership of config files
247     * Configure.ac: fix broken check of option '--disable-vfs-undelfs'
248     * Learn keys: fixed incorrect save of keys configuration
249     * Fixed bug with 'The shell is already running a command'
250     * Fixed 'B' artefact into OpenSuse console of root user
253 Version 4.7.0-pre3
254     Major changes since 4.7.0-pre2
256 Core
258     * removed own popt stuff (command line options parser). Now used glib parser
259     * added feature for filenames highlighting in panels
260     * Copy/Move overwrite query dialog is more friendly for long file names
261     * at first run find file dialog now contain latest item from history
262     * charset support enabled by default (--enable-charset option)
263     * added support of skins
264     * added support of key bindings
268     * fixed recognize of tar.xz archives
269     * added recognize of lzma archives by extention
271 Editor
273     * 'Save as' dialog enhancement: select line break type: Windows/UNIX/Mac
274       (CR LF/LF/CR)
275     * syntax hightlighting updated: VerilogHDL, Shell script
276     * Added syntax highlighting for *.repo files of yum
277     * Added syntax highlighting of pacman's PKGBUILD and .install files
279 Viewer
281     * Fixed showing Windows/Mac (CR LF/CR) line terminator
283 Misc
285     * hotlist: support for environment variables ($HOME, ~username, etc.)
286     * hotlist: support for completion in path input
287     * all list widgets: support for fast navigation by number keys (i.e. 1 -
288       first list item, 2 - second)
290 Fixes
292     * restored action of 'ctrl-t' keybinding (mark files&dirs). For selecting
293       charset use 'alt-e'
294     * segfault on incorrect color pair in [Color] section
295     * incorrect position of panel codeset dialog
296     * limit of 9 digits for of file size display
297     * lines drawing in -a stickchars mode
298     * segfault when you try to use non-anonymous FTP
299     * Ctrl-O handling under GNU Screen in altscreen mode
300     * support of CP866 (IBM866) locale
301     * configure.ac: checking for minimal version of glib and exit if version less
302       than 2.6
303     * segfault by mouse wheel action in history list and menu
304     * Fixed behvior with Meta+PgDn? in editor
305     * Fixed behvior with cursor movement by Ctrl+arrows when cursor besides EOL
306     * Fixed editor autocompleting
307     * Fixed Copy/Move dialogs steal Kill Word shortcut
308     * Fixed autoconf issue when configure with --with-gpm-mouse option
311 Version 4.7.0-pre2
312     Major changes since 4.7.0-pre1
314 Core
316     * cycle menu navigation
317     * change behaviour of C-space, now it calculate size on "..", and for selected
318       dirs if there is one.
319     * new find file option: find only first hit in file (make search faster)
320     * new find file option: Whole words - find whole words only
321     * scalable TUI
325     * FTPFS: support of IPv6 protocol
326     * extfs/iso9660 updated to support Joliet "UCS level 1"
328 Editor
330     * new search/replace flag added "In selection"
331     * new hotkeys for bookmarks, now bookmark displayed in state line and editor
332     * new cursor behavior. Option "Cursor beyond end of line" - allow moving cursor
333       beyond the end of line
334     * new syntax hightlights added: erlang, ebuild, named, strace, j
335     * syntax hightlights updated: mail, vhdl, html
337 Viewer
339     * Reworked for improve perfomance
340     * Implemented interruptable long-distance movements
341     * splitted src/view.[ch] into many files in src/viewer/ subdir for more simple
342       support of code
343     * fixed build of format string in runtime (for better i18n)
344     * add 'Whole words' option into the viewer 'Search' dialog
346 Misc
348     * new option mouse_close_dialog, if mouse_close_dialog=1 click on outside the
349       dialog close them
350     * new: SI-based size show
351     * make shared history for find file, editor search/replace, viever
353 Fixes
355     * linking error with --enable-vfs-undelfs
356     * external editor won't open if there are spaces in EDITOR variable
357     * C-c kill mc if mc built with --without-subshell option is run with -d option
358     * directory hotlist rendering
359     * segfault on empty replace string
360     * fixes for vfs/tarfs
361     * removing bashizm from vfs/extfs/u7z
362     * crash mc on create new file (Shift-F4) in external editor
363     * File copy/move dialog: in replacement field now handled asterisks as search groups
364     * VFS: Fixed SIGSERV(or heap corruption) on large filenames
365     * Fixed broken backward search
366     * Fixed uninitialised value for mouse event in in find.c#check_find_events() function
367     * Fixed ctrl+z signal handling
368     * Fixed incorrect showing prompt
369     * Fixed incorrect vertical selection (if line state swiched on)
370     * Fixed screen resize handle if mouse support is disabled
371     * Restore correct current directory after switch from Info panel to List one
372     * Fixed mouse support in 'konsole-256color' terminal
373     * Fixed keycodes in 'xterm-256color' terminal
374     * Fixed incorrect regexp search by content in 'file find' dialog
375     * Fixed incorrect backwards search
376     * Fixed incorrect detection of compressed patchfs
377     * Fixed incorrect detecting codeset when <no translation> codeset selected
380 Version 4.7.0-pre1
382 Core changes:
384     * native UTF-8 support
385     * filenames charset selection support in panels
386     * new 'Find File' dialog
387     * new unified search/replace engine with search types: Plain, Wildcard, Regexp, Hex
388     * extended learn keys
389     * locale based codepage autodetection
390     * initial support for doxygen generated docs
391     * refresh of autoconf stuff
392     * translation updates
393     * x86_64 fixes
395 Editor:
397     * various editor enchancements (vertical block marking/moving/copy/paste)
398     * navigate across source code through ctags/etags TAGS file
399     * new option 'Persistent selection'
400     * Del/Backspace - delete selected block if 'Persistent selection' switched off
401     * shift block right with TAB key by TAB size or TAB symbol, shift block left with COMPLETE key
402       if 'Persistent selection' switched off
403     * optional showing of line numbers
404     * various syntax files updates
405     * optional highlighting of the tabs and trailing spaces
406     * add some hot-keys
408 Misc:
410     * showing of the free space on current file system
411     * showing of the size selected files in mini-status bar
413 Bug fixes:
415     * editor's undo fixes
416     * many fixes from other distributions are included
417     * fish handling for symlinks is fixed
418     * escaping of fancy names is fixed
419     * segfault in fish permission checks is fixed
420     * various mc.ext fixes
421     * commandline completion fixes (mainly, escaping hadling)
422     * small fixes in history handling (locale independent .mc/history entries)
423     * code cleanups, various memleak/etc fixes (many thanks to valgrind)
426 Version 4.6.2
428 - MC Core
429         - Changed HQ url to point to new website
430           www.midnight-commander.org (Closes: #137, #138)
431         - Added a micro helper library in order to go slowly
432           avay from glib (Closes: #157)
433         - Use static strings as section entries in ~/.mc/history
434           WARNING!: This will break old files (Closes: #50)
435         - Fixed a repaint issue when clicking on the "View" Button instead
436           of using F3 (Closes: #35)
437         - Removed obsolete autoconf macros (Closes: #133)
438         - Fix escaping for command line completion (Closes: #147)
439         - prevent mc from segfaulting when getting invalid timestamps on files (Closes: #96)
440         - Fixed a keybord issue when running mc via a putty console (Closes: #203)
441         - setted pty fd to closeonexec (on subshell) (Closes: #174)
442         - Fixed file renames, when copying/moving is performed
443           into deleted directories. (Closes: #181)
444         - Add an option to show executables first in the panels (Closes: #173)
445         - Fixed concat_dir_and_file if there is a parameter = NULL (Closes: #180)
446         - Allow out-of-tree builds (Closes: #224, #208)
448 - Editor
449         - Syntax highlighting for:
450           + debian files (debian/changelog, debian/control, debian/copyright, ..) (Closes: #142)
451           + updated sh syntax highlighting (Closes: #143)
452           + updated pascal syntax highlighting (Closes: #65)
453           + differentiate between c and cpp files for highlighting (Closes: #16)
454           + updated python highlighting to support python 2.6 (Closes: #216)
455         - Removed some unneeded variables (Closes: #168, #151)
456         - Do use a ro test if a file exists (Closes: #206)
457         - Fixes some missbehaviour in regex matching (Closes: #207, #211 )
458           + start at front of line and not on cursor position
459           + . shouldn't match a newline
461 - VFS
462         - Fix some bashisms in some extfs scripts (Closes: #146)
463         - Fixed various problems with symlinks and files with chars which needs
464           escaping over fish (Closes: #10, #87, #149, #53)
465         - Added 7zip extfs descriptor (Closes: #92)
466         - Switched from o3totxt to odf2txt as o3totxt is outdated (Closes: #218)
468 - Locale
469         - Updated german translation (Closes: #167)
470         - New Belarussian translation (Closes: #170)
471         - Updated russian translation (Closes: #159)
473 Version 4.6.2-pre1.
475 - Editor.
476         - Prompt the user whether to detach a hardlinked file
477           in "Quick save" mode.
478         - Fix a bug which prevented the editor from creating a
479           lock file in certain scenarios (bug #13673).
480         - New shortcut - Ctrl+S. Allows the user to toggle
481           syntax highlighting.
482         - Allow the user to override the automatic syntax 
483           highlighting.
484         - Duplicate hotkey fixes.
486 - VFS.
487         - extfs: Do not hang waiting for user input on password
488           protected .rar archives.
489         - extfs: Do not leave stale temporary files.
490         - extfs: Add support for ALZip archives.
491         - extfs: Properly retrieve the filesize of very large
492           files stored inside a .zip archive.
493         - extfs: Various quoting fixes.
494         - extfs: Various improvements in deb, iso9660, mailfs, rpm, trpm.
496         - fish: Fix uploading of files with backtick characters in
497           their names.
498         - fish: Improve upload speed.
499         - fish: Allow for retrieving files larger than 2 GB.
500         - fish: Enable reget functionality.
501         - fish: Use numerical uid/gid when retrieving the directory
502           listing.
504         - ftpfs: Allow for entering non-readable directories.
505         - ftpfs: Allow the user to interrupt the connection establishment.
506         - ftpfs: Enable reget functionality.
507         - ftpfs: `first_cd_then_ls' is the default mode for retrieving
508           directory contents now.
510         - tarfs: Add support for long filenames as stored in
511           ustar format archives.
512         - tarfs: Allow for working with archives conforming to
513           POSIX.1-2001 standard
516 Version 4.6.1.
518 - Core functionality.
519         - Bash < 2.05b no longer supported. For usage with bash < 2.05b fix
520         subshell_name_quote() to use 3-digit octals.
522 Version 4.6.1.
524 - Core functionality.
525         - Device numbers are displayed correctly.
526         - Improved message formatting for i18n.
527         - Recursive option added for internal grep.
529 - Viewer.
530         - Almost completely rewritten internal viewer.
531         - mmap(2) support removed from internal viewer.
533 - VFS.
534         - Fixed device number handling.
535         - zipfs can handle zip files that contain pathnames starting
536           with "./".
537         - Passive FTP over proxies is possible.
539 - Miscellaneous.
540         - Code cleanup in various places
543 Version 4.6.1-pre5.
545 - Core functionality.
546         - Fix double free in mc_maybe_editor_or_viewer().
547         - Do not blindly cleanup in exit_subshell().
548         - Fix blocking of panel cd-ing with white space command.
549         - Fix mini status after first Ctrl-O.
550         - Fix dynamic loading of Photon library for shift keys.
552 - Security.
553         - See also VFS.
555 - Portability.
556         - Added configuration files for Sun Solaris pkgmk(1).
558 - Editor.
559         - Fix position save bug.
560         - Improve c.syntax.
561         - Improve makefile.syntax.
562         - Improve python.syntax.
563         - Improve eiffel.syntax.
564         - Improve syntax.syntax.
566 - Viewer.
567         - Add .7z archives extensions to mc.ext.in.
568         - Add OpenOffice.org 2 extensions to mc.ext.in.
569         - Recognize both .udeb and .deb as Debian packages.
571 - Screen libraries.
572         - Backport S-Lang fixes from HEAD.
574 - VFS.
575         - Extensive samba cleanup.
576         - Fix possible crash on broken cpio archives.
577         - Quote fixes in urar.in.
579 - Translations.
580         - Updated translations: German.
581         - Updated translations: Italian.
584 Version 4.6.1-pre4.
586 - Core functionality.
587         - Fix X11 connection handling.
589 - Editor.
590         - Add syntax file for the x86 assembler.
591         - Add syntax file for the Vision(tm) Ray Tracer.
592         - Add syntax file for the CORBA IDL.
593         - Add syntax file for the LUA programming language.
596 Version 4.6.1-pre3.
598 - Core functionality.
599         - Improve support for tcsh.
601 - Translations.
602         - Updated translations: Spain.
605 Version 4.6.1-pre2.
607 Release candidate for 4.6.1.
609 - Security.
610         - Fixed CAN-2004-0226 (buffer overflows).
611         - Fixed CAN-2004-0231 (unsafe temporary file and directory creation).
612         - Fixed CAN-2004-0232 (format string vulnerablities).
613         - cons.saver does not need to be setuid-root on Linux.
614         - Hiding of FTP passwords.
616 - Portability.
617         - PC port has been removed.
618         - Support for SCO UNIX has been removed.
619         - Improve support for QNX Neutrino.
621 - Core functionality.
622         - Use 8bit input as default.
623         - Better support for '@' in FTP usernames.
624         - Better large file support (int -> off_t)
625         - Add gnome, rxvt and xterm-new terminals (keyword copy for mc.lib).
626         - Make the find dialog more responsive while scanning through large files.
627         - Add implementation to cons.handler for FreeBSD 4.x and 5.x.
628         - Screen saving is now supported on FreeBSD console.
629         - Hide temporary commands from history.
630         - Add --with-glib12 option to configure to force using glib 1.2.x.
631         - Add --disable-background option to disable background support.
632         - Background support now uses pipes instead of UNIX sockets.
633         - libX11 is loaded dynamically using gmodule if possible.
634         - User is warned if one mc is run from another.
636 - Screen libraries.
637         - Add many boundary check into internal slang library.
638         - Internal slang upgrade to 1.4.9.
639         - Increased maximum screen size to 512 x 512.
640         - Add support for qansi-m terminals.
642 - Editor.
643         - Fix bugs for mcedit compiled with ncurses.
644         - New status string format in mcedit.
645         - Support for large syntax files.
646         - Temporarily disable safe save and backups on remote VFS
647           because it doesn't work.
648         - Enable user menu in mcedit.
649         - Add syntax file for the ASP.NET technology.
650         - Add syntax file for the Eiffel programming language.
651         - Add syntax file for the Ruby programming language.
652         - Add syntax file for the C# programming language.
653         - Upgrade php.syntax file.
654         - Improve sql.syntax file.
655         - Improve perl.syntax.
656         - Improve diff.syntax.
657         - Improve makefile.syntax.
658         - Add "define" keyword for syntax files.
660 - VFS.
661         - Full audit of quoting of parameters in vfs scripts (CAN-2004-0494).
662         - Fixed CAN-2003-1023 (stack overflow in vfs_s_resolve_symlink).
663         - Various fixes in tar.c.
664         - VFS supports iso9660 images.
666 - Translations.
667         - New translations: Mongolian, Serbian and Lithuanian.
668         - Updated translations: Ukrainian, Italian, Hungarian.
671 Version 4.6.0.
673 - Core functionality.
674         - Fixed infinite loop under xterm if xterm is forcedly closed.
676 - Portability.
677         - ncurses can be found even if it's renamed to curses (OpenBSD).
678         - Warning fixes for 64-bit systems.
681 Version 4.6.0-pre3.
683 Another release candidate for 4.6.0.
685 - Core functionality.
686         - ".." is no longer shown in the root directory.
687         - Fixed segmentation fault when processing truncated
688           section header in the corrupted initialization file.
690 - Screen libraries.
691         - Fixed incorrect processing of AltGr on Linux console
692           introduced in -pre2.
694 - Documentation.
695         - Fixed a bug in man2hlp that could randomly prevent correct
696           generation of the help files.
697         - Added manual page for mcview.
700 Version 4.6.0-pre2.
702 Release candidate for 4.6.0.
704 - Security.
705         - mc now creates its own temporary directory /tmp/mc-$USER.
706           If it fails or permissions are wrong, the user is warned.
708 - Portability.
709         - mc now complies with the Filesystem Hierarchy Standard and
710           uses @prefix@/share/mc for the data files.
711         - Support for glib 2.0.x has been added.
712         - glib 1.2 is now properly detected on FreeBSD.
714 - Core functionality.
715         - Fixed segmentation fault when displaying messages from
716           background operations.
717         - When using support for setting the last working directory of
718           mc in the parent shell, "mc" is now an alias in all shells,
719           not a function.  The "-P" option needs an argument now.
720         - Alt-O sets the same directory on the other panel.
721         - Current directory is shown in the xterm window title.
723 - Screen libraries.
724         - Screen library is now selected by the option --with-screen.
725         - X11 support is enabled by default, use --without-x to disable.
726         - The keycode now contains information about all screen
727           modifiers.  This allows to implement more shortcuts, but this
728           work has just begun.
729         - Included S-Lang library has been updated to version 1.4.5.
730         - Mouse wheel is supported in the internal editor and viewer in
731           xterm compatible terminals that implement wheel events.
733 - Editor.
734         - Internal editor now saves the cursor position in the file.
735         - New syntax rules - RPM specfile, m4.
736         - Editor shows control characters in the caret notation.
738 - VFS.
739         - Most extfs scripts have been reviewed and improved.
740         - Fixed viewing and editing files on mcfs.
741         - Support for termnet and HSC firewall has been removed.
743 - Documentation.
744         - Polish manual has been added.
746 Version 4.6.0-pre1.
748 - Security release.  Massive code cleanup.  Most improvements didn't
749   need any significant amount of the new code.
751 - Security.
752         - Fixes for remotely exploitable buffer overflows in VFS.
754 - Ports and editions.
755         - GNOME edition has been removed.
756         - OS/2 port has been removed.
757         - MAD (Memory Allocation Debugger) has been removed.
759 - Core functionality.
760         - Large file support enabled by default.
761         - Shift-F5 and Shift-F6 copy and rename like F5 and F6, but
762           suggest the selected filename as the destination.
763         - File search with contents doesn't use external egrep.
764         - Directories with many files are now reloaded much faster.
765         - Subshell works under Cygwin.
767 - Screen libraries.
768         - Improved support for ncurses.
769         - Dropped support for the old Curses library.
770         - Colors are enabled on all capable terminals when using S-Lang.
771         - Syntax highlighting now works with ncurses.
773 - Editor.
774         - Editor files are now stored in ~/.mc/cedit instead of ~/.cedit
775           to avoid collision with Cooledit.
776         - New syntax rules - PHP, Tcl, SQL, DOS batch file.
777         - Editor supports word completion.
779 - VFS.
780         - Local temporary file is used for uploading via ftpfs/fish only
781           if file is uploaded to the same ftp/fish server.
782         - mcfs support is disabled by default.
783         - Samba configuration and codepage files locations can be
784           configured.
785         - .netrc support in ftpfs is enabled by default.
786         - Viewing zip files could corrupt them.
788 - Documentation.
789         - Added manuals in Spanish, Italian and Russian.
790         - Help files are not distributed, but generated during the
791           build from the manual pages.
793 - Translations.
794         - Belarussian translation has been added.
797 Version 4.5.55
799 - Mostly bugfixes and portability fixes.  Making things work as they
800   were meant to work.
802 - Text edition improvements.
803         - Ctrl-O supported in the viewer and editor.
804         - Better terminal support.  Should not need "Learn Keys" on rxvt
805           and xterm in most cases.
807 - GNOME edition improvements.
808         - Find dialog rewritten.
809         - Editor and viewer ask whether to save modified file when
810           closed from window manager.
812 - Editor.
813         - New syntax rules - S-Lang, PO files, Octave.
814         - Alt-B goes to matching bracket.
816 - Portability improvements.
817         - Should compile out-of-box on Cygwin and QNX Neutrino.
818         - Can be compiled by BSD make.
819         - Subshell and VFS code are safer and more portable.
821 - Experimental features (disabled by default).
822         - Charset conversion support.
823         - Large (64-bit) file support on 32-bit systems.
826 Version 4.5
828 - Too many new features to list.
830 - This is the last version to be actively maintained.  The GNOME
831   edition is in stabilization and maintenance phase only.  A new file
832   manager is being written for the GNOME project.
835 Version 3.5
837 - New hotlist code.
838         - The bookmark code has been completely revamped and now it supports
839           folders.  New format for the hot list file.
840         - It is possible to copy a selected path name into the input line 
841           (C-Enter).
843 - Tk enhancements.
844         - New built in GUI designer to help developers modify the look
845           of the program at run time (no penalty for users).
846         - Many dialog boxes now work.
847         - Right button now pops up a context sensitive action menu.
848         - Added many visual enhancements.
849         - The Tk edition is not yet finished though.
851 - File management.
852         - Now we do background copy and move operations.
853           (you can ftp your files in the background now, for example).
855 - Built in text editor
856         - This is an easy to use text editor with pull-down menus.
857           The features it presently supports are: Block copy, move,
858           delete, cut, paste; key for key undo; file insertion; macro
859           definition; regular expression search and replace (and our
860           own scanf-printf search and replace); shift-arrow MSW-MAC
861           text highlighting (for the Linux console only);
862           insert-overwrite toggle; and an option to pipe text blocks
863           through shell commands like indent.  
865           Comes with Emacs keybindings as well.
867           mcedit is a link to mc which bring it up in editor mode. 
869 - FTP File system
870         - Many fixes and enhancements, better support for proxy
871           machines.
872         - Now we support both active and passive opens.
873         - Estimated time of arrival for ftp transfers.
874         - stalled detection.
875         - Much better support for proxies.
876         - ftp URLs now allow a password to be provided.
878 - ext2fs Undelete File system
879         - Minor enhancements.
881 - TAR File system
882         - Now we flush the tarfs if the tar file has been modified
884 - External File systems:
885         - Speeded up RPM file system.
886         - New LHA file system.
887         - New ARC file system.
888         - New DEB file system (for those users of Debian).
889         - New RAR file system.
890         - Fixed problems with different zipfs.
892 - MC file system:
893         - We get can use a mc file system by using either mc: or mc:// prefixes. 
895 - Viewer changes:
896         - Now we include a program that preprocesses mail if you view it
897           so, you get colored mails in the viewer.
898         - A simple ruler has been implemented (press Alt-r to enable it).
900 - New hex editor
901         - Now you can do hex editions in your files with a single keystroke.
902           (invoke it by using the hex-viewer and then clicking on edit).
904 - Find file command:
905         - Now we can search inside files using a piped grep (particularly
906           interesting to search inside virtual file system: tar files, 
907           tar files on remote ftp sites, or searching information on an 
908           ftp site)
910 - Widgets:
911         - Input lines now support control-left, control-right movement on the
912           Linux console.
914 - Extension file:
915         - We now support extra entries in a given rule with the Include=
916           tag.
917         
918 - Ports:
919         - Windows NT, Windows 95 by Juan Grigera
920         - OS/2 by Alexander Dong.
923 - Many many many bug fixes and memory leaks have been fixed.
926 Version 3.2
928 - External File system:
929         - Mtools file system works.
930         - New Cpio file system.
931         - New RPM file system.
933 - FTP file system:
934         - support for HSC firewall
936 - Lots of subshell fixes
938 - Regexp-extension:
939         - Editing of non-local files works now.
941 - Bunch of bug fixes.
943 - Panelize now works properly.
945 - Can work on Nextstep now.
947 - Windows NT port by Juan Grigera.
949 - Midnight Commander file system server:
950         - Fixed errno handling in the server.
951         - Fixed time handling in the server.
952         - Better caching.
953         - Works with PAM if supported on the system.
955 Version 3.1
957 This has been finished:
959 - Enhanced ftpfs:
960   - Displays progress bars.
961   - Supports Netware and Windows NT servers
962   - Better support for symlinked files.
963   - Handles those warez sites file names.
964   - Increase the directory cache timeout.
965   - Cache flushing (C-r)
966   - If you append a /~ to the directory, you will log into your home
967     directory (this is done by default if you use the menus to connect).
968   - More robust.
969 - Subshell fixes (it should not hang any longer).
970   - Fixes prompt handling for zsh and tcsh users.
971   - Fixes variable expansion for tcsh (now you may edit files).
972   - Rewrote the sync code between the parent and child, should not hang
973     any longer.
974 - Better command completion.
975 - Keypad handling enhanced:
976   - Special key treatment for +, -, \ and now may be configure to
977     only take place if you do not have a command typed in.
978   - Now the + and \ bindings when ran on the Linux console work
979     may use the keypad and M-+ and M-\ and leave the + and \ keys
980     free.
981 - Better handling of the line drawing chars on OSF/1 and AIX.
982 - Enhanced tar/compressed tar file systems.
983 - Global kill ring.
984 - Added undelete feature for Linux systems: now you may recover deleted files
985   on ext2 file systems with the Undelete file system.
986 - Symlink commands (for symlink lovers).
987   see the docs on C-x C-r,  C-x C-l, C-x C-s keystrokes.
988 - New macros:
989   %b and %B return the basename of the selected filename
990   %var{ENV-VAR} expands to the contents of ENV-VAR variable.
991 - MC may be invoked as a viewer (mc -f flag).
992 - Added Unicode support on the Linux console (run with mc -N)
993 - Tons of bug fixes, the code is cleaner and hopefully 
994 - Allow a vfs pathname to be passed as a startup directory.
996 This is a list of people that put their effort into making the 3.1
997 release:
999 Adam Tla/lka, Antonio Palama, Carl Thompson, Ching Hui, Dugan Porter, Gerd
1000 Knorr, Ilya Rybkin, Jakub Jelinek, Janne Kukonlehto, Juan Grigera, Juan Jose
1001 Ciarlante, John Davis, Marcelo Fabian Roccasalva, Perry Francis Nguyen,
1002 Sergey Ya Korshunoff Steven Hirsch, Thanh Ma and Torben Fjerdingstad.
1004 Version 3.0
1006 This has been finished:
1008 - Virtual File System: You now can browse tar, compressed tar and 
1009   file systems over the network as if they were local subdirectories;
1010 - Slang support, you don't need ncurses anymore (but you can still compile
1011   with ncurses, if you want).
1012 - New mc.ext format, for details see the sample mc.ext file provided.
1013 - Append option if you try to copy/move a file onto already existing one.
1014 - Internal cd command uses CDPATH variable if set (like in BASH).
1015 - Find file command is much faster.
1016 - External panelize command - finding files using unlimited number of
1017   criteria - actually spawns an external command and it can be find, awk,
1018   grep -l or anything else.
1019 - Learn keys makes setting up of mc on terminals with broken
1020   terminfo/termcap databases easier. It just asks you to press keys which
1021   are not working.
1022 - Advanced chown command.
1023 - C-PgUp and C-PgDn takes you to the previous and currently selected
1024   directory respectively on the Linux console.
1025 - You can choose between 7 data bits, iso-latin-1 (0-127+160-255) or
1026   other (0-255).
1027 - Confirmation for overwriting, deleting and exiting added.
1028 - Viewer has growing buffers.
1029 - Filename, username, hostname and variable completion (M-Tab) on all
1030   input lines plus command completion on appropriate places of command
1031   line.
1032 - Following of symlinks at changing directory.
1033 - Viewer now supports bold faces and underlines, and it fits the 
1034   information on the screen better.  Now you can also specify the starting
1035   mode for the viewer depending on the contents of the viewed file.
1036 - Mask rename and copy.
1037 - Colors now let you specify the intensity of the colors you want.
1039 This is being worked on:
1040 - Virtual File System: FTP file system.
1041 - Tcl/Tk and XView versions of the program (preliminary versions are
1042   up and running).
1045 Version 2.0
1047 Now users are able to define their own display 
1049 - User defined display formats.
1051   Now you can configure the file display to suit your needs.
1052   For example, you can say which information you want to see displayed
1053   instead of our defaults.
1055 - User definable program layout.
1057   Panels could be shown vertically or horizontally;
1058   panels could be different sizes, you can hide or show most
1059   program windows (command line, keybar or menubar).
1061 - Output window.
1063   Now, it's possible to see part of the last program output on the Linux
1064   console without having to switch screens via an option in the layout
1065   menu.
1067 - New View modes:
1069      Quick view: as you browse your files, each one is displayed on
1070                  the other panel on the idle time.
1072      Tree view:  let's you browse your directories by traveling a tree.  
1073                  We have two traveling modes available.  And the tree does
1074                  not take your precious time: it's build on the fly, as you
1075                  browse your disk (you can always loose your time if you
1076                  want to :-).
1078      Info view:  Gives you information on the currently select file and
1079                  the current file system as you move.
1081      User view:  Let's you define a directory listing and the format you
1082                  want to use.
1084 - New subshell support (concurrent shell execution)
1086   The Midnight Commander will now spawn one copy of the shell, so you
1087   get better performance and you can use shell functions, define variables
1088   and execute complete shell commands.  Supported shells: bash, zsh and
1089   tcsh.  If your shell is not supported, then the old mode is still
1090   available.
1092 - Dialog box manager
1094   Almost all the new configuration options are configured with this
1095   new dialog manager, easy to use if you are familiar with dialog boxes
1096   in DOS and Windows. 
1098   Available widgets: check buttons, buttons, radio buttons, 
1099   input lines and list boxes (So you can take our code and use it on
1100   your applications).
1102 - New option configuration.
1104   Now the program options are configured with a dialog box.
1106 - Chmod and Chown commands:
1108   For changing permissions as well as ownership of files and
1109   directories, uses our new dialog manager.  
1111 - Color customization support
1113   Now you can change the default color of the program with any of
1114   these:
1115   environment variable, Colors section in the init file (colors per 
1116   terminal type) and command line.
1118 - User menu and extension enhancements:
1120   Execution understand the %t macro (tagged files). 
1122   User menu also has a new macro to let the user specify options.
1124   You can hide and show entries in the user menus by using conditions.
1126   Auto detect best match depending on a regexp.
1128 - Viewer: 
1129      Goto line command,
1130      horizontal scrolling,
1131      on the fly decompression (and we don't eat unneeded cycles of CPU),
1132      allow non gunzip operation.
1134 - Internal move command:
1136   Now, we don't rely anymore on system commands in /bin, so the
1137   program is more robust and is much faster.  Bunches of code come
1138   from the GNU fileutils.
1140 - The Tree view and normal views allows wrapped incremental searches of
1141   file names.
1143 - Mask rename:
1145   Now it's possible to do things like rename *.pas in *.bak
1147 - Compare directories command
1149 - Allow panels to be in Long mode without forcing the user to a single panel.
1151   (You can even have two long panels).
1153 - F10, C-g cancels as well as ESC ESC.
1155 - Improved help system.
1156   
1157   We updated and spelled the help system and added a lots of links.
1158   The Web page is constructed with the same tools.
1160 - Allows tagging of directories:
1162   Now you can copy, rename, move and delete complete directories.  You
1163   are not limited anymore to files.  
1165 - View output (screen save/restore) on Linux console.
1167   On old Linux systems, only b&w is supported, on newer Linux systems
1168   (1.1.67 and newer), we also support color screen save/restore and
1169   cursor positions.
1171 - 8 bit clean support.
1173 - Visual feedback while i-searching files.
1175 - Much more intuitive, you have to use it.
1177 - It's better than aspirin.
1179 - New memory allocation debugger.
1181   During testing time, we used a powerful memory allocation debugger,
1182   so the program will not eat all your memory, and will make a good use of
1183   your memory.  
1185 - Now it also runs on hppa-hp-hpux9, hppa-hp-hpux7, m68k-apple-aux and
1186   sparc-sun-netbsd1.0.  The best platform to run it is Linux, of course,
1187   since that's where most of us develop it.
1189 - Inode sort option.
1191 - Nice progress status indicator.
1193   We have two of them: a moving dash indicator and a progress bar
1194   indicator for file operations.
1196 Version 0.15
1198 - Uses GNU autoconf.
1199    Currently, it has been ported to this configurations:
1200    i386-*-linux1.0
1201    i386-*-linux1.1
1202    mips-sgi-irix5.2
1203    mips-dec-ultrix4.3
1204    rs6000-ibm-aix3.2.5
1205    sparc-sun-sunos4.1
1206    sparc-sun-solaris2.3
1208 - Improvements to the internal file viewer:
1209    Wrap/Unwrap mode.
1210    Hex mode.
1211    Hex searches.
1212    Now you can view compressed files (gzip, compress, zip, pack and lzh).
1213    Performance enhancements, now it's much faster.
1214    Works on systems without mmap.
1216 - Mouse Support now also works on xterms.
1217    If you run in the Linux console, you will still need the gpm mouse server
1218    to use the mouse support, but if you use xterms, then you're lucky 
1219    and can use the mouse support when using xterms.
1221 - Help system and man page.
1222    Both were updated and has many more hypertext links inside, the
1223    help system can also be used with a mouse.
1225 - If running on xterms, now you can see the output of the last program
1226   you ran by using the C-o key combination.
1228 - Switch panels command (C-u)
1229 - With filter command per panel.
1230 - With auto mounting/umounting on chdir feature.
1231 - cd now expands tildes (~, ~user).
1232 - Much more portable.
1233 - Many bugs were fixed.
1235 Version 0.14
1237 - Now can handle directories with an unlimited number of files.
1238 - New link and symlink commands (C-x l, C-x s).
1239 - New insert tagged files or selection command (C-x t).
1241 Version 0.13
1243 - Behave more like the Norton Commander.
1244 - Added menu file edit.
1245 - If there is no permission to load a directory, now it loads a dummy
1246   directory.
1247 - When a panel is re-sorted, keep the selected file selected.
1248 - forward_word and backward_word command on the input line now skip
1249   over letters and numbers.
1250 - Fixed backward scrolling in the internal viewer.
1251 - The internal viewer now computes the percentage in a more natural
1252   way.
1253 - Added handling of the Home and End keys to the internal viewer
1254 - Bug fixes.
1256 Version 0.12
1258 - Preliminary support for System V compilation.
1259 - Bug fix: didn't call closedir in all cases.
1260 - bug fixes.
1262 Version 0.11
1264 - Support cd -.
1265 - Corrected Makefile.
1267 Version 0.10 
1269 - Added new Alt-G, Alt-H, Alt-J to select the top file, middle file
1270   and bottom file in the current panel.
1271 - Now it's allowed to select option in query boxes by the first initial
1272 - Fixed mouse repeat rate.
1273 - Fixed a bug that prevent copying individual files to another file.
1274 - Some minor bug fixes.
1276 Version 0.9
1278 - Mouse Support.
1279 - Internal Copy command (it no longer uses cp).
1280 - Verbose Copying of files.
1281 - Confirmation on Overwrite and on Delete.
1282 - Support reverse sorting.
1283 - Many visual enhancements.
1284 - Per panel options are saved and restored.
1285 - New truncation of names in the panels.
1286 - History in Input Lines (M-p and M-n).
1287 - Input line enhancements.
1288 - Dialog boxes are nicer than before.
1289 - Cache in gid and uid translators.
1290 - More keybindings for the Input lines.
1291 - Better kill management in Input Lines.
1292 - Bug fixes.
1294 Version 0.8
1296 - The online help now comes with the complete man page.
1297 - Input lines now support M-b and M-f for movement by word.
1298 - Unlimited input lines (command line).
1299 - Filename searches now must be started with C-s or M-s.
1300 - Many bug fixes.
1302 Version 0.7
1304 - The stat() reloading optimization is now a configuration option.
1305 - Many bug fixes went to the find file command.
1306 - New history in the hypertext viewer. 
1307 - ESC-Tab will copy the name of the other-panel selected file to the
1308   input line.
1309 - Now it's possible to display files and directories mixed together or
1310   separated (like the Norton Commander).
1311 - Many bug fixes, see the ChangeLog for details.
1313 Version 0.6 
1315 - Extension dependent execution implemented (now you can execute
1316   things like tar tzvf over compressed tar files, just a tap in the
1317   Enter key).
1318 - Added simple expansion of useful variables in the user menu.
1319 - Avoid unnecessary reloading of subdirectories using stat (suggested
1320   by Torben Fjerdingstad <tfj@olivia.ping.dk>).
1321 - Added options to disable colors and display version number.
1322 - Allow start up directory specification (ex: mc /usr/local/bin /tmp).
1323 - Fixed bug that operated on the selection instead of the tagged file
1324 (when only one file was tagged). 
1325 - Some cosmetic changes.
1326 - Bug fixes.
1328 Version 0.5
1330 - Fixed bug in the help browser that crashed the program.
1331 - New internal viewer.
1332 - New long directory listing format.
1333 - some bug fixes.
1335 Version 0.4 
1337 - User Menus (F2 key).
1338 - Quick search of files in a panel (Alt-filename takes you to that file).
1339 - Char quoting (C-q).
1340 - exec() enhancements.
1341 - now you can suspend the program (C-z).
1342 - The find file command now seems to be very stable.
1343 - misc bug fixes.
1345 Version 0.3
1347 - Setup loading/saving.
1348 - Support for any size screen.
1349 - Many, many bug fixes.