NEWS 22 KB

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