NEWS 19 KB

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