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