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