NEWS 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545
  1. Version 4.7.3
  2. - Core
  3. * Mult-screen feature: support of many opened editors and viewers (#1490)
  4. * Reorganization of menu and configuration dialogs. More options are available in UI (#320)
  5. * Mark of text in input fields is available now, DEL removes selected/unchanged text (#2161, #2228)
  6. * Now copy/move dialog shows the full path with file name in the field "to:" (#1907)
  7. * Removed hardcoded shortcuts in dialog.c (#212)
  8. * Added new actions for panels: PanelMarkFileUp and PanelMarkFileDown (#2021)
  9. * Added new capability to create relative symlinks: menu item and "C-x v" default shortcut (#2042)
  10. * Now we can use external utility to copy/paste text to X clipboard (#30)
  11. * Cursor is hidden in menu and listboxes (#1771)
  12. * All hotkeys in MC (in menu, checkboxes, etc) in the middle of a word are in the lowercase now (#2168)
  13. * Use system realpath(3) function if available (#1911)
  14. * GLib deprecated functions are not used (#2085, #2249)
  15. - VFS
  16. * Unified charset list is used in core and in VFS (#2203)
  17. * All hardcoded FISH scripts are moved out from fish.c to external scripts (see README.fish for more info) (#2242)
  18. - Editor
  19. * Added highlighting for HTTPS URLs in SPEC files (#1446)
  20. - Misc
  21. * Changed main URL for bug reports (#2025)
  22. * man2hlp: completely rewritten in Perl (#45)
  23. * Skin updates:
  24. - gotar.ini (#2179)
  25. * Removed leading and trailing spaces in i18n'd resources (#1646)
  26. * Code cleanups (#2243)
  27. * Translation updates
  28. - Fixes
  29. * AC_TRY_RUN macro breaks crosscompile (#1959)
  30. * "mc -e" and "mc -v" modes don't work (#2187)
  31. * Buttonbar mouse clicks are off (#2199)
  32. * Incorrect calculation of autocompletion window width (#2192)
  33. * Incorrect button locations in common input dialogs (#2115)
  34. * Oversized dialog backgrounds are not painted in NCurses-based MC (#2157)
  35. * Incorrect colors of directory tree (#2212)
  36. * Info panel is initially filled too late (#2226)
  37. * Quick search is not correctly interrupted in some cases (#2174)
  38. * Segfault in standalone editor and viewer (#2178)
  39. * Broken codeset autodetection in editor and viewer (#1838)
  40. * Viewer segfaults trying open a compressed man page file (#2236)
  41. * Edit crashes while opening some incorrect files (#2183)
  42. * Editor hangup if editor_tab_spacing equals to 0 (#2196)
  43. * Editor shows dots instead of letters if source_codepage is set to "No translation" (#2248)
  44. * Editor goes to endless loop when trying to replace the \n regexp with any substring (#2231)
  45. * Editor: in some cases the copy/move operation in multi-byte text is wrong (#2153)
  46. * Crash on search in viewer after Parsed/Raw switching (#2195)
  47. * Diff viewer crashes if tab size equals to 0 (#2182)
  48. Version 4.7.2
  49. - Core
  50. * Quick Search mode is defined by quick_search_case_sensitive option (#2022)
  51. * Mouse wheel doesn't change sorting preferences in panels (#2093)
  52. * Interactive help is displayed with dynamically run-time formatting (#1561)
  53. * Improvement of double and single lines support in skins (#1648)
  54. - Editor
  55. * Remove selected text before input or paste from clipboard (in non persistent selection mode) (#2155)
  56. * Case insensitive syntax highlighting (#1770)
  57. * Current syntax scheme is highlighted in 'Choose syntax highlighting' dialog (#1754)
  58. * Added ini.syntax (#2126)
  59. - Viewer
  60. * Fixed jump to end of file
  61. - Diff viewer
  62. * A built-in tool to visual compare and merge two files (#120, #2159)
  63. - Misc
  64. * Added support for AM_SILENT_RULES (#2134)
  65. * Lot of code cleanups (#1949, #2041, #2078, #2097, #2119)
  66. * Renamed color keywords (#1660):
  67. - menu -> menunormal
  68. - linestate -> editlinestate
  69. * Added new skins:
  70. - nice and dark (#1791)
  71. * Updated file extension for "sh" (#2127)
  72. * Documentation updates
  73. * Translation updates
  74. - Fixes
  75. * Segfault in panelization of file find results (#2068)
  76. * Segfault in standalone editor and viewer (#2087)
  77. * Memory leaks (#2069, #2108)
  78. * If dialog was canceled, input line content is saved in history (#2082)
  79. * MC says "File exists" trying create directory with empty filename (#2014)
  80. * User asked twice about overwriting file in move across file systems (#2125)
  81. * Deleting symlink to directory scans dir structure first (#2121)
  82. * Incorrect layout of file operation dialog in non-verbose mode (#2099)
  83. * MC proposes ".." as a dirname with automatic name filling (#2056)
  84. * MC treats files ending with a dot as gzip (#2114)
  85. * Broken default regexp mask in filecopy dialog (#2001)
  86. * Misleading label "Status:" in the Info panel (#2146)
  87. * Can't define help window background via skin (#1701)
  88. * i18n_checktimelength may vary depending on the season (#1671)
  89. * Build breaks on ignored return values (#1897)
  90. * Incorrect cursor position after "Cursor beyond end of line" mode switched off (#2094)
  91. * Incorrect overwrite behavior with UTF-8 codeset in editor (#2081)
  92. * Incorrect toggling state of ruler in viewer (#2067)
  93. * Superfluous "Search done, Continue from begining?" dialog in viewer (#2091)
  94. * Turning on wrap mode does not scroll left/right the file view (#2107)
  95. * Cannot scroll wrapped long lines in viewer (#2086)
  96. * Fixed EOL/BOL movements in plain mode (#1734)
  97. * Text area is not updated in hex mode (#2005)
  98. * Incorrect handling of archives in EXTFS VFS (#1909)
  99. * Segfault in symlink handling within archives
  100. * urar EXTFS doesn't correctly show localized filenames in RAR archives (#2049)
  101. * urar EXTFS: disable RAR/UNRAR user/system configuration for archive list and copyout operations (#2050)
  102. * Patches adding a single line are not shown correctly by patchfs (#2149)
  103. * uzip EXTFS: fixed Y2K bug (#2122)
  104. Version 4.7.1
  105. - Core
  106. * Minimal required GLib version is 2.8 (#1980)
  107. * Reorganization of source tree structure (#1866, #2037)
  108. * States of all 'Find File' dialog checkboxes are saved in user configuration file (#1874, #1965)
  109. * New file type bindings:
  110. o viewing .lyx with lyxcat, opening with lyx (#1693)
  111. * Added shortcut (Meta-,) to toggle panels split (#1991)
  112. * Capability to remove history items. !WListbox widget was fully reimplemented (#1445)
  113. * Autodetect codepages of edited/viewed files with enca program (#1838)
  114. * Custom/locale-based date format (#1767)
  115. * New quick search behavior, allow wildcard characters - '*' and '?'(#2022)
  116. * Panels: new sort type 'by version' (#1994)
  117. * Added 'menuinactive' skin item to draw inactive visible main menu (#1999)
  118. * Added ability to show progressbars (when copy files) from right to left (#1443)
  119. * Added indication of total BPS and ETA for file operations; fully rewrited FileOperations dialog (#1443)
  120. - VFS
  121. * Small reorganizing (#1931)
  122. * Easy plugable EXTFS VFS (#1909)
  123. - Editor
  124. * Some simple optimization of syntax highlighting engine (#1843)
  125. * Show right margin using 'editor_show_right_margin' option. Keybind EditToggleShowMargin in [editor] section is used to toggle the state (#1514)
  126. * New editor action 'Mark all', new keybind EditMarkAll (#1945)
  127. * Changed default for 'Cursor beyond EOL', now it switched off by default (#1946)
  128. * Changed default color pair for 'editbold' (search result) to be more sensible (#1559)
  129. - Viewer
  130. * Viewer is now very fast (#1585)
  131. * Added new confirm box for repeat search from begining of file (#1917)
  132. - Misc
  133. * Lots of code cleanup (#1780, #1915, #1990)
  134. * Removed obsolete checks in configuration scripts (#262, #1932)
  135. * Documentation updates
  136. * Translation updates
  137. - Fixes
  138. * MC won't compile on Solaris due to undefined constant NAME_MAX (#1943)
  139. * MC won't compile on AIX (#1957)
  140. * Missing includes (#1930, #2017)
  141. * Missing printf format (#1960)
  142. * Memory and file descriptors leaks (#1953, #2028, #2053, #2058)
  143. * Small error in versioning (#1905)
  144. * Incorrect start up with some special paths (#1992)
  145. * Segfault in input line history (#1936)
  146. * MC crashes on exit when using C locale (#1942)
  147. * MC crashes at exit due to race conditions of destroying subshell and file manager (#2008)
  148. * Assertion failed for g_array_free (#1954)
  149. * Broken transparency if MC is built with NCurses (#1657)
  150. * Selections not visible on monochrome terminals (#1972)
  151. * Colors of visible inactive menu (#1702)
  152. * Incorrect input line length in 'Edit symlink' dialog window (#1955)
  153. * Unquoted shell variables in user menu (#1967)
  154. * Ctrl-\ key closes the NCurses-based MC (#1926)
  155. * verbose option is always on after MC start (#1940)
  156. * Show total progressbar (and related info) when copying just one subdirdir with lot of files (#1443)
  157. * Incorrecy movement in last line in editor (moving cursor to the empty last line) (#1956)
  158. * Incorrect editor lock files check (#1935)
  159. * Segfault at try of edit (F4) archives with utf-8 names (x86_64 specified) (#1982)
  160. * Editor's search parameters are not retained across editing session (#1572)
  161. * EditColumnMark can't go up through newline (#1998)
  162. * 'Confirm replace' dialog is not converted from UTF-8 to user defined charset (#1986)
  163. * Missed \s symbol in Syntax file (#2010)
  164. * Viewer in QuickView mode corrupts screen (#1918, #1944)
  165. * ViewContinueSearch segfault on empty search (#1996)
  166. * MC crashes if file name in archves contains '@' symbol (#1605)
  167. * deba and debd VFS: items from DEBIAN directory are not accessible (#1920)
  168. * Samba is not built with tcc (#1933)
  169. * Incorrect conditional compilation of mcserver (#1925)
  170. * Potencial security risk in mcserv (#1902)
  171. * 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)
  172. * Contents of RAR archives with filenames that contain / \d\d:\d\d / are not listed correctly (#2029)
  173. * FTPFS: strcpy() is used for overlaping strings (#2018)
  174. Version 4.7.0.1
  175. - Fixes
  176. * Fixed double free of memory in editor;
  177. * Fixed build with --disable-vfs option;
  178. * Fixed compile warnings about unused variables;
  179. * Fixed Fedora/RH RPM versioning scheme.
  180. Version 4.7.0
  181. - Core
  182. * Removed charset confirmation on startup and added the automatic recognize
  183. of system charset (#1613)
  184. * Some startup speed up (#1781)
  185. * Save flags of select/unselet file group (#1776)
  186. * Don't set TOSTOP attribute on slave terminal (#1637)
  187. * Keybindings for button bars (F1-F10 keys) (#212)
  188. * Keybindings for Tree widget
  189. * Enlarged sizes of Directory Tree dialog window
  190. * Added missed esc sequencies for qansi terminals (#1803)
  191. * New file type bindings:
  192. + adeed mkv, 3gp video types
  193. + use exif(1) output when viewing jpeg files
  194. + opening .chm with kchmviewer with fallback to xchm
  195. + viewing .mo files with msgunfmt
  196. - VFS
  197. * FISH: add the user name to the ssh command line only if it's not the same as
  198. the local logged-in user (#1867)
  199. * FTP: support active mode (#1796)
  200. * FTP: improved symlink handling
  201. * FTP: some FTP-servers don't have chmon support. Ignore FTP errors related
  202. to chmod operations (#1708)
  203. * EXTFS: added S3 backend by Jakob Kemi (#272)
  204. * SFS: use single script for RPM and SRPM packets handling (#1590)
  205. - Editor
  206. * New syntax files: Cabal
  207. * Updated syntax files: Python, PHP
  208. * Syntax highlighting: added '.hh' and '.hpp' file extensions as C++ sources
  209. - Misc
  210. * Lots of code cleanup and optimization
  211. * Workaround for SunStudio compiler bug #6888373 (#1749)
  212. * Removed obsolete checks in configuration scripts
  213. * Allow save empty value in history (#1814)
  214. * Use ctrl-g instead of ctrl-c for SIGINT signal (#1876).
  215. * RPM spec: rewritten and simplified static build procedure for legacy distros (#1848)
  216. * Translation updated
  217. * Documentation updates
  218. * Added skin: darker color style (#1659)
  219. - Fixes
  220. * Memory and file descriptors leaks
  221. * Crash on start if ~/.mc/panels.ini contains incorrect value of 'sort_order' key (#1790)
  222. * MC aborts when ctrl-c is pressed (#1793)
  223. * Build w/o internal editor (#1826)
  224. * Compilation warings of --disable-nls and --disable-charset options (#1831)
  225. * Incorrect handling of '--with-search-engine' configure option (#1396)
  226. * Segmentation fault when search in different encodings (#1858)
  227. * C-w does not delete whole command line (#407)
  228. * Wrong shortcuts in menu items (#1836)
  229. * Panels state saves and restores despite disabled 'Auto save setup' (#1663)
  230. * Case insensitive file sorting in UTF-8 locales (#1536)
  231. * Incorrect handling of 0xFF char that is valid char in CP1251 locale (#1883)
  232. * Segfault in TreeView loading (#1794)
  233. * Incorect stat info of ".." directory in file panel (#1757)
  234. * Incorect stat info of ".." directory in info panel (#1757)
  235. * Setting "Use passive mode over proxy" is not remembered (#1746)
  236. * CK_Edit_Save_Mode command handling in editor (#1810)
  237. * Incorrect calculation of some utf-8 characters width (#1768)
  238. * Handling CJK chars in editor (#1628)
  239. * Incorrect cursor positioning in editor (#1809, #1884)
  240. * Vertical block handling in editor (#1839)
  241. * Incorrect text scrolling in editor (#1877)
  242. * Incorrect mouse movement in editor when text scrolled to the right (#1792)
  243. * Newlines are lost when pasting multiline text in editor (#1710)
  244. * Mismatched hotkeys EditBeginRecordMacro, EditEndRecordMacro in editor
  245. * Mismatched hotkeys EditBeginningOfText, EditEndOfText, EditBeginPage, EditEndPage (#1724)
  246. * Some syntax files are not installable (#1779)
  247. * Date & time insertion in editor (#1759)
  248. * "Matches not found" message is not shown in viewer
  249. * Hangup after search in archive in viewer (#1873)
  250. * SFS: CPIO VFS skips empty directories in the root of archive (#1732)
  251. * Incorrect parsing FTP-string (#1605)
  252. * LZMA files detect (#1798)
  253. * FISH: broken filenames and timestamps on really poor busybox devices (#1450)
  254. * Minor mistakes and mistypes in man files
  255. * Various doxygen warnings
  256. Version 4.7.0-pre4
  257. - Core
  258. * Added feature of sort files by mouse click on column header
  259. * Added keybindings to change files sort type via shortcuts
  260. (PanelSelectSortOrder, PanelToggleSortOrderPrev, PanelToggleSortOrderNext,
  261. PanelReverseSort, PanelSortOrderByName, PanelSortOrderByExt,
  262. PanelSortOrderBySize, PanelSortOrderByMTime)
  263. * Now the letter of sort type and sort direction is always drawn in panel
  264. header (direction of sort is drown near the current sort column in long
  265. file list mode only)
  266. * Skin-files: added new parameters 'sort-sign-up' and 'sort-sign-down' in
  267. the section '[widget-common]' to draw sign of sort direction
  268. * Added option 'extensions_case' in filehighlight.ini file.
  269. * Menu engine was reimplemented: 1) now menu is build dynamically, 2)
  270. shortcut displayed in menu item is not a part of menu item text and it is
  271. synchronized with keybinding defined in mc.keymap file (#1563).
  272. - VFS
  273. * Fixed view *.tar files with a colon in name
  274. * Allow 'exit' command on non-local filesystems
  275. * Added partial support of Microsoft CAB-archives
  276. * Added support of ico files
  277. * Added support of *.djvu files
  278. * Fix segfaults in various cases while browsing various VFSs
  279. * Fixed warnings when file copy inside archive.
  280. - Editor
  281. * Added scrolled percentage in status bar (only in "simple statusbar" mode)
  282. * Fixed Misbehaving rectangular select in editor (wrong when selected from
  283. right to left and/or bottom to top)
  284. * Split editor menu 'Command' to 'Command' and 'Format'
  285. * Added option 'Check POSIX new line' into 'Save mode...' dialog, add notification
  286. before save when no newline at EOF (#46)
  287. * Added bindings ('EditShiftBlockLeft', 'EditShiftBlockRight') for shift block
  288. * Fixed incorrect drawing CJK (double width) character
  289. - Viewer
  290. * Fixed tabs alignment (#1664)
  291. * Fixed view of next/prev file (#1750)
  292. - Misc
  293. * Shared clipboard for the mc editor, form fields, panel and command prompt
  294. * Refactoring: now all filename constants are placed in src/fileloc.h file
  295. * Testing & development: added ability for change user config dir. For example,
  296. type make CFLAGS='-DMC_USERCONF_DIR=\".mc2\"'
  297. * Changed Alt+Backspace behavior in command line
  298. - Fixes
  299. * Fixed broken building under uclibc <0.9.29
  300. * Autoindent regression
  301. * Viewer Hex editor regression
  302. * Incorrect indentation block when selecting with F3 + keys
  303. * Fixed ownership of config files
  304. * Configure.ac: fix broken check of option '--disable-vfs-undelfs'
  305. * Learn keys: fixed incorrect save of keys configuration
  306. * Fixed bug with 'The shell is already running a command'
  307. * Fixed 'B' artefact into OpenSuse console of root user
  308. Version 4.7.0-pre3
  309. - Core
  310. * removed own popt stuff (command line options parser). Now used glib parser
  311. * added feature for filenames highlighting in panels
  312. * Copy/Move overwrite query dialog is more friendly for long file names
  313. * at first run find file dialog now contain latest item from history
  314. * charset support enabled by default (--enable-charset option)
  315. * added support of skins
  316. * added support of key bindings
  317. - VFS
  318. * fixed recognize of tar.xz archives
  319. * added recognize of lzma archives by extention
  320. - Editor
  321. * 'Save as' dialog enhancement: select line break type: Windows/UNIX/Mac
  322. (CR LF/LF/CR)
  323. * syntax hightlighting updated: VerilogHDL, Shell script
  324. * Added syntax highlighting for *.repo files of yum
  325. * Added syntax highlighting of pacman's PKGBUILD and .install files
  326. - Viewer
  327. * Fixed showing Windows/Mac (CR LF/CR) line terminator
  328. - Misc
  329. * hotlist: support for environment variables ($HOME, ~username, etc.)
  330. * hotlist: support for completion in path input
  331. * all list widgets: support for fast navigation by number keys (i.e. 1 -
  332. first list item, 2 - second)
  333. - Fixes
  334. * restored action of 'ctrl-t' keybinding (mark files&dirs). For selecting
  335. charset use 'alt-e'
  336. * segfault on incorrect color pair in [Color] section
  337. * incorrect position of panel codeset dialog
  338. * limit of 9 digits for of file size display
  339. * lines drawing in -a stickchars mode
  340. * segfault when you try to use non-anonymous FTP
  341. * Ctrl-O handling under GNU Screen in altscreen mode
  342. * support of CP866 (IBM866) locale
  343. * configure.ac: checking for minimal version of glib and exit if version less
  344. than 2.6
  345. * segfault by mouse wheel action in history list and menu
  346. * Fixed behvior with Meta+PgDn? in editor
  347. * Fixed behvior with cursor movement by Ctrl+arrows when cursor besides EOL
  348. * Fixed editor autocompleting
  349. * Fixed Copy/Move dialogs steal Kill Word shortcut
  350. * Fixed autoconf issue when configure with --with-gpm-mouse option
  351. Version 4.7.0-pre2
  352. - Core
  353. * cycle menu navigation
  354. * change behaviour of C-space, now it calculate size on "..", and for selected
  355. dirs if there is one.
  356. * new find file option: find only first hit in file (make search faster)
  357. * new find file option: Whole words - find whole words only
  358. * scalable TUI
  359. - VFS
  360. * FTPFS: support of IPv6 protocol
  361. * extfs/iso9660 updated to support Joliet "UCS level 1"
  362. - Editor
  363. * new search/replace flag added "In selection"
  364. * new hotkeys for bookmarks, now bookmark displayed in state line and editor
  365. * new cursor behavior. Option "Cursor beyond end of line" - allow moving cursor
  366. beyond the end of line
  367. * new syntax hightlights added: erlang, ebuild, named, strace, j
  368. * syntax hightlights updated: mail, vhdl, html
  369. - Viewer
  370. * Reworked for improve perfomance
  371. * Implemented interruptable long-distance movements
  372. * splitted src/view.[ch] into many files in src/viewer/ subdir for more simple
  373. support of code
  374. * fixed build of format string in runtime (for better i18n)
  375. * add 'Whole words' option into the viewer 'Search' dialog
  376. - Misc
  377. * new option mouse_close_dialog, if mouse_close_dialog=1 click on outside the
  378. dialog close them
  379. * new: SI-based size show
  380. * make shared history for find file, editor search/replace, viever
  381. - Fixes
  382. * linking error with --enable-vfs-undelfs
  383. * external editor won't open if there are spaces in EDITOR variable
  384. * C-c kill mc if mc built with --without-subshell option is run with -d option
  385. * directory hotlist rendering
  386. * segfault on empty replace string
  387. * fixes for vfs/tarfs
  388. * removing bashizm from vfs/extfs/u7z
  389. * crash mc on create new file (Shift-F4) in external editor
  390. * File copy/move dialog: in replacement field now handled asterisks as search groups
  391. * VFS: Fixed SIGSERV(or heap corruption) on large filenames
  392. * Fixed broken backward search
  393. * Fixed uninitialised value for mouse event in in find.c#check_find_events() function
  394. * Fixed ctrl+z signal handling
  395. * Fixed incorrect showing prompt
  396. * Fixed incorrect vertical selection (if line state swiched on)
  397. * Fixed screen resize handle if mouse support is disabled
  398. * Restore correct current directory after switch from Info panel to List one
  399. * Fixed mouse support in 'konsole-256color' terminal
  400. * Fixed keycodes in 'xterm-256color' terminal
  401. * Fixed incorrect regexp search by content in 'file find' dialog
  402. * Fixed incorrect backwards search
  403. * Fixed incorrect detection of compressed patchfs
  404. * Fixed incorrect detecting codeset when <no translation> codeset selected
  405. Version 4.7.0-pre1
  406. - Core
  407. * native UTF-8 support
  408. * filenames charset selection support in panels
  409. * new 'Find File' dialog
  410. * new unified search/replace engine with search types: Plain, Wildcard, Regexp, Hex
  411. * extended learn keys
  412. * locale based codepage autodetection
  413. * initial support for doxygen generated docs
  414. * refresh of autoconf stuff
  415. * translation updates
  416. * x86_64 fixes
  417. - Editor
  418. * various editor enchancements (vertical block marking/moving/copy/paste)
  419. * navigate across source code through ctags/etags TAGS file
  420. * new option 'Persistent selection'
  421. * Del/Backspace - delete selected block if 'Persistent selection' switched off
  422. * shift block right with TAB key by TAB size or TAB symbol, shift block left with COMPLETE key
  423. if 'Persistent selection' switched off
  424. * optional showing of line numbers
  425. * various syntax files updates
  426. * optional highlighting of the tabs and trailing spaces
  427. * add some hot-keys
  428. - Misc
  429. * showing of the free space on current file system
  430. * showing of the size selected files in mini-status bar
  431. - Fixes
  432. * editor's undo fixes
  433. * many fixes from other distributions are included
  434. * fish handling for symlinks is fixed
  435. * escaping of fancy names is fixed
  436. * segfault in fish permission checks is fixed
  437. * various mc.ext fixes
  438. * commandline completion fixes (mainly, escaping hadling)
  439. * small fixes in history handling (locale independent .mc/history entries)
  440. * code cleanups, various memleak/etc fixes (many thanks to valgrind)