Updated italian translatio
[midnight-commander.git] / NEWS
blob711d520377cc7d0b1a6a21a280ac2e2cbe76be7e
1 After version 4.6.0.
3 Add --with-glib12 option to configure to force using glib 1.2.x.
4 Add --disable-background option to disable background support.
5 Background support now uses pipes instead of UNIX sockets.
6 libX11 is loaded dynamically using gmodule if possible.
7 Screen saving is now supported on FreeBSD console.
8 Support for SCO UNIX has been removed.
9 User is warned if one mc is run from another.
11 Version 4.6.0.
13 - Core functionality.
14         - Fixed infinite loop under xterm if xterm is forcedly closed.
16 - Portability.
17         - ncurses can be found even if it's renamed to curses (OpenBSD).
18         - Warning fixes for 64-bit systems.
21 Version 4.6.0-pre3.
23 Another release candidate for 4.6.0.
25 - Core functionality.
26         - ".." is no longer shown in the root directory.
27         - Fixed segmentation fault when processing truncated
28           section header in the corrupted initialization file.
30 - Screen libraries.
31         - Fixed incorrect processing of AltGr on Linux console
32           introduced in -pre2.
34 - Documentation.
35         - Fixed a bug in man2hlp that could randomly prevent correct
36           generation of the help files.
37         - Added manual page for mcview.
40 Version 4.6.0-pre2.
42 Release candidate for 4.6.0.
44 - Security.
45         - mc now creates its own temporary directory /tmp/mc-$USER.
46           If it fails or permissions are wrong, the user is warned.
48 - Portability.
49         - mc now complies with the Filesystem Hierarchy Standard and
50           uses @prefix@/share/mc for the data files.
51         - Support for glib 2.0.x has been added.
52         - glib 1.2 is now properly detected on FreeBSD.
54 - Core functionality.
55         - Fixed segmentation fault when displaying messages from
56           background operations.
57         - When using support for setting the last working directory of
58           mc in the parent shell, "mc" is now an alias in all shells,
59           not a function.  The "-P" option needs an argument now.
60         - Alt-O sets the same directory on the other panel.
61         - Current directory is shown in the xterm window title.
63 - Screen libraries.
64         - Screen library is now selected by the option --with-screen.
65         - X11 support is enabled by default, use --without-x to disable.
66         - The keycode now contains information about all screen
67           modifiers.  This allows to implement more shortcuts, but this
68           work has just begun.
69         - Included S-Lang library has been updated to version 1.4.5.
70         - Mouse wheel is supported in the internal editor and viewer in
71           xterm compatible terminals that implement wheel events.
73 - Editor.
74         - Internal editor now saves the cursor position in the file.
75         - New syntax rules - RPM specfile, m4.
76         - Editor shows control characters in the caret notation.
78 - VFS.
79         - Most extfs scripts have been reviewed and improved.
80         - Fixed viewing and editing files on mcfs.
81         - Support for termnet and HSC firewall has been removed.
83 - Documentation.
84         - Polish manual has been added.
86 Version 4.6.0-pre1.
88 - Security release.  Massive code cleanup.  Most improvements didn't
89   need any significant amount of the new code.
91 - Security.
92         - Fixes for remotely exploitable buffer overflows in VFS.
94 - Ports and editions.
95         - GNOME edition has been removed.
96         - OS/2 port has been removed.
97         - MAD (Memory Allocation Debugger) has been removed.
99 - Core functionality.
100         - Large file support enabled by default.
101         - Shift-F5 and Shift-F6 copy and rename like F5 and F6, but
102           suggest the selected filename as the destination.
103         - File search with contents doesn't use external egrep.
104         - Directories with many files are now reloaded much faster.
105         - Subshell works under Cygwin.
107 - Screen libraries.
108         - Improved support for ncurses.
109         - Dropped support for the old Curses library.
110         - Colors are enabled on all capable terminals when using S-Lang.
111         - Syntax highlighting now works with ncurses.
113 - Editor.
114         - Editor files are now stored in ~/.mc/cedit instead of ~/.cedit
115           to avoid collision with Cooledit.
116         - New syntax rules - PHP, Tcl, SQL, DOS batch file.
117         - Editor supports word completion.
119 - VFS.
120         - Local temporary file is used for uploading via ftpfs/fish only
121           if file is uploaded to the same ftp/fish server.
122         - mcfs support is disabled by default.
123         - Samba configuration and codepage files locations can be
124           configured.
125         - .netrc support in ftpfs is enabled by default.
126         - Viewing zip files could corrupt them.
128 - Documentation.
129         - Added manuals in Spanish, Italian and Russian.
130         - Help files are not distributed, but generated during the
131           build from the manual pages.
133 - Translations.
134         - Belarussian translation has been added.
137 Version 4.5.55
139 - Mostly bugfixes and portability fixes.  Making things work as they
140   were meant to work.
142 - Text edition improvements.
143         - Ctrl-O supported in the viewer and editor.
144         - Better terminal support.  Should not need "Learn Keys" on rxvt
145           and xterm in most cases.
147 - GNOME edition improvements.
148         - Find dialog rewritten.
149         - Editor and viewer ask whether to save modified file when
150           closed from window manager.
152 - Editor.
153         - New syntax rules - S-Lang, PO files, Octave.
154         - Alt-B goes to matching bracket.
156 - Portability improvements.
157         - Should compile out-of-box on Cygwin and QNX Neutrino.
158         - Can be compiled by BSD make.
159         - Subshell and VFS code are safer and more portable.
161 - Experimental features (disabled by default).
162         - Charset conversion support.
163         - Large (64-bit) file support on 32-bit systems.
166 Version 4.5
168 - Too many new features to list.
170 - This is the last version to be actively maintained.  The GNOME
171   edition is in stabilization and maintenance phase only.  A new file
172   manager is being written for the GNOME project.
175 Version 3.5
177 - New hotlist code.
178         - The bookmark code has been completely revamped and now it supports
179           folders.  New format for the hot list file.
180         - It is possible to copy a selected path name into the input line 
181           (C-Enter).
183 - Tk enhancements.
184         - New built in GUI designer to help developers modify the look
185           of the program at run time (no penalty for users).
186         - Many dialog boxes now work.
187         - Right button now pops up a context sensitive action menu.
188         - Added many visual enhancements.
189         - The Tk edition is not yet finished though.
191 - File management.
192         - Now we do background copy and move operations.
193           (you can ftp your files in the background now, for example).
195 - Built in text editor
196         - This is an easy to use text editor with pull-down menus.
197           The features it presently supports are: Block copy, move,
198           delete, cut, paste; key for key undo; file insertion; macro
199           definition; regular expression search and replace (and our
200           own scanf-printf search and replace); shift-arrow MSW-MAC
201           text highlighting (for the Linux console only);
202           insert-overwrite toggle; and an option to pipe text blocks
203           through shell commands like indent.  
205           Comes with Emacs keybindings as well.
207           mcedit is a link to mc which bring it up in editor mode. 
209 - FTP File system
210         - Many fixes and enhancements, better support for proxy
211           machines.
212         - Now we support both active and passive opens.
213         - Estimated time of arrival for ftp transfers.
214         - stalled detection.
215         - Much better support for proxies.
216         - ftp URLs now allow a password to be provided.
218 - ext2fs Undelete File system
219         - Minor enhancements.
221 - TAR File system
222         - Now we flush the tarfs if the tar file has been modified
224 - External File systems:
225         - Speeded up RPM file system.
226         - New LHA file system.
227         - New ARC file system.
228         - New DEB file system (for those users of Debian).
229         - New RAR file system.
230         - Fixed problems with different zipfs.
232 - MC file system:
233         - We get can use a mc file system by using either mc: or mc:// prefixes. 
235 - Viewer changes:
236         - Now we include a program that preprocesses mail if you view it
237           so, you get colored mails in the viewer.
238         - A simple ruler has been implemented (press Alt-r to enable it).
240 - New hex editor
241         - Now you can do hex editions in your files with a single keystroke.
242           (invoke it by using the hex-viewer and then clicking on edit).
244 - Find file command:
245         - Now we can search inside files using a piped grep (particularly
246           interesting to search inside virtual file system: tar files, 
247           tar files on remote ftp sites, or searching information on an 
248           ftp site)
250 - Widgets:
251         - Input lines now support control-left, control-right movement on the
252           Linux console.
254 - Extension file:
255         - We now support extra entries in a given rule with the Include=
256           tag.
257         
258 - Ports:
259         - Windows NT, Windows 95 by Juan Grigera
260         - OS/2 by Alexander Dong.
263 - Many many many bug fixes and memory leaks have been fixed.
266 Version 3.2
268 - External File system:
269         - Mtools file system works.
270         - New Cpio file system.
271         - New RPM file system.
273 - FTP file system:
274         - support for HSC firewall
276 - Lots of subshell fixes
278 - Regexp-extension:
279         - Editing of non-local files works now.
281 - Bunch of bug fixes.
283 - Panelize now works properly.
285 - Can work on Nextstep now.
287 - Windows NT port by Juan Grigera.
289 - Midnight Commander file system server:
290         - Fixed errno handling in the server.
291         - Fixed time handling in the server.
292         - Better caching.
293         - Works with PAM if supported on the system.
295 Version 3.1
297 This has been finished:
299 - Enhanced ftpfs:
300   - Displays progress bars.
301   - Supports Netware and Windows NT servers
302   - Better support for symlinked files.
303   - Handles those warez sites file names.
304   - Increase the directory cache timeout.
305   - Cache flushing (C-r)
306   - If you append a /~ to the directory, you will log into your home
307     directory (this is done by default if you use the menus to connect).
308   - More robust.
309 - Subshell fixes (it should not hang any longer).
310   - Fixes prompt handling for zsh and tcsh users.
311   - Fixes variable expansion for tcsh (now you may edit files).
312   - Rewrote the sync code between the parent and child, should not hang
313     any longer.
314 - Better command completion.
315 - Keypad handling enhanced:
316   - Special key treatment for +, -, \ and now may be configure to
317     only take place if you do not have a command typed in.
318   - Now the + and \ bindings when ran on the Linux console work
319     may use the keypad and M-+ and M-\ and leave the + and \ keys
320     free.
321 - Better handling of the line drawing chars on OSF/1 and AIX.
322 - Enhanced tar/compressed tar file systems.
323 - Global kill ring.
324 - Added undelete feature for Linux systems: now you may recover deleted files
325   on ext2 file systems with the Undelete file system.
326 - Symlink commands (for symlink lovers).
327   see the docs on C-x C-r,  C-x C-l, C-x C-s keystrokes.
328 - New macros:
329   %b and %B return the basename of the selected filename
330   %var{ENV-VAR} expands to the contents of ENV-VAR variable.
331 - MC may be invoked as a viewer (mc -f flag).
332 - Added Unicode support on the Linux console (run with mc -N)
333 - Tons of bug fixes, the code is cleaner and hopefully 
334 - Allow a vfs pathname to be passed as a startup directory.
336 This is a list of people that put their effort into making the 3.1
337 release:
339 Adam Tla/lka, Antonio Palama, Carl Thompson, Ching Hui, Dugan Porter, Gerd
340 Knorr, Ilya Rybkin, Jakub Jelinek, Janne Kukonlehto, Juan Grigera, Juan Jose
341 Ciarlante, John Davis, Marcelo Fabian Roccasalva, Perry Francis Nguyen,
342 Sergey Ya Korshunoff Steven Hirsch, Thanh Ma and Torben Fjerdingstad.
344 Version 3.0
346 This has been finished:
348 - Virtual File System: You now can browse tar, compressed tar and 
349   file systems over the network as if they were local subdirectories;
350 - Slang support, you don't need ncurses anymore (but you can still compile
351   with ncurses, if you want).
352 - New mc.ext format, for details see the sample mc.ext file provided.
353 - Append option if you try to copy/move a file onto already existing one.
354 - Internal cd command uses CDPATH variable if set (like in BASH).
355 - Find file command is much faster.
356 - External panelize command - finding files using unlimited number of
357   criteria - actually spawns an external command and it can be find, awk,
358   grep -l or anything else.
359 - Learn keys makes setting up of mc on terminals with broken
360   terminfo/termcap databases easier. It just asks you to press keys which
361   are not working.
362 - Advanced chown command.
363 - C-PgUp and C-PgDn takes you to the previous and currently selected
364   directory respectively on the Linux console.
365 - You can choose between 7 data bits, iso-latin-1 (0-127+160-255) or
366   other (0-255).
367 - Confirmation for overwriting, deleting and exiting added.
368 - Viewer has growing buffers.
369 - Filename, username, hostname and variable completion (M-Tab) on all
370   input lines plus command completion on appropriate places of command
371   line.
372 - Following of symlinks at changing directory.
373 - Viewer now supports bold faces and underlines, and it fits the 
374   information on the screen better.  Now you can also specify the starting
375   mode for the viewer depending on the contents of the viewed file.
376 - Mask rename and copy.
377 - Colors now let you specify the intensity of the colors you want.
379 This is being worked on:
380 - Virtual File System: FTP file system.
381 - Tcl/Tk and XView versions of the program (preliminary versions are
382   up and running).
385 Version 2.0
387 Now users are able to define their own display 
389 - User defined display formats.
391   Now you can configure the file display to suit your needs.
392   For example, you can say which information you want to see displayed
393   instead of our defaults.
395 - User definable program layout.
397   Panels could be shown vertically or horizontally;
398   panels could be different sizes, you can hide or show most
399   program windows (command line, keybar or menubar).
401 - Output window.
403   Now, it's possible to see part of the last program output on the Linux
404   console without having to switch screens via an option in the layout
405   menu.
407 - New View modes:
409      Quick view: as you browse your files, each one is displayed on
410                  the other panel on the idle time.
412      Tree view:  let's you browse your directories by traveling a tree.  
413                  We have two traveling modes available.  And the tree does
414                  not take your precious time: it's build on the fly, as you
415                  browse your disk (you can always loose your time if you
416                  want to :-).
418      Info view:  Gives you information on the currently select file and
419                  the current file system as you move.
421      User view:  Let's you define a directory listing and the format you
422                  want to use.
424 - New subshell support (concurrent shell execution)
426   The Midnight Commander will now spawn one copy of the shell, so you
427   get better performance and you can use shell functions, define variables
428   and execute complete shell commands.  Supported shells: bash, zsh and
429   tcsh.  If your shell is not supported, then the old mode is still
430   available.
432 - Dialog box manager
434   Almost all the new configuration options are configured with this
435   new dialog manager, easy to use if you are familiar with dialog boxes
436   in DOS and Windows. 
438   Available widgets: check buttons, buttons, radio buttons, 
439   input lines and list boxes (So you can take our code and use it on
440   your applications).
442 - New option configuration.
444   Now the program options are configured with a dialog box.
446 - Chmod and Chown commands:
448   For changing permissions as well as ownership of files and
449   directories, uses our new dialog manager.  
451 - Color customization support
453   Now you can change the default color of the program with any of
454   these:
455   environment variable, Colors section in the init file (colors per 
456   terminal type) and command line.
458 - User menu and extension enhancements:
460   Execution understand the %t macro (tagged files). 
462   User menu also has a new macro to let the user specify options.
464   You can hide and show entries in the user menus by using conditions.
466   Auto detect best match depending on a regexp.
468 - Viewer: 
469      Goto line command,
470      horizontal scrolling,
471      on the fly decompression (and we don't eat unneeded cycles of CPU),
472      allow non gunzip operation.
474 - Internal move command:
476   Now, we don't rely anymore on system commands in /bin, so the
477   program is more robust and is much faster.  Bunches of code come
478   from the GNU fileutils.
480 - The Tree view and normal views allows wrapped incremental searches of
481   file names.
483 - Mask rename:
485   Now it's possible to do things like rename *.pas in *.bak
487 - Compare directories command
489 - Allow panels to be in Long mode without forcing the user to a single panel.
491   (You can even have two long panels).
493 - F10, C-g cancels as well as ESC ESC.
495 - Improved help system.
496   
497   We updated and spelled the help system and added a lots of links.
498   The Web page is constructed with the same tools.
500 - Allows tagging of directories:
502   Now you can copy, rename, move and delete complete directories.  You
503   are not limited anymore to files.  
505 - View output (screen save/restore) on Linux console.
507   On old Linux systems, only b&w is supported, on newer Linux systems
508   (1.1.67 and newer), we also support color screen save/restore and
509   cursor positions.
511 - 8 bit clean support.
513 - Visual feedback while i-searching files.
515 - Much more intuitive, you have to use it.
517 - It's better than aspirin.
519 - New memory allocation debugger.
521   During testing time, we used a powerful memory allocation debugger,
522   so the program will not eat all your memory, and will make a good use of
523   your memory.  
525 - Now it also runs on hppa-hp-hpux9, hppa-hp-hpux7, m68k-apple-aux and
526   sparc-sun-netbsd1.0.  The best platform to run it is Linux, of course,
527   since that's where most of us develop it.
529 - Inode sort option.
531 - Nice progress status indicator.
533   We have two of them: a moving dash indicator and a progress bar
534   indicator for file operations.
536 Version 0.15
538 - Uses GNU autoconf.
539    Currently, it has been ported to this configurations:
540    i386-*-linux1.0
541    i386-*-linux1.1
542    mips-sgi-irix5.2
543    mips-dec-ultrix4.3
544    rs6000-ibm-aix3.2.5
545    sparc-sun-sunos4.1
546    sparc-sun-solaris2.3
548 - Improvements to the internal file viewer:
549    Wrap/Unwrap mode.
550    Hex mode.
551    Hex searches.
552    Now you can view compressed files (gzip, compress, zip, pack and lzh).
553    Performance enhancements, now it's much faster.
554    Works on systems without mmap.
556 - Mouse Support now also works on xterms.
557    If you run in the Linux console, you will still need the gpm mouse server
558    to use the mouse support, but if you use xterms, then you're lucky 
559    and can use the mouse support when using xterms.
561 - Help system and man page.
562    Both were updated and has many more hypertext links inside, the
563    help system can also be used with a mouse.
565 - If running on xterms, now you can see the output of the last program
566   you ran by using the C-o key combination.
568 - Switch panels command (C-u)
569 - With filter command per panel.
570 - With auto mounting/umounting on chdir feature.
571 - cd now expands tildes (~, ~user).
572 - Much more portable.
573 - Many bugs were fixed.
575 Version 0.14
577 - Now can handle directories with an unlimited number of files.
578 - New link and symlink commands (C-x l, C-x s).
579 - New insert tagged files or selection command (C-x t).
581 Version 0.13
583 - Behave more like the Norton Commander.
584 - Added menu file edit.
585 - If there is no permission to load a directory, now it loads a dummy
586   directory.
587 - When a panel is re-sorted, keep the selected file selected.
588 - forward_word and backward_word command on the input line now skip
589   over letters and numbers.
590 - Fixed backward scrolling in the internal viewer.
591 - The internal viewer now computes the percentage in a more natural
592   way.
593 - Added handling of the Home and End keys to the internal viewer
594 - Bug fixes.
596 Version 0.12
598 - Preliminary support for System V compilation.
599 - Bug fix: didn't call closedir in all cases.
600 - bug fixes.
602 Version 0.11
604 - Support cd -.
605 - Corrected Makefile.
607 Version 0.10 
609 - Added new Alt-G, Alt-H, Alt-J to select the top file, middle file
610   and bottom file in the current panel.
611 - Now it's allowed to select option in query boxes by the first initial
612 - Fixed mouse repeat rate.
613 - Fixed a bug that prevent copying individual files to another file.
614 - Some minor bug fixes.
616 Version 0.9
618 - Mouse Support.
619 - Internal Copy command (it no longer uses cp).
620 - Verbose Copying of files.
621 - Confirmation on Overwrite and on Delete.
622 - Support reverse sorting.
623 - Many visual enhancements.
624 - Per panel options are saved and restored.
625 - New truncation of names in the panels.
626 - History in Input Lines (M-p and M-n).
627 - Input line enhancements.
628 - Dialog boxes are nicer than before.
629 - Cache in gid and uid translators.
630 - More keybindings for the Input lines.
631 - Better kill management in Input Lines.
632 - Bug fixes.
634 Version 0.8
636 - The online help now comes with the complete man page.
637 - Input lines now support M-b and M-f for movement by word.
638 - Unlimited input lines (command line).
639 - Filename searches now must be started with C-s or M-s.
640 - Many bug fixes.
642 Version 0.7
644 - The stat() reloading optimization is now a configuration option.
645 - Many bug fixes went to the find file command.
646 - New history in the hypertext viewer. 
647 - ESC-Tab will copy the name of the other-panel selected file to the
648   input line.
649 - Now it's possible to display files and directories mixed together or
650   separated (like the Norton Commander).
651 - Many bug fixes, see the ChangeLog for details.
653 Version 0.6 
655 - Extension dependent execution implemented (now you can execute
656   things like tar tzvf over compressed tar files, just a tap in the
657   Enter key).
658 - Added simple expansion of useful variables in the user menu.
659 - Avoid unnecessary reloading of subdirectories using stat (suggested
660   by Torben Fjerdingstad <tfj@olivia.ping.dk>).
661 - Added options to disable colors and display version number.
662 - Allow start up directory specification (ex: mc /usr/local/bin /tmp).
663 - Fixed bug that operated on the selection instead of the tagged file
664 (when only one file was tagged). 
665 - Some cosmetic changes.
666 - Bug fixes.
668 Version 0.5
670 - Fixed bug in the help browser that crashed the program.
671 - New internal viewer.
672 - New long directory listing format.
673 - some bug fixes.
675 Version 0.4 
677 - User Menus (F2 key).
678 - Quick search of files in a panel (Alt-filename takes you to that file).
679 - Char quoting (C-q).
680 - exec() enhancements.
681 - now you can suspend the program (C-z).
682 - The find file command now seems to be very stable.
683 - misc bug fixes.
685 Version 0.3
687 - Setup loading/saving.
688 - Support for any size screen.
689 - Many, many bug fixes.