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