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