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