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