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