NEWS 20 KB

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