NEWS 44 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036
  1. Version 4.8.3
  2. - Misc
  3. * Code cleanup (#2780)
  4. - Fixes
  5. * Broken support of XDG_* shell variables (#1851)
  6. * Segmentation fault while background copying (#2663)
  7. * MC ignores second directory argument (#2762)
  8. * Interpretation of LANG variable needs to be case insensitive (#2386)
  9. * Cannot copy zero-length files with "Preallocate space" option (#2755)
  10. * Problem in the Copy operation with unchecked the "Preserve attributes" option (#2278)
  11. * * Cursor position reset after update when panel is panelized, but doesn't (#2766)
  12. * File selection reset after exit from the archive in the root (#2776)
  13. * Hotlist: broken newly added entries if old-style path is present (#2753)
  14. * Can't rebind Fx keys in the file manager (#2384)
  15. * "justified" menu alignment (#2756)
  16. * The last (or single) word of hyperlinks in the interactive help don't act on mouse clicks (#2763)
  17. * 'cd' command is not working in shell link (#2758)
  18. * mc hangs on switching screens (#2608)
  19. * Case sensitive search with SEARCH_TYPE_PCRE is broken (#2764)
  20. * mcedit can't run w/o file as parameter (#2754)
  21. * mcedit can't record input char (#2757)
  22. * mcedit: save file on top of existing directory changes dir's permissions (#2761)
  23. * Unable to edit gzipped files (#2759)
  24. * mcedit hangs up on replace with regexp contains '^' or '$' (#1868)
  25. * Segfault after open incorrect archive (#2775)
  26. * mcdiff crashes if one panel is not in the listing mode (#2769)
  27. * The password for vfs sessions remains in input history (#2760)
  28. * Showing directory sizes is broken in VFS'es (#2765)
  29. * Stale symlinks in vfs (#2777)
  30. * Active VFS directories list contain incorrect current path (#2779)
  31. * Date not set properly in manpage (#2692)
  32. * Empty texinfo rule in mc.ext (#2774)
  33. Version 4.8.2
  34. - Core
  35. * Added new flag -X (--no-x11) to allow dont't use X11 to get the state of modifiers Alt, Ctrl, Shift (#86)
  36. * Support of '~' as home dir in 'Start at:' field in 'Find File' dialog (#2694)
  37. * Support of '~' as home dir in hotlists (#2747)
  38. * Learn of 'Back Tab' is possible now in 'Learn keys' dialog (#2628)
  39. * Optional '0x' prefix for hexadecimal search (#2705)
  40. * Dynamically resize panels (#2465)
  41. * New bindings (ScrollLeft, ScrollRight) for scroll long filenames in panels (#2731)
  42. - VFS
  43. * Internal VFS reorganization (#2695)
  44. - Editor
  45. * Added as.syntax (#2708)
  46. - Viewer
  47. * Added action bindings for backward search (#2105)
  48. - Misc
  49. * Added hotkeys for all radio/check-buttons in search/replace dialogs (#2704)
  50. * New file bindings:
  51. - .m4v, .ts - video (#2702)
  52. - djv - DjVu? (#2645)
  53. * Simplify mc.menu - remove LZMA|LZ and change p7 to 7z (#2703)
  54. * Updated list of known browsers: gnome-moz-remote mozilla firefox konqueror opera (#2725)
  55. * Added MC_HOME environment variable to set up home directory of MC (as part of #2738)
  56. * Lot of code cleanup (#2740)
  57. - Fixes
  58. * Compile failure of 4.8.1 on xBSD because "Undefined symbols: _posix_fallocate" (#2689)
  59. * MC deletes the wrong file because of forced panel reload before file operation (#2736)
  60. * Cannot chdir to directory if directory name contains the dollar sign (#2451)
  61. * Incorrect panel size after change panel split type (#2521)
  62. * Wrong total bytes counter for subdirs in copy/move dialog (#2503)
  63. * Display corruption in panels after window shrink (#2684)
  64. * Command line is unaccessible from tree panel (#2714)
  65. * Extra confirmation before delete an empty hotlist group (#1576)
  66. * Can't open an edit zero-length file from VFS in mcedit (#2710)
  67. * mcedit crashes when ~/.config is a file (#2738)
  68. * mcedit: reset selection after END/HOME/PgDn/PgUp (#2726)
  69. * 'make check' fails on arm and alpha (-z muldefs) (#2732)
  70. Version 4.8.1
  71. - Core
  72. * Use posix_fallocate64() when copying files/moving to a new mount point (#2610)
  73. * Faster startup (#2637)
  74. * Support of extended mouse clicks beyond 223 (#2662)
  75. - VFS
  76. * Added exit point ("..") at the top of file list (after external panelization) (#275, #278)
  77. - Editor
  78. * Lex/Flex sources (extension .l) handled by yxx.syntax file. Yacc/Bison syntax completed with all symbols (#1647)
  79. * Updated syntax files:
  80. - lua
  81. - Misc
  82. * Updated skins:
  83. - sand256 (#2640)
  84. - xoria256 (#2641)
  85. * Added ability to move MC config files to specified place instead of multiple places in $HOME. (#2636)
  86. * Added configure option --with-homedir (default value: XDG) (#2636)
  87. * Respect traditional placement of user preferences on Mac OS X (#2658 as part of #2636)
  88. * A few useful additions to filehighlight.ini (#2646)
  89. - Fixes
  90. * Doesn't compile when using --disable-nls (#2639)
  91. * Can't compile on OpenIndiana (Solaris) (#2643)
  92. * Moving content of bindings to mc.ext during 4.7 -> 4.8 upgrade breaks mc
  93. * Free space on filesystems >2TB is not displayed properly (#2338)
  94. * Not all errors are skipped after "Ignore all" choose (#71)
  95. * Input field in password mode is fully masked with asterisks (#2653)
  96. * In "Copy File" dialog the "preserve Attributes" checkbox is always unchecked for filesystems mounted with FUSE (#2254)
  97. * Command line cursor misplaced after a resize in viewer/editor (#2678)
  98. * Save of some learned keys is broken (#2676)
  99. * Editor sometimes shows two dots instead of letter (#2372)
  100. * Editor: word completion should ignore the current word (#2614)
  101. * Viewer sometimes shows two dots instead of letter (#1730)
  102. * Viewer shows two dialogs when searcj hot found (#2677)
  103. * Cannot navigate over spftp servers (#2634)
  104. * mc adds spaces at the beginning of all files/dirs on ftp servers (#2635)
  105. * VFS: broken SMB (#2652)
  106. * man page lies about mc.keymap (#2675)
  107. * mc does not preserve file mtime when copying over ssh (#2625)
  108. Version 4.8.0
  109. - Misc
  110. * Code cleanup (#2620)
  111. * License version updated to GPL3+ (#1551)
  112. * Added new translation:
  113. - Interlingua
  114. - Fixes
  115. * Viewer: cursor position is not restored in hex mode (#2543)
  116. * fish: broken panels drawing after entering password (#2611)
  117. * fish: content of modified file is appended instead of overwritten in the remote host (#2632)
  118. * extfs: broken navigation in archives if current path is encoded (#2621)
  119. * extfs: strange error message when opening a 7z file if p7zip is not installed (#2598)
  120. Version 4.8.0-pre2
  121. - Core
  122. * Added -g/--oldmouse option to support of NORMAL/BUTTON_EVENT mouse type (useful for screen/tmux) (#2601)
  123. - VFS
  124. * New extfs plugin: gitfs (#2467)
  125. * patchfs enchancement: join several hunks of the same file into one VFS entry (#2573)
  126. - Misc
  127. * mc.ext: use "include" for $EDITOR entries (#1689)
  128. * New file bindings:
  129. - .3gp - video (#2583)
  130. - Fixes
  131. * Cannot compile 4.8.0-pre1 and 4.7.5.3 on Solaris (#2587)
  132. * Recent autoconf displays warnings about missing AC_LANG_SOURCE (#2589)
  133. * Duplication of variable declarations (#2576)
  134. * Incorrect TTY layer initialization (#2601)
  135. * Wrong Backspace key behavior in QuickSearch mode if BS key is mapped to CdParentSmart action (#2522)
  136. * M-o works unexpectedly on symlink shortcuts (#2590)
  137. * Panelize doesn't honour current sorting (#2175)
  138. * Hintbar jumps to the top of the screen and overwrites main menu (#2593)
  139. * File size column is bogus for widths above 9 (#2580)
  140. * Hex search: incorrect length usage in hexadecimal search (#2579)
  141. * Editor: Incorrect Pascal syntax highlighting (#2531)
  142. * Editor: mouse clicks are ignored on the bottom line (#2591)
  143. * Editor: extended keybingings are broken (#2586)
  144. * Viewer: Fixed search finds bold/underlined strings twice and highlight search results (#265)
  145. * Broken listing in ExtFS VFS module (#81)
  146. * File name length is limited in tar archive (#2201)
  147. * Crash when copying symlink over ssh (#2582)
  148. * Broken panels recode (#2595)
  149. * ftp failures - leading white space in file name (#2594)
  150. * FISH hangs while copiyng a lot of small files (#2605)
  151. Version 4.8.0-pre1
  152. WARNING: Configuration files was moved from your $HOME/.mc directory into
  153. XDG_CONFIG_* directories to respect FDO standard
  154. (http://standards.freedesktop.org/basedir-spec/basedir-spec-0.7.html).
  155. To get more information, see ticket #1851.
  156. WARNING: VFS paths now handled as vfsprefix1://vfsdata/vfsprefix2://vfsdata
  157. (see #2361). Also, 'bindings' user file was renamed to 'mc.ext', so you need
  158. search in this file all
  159. Open=file.ext#vfsprefix
  160. and replace them to
  161. Open=file.ext/vfsprefix://
  162. After this you should rename your 'bindings' file to 'mc.ext'.
  163. Old-style paths are handled just in 'Directory hotlist' dialog, but you couldn't
  164. mix URL-like and old style path elements in one path string. Support of old-style
  165. paths will be removed in next major release (probably in 4.9, who knows...)
  166. WARNING: keybinding names was renamed to provide some unification (see #2511).
  167. The correspondence of old and new keybinging names are described in doc/keybind-migration.txt
  168. file and in doc/keybindMigration web page.
  169. Be aware.
  170. - Core
  171. * Added 256 colours support (#2169, #2173, #2475)
  172. * Changed default text in filtered view (alt-!) to input command line (if not empty)
  173. or stay old behaviour (current file under cursor) (#2266)
  174. * Added simple swap mode that means the swap of panel locations, in addition to current swap
  175. of panel content (#2368)
  176. * Cofiguration files now moved to directory specified in XDG_CONFIG_HOME environment variable (#1851)
  177. * Panel options are read now from [Panels] section only. [Midnight-Commander] section is not read (#2305)
  178. * "Show mini info" checkbox was moved from the "Layout" dialog window to the "Panel options" one (#2305)
  179. * Select files by shift-left/right in file panel (#2534)
  180. * Added support of skip all errors on multi-file/dir operation (#71)
  181. * 'Find Files' improvements:
  182. - support relative ignored directories (#2275);
  183. - handle of ignored directories in dialog window (#2275);
  184. - "Search for content" checkbox is enabled by default (#2462)
  185. * Added hardlinks detection for filehighlight (#2478)
  186. * Unification of keybind names (#2511):
  187. - most of keybinding names are changes to unify that names. Table of old and new names
  188. is available in doc/keybind-migration.txt;
  189. - improve of key rebinding: previously, to rebind some keys, used must redefine the entire section
  190. where that bindings are placed in user keymap file. New merge algorithm doesn't require that
  191. and allows rebind only wanted keys;
  192. - added --nokeymap command line option to disable external keymaps
  193. * Sources in 'lib' directory now independent to sources in 'src' one (#2501)
  194. * Added configure parameter --enable-mclib for build libmc.so shared library (#2501)
  195. * Added new engine for universal event system (as part of #2501)
  196. * Optimized loading and saving of configurations and histories (#2541, #2545)
  197. * Reimplemented i18n support in 'Chmod' dialog window (#2557)
  198. - VFS
  199. * VFS structure changes (as part of #2501):
  200. - moved from lib/vfs/mc-vfs to lib/vfs;
  201. - split VFS-modules by directories and moved to src/vfs;
  202. - lib/vfs/vfs-impl.h was merged into lib/vfs/vfs.h
  203. * VFS now used URL-like paths (#2361)
  204. - Editor
  205. * New engine of the editor macro (#323)
  206. * Multiply repeat of the recorded actions (#323)
  207. * Call extermal scripts from the editor (#323, #2512)
  208. * Added REDO action (#25)
  209. * Group UNDO by action (#27)
  210. * Selection is not reset after execute user menu (#2463)
  211. * Vertical selection is not reset after copy/move (#2504)
  212. * More intuitive word left/right action (now the cursor stop beside EOL/BOL) (#2483)
  213. * Duble-click marks the current word. Added action MarkWord to mark word, MarkLine
  214. to mark current line (#2499)
  215. * Regexp search&replace: support escape sequences in replacement string (#1882)
  216. - Misc
  217. * Minor enhancement in mc.ext:
  218. * added -C key to nm utility in View action for static libraries (#2485)
  219. * New file bindings:
  220. - .torrent: view using ctorrent (#2562);
  221. - .mts: handle as videofile (#2566)
  222. * Added new entries in cedit.menu: "Sort selection", "Upper case", "Lower case"
  223. * New skins:
  224. - Xoria256 (#2469)
  225. - mc-4.6 (#2524)
  226. * Updated skins:
  227. * Nice dark (#1791)
  228. * Added support for check unit test framework (http://check.sourceforge.net) (as part of #2501)
  229. * Added -F/--datadir-info option to show extended information about used data dirs (#2495)
  230. * Added --configure-options to easy update & reconfigure existing mc (#2495)
  231. * Language-specific man pages and hint and help files are not installed
  232. if mc is built with --disable-nls option (#2514)
  233. * Added new translation:
  234. - Esperanto
  235. * Code cleanup (#2481, #2515, #2518, #2560, #2570)
  236. - Fixes
  237. * Build failure on DragonFly BSD (#2516)
  238. * Broken Del & Backspace in dialogs (in locale CP866) (#1634)
  239. * Screen and input corruption under xterm in non-UTF locales (#1668)
  240. * Alt-Backspace shortcut doesn't work (#2455)
  241. * Broken command autocompletion (#2458)
  242. * Swap panels doesn't respect sort options (#2368)
  243. * File list format of panel is initialized incorrectly after switch back from quick view
  244. or info mode to file list one (#2390)
  245. * Main menu is not drawn correctly after change of it visibility and activity (#2466)
  246. * MC switches to left panel after call of command history using mouse (#2459)
  247. * Find file: don't check content regexp if search for content is not used (#2464)
  248. * Find file: broken lynx-like navigation in panelization of search result (#2491)
  249. * Dialog trims leading spaces in input field (#2544)
  250. * Panelize content is lost when doing F5/F6/F8 on a file on the other panel (#2312)
  251. * Color of panel header cannot be set in the command line (#2170)
  252. * ctrl-g key closes file panels (#2520)
  253. * Incorrect files mark by mouse (#2556)
  254. * Editor: incorrect restore selection after UNDO (#2456)
  255. * Editor: segfault after getting the previous char in utf8 (#2484)
  256. * Editor: incorrect detection of the word boundary (added '{', '}' as end of word) (#2500)
  257. * Bold and selected colors of viewer cannot be set in the command line (#2489)
  258. * Viewer: fixed incorrect starting offset for 'search again' (#2294)
  259. * Viewer: fixed problems while displaying UTF-8 manual pages (#1629)
  260. * Diff viewer: quick left/right movements don't work in non-default key maps (#2509)
  261. * AI_ADDRCONFIG is not optional for RFC 3493 non-compliant systems (#2401)
  262. * FTP directories containing @ result severe security risks (eg. deletion of homedir) (#2220)
  263. * Builtin ftp client can't download files with apostrophe in a file name (#2251)
  264. * Unable to show FTP listing if password contains # (#2360)
  265. * FTP: fixed access to file names starting with space (#81)
  266. * Bashisms in extfs (#2569)
  267. * Browsing *.deb files is broken with latest Perl (#2552)
  268. * isoinfo adds ";1" to the end of file name when Joliet without Rock Ridge is used (#2471)
  269. * patchfs incorrectly works with filenames containing spaces (#2572)
  270. * cd to ~ processed incorrectly in the command line if more than one space is separating
  271. the "cd" and "~" (#2120)
  272. Version 4.7.5
  273. - Core
  274. * Minor enhancement and fix for mc.ext for .so libraries and ELF objects (#1800):
  275. - .so libraries have the higher priority of extension handling over ELF objects;
  276. - added -C -D options to nm utility for .so libraries;
  277. - added -C option to nm utility for ELF objects.
  278. - Editor
  279. * Copy to clipboard doesn't reset the text selection (#2238)
  280. * Don't reset search position after file opened in viewer and reopened in mcedit (#2449)
  281. - Misc
  282. * Code cleanup
  283. * Translation updates
  284. - Fixes
  285. * Crash in copy/move progress dialog (#2448)
  286. * Broken autocompletion (#2288)
  287. * Text selection bugs in mcedit (#1898, #2437)
  288. * awk is used instead of grep in iso9660 VFS plugin (#1963)
  289. Version 4.7.5-pre1
  290. - Core
  291. * Case insensitive sort order of files does not mix dot-files with others (#1894)
  292. * Repeat previous quicksearch on C-s C-s (without entering text) (#2365)
  293. * Added new colors for dialogs and status bars (#2170, #2171, #2197)
  294. * Added new action PanelSmartGotoParentDir. Not defined by default. This keybinding maybe used
  295. for bind 'Backspace' as hotkey for 'cd ..' (only if command line is empty)(#2375)
  296. - VFS
  297. * Hide panels before connect to the FISH (#2268)
  298. - Editor
  299. * Internal editor's bookmarks are persistent now and not lost after exit from the editor.
  300. They are saved in ~/.mc/filepos file (#2287)
  301. * Added forgotten shortcuts from 4.6 branch (#2404)
  302. * Added cython syntax highlighting (#2427)
  303. - Viewer
  304. * Speed up of up/down moving (#2229)
  305. - Misc
  306. * Changed installation destination for some files (#1424):
  307. - /etc/mc/Syntax -> /usr/share/mc/syntax/Syntax;
  308. - /etc/mc/mc.lib -> /usr/share/mc/mc.lib;
  309. - /etc/mc/mc.charsets -> /usr/share/mc/mc.charsets. Added capability to load codepage list
  310. from /usr/share/mc/mc.charsets and /etc/mc/mc.charsets and merge them then;
  311. - hint files are installed into /usr/share/mc/hints instead of /usr/share/mc;
  312. - help files are installed into /usr/share/mc/help instead of /usr/share/mc.
  313. * Massive reorganizing of source code tree and total indentation in according with mc policy (#2409)
  314. * Doc updates
  315. * Translation updates
  316. * Added new translations: Basque, Estonian, Georgian, Indonesian
  317. * Extended list of GCC warning flags (#2409)
  318. * Split GLib and GModule compiler and linker options (#2409)
  319. * Added dark skin
  320. - Fixes
  321. * Hang up after exit on FreeBSD (#2333, #2415)
  322. * Segfault on NetBSD >= 3.0 on startup (#2425)
  323. * Multi-screen engine doesn't handle correctly some cases (#1490)
  324. * Overflow of file operation counters (#2429)
  325. * Fx key numbers were not displayed for disabled keys (#2350)
  326. * Can't put char '?' into a new name (#2327)
  327. * Incorrect initial value of WCheck and WRadio widgets width (#2362)
  328. * Panel encoding is not shown correctly in "Choose codepage" dialog (#1512)
  329. * Cannot change panel encoding without VFS support (#2137)
  330. * Panel contents isn't scrolled down by mouse dragging (#2395)
  331. * Panel states are saved in panels.ini at quit only if "Auto save panels setup" option is set (#1939)
  332. * Incorrect key event handling in "Listing mode" dialog (#2045)
  333. * Usability of field history in "Find file" dialog (#2046, #2407)
  334. * Find "Whole words" search bug (#2396)
  335. * Directory ignorance does't work in file find (#2366, #2434)
  336. * Incorrect line jump when started as editor (#2344)
  337. * User menu in standalone mcedit doesn't show filetype-specific items (#1651)
  338. * Configure script doesn't set samba configdir (#2419)
  339. * Lost transparency colors in mcedit [editnormal] background depends on [normal] (#1785)
  340. * Syntax highlighting is lost after manual change (#2324)
  341. * ~ is not treated properly in editor's "Save As" dialog (#2398)
  342. * Broken action 'cursor beyond EOL' (#2135, #2411)
  343. * Incorrect charset encoding in search in editor (#2417)
  344. * Segmentation fault in mcviewer on ARM architecture (#2356)
  345. * Viewer 'Goto' dialog doesn't allow go to the specified offset exactly (#2435)
  346. * Broken IPv4 FTP connection scheme (#121)
  347. * Default internal FISH scripts are broken (#2347)
  348. * Permission denied while connecting to Sun host via ssh (#2031)
  349. Version 4.7.4
  350. - Core
  351. * Added unassigned key binding CmdEditForceInternal to forced run the internal editor of MC (#1523)
  352. * Implemented keybingings for WListbox widget, reimplemented hardcoded keys in viewer and help viewer (#212)
  353. * Added capability to enable/disable widgets interactively (#2257)
  354. * Reverted the appending of file/dir name to copy/move destination in copy/move dialog (#2276)
  355. - VFS
  356. * Fixed remained plain int types (#171)
  357. * Refactoring of VFS modules on/off. Unification of configure options (#1818)
  358. * MCServer and MCFS support were completely removed (#2279)
  359. * FISH: implemented resuming of file downloads (#2267)
  360. * Adjusted extfs script modes to installed permissions (#2274)
  361. - Editor
  362. * Editor version is synchronized with MC one (#2189)
  363. * Changed default button in editor quit dialog to "Cancel quit" (#2265)
  364. * Added "Toggle syntax highlighting" menu item. Described C-s shortcut in mcedit man page (#2035)
  365. - Viewer
  366. * Changed default button in hexeditor quit dialog to "Cancel quit" (#2265)
  367. - Misc
  368. * Code cleanup (#2316)
  369. * be-tarask.po was renamed to be@tarask.po (#2235)
  370. * Translation updates
  371. * Added Galician translation
  372. * Fixed the title in the section describing xtree_mode variable (#2303)
  373. - Fixes
  374. * Crash while copying into directory named "????" (#2123)
  375. * Crash while changing permissions using "Advanced chown" dialog (#2264)
  376. * Crash in autocompletion engine (#2284)
  377. * Restore signals even if fork() fails (#2273)
  378. * Bogus strings in 'Confirmation' config dialog (#2271)
  379. * History can be shown incorrectly due to access to the invalid pointer (#2299)
  380. * Potential division by zero in Info panel (#2337)
  381. * Segfault in replace confirmation in editor (#2272)
  382. * Regexp replace only transforms the first occurence correctly (#2320)
  383. * Broken manually changing syntax definition (#2324)
  384. * MCEdit version number not centered in about dialog (#2311)
  385. * Typo in the code and the man section describing X clipboard integration (#30)
  386. * Viewer doesn't show non-ASCII chars in hex mode (#2263)
  387. * Compilation warnings in diff viewer (#2277)
  388. * 2GB file size limit in fish (#123)
  389. * Meta-fixes for manual pages (#2237, #2253)
  390. Version 4.7.3
  391. - Core
  392. * Multi-screen feature: support of many opened editors and viewers (#1490)
  393. * Reorganization of menu and configuration dialogs. More options are available in UI (#320)
  394. * Mark of text in input fields is available now, DEL removes selected/unchanged text (#2161, #2228)
  395. * Now copy/move dialog shows the full path with file name in the field "to:" (#1907)
  396. * Removed hardcoded shortcuts in dialog.c (#212)
  397. * Added new actions for panels: PanelMarkFileUp and PanelMarkFileDown (#2021)
  398. * Added new capability to create relative symlinks: menu item and "C-x v" default shortcut (#2042)
  399. * Now we can use external utility to copy/paste text to X clipboard (#30)
  400. * Cursor is hidden in menu and listboxes (#1771)
  401. * All hotkeys in MC (in menu, checkboxes, etc) in the middle of a word are in the lowercase now (#2168)
  402. * Use system realpath(3) function if available (#1911)
  403. * GLib deprecated functions are not used (#2085, #2249)
  404. - VFS
  405. * Unified charset list is used in core and in VFS (#2203)
  406. * All hardcoded FISH scripts are moved out from fish.c to external scripts (see README.fish for more info) (#2242)
  407. - Editor
  408. * Added highlighting for HTTPS URLs in SPEC files (#1446)
  409. - Misc
  410. * Changed main URL for bug reports (#2025)
  411. * man2hlp: completely rewritten in Perl (#45)
  412. * Skin updates:
  413. - gotar.ini (#2179)
  414. * Removed leading and trailing spaces in i18n'd resources (#1646)
  415. * Code cleanups (#2243)
  416. * Translation updates
  417. - Fixes
  418. * AC_TRY_RUN macro breaks crosscompile (#1959)
  419. * "mc -e" and "mc -v" modes don't work (#2187)
  420. * Buttonbar mouse clicks are off (#2199)
  421. * Incorrect calculation of autocompletion window width (#2192)
  422. * Incorrect button locations in common input dialogs (#2115)
  423. * Oversized dialog backgrounds are not painted in NCurses-based MC (#2157)
  424. * Incorrect colors of directory tree (#2212)
  425. * Info panel is initially filled too late (#2226)
  426. * Quick search is not correctly interrupted in some cases (#2174)
  427. * Segfault in standalone editor and viewer (#2178)
  428. * Broken codeset autodetection in editor and viewer (#1838)
  429. * Viewer segfaults trying open a compressed man page file (#2236)
  430. * Editor crashes while opening some incorrect files (#2183)
  431. * Editor hangup if editor_tab_spacing equals to 0 (#2196)
  432. * Editor shows dots instead of letters if source_codepage is set to "No translation" (#2248)
  433. * Editor goes to endless loop when trying to replace the \n regexp with any substring (#2231)
  434. * Editor: in some cases the copy/move operation in multi-byte text is wrong (#2153)
  435. * Crash on search in viewer after Parsed/Raw switching (#2195)
  436. * Diff viewer crashes if tab size equals to 0 (#2182)
  437. Version 4.7.2
  438. - Core
  439. * Quick Search mode is defined by quick_search_case_sensitive option (#2022)
  440. * Mouse wheel doesn't change sorting preferences in panels (#2093)
  441. * Interactive help is displayed with dynamically run-time formatting (#1561)
  442. * Improvement of double and single lines support in skins (#1648)
  443. - Editor
  444. * Remove selected text before input or paste from clipboard (in non persistent selection mode) (#2155)
  445. * Case insensitive syntax highlighting (#1770)
  446. * Current syntax scheme is highlighted in 'Choose syntax highlighting' dialog (#1754)
  447. * Added ini.syntax (#2126)
  448. - Viewer
  449. * Fixed jump to end of file
  450. - Diff viewer
  451. * A built-in tool to visual compare and merge two files (#120, #2159)
  452. - Misc
  453. * Added support for AM_SILENT_RULES (#2134)
  454. * Lot of code cleanups (#1949, #2041, #2078, #2097, #2119)
  455. * Renamed color keywords (#1660):
  456. - menu -> menunormal
  457. - linestate -> editlinestate
  458. * Added new skins:
  459. - nice and dark (#1791)
  460. * Updated file extension for "sh" (#2127)
  461. * Documentation updates
  462. * Translation updates
  463. - Fixes
  464. * Segfault in panelization of file find results (#2068)
  465. * Segfault in standalone editor and viewer (#2087)
  466. * Memory leaks (#2069, #2108)
  467. * If dialog was canceled, input line content is saved in history (#2082)
  468. * MC says "File exists" trying create directory with empty filename (#2014)
  469. * User asked twice about overwriting file in move across file systems (#2125)
  470. * Deleting symlink to directory scans dir structure first (#2121)
  471. * Incorrect layout of file operation dialog in non-verbose mode (#2099)
  472. * MC proposes ".." as a dirname with automatic name filling (#2056)
  473. * MC treats files ending with a dot as gzip (#2114)
  474. * Broken default regexp mask in filecopy dialog (#2001)
  475. * Misleading label "Status:" in the Info panel (#2146)
  476. * Can't define help window background via skin (#1701)
  477. * i18n_checktimelength may vary depending on the season (#1671)
  478. * Build breaks on ignored return values (#1897)
  479. * Incorrect cursor position after "Cursor beyond end of line" mode switched off (#2094)
  480. * Incorrect overwrite behavior with UTF-8 codeset in editor (#2081)
  481. * Incorrect toggling state of ruler in viewer (#2067)
  482. * Superfluous "Search done, Continue from begining?" dialog in viewer (#2091)
  483. * Turning on wrap mode does not scroll left/right the file view (#2107)
  484. * Cannot scroll wrapped long lines in viewer (#2086)
  485. * Fixed EOL/BOL movements in plain mode (#1734)
  486. * Text area is not updated in hex mode (#2005)
  487. * Incorrect handling of archives in EXTFS VFS (#1909)
  488. * Segfault in symlink handling within archives
  489. * urar EXTFS doesn't correctly show localized filenames in RAR archives (#2049)
  490. * urar EXTFS: disable RAR/UNRAR user/system configuration for archive list and copyout operations (#2050)
  491. * Patches adding a single line are not shown correctly by patchfs (#2149)
  492. * uzip EXTFS: fixed Y2K bug (#2122)
  493. Version 4.7.1
  494. - Core
  495. * Minimal required GLib version is 2.8 (#1980)
  496. * Reorganization of source tree structure (#1866, #2037)
  497. * States of all 'Find File' dialog checkboxes are saved in user configuration file (#1874, #1965)
  498. * New file type bindings:
  499. o viewing .lyx with lyxcat, opening with lyx (#1693)
  500. * Added shortcut (Meta-,) to toggle panels split (#1991)
  501. * Capability to remove history items. WListbox widget was fully reimplemented (#1445)
  502. * Autodetect codepages of edited/viewed files with enca program (#1838)
  503. * Custom/locale-based date format (#1767)
  504. * New quick search behavior, allow wildcard characters - '*' and '?'(#2022)
  505. * Panels: new sort type 'by version' (#1994)
  506. * Added 'menuinactive' skin item to draw inactive visible main menu (#1999)
  507. * Added ability to show progressbars (when copy files) from right to left (#1443)
  508. * Added indication of total BPS and ETA for file operations; fully rewrited FileOperations dialog (#1443)
  509. - VFS
  510. * Small reorganizing (#1931)
  511. * Easy plugable EXTFS VFS (#1909)
  512. - Editor
  513. * Some simple optimization of syntax highlighting engine (#1843)
  514. * Show right margin using 'editor_show_right_margin' option. Keybind EditToggleShowMargin in [editor] section is used to toggle the state (#1514)
  515. * New editor action 'Mark all', new keybind EditMarkAll (#1945)
  516. * Changed default for 'Cursor beyond EOL', now it switched off by default (#1946)
  517. * Changed default color pair for 'editbold' (search result) to be more sensible (#1559)
  518. - Viewer
  519. * Viewer is now very fast (#1585)
  520. * Added new confirm box for repeat search from begining of file (#1917)
  521. - Misc
  522. * Lots of code cleanup (#1780, #1915, #1990)
  523. * Removed obsolete checks in configuration scripts (#262, #1932)
  524. * Documentation updates
  525. * Translation updates
  526. - Fixes
  527. * MC won't compile on Solaris due to undefined constant NAME_MAX (#1943)
  528. * MC won't compile on AIX (#1957)
  529. * Missing includes (#1930, #2017)
  530. * Missing printf format (#1960)
  531. * Memory and file descriptors leaks (#1953, #2028, #2053, #2058)
  532. * Small error in versioning (#1905)
  533. * Incorrect start up with some special paths (#1992)
  534. * Segfault in input line history (#1936)
  535. * MC crashes on exit when using C locale (#1942)
  536. * MC crashes at exit due to race conditions of destroying subshell and file manager (#2008)
  537. * Assertion failed for g_array_free (#1954)
  538. * Broken transparency if MC is built with NCurses (#1657)
  539. * Selections not visible on monochrome terminals (#1972)
  540. * Colors of visible inactive menu (#1702)
  541. * Incorrect input line length in 'Edit symlink' dialog window (#1955)
  542. * Unquoted shell variables in user menu (#1967)
  543. * Ctrl-\ key closes the NCurses-based MC (#1926)
  544. * verbose option is always on after MC start (#1940)
  545. * Show total progressbar (and related info) when copying just one subdirdir with lot of files (#1443)
  546. * Incorrecy movement in last line in editor (moving cursor to the empty last line) (#1956)
  547. * Incorrect editor lock files check (#1935)
  548. * Segfault at try of edit (F4) archives with utf-8 names (x86_64 specified) (#1982)
  549. * Editor's search parameters are not retained across editing session (#1572)
  550. * EditColumnMark can't go up through newline (#1998)
  551. * 'Confirm replace' dialog is not converted from UTF-8 to user defined charset (#1986)
  552. * Missed \s symbol in Syntax file (#2010)
  553. * Viewer in QuickView mode corrupts screen (#1918, #1944)
  554. * ViewContinueSearch segfault on empty search (#1996)
  555. * MC crashes if file name in archves contains '@' symbol (#1605)
  556. * deba and debd VFS: items from DEBIAN directory are not accessible (#1920)
  557. * Samba is not built with tcc (#1933)
  558. * Incorrect conditional compilation of mcserver (#1925)
  559. * Potencial security risk in mcserv (#1902)
  560. * The lslR VFS doesn't work with ls-lR files created in en_US.UTF-8 locale and with files and directories started with whitespaces (#1921)
  561. * Contents of RAR archives with filenames that contain / \d\d:\d\d / are not listed correctly (#2029)
  562. * FTPFS: strcpy() is used for overlaping strings (#2018)
  563. Version 4.7.0.1
  564. - Fixes
  565. * Fixed double free of memory in editor;
  566. * Fixed build with --disable-vfs option;
  567. * Fixed compile warnings about unused variables;
  568. * Fixed Fedora/RH RPM versioning scheme.
  569. Version 4.7.0
  570. - Core
  571. * Removed charset confirmation on startup and added the automatic recognize
  572. of system charset (#1613)
  573. * Some startup speed up (#1781)
  574. * Save flags of select/unselet file group (#1776)
  575. * Don't set TOSTOP attribute on slave terminal (#1637)
  576. * Keybindings for button bars (F1-F10 keys) (#212)
  577. * Keybindings for Tree widget
  578. * Enlarged sizes of Directory Tree dialog window
  579. * Added missed esc sequencies for qansi terminals (#1803)
  580. * New file type bindings:
  581. + adeed mkv, 3gp video types
  582. + use exif(1) output when viewing jpeg files
  583. + opening .chm with kchmviewer with fallback to xchm
  584. + viewing .mo files with msgunfmt
  585. - VFS
  586. * FISH: add the user name to the ssh command line only if it's not the same as
  587. the local logged-in user (#1867)
  588. * FTP: support active mode (#1796)
  589. * FTP: improved symlink handling
  590. * FTP: some FTP-servers don't have chmon support. Ignore FTP errors related
  591. to chmod operations (#1708)
  592. * EXTFS: added S3 backend by Jakob Kemi (#272)
  593. * SFS: use single script for RPM and SRPM packets handling (#1590)
  594. - Editor
  595. * New syntax files: Cabal
  596. * Updated syntax files: Python, PHP
  597. * Syntax highlighting: added '.hh' and '.hpp' file extensions as C++ sources
  598. - Misc
  599. * Lots of code cleanup and optimization
  600. * Workaround for SunStudio compiler bug #6888373 (#1749)
  601. * Removed obsolete checks in configuration scripts
  602. * Allow save empty value in history (#1814)
  603. * Use ctrl-g instead of ctrl-c for SIGINT signal (#1876).
  604. * RPM spec: rewritten and simplified static build procedure for legacy distros (#1848)
  605. * Translation updated
  606. * Documentation updates
  607. * Added skin: darker color style (#1659)
  608. - Fixes
  609. * Memory and file descriptors leaks
  610. * Crash on start if ~/.mc/panels.ini contains incorrect value of 'sort_order' key (#1790)
  611. * MC aborts when ctrl-c is pressed (#1793)
  612. * Build w/o internal editor (#1826)
  613. * Compilation warings of --disable-nls and --disable-charset options (#1831)
  614. * Incorrect handling of '--with-search-engine' configure option (#1396)
  615. * Segmentation fault when search in different encodings (#1858)
  616. * C-w does not delete whole command line (#407)
  617. * Wrong shortcuts in menu items (#1836)
  618. * Panels state saves and restores despite disabled 'Auto save setup' (#1663)
  619. * Case insensitive file sorting in UTF-8 locales (#1536)
  620. * Incorrect handling of 0xFF char that is valid char in CP1251 locale (#1883)
  621. * Segfault in TreeView loading (#1794)
  622. * Incorect stat info of ".." directory in file panel (#1757)
  623. * Incorect stat info of ".." directory in info panel (#1757)
  624. * Setting "Use passive mode over proxy" is not remembered (#1746)
  625. * CK_Edit_Save_Mode command handling in editor (#1810)
  626. * Incorrect calculation of some utf-8 characters width (#1768)
  627. * Handling CJK chars in editor (#1628)
  628. * Incorrect cursor positioning in editor (#1809, #1884)
  629. * Vertical block handling in editor (#1839)
  630. * Incorrect text scrolling in editor (#1877)
  631. * Incorrect mouse movement in editor when text scrolled to the right (#1792)
  632. * Newlines are lost when pasting multiline text in editor (#1710)
  633. * Mismatched hotkeys EditBeginRecordMacro, EditEndRecordMacro in editor
  634. * Mismatched hotkeys EditBeginningOfText, EditEndOfText, EditBeginPage, EditEndPage (#1724)
  635. * Some syntax files are not installable (#1779)
  636. * Date & time insertion in editor (#1759)
  637. * "Matches not found" message is not shown in viewer
  638. * Hangup after search in archive in viewer (#1873)
  639. * SFS: CPIO VFS skips empty directories in the root of archive (#1732)
  640. * Incorrect parsing FTP-string (#1605)
  641. * LZMA files detect (#1798)
  642. * FISH: broken filenames and timestamps on really poor busybox devices (#1450)
  643. * Minor mistakes and mistypes in man files
  644. * Various doxygen warnings
  645. Version 4.7.0-pre4
  646. - Core
  647. * Added feature of sort files by mouse click on column header
  648. * Added keybindings to change files sort type via shortcuts
  649. (PanelSelectSortOrder, PanelToggleSortOrderPrev, PanelToggleSortOrderNext,
  650. PanelReverseSort, PanelSortOrderByName, PanelSortOrderByExt,
  651. PanelSortOrderBySize, PanelSortOrderByMTime)
  652. * Now the letter of sort type and sort direction is always drawn in panel
  653. header (direction of sort is drown near the current sort column in long
  654. file list mode only)
  655. * Skin-files: added new parameters 'sort-sign-up' and 'sort-sign-down' in
  656. the section '[widget-common]' to draw sign of sort direction
  657. * Added option 'extensions_case' in filehighlight.ini file.
  658. * Menu engine was reimplemented: 1) now menu is build dynamically, 2)
  659. shortcut displayed in menu item is not a part of menu item text and it is
  660. synchronized with keybinding defined in mc.keymap file (#1563).
  661. - VFS
  662. * Fixed view *.tar files with a colon in name
  663. * Allow 'exit' command on non-local filesystems
  664. * Added partial support of Microsoft CAB-archives
  665. * Added support of ico files
  666. * Added support of *.djvu files
  667. * Fix segfaults in various cases while browsing various VFSs
  668. * Fixed warnings when file copy inside archive.
  669. - Editor
  670. * Added scrolled percentage in status bar (only in "simple statusbar" mode)
  671. * Fixed Misbehaving rectangular select in editor (wrong when selected from
  672. right to left and/or bottom to top)
  673. * Split editor menu 'Command' to 'Command' and 'Format'
  674. * Added option 'Check POSIX new line' into 'Save mode...' dialog, add notification
  675. before save when no newline at EOF (#46)
  676. * Added bindings ('EditShiftBlockLeft', 'EditShiftBlockRight') for shift block
  677. * Fixed incorrect drawing CJK (double width) character
  678. - Viewer
  679. * Fixed tabs alignment (#1664)
  680. * Fixed view of next/prev file (#1750)
  681. - Misc
  682. * Shared clipboard for the mc editor, form fields, panel and command prompt
  683. * Refactoring: now all filename constants are placed in src/fileloc.h file
  684. * Testing & development: added ability for change user config dir. For example,
  685. type make CFLAGS='-DMC_USERCONF_DIR=\".mc2\"'
  686. * Changed Alt+Backspace behavior in command line
  687. - Fixes
  688. * Fixed broken building under uclibc <0.9.29
  689. * Autoindent regression
  690. * Viewer Hex editor regression
  691. * Incorrect indentation block when selecting with F3 + keys
  692. * Fixed ownership of config files
  693. * Configure.ac: fix broken check of option '--disable-vfs-undelfs'
  694. * Learn keys: fixed incorrect save of keys configuration
  695. * Fixed bug with 'The shell is already running a command'
  696. * Fixed 'B' artefact into OpenSuse console of root user
  697. Version 4.7.0-pre3
  698. - Core
  699. * removed own popt stuff (command line options parser). Now used glib parser
  700. * added feature for filenames highlighting in panels
  701. * Copy/Move overwrite query dialog is more friendly for long file names
  702. * at first run find file dialog now contain latest item from history
  703. * charset support enabled by default (--enable-charset option)
  704. * added support of skins
  705. * added support of key bindings
  706. - VFS
  707. * fixed recognize of tar.xz archives
  708. * added recognize of lzma archives by extention
  709. - Editor
  710. * 'Save as' dialog enhancement: select line break type: Windows/UNIX/Mac
  711. (CR LF/LF/CR)
  712. * syntax hightlighting updated: VerilogHDL, Shell script
  713. * Added syntax highlighting for *.repo files of yum
  714. * Added syntax highlighting of pacman's PKGBUILD and .install files
  715. - Viewer
  716. * Fixed showing Windows/Mac (CR LF/CR) line terminator
  717. - Misc
  718. * hotlist: support for environment variables ($HOME, ~username, etc.)
  719. * hotlist: support for completion in path input
  720. * all list widgets: support for fast navigation by number keys (i.e. 1 -
  721. first list item, 2 - second)
  722. - Fixes
  723. * restored action of 'ctrl-t' keybinding (mark files&dirs). For selecting
  724. charset use 'alt-e'
  725. * segfault on incorrect color pair in [Color] section
  726. * incorrect position of panel codeset dialog
  727. * limit of 9 digits for of file size display
  728. * lines drawing in -a stickchars mode
  729. * segfault when you try to use non-anonymous FTP
  730. * Ctrl-O handling under GNU Screen in altscreen mode
  731. * support of CP866 (IBM866) locale
  732. * configure.ac: checking for minimal version of glib and exit if version less
  733. than 2.6
  734. * segfault by mouse wheel action in history list and menu
  735. * Fixed behvior with Meta+PgDn? in editor
  736. * Fixed behvior with cursor movement by Ctrl+arrows when cursor besides EOL
  737. * Fixed editor autocompleting
  738. * Fixed Copy/Move dialogs steal Kill Word shortcut
  739. * Fixed autoconf issue when configure with --with-gpm-mouse option
  740. Version 4.7.0-pre2
  741. - Core
  742. * cycle menu navigation
  743. * change behaviour of C-space, now it calculate size on "..", and for selected
  744. dirs if there is one.
  745. * new find file option: find only first hit in file (make search faster)
  746. * new find file option: Whole words - find whole words only
  747. * scalable TUI
  748. - VFS
  749. * FTPFS: support of IPv6 protocol
  750. * extfs/iso9660 updated to support Joliet "UCS level 1"
  751. - Editor
  752. * new search/replace flag added "In selection"
  753. * new hotkeys for bookmarks, now bookmark displayed in state line and editor
  754. * new cursor behavior. Option "Cursor beyond end of line" - allow moving cursor
  755. beyond the end of line
  756. * new syntax hightlights added: erlang, ebuild, named, strace, j
  757. * syntax hightlights updated: mail, vhdl, html
  758. - Viewer
  759. * Reworked for improve perfomance
  760. * Implemented interruptable long-distance movements
  761. * splitted src/view.[ch] into many files in src/viewer/ subdir for more simple
  762. support of code
  763. * fixed build of format string in runtime (for better i18n)
  764. * add 'Whole words' option into the viewer 'Search' dialog
  765. - Misc
  766. * new option mouse_close_dialog, if mouse_close_dialog=1 click on outside the
  767. dialog close them
  768. * new: SI-based size show
  769. * make shared history for find file, editor search/replace, viever
  770. - Fixes
  771. * linking error with --enable-vfs-undelfs
  772. * external editor won't open if there are spaces in EDITOR variable
  773. * C-c kill mc if mc built with --without-subshell option is run with -d option
  774. * directory hotlist rendering
  775. * segfault on empty replace string
  776. * fixes for vfs/tarfs
  777. * removing bashizm from vfs/extfs/u7z
  778. * crash mc on create new file (Shift-F4) in external editor
  779. * File copy/move dialog: in replacement field now handled asterisks as search groups
  780. * VFS: Fixed SIGSERV(or heap corruption) on large filenames
  781. * Fixed broken backward search
  782. * Fixed uninitialised value for mouse event in in find.c#check_find_events() function
  783. * Fixed ctrl+z signal handling
  784. * Fixed incorrect showing prompt
  785. * Fixed incorrect vertical selection (if line state swiched on)
  786. * Fixed screen resize handle if mouse support is disabled
  787. * Restore correct current directory after switch from Info panel to List one
  788. * Fixed mouse support in 'konsole-256color' terminal
  789. * Fixed keycodes in 'xterm-256color' terminal
  790. * Fixed incorrect regexp search by content in 'file find' dialog
  791. * Fixed incorrect backwards search
  792. * Fixed incorrect detection of compressed patchfs
  793. * Fixed incorrect detecting codeset when <no translation> codeset selected
  794. Version 4.7.0-pre1
  795. - Core
  796. * native UTF-8 support
  797. * filenames charset selection support in panels
  798. * new 'Find File' dialog
  799. * new unified search/replace engine with search types: Plain, Wildcard, Regexp, Hex
  800. * extended learn keys
  801. * locale based codepage autodetection
  802. * initial support for doxygen generated docs
  803. * refresh of autoconf stuff
  804. * translation updates
  805. * x86_64 fixes
  806. - Editor
  807. * various editor enchancements (vertical block marking/moving/copy/paste)
  808. * navigate across source code through ctags/etags TAGS file
  809. * new option 'Persistent selection'
  810. * Del/Backspace - delete selected block if 'Persistent selection' switched off
  811. * shift block right with TAB key by TAB size or TAB symbol, shift block left with COMPLETE key
  812. if 'Persistent selection' switched off
  813. * optional showing of line numbers
  814. * various syntax files updates
  815. * optional highlighting of the tabs and trailing spaces
  816. * add some hot-keys
  817. - Misc
  818. * showing of the free space on current file system
  819. * showing of the size selected files in mini-status bar
  820. - Fixes
  821. * editor's undo fixes
  822. * many fixes from other distributions are included
  823. * fish handling for symlinks is fixed
  824. * escaping of fancy names is fixed
  825. * segfault in fish permission checks is fixed
  826. * various mc.ext fixes
  827. * commandline completion fixes (mainly, escaping hadling)
  828. * small fixes in history handling (locale independent .mc/history entries)
  829. * code cleanups, various memleak/etc fixes (many thanks to valgrind)