added a new parameter for completion flags to input_new
[midnight-commander.git] / NEWS
blob03a2e43de3d59fbcb1ff0760f1b29eb53a08db52
1 Version 4.6.2
3 - MC Core
4         - Changed HQ url to point to new website
5           www.midnight-commander.org
6         - Added a micro helper library in order to go slowly
7           avay from glib
8         - Use static strings as section entries in ~/.mc/history
9           WARNING!: This will break old files
10         - Fixed a repaint issue when clicking on the "View" Button instead
11           of using F3
12         - Removed obsolete autoconf macros
13         - Fix escaping for command line completion
14         - prevend mc from segfaulting when getting invalid timestamps on files
15         - Fixed a keybord issue when running mc via a putty console
16         - setted pty fd to closeonexec (on subshell)
18 - Editor
19         - Syntax highlighting for:
20           + debian files (debian/changelog, debian/control, debian/copyright, ..)
21           + updated sh syntax highlighting
22           + updated pascal syntax highlighting
23           + differentiate between c and cpp files for highlighting
24         - Removed some unneeded variables
25         - Do use a ro test if a file exists
26         - Fixes some missbehaviour in regex matching
27           + start at front of line and not on cursor position
28           + . shouldn't match a newline
30 - VFS
31         - Fix some bashisms in some extfs scripts
32         - Fixed various problems with symlinks and files with chars which needs
33           escaping over fish
34         - Added 7zip extfs descriptor
36 - Locale
37         - Updated german translation
38         - New Belarussian translation
39         - Updated russian translation
41 Version 4.6.2-pre1.
43 - Editor.
44         - Prompt the user whether to detach a hardlinked file
45           in "Quick save" mode.
46         - Fix a bug which prevented the editor from creating a
47           lock file in certain scenarios (bug #13673).
48         - New shortcut - Ctrl+S. Allows the user to toggle
49           syntax highlighting.
50         - Allow the user to override the automatic syntax 
51           highlighting.
52         - Duplicate hotkey fixes.
54 - VFS.
55         - extfs: Do not hang waiting for user input on password
56           protected .rar archives.
57         - extfs: Do not leave stale temporary files.
58         - extfs: Add support for ALZip archives.
59         - extfs: Properly retrieve the filesize of very large
60           files stored inside a .zip archive.
61         - extfs: Various quoting fixes.
62         - extfs: Various improvements in deb, iso9660, mailfs, rpm, trpm.
64         - fish: Fix uploading of files with backtick characters in
65           their names.
66         - fish: Improve upload speed.
67         - fish: Allow for retrieving files larger than 2 GB.
68         - fish: Enable reget functionality.
69         - fish: Use numerical uid/gid when retrieving the directory
70           listing.
72         - ftpfs: Allow for entering non-readable directories.
73         - ftpfs: Allow the user to interrupt the connection establishment.
74         - ftpfs: Enable reget functionality.
75         - ftpfs: `first_cd_then_ls' is the default mode for retrieving
76           directory contents now.
78         - tarfs: Add support for long filenames as stored in
79           ustar format archives.
80         - tarfs: Allow for working with archives conforming to
81           POSIX.1-2001 standard
84 Version 4.6.1.
86 - Core functionality.
87         - Bash < 2.05b no longer supported. For usage with bash < 2.05b fix
88         subshell_name_quote() to use 3-digit octals.
90 Version 4.6.1.
92 - Core functionality.
93         - Device numbers are displayed correctly.
94         - Improved message formatting for i18n.
95         - Recursive option added for internal grep.
97 - Viewer.
98         - Almost completely rewritten internal viewer.
99         - mmap(2) support removed from internal viewer.
101 - VFS.
102         - Fixed device number handling.
103         - zipfs can handle zip files that contain pathnames starting
104           with "./".
105         - Passive FTP over proxies is possible.
107 - Miscellaneous.
108         - Code cleanup in various places
111 Version 4.6.1-pre5.
113 - Core functionality.
114         - Fix double free in mc_maybe_editor_or_viewer().
115         - Do not blindly cleanup in exit_subshell().
116         - Fix blocking of panel cd-ing with white space command.
117         - Fix mini status after first Ctrl-O.
118         - Fix dynamic loading of Photon library for shift keys.
120 - Security.
121         - See also VFS.
123 - Portability.
124         - Added configuration files for Sun Solaris pkgmk(1).
126 - Editor.
127         - Fix position save bug.
128         - Improve c.syntax.
129         - Improve makefile.syntax.
130         - Improve python.syntax.
131         - Improve eiffel.syntax.
132         - Improve syntax.syntax.
134 - Viewer.
135         - Add .7z archives extensions to mc.ext.in.
136         - Add OpenOffice.org 2 extensions to mc.ext.in.
137         - Recognize both .udeb and .deb as Debian packages.
139 - Screen libraries.
140         - Backport S-Lang fixes from HEAD.
142 - VFS.
143         - Extensive samba cleanup.
144         - Fix possible crash on broken cpio archives.
145         - Quote fixes in urar.in.
147 - Translations.
148         - Updated translations: German.
149         - Updated translations: Italian.
152 Version 4.6.1-pre4.
154 - Core functionality.
155         - Fix X11 connection handling.
157 - Editor.
158         - Add syntax file for the x86 assembler.
159         - Add syntax file for the Vision(tm) Ray Tracer.
160         - Add syntax file for the CORBA IDL.
161         - Add syntax file for the LUA programming language.
164 Version 4.6.1-pre3.
166 - Core functionality.
167         - Improve support for tcsh.
169 - Translations.
170         - Updated translations: Spain.
173 Version 4.6.1-pre2.
175 Release candidate for 4.6.1.
177 - Security.
178         - Fixed CAN-2004-0226 (buffer overflows).
179         - Fixed CAN-2004-0231 (unsafe temporary file and directory creation).
180         - Fixed CAN-2004-0232 (format string vulnerablities).
181         - cons.saver does not need to be setuid-root on Linux.
182         - Hiding of FTP passwords.
184 - Portability.
185         - PC port has been removed.
186         - Support for SCO UNIX has been removed.
187         - Improve support for QNX Neutrino.
189 - Core functionality.
190         - Use 8bit input as default.
191         - Better support for '@' in FTP usernames.
192         - Better large file support (int -> off_t)
193         - Add gnome, rxvt and xterm-new terminals (keyword copy for mc.lib).
194         - Make the find dialog more responsive while scanning through large files.
195         - Add implementation to cons.handler for FreeBSD 4.x and 5.x.
196         - Screen saving is now supported on FreeBSD console.
197         - Hide temporary commands from history.
198         - Add --with-glib12 option to configure to force using glib 1.2.x.
199         - Add --disable-background option to disable background support.
200         - Background support now uses pipes instead of UNIX sockets.
201         - libX11 is loaded dynamically using gmodule if possible.
202         - User is warned if one mc is run from another.
204 - Screen libraries.
205         - Add many boundary check into internal slang library.
206         - Internal slang upgrade to 1.4.9.
207         - Increased maximum screen size to 512 x 512.
208         - Add support for qansi-m terminals.
210 - Editor.
211         - Fix bugs for mcedit compiled with ncurses.
212         - New status string format in mcedit.
213         - Support for large syntax files.
214         - Temporarily disable safe save and backups on remote VFS
215           because it doesn't work.
216         - Enable user menu in mcedit.
217         - Add syntax file for the ASP.NET technology.
218         - Add syntax file for the Eiffel programming language.
219         - Add syntax file for the Ruby programming language.
220         - Add syntax file for the C# programming language.
221         - Upgrade php.syntax file.
222         - Improve sql.syntax file.
223         - Improve perl.syntax.
224         - Improve diff.syntax.
225         - Improve makefile.syntax.
226         - Add "define" keyword for syntax files.
228 - VFS.
229         - Full audit of quoting of parameters in vfs scripts (CAN-2004-0494).
230         - Fixed CAN-2003-1023 (stack overflow in vfs_s_resolve_symlink).
231         - Various fixes in tar.c.
232         - VFS supports iso9660 images.
234 - Translations.
235         - New translations: Mongolian, Serbian and Lithuanian.
236         - Updated translations: Ukrainian, Italian, Hungarian.
239 Version 4.6.0.
241 - Core functionality.
242         - Fixed infinite loop under xterm if xterm is forcedly closed.
244 - Portability.
245         - ncurses can be found even if it's renamed to curses (OpenBSD).
246         - Warning fixes for 64-bit systems.
249 Version 4.6.0-pre3.
251 Another release candidate for 4.6.0.
253 - Core functionality.
254         - ".." is no longer shown in the root directory.
255         - Fixed segmentation fault when processing truncated
256           section header in the corrupted initialization file.
258 - Screen libraries.
259         - Fixed incorrect processing of AltGr on Linux console
260           introduced in -pre2.
262 - Documentation.
263         - Fixed a bug in man2hlp that could randomly prevent correct
264           generation of the help files.
265         - Added manual page for mcview.
268 Version 4.6.0-pre2.
270 Release candidate for 4.6.0.
272 - Security.
273         - mc now creates its own temporary directory /tmp/mc-$USER.
274           If it fails or permissions are wrong, the user is warned.
276 - Portability.
277         - mc now complies with the Filesystem Hierarchy Standard and
278           uses @prefix@/share/mc for the data files.
279         - Support for glib 2.0.x has been added.
280         - glib 1.2 is now properly detected on FreeBSD.
282 - Core functionality.
283         - Fixed segmentation fault when displaying messages from
284           background operations.
285         - When using support for setting the last working directory of
286           mc in the parent shell, "mc" is now an alias in all shells,
287           not a function.  The "-P" option needs an argument now.
288         - Alt-O sets the same directory on the other panel.
289         - Current directory is shown in the xterm window title.
291 - Screen libraries.
292         - Screen library is now selected by the option --with-screen.
293         - X11 support is enabled by default, use --without-x to disable.
294         - The keycode now contains information about all screen
295           modifiers.  This allows to implement more shortcuts, but this
296           work has just begun.
297         - Included S-Lang library has been updated to version 1.4.5.
298         - Mouse wheel is supported in the internal editor and viewer in
299           xterm compatible terminals that implement wheel events.
301 - Editor.
302         - Internal editor now saves the cursor position in the file.
303         - New syntax rules - RPM specfile, m4.
304         - Editor shows control characters in the caret notation.
306 - VFS.
307         - Most extfs scripts have been reviewed and improved.
308         - Fixed viewing and editing files on mcfs.
309         - Support for termnet and HSC firewall has been removed.
311 - Documentation.
312         - Polish manual has been added.
314 Version 4.6.0-pre1.
316 - Security release.  Massive code cleanup.  Most improvements didn't
317   need any significant amount of the new code.
319 - Security.
320         - Fixes for remotely exploitable buffer overflows in VFS.
322 - Ports and editions.
323         - GNOME edition has been removed.
324         - OS/2 port has been removed.
325         - MAD (Memory Allocation Debugger) has been removed.
327 - Core functionality.
328         - Large file support enabled by default.
329         - Shift-F5 and Shift-F6 copy and rename like F5 and F6, but
330           suggest the selected filename as the destination.
331         - File search with contents doesn't use external egrep.
332         - Directories with many files are now reloaded much faster.
333         - Subshell works under Cygwin.
335 - Screen libraries.
336         - Improved support for ncurses.
337         - Dropped support for the old Curses library.
338         - Colors are enabled on all capable terminals when using S-Lang.
339         - Syntax highlighting now works with ncurses.
341 - Editor.
342         - Editor files are now stored in ~/.mc/cedit instead of ~/.cedit
343           to avoid collision with Cooledit.
344         - New syntax rules - PHP, Tcl, SQL, DOS batch file.
345         - Editor supports word completion.
347 - VFS.
348         - Local temporary file is used for uploading via ftpfs/fish only
349           if file is uploaded to the same ftp/fish server.
350         - mcfs support is disabled by default.
351         - Samba configuration and codepage files locations can be
352           configured.
353         - .netrc support in ftpfs is enabled by default.
354         - Viewing zip files could corrupt them.
356 - Documentation.
357         - Added manuals in Spanish, Italian and Russian.
358         - Help files are not distributed, but generated during the
359           build from the manual pages.
361 - Translations.
362         - Belarussian translation has been added.
365 Version 4.5.55
367 - Mostly bugfixes and portability fixes.  Making things work as they
368   were meant to work.
370 - Text edition improvements.
371         - Ctrl-O supported in the viewer and editor.
372         - Better terminal support.  Should not need "Learn Keys" on rxvt
373           and xterm in most cases.
375 - GNOME edition improvements.
376         - Find dialog rewritten.
377         - Editor and viewer ask whether to save modified file when
378           closed from window manager.
380 - Editor.
381         - New syntax rules - S-Lang, PO files, Octave.
382         - Alt-B goes to matching bracket.
384 - Portability improvements.
385         - Should compile out-of-box on Cygwin and QNX Neutrino.
386         - Can be compiled by BSD make.
387         - Subshell and VFS code are safer and more portable.
389 - Experimental features (disabled by default).
390         - Charset conversion support.
391         - Large (64-bit) file support on 32-bit systems.
394 Version 4.5
396 - Too many new features to list.
398 - This is the last version to be actively maintained.  The GNOME
399   edition is in stabilization and maintenance phase only.  A new file
400   manager is being written for the GNOME project.
403 Version 3.5
405 - New hotlist code.
406         - The bookmark code has been completely revamped and now it supports
407           folders.  New format for the hot list file.
408         - It is possible to copy a selected path name into the input line 
409           (C-Enter).
411 - Tk enhancements.
412         - New built in GUI designer to help developers modify the look
413           of the program at run time (no penalty for users).
414         - Many dialog boxes now work.
415         - Right button now pops up a context sensitive action menu.
416         - Added many visual enhancements.
417         - The Tk edition is not yet finished though.
419 - File management.
420         - Now we do background copy and move operations.
421           (you can ftp your files in the background now, for example).
423 - Built in text editor
424         - This is an easy to use text editor with pull-down menus.
425           The features it presently supports are: Block copy, move,
426           delete, cut, paste; key for key undo; file insertion; macro
427           definition; regular expression search and replace (and our
428           own scanf-printf search and replace); shift-arrow MSW-MAC
429           text highlighting (for the Linux console only);
430           insert-overwrite toggle; and an option to pipe text blocks
431           through shell commands like indent.  
433           Comes with Emacs keybindings as well.
435           mcedit is a link to mc which bring it up in editor mode. 
437 - FTP File system
438         - Many fixes and enhancements, better support for proxy
439           machines.
440         - Now we support both active and passive opens.
441         - Estimated time of arrival for ftp transfers.
442         - stalled detection.
443         - Much better support for proxies.
444         - ftp URLs now allow a password to be provided.
446 - ext2fs Undelete File system
447         - Minor enhancements.
449 - TAR File system
450         - Now we flush the tarfs if the tar file has been modified
452 - External File systems:
453         - Speeded up RPM file system.
454         - New LHA file system.
455         - New ARC file system.
456         - New DEB file system (for those users of Debian).
457         - New RAR file system.
458         - Fixed problems with different zipfs.
460 - MC file system:
461         - We get can use a mc file system by using either mc: or mc:// prefixes. 
463 - Viewer changes:
464         - Now we include a program that preprocesses mail if you view it
465           so, you get colored mails in the viewer.
466         - A simple ruler has been implemented (press Alt-r to enable it).
468 - New hex editor
469         - Now you can do hex editions in your files with a single keystroke.
470           (invoke it by using the hex-viewer and then clicking on edit).
472 - Find file command:
473         - Now we can search inside files using a piped grep (particularly
474           interesting to search inside virtual file system: tar files, 
475           tar files on remote ftp sites, or searching information on an 
476           ftp site)
478 - Widgets:
479         - Input lines now support control-left, control-right movement on the
480           Linux console.
482 - Extension file:
483         - We now support extra entries in a given rule with the Include=
484           tag.
485         
486 - Ports:
487         - Windows NT, Windows 95 by Juan Grigera
488         - OS/2 by Alexander Dong.
491 - Many many many bug fixes and memory leaks have been fixed.
494 Version 3.2
496 - External File system:
497         - Mtools file system works.
498         - New Cpio file system.
499         - New RPM file system.
501 - FTP file system:
502         - support for HSC firewall
504 - Lots of subshell fixes
506 - Regexp-extension:
507         - Editing of non-local files works now.
509 - Bunch of bug fixes.
511 - Panelize now works properly.
513 - Can work on Nextstep now.
515 - Windows NT port by Juan Grigera.
517 - Midnight Commander file system server:
518         - Fixed errno handling in the server.
519         - Fixed time handling in the server.
520         - Better caching.
521         - Works with PAM if supported on the system.
523 Version 3.1
525 This has been finished:
527 - Enhanced ftpfs:
528   - Displays progress bars.
529   - Supports Netware and Windows NT servers
530   - Better support for symlinked files.
531   - Handles those warez sites file names.
532   - Increase the directory cache timeout.
533   - Cache flushing (C-r)
534   - If you append a /~ to the directory, you will log into your home
535     directory (this is done by default if you use the menus to connect).
536   - More robust.
537 - Subshell fixes (it should not hang any longer).
538   - Fixes prompt handling for zsh and tcsh users.
539   - Fixes variable expansion for tcsh (now you may edit files).
540   - Rewrote the sync code between the parent and child, should not hang
541     any longer.
542 - Better command completion.
543 - Keypad handling enhanced:
544   - Special key treatment for +, -, \ and now may be configure to
545     only take place if you do not have a command typed in.
546   - Now the + and \ bindings when ran on the Linux console work
547     may use the keypad and M-+ and M-\ and leave the + and \ keys
548     free.
549 - Better handling of the line drawing chars on OSF/1 and AIX.
550 - Enhanced tar/compressed tar file systems.
551 - Global kill ring.
552 - Added undelete feature for Linux systems: now you may recover deleted files
553   on ext2 file systems with the Undelete file system.
554 - Symlink commands (for symlink lovers).
555   see the docs on C-x C-r,  C-x C-l, C-x C-s keystrokes.
556 - New macros:
557   %b and %B return the basename of the selected filename
558   %var{ENV-VAR} expands to the contents of ENV-VAR variable.
559 - MC may be invoked as a viewer (mc -f flag).
560 - Added Unicode support on the Linux console (run with mc -N)
561 - Tons of bug fixes, the code is cleaner and hopefully 
562 - Allow a vfs pathname to be passed as a startup directory.
564 This is a list of people that put their effort into making the 3.1
565 release:
567 Adam Tla/lka, Antonio Palama, Carl Thompson, Ching Hui, Dugan Porter, Gerd
568 Knorr, Ilya Rybkin, Jakub Jelinek, Janne Kukonlehto, Juan Grigera, Juan Jose
569 Ciarlante, John Davis, Marcelo Fabian Roccasalva, Perry Francis Nguyen,
570 Sergey Ya Korshunoff Steven Hirsch, Thanh Ma and Torben Fjerdingstad.
572 Version 3.0
574 This has been finished:
576 - Virtual File System: You now can browse tar, compressed tar and 
577   file systems over the network as if they were local subdirectories;
578 - Slang support, you don't need ncurses anymore (but you can still compile
579   with ncurses, if you want).
580 - New mc.ext format, for details see the sample mc.ext file provided.
581 - Append option if you try to copy/move a file onto already existing one.
582 - Internal cd command uses CDPATH variable if set (like in BASH).
583 - Find file command is much faster.
584 - External panelize command - finding files using unlimited number of
585   criteria - actually spawns an external command and it can be find, awk,
586   grep -l or anything else.
587 - Learn keys makes setting up of mc on terminals with broken
588   terminfo/termcap databases easier. It just asks you to press keys which
589   are not working.
590 - Advanced chown command.
591 - C-PgUp and C-PgDn takes you to the previous and currently selected
592   directory respectively on the Linux console.
593 - You can choose between 7 data bits, iso-latin-1 (0-127+160-255) or
594   other (0-255).
595 - Confirmation for overwriting, deleting and exiting added.
596 - Viewer has growing buffers.
597 - Filename, username, hostname and variable completion (M-Tab) on all
598   input lines plus command completion on appropriate places of command
599   line.
600 - Following of symlinks at changing directory.
601 - Viewer now supports bold faces and underlines, and it fits the 
602   information on the screen better.  Now you can also specify the starting
603   mode for the viewer depending on the contents of the viewed file.
604 - Mask rename and copy.
605 - Colors now let you specify the intensity of the colors you want.
607 This is being worked on:
608 - Virtual File System: FTP file system.
609 - Tcl/Tk and XView versions of the program (preliminary versions are
610   up and running).
613 Version 2.0
615 Now users are able to define their own display 
617 - User defined display formats.
619   Now you can configure the file display to suit your needs.
620   For example, you can say which information you want to see displayed
621   instead of our defaults.
623 - User definable program layout.
625   Panels could be shown vertically or horizontally;
626   panels could be different sizes, you can hide or show most
627   program windows (command line, keybar or menubar).
629 - Output window.
631   Now, it's possible to see part of the last program output on the Linux
632   console without having to switch screens via an option in the layout
633   menu.
635 - New View modes:
637      Quick view: as you browse your files, each one is displayed on
638                  the other panel on the idle time.
640      Tree view:  let's you browse your directories by traveling a tree.  
641                  We have two traveling modes available.  And the tree does
642                  not take your precious time: it's build on the fly, as you
643                  browse your disk (you can always loose your time if you
644                  want to :-).
646      Info view:  Gives you information on the currently select file and
647                  the current file system as you move.
649      User view:  Let's you define a directory listing and the format you
650                  want to use.
652 - New subshell support (concurrent shell execution)
654   The Midnight Commander will now spawn one copy of the shell, so you
655   get better performance and you can use shell functions, define variables
656   and execute complete shell commands.  Supported shells: bash, zsh and
657   tcsh.  If your shell is not supported, then the old mode is still
658   available.
660 - Dialog box manager
662   Almost all the new configuration options are configured with this
663   new dialog manager, easy to use if you are familiar with dialog boxes
664   in DOS and Windows. 
666   Available widgets: check buttons, buttons, radio buttons, 
667   input lines and list boxes (So you can take our code and use it on
668   your applications).
670 - New option configuration.
672   Now the program options are configured with a dialog box.
674 - Chmod and Chown commands:
676   For changing permissions as well as ownership of files and
677   directories, uses our new dialog manager.  
679 - Color customization support
681   Now you can change the default color of the program with any of
682   these:
683   environment variable, Colors section in the init file (colors per 
684   terminal type) and command line.
686 - User menu and extension enhancements:
688   Execution understand the %t macro (tagged files). 
690   User menu also has a new macro to let the user specify options.
692   You can hide and show entries in the user menus by using conditions.
694   Auto detect best match depending on a regexp.
696 - Viewer: 
697      Goto line command,
698      horizontal scrolling,
699      on the fly decompression (and we don't eat unneeded cycles of CPU),
700      allow non gunzip operation.
702 - Internal move command:
704   Now, we don't rely anymore on system commands in /bin, so the
705   program is more robust and is much faster.  Bunches of code come
706   from the GNU fileutils.
708 - The Tree view and normal views allows wrapped incremental searches of
709   file names.
711 - Mask rename:
713   Now it's possible to do things like rename *.pas in *.bak
715 - Compare directories command
717 - Allow panels to be in Long mode without forcing the user to a single panel.
719   (You can even have two long panels).
721 - F10, C-g cancels as well as ESC ESC.
723 - Improved help system.
724   
725   We updated and spelled the help system and added a lots of links.
726   The Web page is constructed with the same tools.
728 - Allows tagging of directories:
730   Now you can copy, rename, move and delete complete directories.  You
731   are not limited anymore to files.  
733 - View output (screen save/restore) on Linux console.
735   On old Linux systems, only b&w is supported, on newer Linux systems
736   (1.1.67 and newer), we also support color screen save/restore and
737   cursor positions.
739 - 8 bit clean support.
741 - Visual feedback while i-searching files.
743 - Much more intuitive, you have to use it.
745 - It's better than aspirin.
747 - New memory allocation debugger.
749   During testing time, we used a powerful memory allocation debugger,
750   so the program will not eat all your memory, and will make a good use of
751   your memory.  
753 - Now it also runs on hppa-hp-hpux9, hppa-hp-hpux7, m68k-apple-aux and
754   sparc-sun-netbsd1.0.  The best platform to run it is Linux, of course,
755   since that's where most of us develop it.
757 - Inode sort option.
759 - Nice progress status indicator.
761   We have two of them: a moving dash indicator and a progress bar
762   indicator for file operations.
764 Version 0.15
766 - Uses GNU autoconf.
767    Currently, it has been ported to this configurations:
768    i386-*-linux1.0
769    i386-*-linux1.1
770    mips-sgi-irix5.2
771    mips-dec-ultrix4.3
772    rs6000-ibm-aix3.2.5
773    sparc-sun-sunos4.1
774    sparc-sun-solaris2.3
776 - Improvements to the internal file viewer:
777    Wrap/Unwrap mode.
778    Hex mode.
779    Hex searches.
780    Now you can view compressed files (gzip, compress, zip, pack and lzh).
781    Performance enhancements, now it's much faster.
782    Works on systems without mmap.
784 - Mouse Support now also works on xterms.
785    If you run in the Linux console, you will still need the gpm mouse server
786    to use the mouse support, but if you use xterms, then you're lucky 
787    and can use the mouse support when using xterms.
789 - Help system and man page.
790    Both were updated and has many more hypertext links inside, the
791    help system can also be used with a mouse.
793 - If running on xterms, now you can see the output of the last program
794   you ran by using the C-o key combination.
796 - Switch panels command (C-u)
797 - With filter command per panel.
798 - With auto mounting/umounting on chdir feature.
799 - cd now expands tildes (~, ~user).
800 - Much more portable.
801 - Many bugs were fixed.
803 Version 0.14
805 - Now can handle directories with an unlimited number of files.
806 - New link and symlink commands (C-x l, C-x s).
807 - New insert tagged files or selection command (C-x t).
809 Version 0.13
811 - Behave more like the Norton Commander.
812 - Added menu file edit.
813 - If there is no permission to load a directory, now it loads a dummy
814   directory.
815 - When a panel is re-sorted, keep the selected file selected.
816 - forward_word and backward_word command on the input line now skip
817   over letters and numbers.
818 - Fixed backward scrolling in the internal viewer.
819 - The internal viewer now computes the percentage in a more natural
820   way.
821 - Added handling of the Home and End keys to the internal viewer
822 - Bug fixes.
824 Version 0.12
826 - Preliminary support for System V compilation.
827 - Bug fix: didn't call closedir in all cases.
828 - bug fixes.
830 Version 0.11
832 - Support cd -.
833 - Corrected Makefile.
835 Version 0.10 
837 - Added new Alt-G, Alt-H, Alt-J to select the top file, middle file
838   and bottom file in the current panel.
839 - Now it's allowed to select option in query boxes by the first initial
840 - Fixed mouse repeat rate.
841 - Fixed a bug that prevent copying individual files to another file.
842 - Some minor bug fixes.
844 Version 0.9
846 - Mouse Support.
847 - Internal Copy command (it no longer uses cp).
848 - Verbose Copying of files.
849 - Confirmation on Overwrite and on Delete.
850 - Support reverse sorting.
851 - Many visual enhancements.
852 - Per panel options are saved and restored.
853 - New truncation of names in the panels.
854 - History in Input Lines (M-p and M-n).
855 - Input line enhancements.
856 - Dialog boxes are nicer than before.
857 - Cache in gid and uid translators.
858 - More keybindings for the Input lines.
859 - Better kill management in Input Lines.
860 - Bug fixes.
862 Version 0.8
864 - The online help now comes with the complete man page.
865 - Input lines now support M-b and M-f for movement by word.
866 - Unlimited input lines (command line).
867 - Filename searches now must be started with C-s or M-s.
868 - Many bug fixes.
870 Version 0.7
872 - The stat() reloading optimization is now a configuration option.
873 - Many bug fixes went to the find file command.
874 - New history in the hypertext viewer. 
875 - ESC-Tab will copy the name of the other-panel selected file to the
876   input line.
877 - Now it's possible to display files and directories mixed together or
878   separated (like the Norton Commander).
879 - Many bug fixes, see the ChangeLog for details.
881 Version 0.6 
883 - Extension dependent execution implemented (now you can execute
884   things like tar tzvf over compressed tar files, just a tap in the
885   Enter key).
886 - Added simple expansion of useful variables in the user menu.
887 - Avoid unnecessary reloading of subdirectories using stat (suggested
888   by Torben Fjerdingstad <tfj@olivia.ping.dk>).
889 - Added options to disable colors and display version number.
890 - Allow start up directory specification (ex: mc /usr/local/bin /tmp).
891 - Fixed bug that operated on the selection instead of the tagged file
892 (when only one file was tagged). 
893 - Some cosmetic changes.
894 - Bug fixes.
896 Version 0.5
898 - Fixed bug in the help browser that crashed the program.
899 - New internal viewer.
900 - New long directory listing format.
901 - some bug fixes.
903 Version 0.4 
905 - User Menus (F2 key).
906 - Quick search of files in a panel (Alt-filename takes you to that file).
907 - Char quoting (C-q).
908 - exec() enhancements.
909 - now you can suspend the program (C-z).
910 - The find file command now seems to be very stable.
911 - misc bug fixes.
913 Version 0.3
915 - Setup loading/saving.
916 - Support for any size screen.
917 - Many, many bug fixes.