Updated doc/NEWS file for describe changes from #2646 ticket
[midnight-commander.git] / doc / NEWS
blob958b5f8332c0724c6fdd75f5cdf38871a3102fc9
1 Version 4.7.5.6
3 - Core
5     * Faster startup (#2637)
7 - Editor
9     * Lex/Flex sources (extension .l) handled by yxx.syntax file. Yacc/Bison syntax completed with all symbols (#1647)
11 - Misc
12     * A few useful additions to filehighlight.ini (#2646)
14 - Fixes
16     * Editor sometimes shows two dots instead of letter (#2372)
17     * can't compile on OpenIndiana (Solaris) (#2643)
18     * In "Copy File" dialog the "preserve Attributes" checkbox is always unchecked
19       for filesystems mounted with FUSE (#2254)
20     * Editor word completion should ignore the current word (#2614)
21     * Viewer sometimes shows two dots instead of letter (#1730)
22     * extfs: strange error message when opening a 7z file if p7zip is not installed (#2598)
23     * cannot navigate over spftp servers (#2634)
24     * mc adds spaces at the beginning of all files/dirs on ftp servers (#2635)
25     * mc does not preserve file mtime when copying over ssh (#2625)
27 Version 4.7.5.5
29 - Fixes
31     * ctrl-x shortcut for extended keybindings mode doesn't work out of box (#2609)
32     * Viewer: cursor position is not restored in hex mode (#2543)
33     * FISH: broken panels drawing after entering password (#2611)
36 Version 4.7.5.4
38 - Core
40     * Added -g/--oldmouse option to support of NORMAL/BUTTON_EVENT mouse type (useful for screen/tmux) (#2601)
42 - Misc
44     * New file bindings:
45         - .3gp - video (#2583)
47 - Fixes
49     * Cannot compile 4.8.0-pre1 and 4.7.5.3 on Solaris (#2587)
50     * Recent autoconf displays warnings about missing AC_LANG_SOURCE (#2589)
51     * Incorrect TTY layer initialization (#2601)
52     * M-o works unexpectedly on symlink shortcuts (#2590)
53     * Panelize doesn't honour current sorting (#2175)
54     * Hintbar jumps to the top of the screen and overwrites main menu (#2593)
55     * File size column is bogus for widths above 9 (#2580)
56     * Editor: mouse clicks are ignored on the bottom line (#2591)
57     * Editor: extended keybingings are broken (#2586)
58     * File name length is limited in tar archive (#2201)
59     * Ftp failures - leading white space in file name (#2594)
60     * FISH hangs while copiyng a lot of small files (#2605) 
63 Version 4.7.5.3
65 - Core
67     * Optimized loading and saving of configurations and histories (#2541)
68     * Reimplemented i18n support in 'Chmod' dialog window (#2557)
70 - Misc
72     * New file bindings:
73         - .mts: handle as videofile (#2566)
74         - .torrent: view using ctorrent (#2562)
76 - Fixes:
78     * If active panel changed type from file listing to info, inactive panel is not become active (#2459)
79     * Incorrect files mark by mouse (#2556)
80     * Panelize content is lost when doing F5/F6/F8 on a file on the other panel (#2312)
81     * Search dialog trims leading spaces in input field (#2544)
82     * Wrong Backspace key behavior in QuickSearch mode if BS key is mapped to CdParentSmart action (#2522)
83     * Find file: broken lynx-like navigation in panelization of search result (#2491)
84     * Hex search: incorrect length usage in hexadecimal search (#2579)
85     * Editor: incorrect Pascal syntax highlighting (#2531)
86     * Viewer: fixed problems while displaying UTF-8 manual pages (#1629)
87     * Viewer: fixed incorrect starting offset for 'search again' (#2294)
88     * Viewer: fixed search finds bold/underlined strings twice and highlight search results (#265)
89     * VFS: bashisms in extfs (#2569)
90     * VFS: patchfs incorrectly works with filenames containing spaces (#2572)
91     * VFS: ftpfs: fixed access to file names starting with space (#81)
92     * Browsing *.deb files is broken with latest Perl (#2552)
95 Version 4.7.5.2
97 - Editor
99     * Added new action to mark current word (#2499)
101 - Misc
103     * New skins:
104         - mc-4.6 (#2524)
105     * Updated skins:
106         - nice dark (#1791)
107     * Code cleanup (#2518)
108     * Language-specific man pages and hint and help files are not installed
109       if mc is built with --disable-nls option (#2514)
111 - Fixes
113     * Find file: "Search for content" checkbox is disabled by default (#2462)
114     * Build failure on DragonFly BSD (#2516)
115     * ctrl-g key closes file panels (#2520)
116     * Unused variable if without WITH_BACKGROUND (#2515)
117     * Editor: incorrect detection of the word boundary (added '{', '}' as end of word) (#2500)
118     * Bold and selected colors of viewer cannot be set in the command line (#2489)
119     * Diff viewer: quick left/right movements don't work in non-default key maps (#2509)
120     * "cd ~" processed incorrectly in the command line if more than one space separates "cd" and "~" (#2120)
121     * Screen and input corruption under xterm (non-UTF) (#1668)
122     * More intuitive word left/right action (now the cursor stop beside EOL/BOL) (#2483)
125 Version 4.7.5.1
127 - Core
129     * Added simple swap mode that means the swap of panel locations, in addition
130       to current swap of panel content (#2368)
132 - Misc
134     * Minor enhancement in mc.ext (#2485):
135         - added -C key to nm utility in View action for static libraries 
136     * Code cleanup (#2481)
137     * New translation: Esperanto
139 - Fixes
141     * Broken Del & Backspace in dialogs (in locale CP866) (#1634)
142     * Alt-Backspace shortcut doesn't work (#2455)
143     * Broken command autocompletion (#2458)
144     * Swap panels doesn't respect sort options (#2368)
145     * File list format of panel is initialized incorrectly after switch back from quick view or info mode
146       to file list one (#2390)
147     * Main menu is not drawn correctly after change of it visibility and activity (#2466)
148     * MC switches to left panel after call of command history using mouse (#2459)
149     * Find file: don't check content regexp if search for content is not used (#2464)
150     * Color of panel header cannot be set in the command line (#2170)
151     * Incorrect restore selection after UNDO (#2456)
152     * Segfault after getting the previous char in utf8 (#2484)
153     * Made AI_ADDRCONFIG optional for RFC 3493 non-compliant systems (#2401)
154     * isoinfo adds ";1" to the end of file name when Joliet without Rock Ridge is used (#2471)
157 Version 4.7.5
159 - Core
161     * Minor enhancement and fix for mc.ext for .so libraries and ELF objects (#1800):
162         - .so libraries have the higher priority of extension handling over ELF objects;
163         - added -C -D options to nm utility for .so libraries;
164         - added -C option to nm utility for ELF objects.
166 - Editor
168     * Copy to clipboard doesn't reset the text selection (#2238)
169     * Don't reset search position after file opened in viewer and reopened in mcedit (#2449)
171 - Misc
173     * Code cleanup
174     * Translation updates
176 - Fixes
178     * Crash in copy/move progress dialog (#2448)
179     * Broken autocompletion (#2288)
180     * Text selection bugs in mcedit (#1898, #2437)
181     * awk is used instead of grep in iso9660 VFS plugin (#1963)
184 Version 4.7.5-pre1
186 - Core
188     * Case insensitive sort order of files does not mix dot-files with others (#1894)
189     * Repeat previous quicksearch on C-s C-s (without entering text) (#2365)
190     * Added new colors for dialogs and status bars (#2170, #2171, #2197)
191     * Added new action PanelSmartGotoParentDir. Not defined by default. This keybinding maybe used
192       for bind 'Backspace' as hotkey for 'cd ..' (only if command line is empty)(#2375)
194 - VFS
196     * Hide panels before connect to the FISH (#2268)
198 - Editor
200     * Internal editor's bookmarks are persistent now and not lost after exit from the editor.
201       They are saved in ~/.mc/filepos file (#2287)
202     * Added forgotten shortcuts from 4.6 branch (#2404)
203     * Added cython syntax highlighting (#2427)
205 - Viewer
207     * Speed up of up/down moving (#2229) 
209 - Misc
211     * Changed installation destination for some files (#1424):
212         - /etc/mc/Syntax -> /usr/share/mc/syntax/Syntax;
213         - /etc/mc/mc.lib -> /usr/share/mc/mc.lib;
214         - /etc/mc/mc.charsets -> /usr/share/mc/mc.charsets. Added capability to load codepage list
215           from /usr/share/mc/mc.charsets and /etc/mc/mc.charsets and merge them then;
216         - hint files are installed into /usr/share/mc/hints instead of /usr/share/mc;
217         - help files are installed into /usr/share/mc/help instead of /usr/share/mc.
218     * Massive reorganizing of source code tree and total indentation in according with mc policy (#2409)
219     * Doc updates
220     * Translation updates
221     * Added new translations: Basque, Estonian, Georgian, Indonesian
222     * Extended list of GCC warning flags (#2409)
223     * Split GLib and GModule compiler and linker options (#2409)
224     * Added dark skin
226 - Fixes
228     * Hang up after exit on FreeBSD (#2333, #2415)
229     * Segfault on NetBSD >= 3.0 on startup (#2425)
230     * Multi-screen engine doesn't handle correctly some cases (#1490)
231     * Overflow of file operation counters (#2429)
232     * Fx key numbers were not displayed for disabled keys (#2350)
233     * Can't put char '?' into a new name (#2327)
234     * Incorrect initial value of WCheck and WRadio widgets width (#2362)
235     * Panel encoding is not shown correctly in "Choose codepage" dialog (#1512)
236     * Cannot change panel encoding without VFS support (#2137)
237     * Panel contents isn't scrolled down by mouse dragging (#2395)
238     * Panel states are saved in panels.ini at quit only if "Auto save panels setup" option is set (#1939)
239     * Incorrect key event handling in "Listing mode" dialog (#2045)
240     * Usability of field history in "Find file" dialog (#2046, #2407)
241     * Find "Whole words" search bug (#2396)
242     * Directory ignorance does't work in file find (#2366, #2434)
243     * Incorrect line jump when started as editor (#2344)
244     * User menu in standalone mcedit doesn't show filetype-specific items (#1651)
245     * Configure script doesn't set samba configdir (#2419)
246     * Lost transparency colors in mcedit [editnormal] background depends on [normal] (#1785)
247     * Syntax highlighting is lost after manual change (#2324)
248     * ~ is not treated properly in editor's "Save As" dialog (#2398)
249     * Broken action 'cursor beyond EOL' (#2135, #2411)
250     * Incorrect charset encoding in search in editor (#2417)
251     * Segmentation fault in mcviewer on ARM architecture (#2356)
252     * Viewer 'Goto' dialog doesn't allow go to the specified offset exactly (#2435)
253     * Broken IPv4 FTP connection scheme (#121)
254     * Default internal FISH scripts are broken (#2347)
255     * Permission denied while connecting to Sun host via ssh (#2031)
258 Version 4.7.4
260 - Core
262     * Added unassigned key binding CmdEditForceInternal to forced run the internal editor of MC (#1523)
263     * Implemented keybingings for WListbox widget, reimplemented hardcoded keys in viewer and help viewer (#212)
264     * Added capability to enable/disable widgets interactively (#2257)
265     * Reverted the appending of file/dir name to copy/move destination in copy/move dialog (#2276)
267 - VFS
269     * Fixed remained plain int types (#171)
270     * Refactoring of VFS modules on/off. Unification of configure options (#1818)
271     * MCServer and MCFS support were completely removed (#2279)
272     * FISH: implemented resuming of file downloads (#2267)
273     * Adjusted extfs script modes to installed permissions (#2274)
275 - Editor
277     * Editor version is synchronized with MC one (#2189)
278     * Changed default button in editor quit dialog to "Cancel quit" (#2265)
279     * Added "Toggle syntax highlighting" menu item. Described C-s shortcut in mcedit man page (#2035)
281 - Viewer
283     * Changed default button in hexeditor quit dialog to "Cancel quit" (#2265)
285 - Misc
287     * Code cleanup (#2316)
288     * be-tarask.po was renamed to be@tarask.po (#2235)
289     * Translation updates
290     * Added Galician translation
291     * Fixed the title in the section describing xtree_mode variable (#2303)
293 - Fixes
295     * Crash while copying into directory named "????" (#2123)
296     * Crash while changing permissions using "Advanced chown" dialog (#2264)
297     * Crash in autocompletion engine (#2284)
298     * Restore signals even if fork() fails (#2273)
299     * Bogus strings in 'Confirmation' config dialog (#2271)
300     * History can be shown incorrectly due to access to the invalid pointer (#2299)
301     * Potential division by zero in Info panel (#2337)
302     * Segfault in replace confirmation in editor (#2272)
303     * Regexp replace only transforms the first occurence correctly (#2320)
304     * Broken manually changing syntax definition (#2324)
305     * MCEdit version number not centered in about dialog (#2311)
306     * Typo in the code and the man section describing X clipboard integration (#30)
307     * Viewer doesn't show non-ASCII chars in hex mode (#2263)
308     * Compilation warnings in diff viewer (#2277)
309     * 2GB file size limit in fish (#123)
310     * Meta-fixes for manual pages (#2237, #2253)
313 Version 4.7.3
315 - Core
317     * Multi-screen feature: support of many opened editors and viewers (#1490)
318     * Reorganization of menu and configuration dialogs. More options are available in UI (#320)
319     * Mark of text in input fields is available now, DEL removes selected/unchanged text (#2161, #2228)
320     * Now copy/move dialog shows the full path with file name in the field "to:" (#1907)
321     * Removed hardcoded shortcuts in dialog.c (#212)
322     * Added new actions for panels: PanelMarkFileUp and PanelMarkFileDown (#2021)
323     * Added new capability to create relative symlinks: menu item and "C-x v" default shortcut (#2042)
324     * Now we can use external utility to copy/paste text to X clipboard (#30)
325     * Cursor is hidden in menu and listboxes (#1771)
326     * All hotkeys in MC (in menu, checkboxes, etc) in the middle of a word are in the lowercase now (#2168)
327     * Use system realpath(3) function if available (#1911)
328     * GLib deprecated functions are not used (#2085, #2249)
330 - VFS
332     * Unified charset list is used in core and in VFS (#2203)
333     * All hardcoded FISH scripts are moved out from fish.c to external scripts (see README.fish for more info) (#2242)
335 - Editor
337     * Added highlighting for HTTPS URLs in SPEC files (#1446)
339 - Misc
341     * Changed main URL for bug reports (#2025)
342     * man2hlp: completely rewritten in Perl (#45)
343     * Skin updates:
344         - gotar.ini (#2179)
345     * Removed leading and trailing spaces in i18n'd resources (#1646)
346     * Code cleanups (#2243)
347     * Translation updates
349 - Fixes
351     * AC_TRY_RUN macro breaks crosscompile (#1959)
352     * "mc -e" and "mc -v" modes don't work (#2187)
353     * Buttonbar mouse clicks are off (#2199)
354     * Incorrect calculation of autocompletion window width (#2192)
355     * Incorrect button locations in common input dialogs (#2115)
356     * Oversized dialog backgrounds are not painted in NCurses-based MC (#2157)
357     * Incorrect colors of directory tree (#2212)
358     * Info panel is initially filled too late (#2226)
359     * Quick search is not correctly interrupted in some cases (#2174)
360     * Segfault in standalone editor and viewer (#2178)
361     * Broken codeset autodetection in editor and viewer (#1838)
362     * Viewer segfaults trying open a compressed man page file (#2236)
363     * Editor crashes while opening some incorrect files (#2183)
364     * Editor hangup if editor_tab_spacing equals to 0 (#2196)
365     * Editor shows dots instead of letters if source_codepage is set to "No translation" (#2248)
366     * Editor goes to endless loop when trying to replace the \n regexp with any substring (#2231)
367     * Editor: in some cases the copy/move operation in multi-byte text is wrong (#2153)
368     * Crash on search in viewer after Parsed/Raw switching (#2195)
369     * Diff viewer crashes if tab size equals to 0 (#2182)
372 Version 4.7.2
374 - Core
376     * Quick Search mode is defined by quick_search_case_sensitive option (#2022)
377     * Mouse wheel doesn't change sorting preferences in panels (#2093)
378     * Interactive help is displayed with dynamically run-time formatting (#1561)
379     * Improvement of double and single lines support in skins (#1648)
381 - Editor
383     * Remove selected text before input or paste from clipboard (in non persistent selection mode) (#2155)
384     * Case insensitive syntax highlighting (#1770)
385     * Current syntax scheme is highlighted in 'Choose syntax highlighting' dialog (#1754)
386     * Added ini.syntax (#2126)
388 - Viewer
390     * Fixed jump to end of file
392 - Diff viewer
394     * A built-in tool to visual compare and merge two files (#120, #2159)
396 - Misc
398     * Added support for AM_SILENT_RULES (#2134)
399     * Lot of code cleanups (#1949, #2041, #2078, #2097, #2119)
400     * Renamed color keywords (#1660):
401         - menu -> menunormal
402         - linestate -> editlinestate
403     * Added new skins:
404         - nice and dark (#1791)
405     * Updated file extension for "sh" (#2127)
406     * Documentation updates
407     * Translation updates
409 - Fixes
411     * Segfault in panelization of file find results (#2068)
412     * Segfault in standalone editor and viewer (#2087)
413     * Memory leaks (#2069, #2108)
414     * If dialog was canceled, input line content is saved in history (#2082)
415     * MC says "File exists" trying create directory with empty filename (#2014)
416     * User asked twice about overwriting file in move across file systems (#2125)
417     * Deleting symlink to directory scans dir structure first (#2121)
418     * Incorrect layout of file operation dialog in non-verbose mode (#2099)
419     * MC proposes ".." as a dirname with automatic name filling (#2056)
420     * MC treats files ending with a dot as gzip (#2114)
421     * Broken default regexp mask in filecopy dialog (#2001)
422     * Misleading label "Status:" in the Info panel (#2146)
423     * Can't define help window background via skin (#1701)
424     * i18n_checktimelength may vary depending on the season (#1671)
425     * Build breaks on ignored return values (#1897)
426     * Incorrect cursor position after "Cursor beyond end of line" mode switched off (#2094)
427     * Incorrect overwrite behavior with UTF-8 codeset in editor (#2081)
428     * Incorrect toggling state of ruler in viewer (#2067)
429     * Superfluous "Search done, Continue from begining?" dialog in viewer (#2091)
430     * Turning on wrap mode does not scroll left/right the file view (#2107)
431     * Cannot scroll wrapped long lines in viewer (#2086)
432     * Fixed EOL/BOL movements in plain mode (#1734)
433     * Text area is not updated in hex mode (#2005)
434     * Incorrect handling of archives in EXTFS VFS (#1909)
435     * Segfault in symlink handling within archives
436     * urar EXTFS doesn't correctly show localized filenames in RAR archives (#2049)
437     * urar EXTFS: disable RAR/UNRAR user/system configuration for archive list and copyout operations (#2050)
438     * Patches adding a single line are not shown correctly by patchfs (#2149)
439     * uzip EXTFS: fixed Y2K bug (#2122)
442 Version 4.7.1
444 - Core
446     * Minimal required GLib version is 2.8 (#1980)
447     * Reorganization of source tree structure (#1866, #2037)
448     * States of all 'Find File' dialog checkboxes are saved in user configuration file (#1874, #1965)
449     * New file type bindings:
450           o viewing .lyx with lyxcat, opening with lyx (#1693)
451     * Added shortcut (Meta-,) to toggle panels split (#1991)
452     * Capability to remove history items. WListbox widget was fully reimplemented (#1445)
453     * Autodetect codepages of edited/viewed files with enca program (#1838)
454     * Custom/locale-based date format (#1767)
455     * New quick search behavior, allow wildcard characters - '*' and '?'(#2022)
456     * Panels: new sort type 'by version' (#1994)
457     * Added 'menuinactive' skin item to draw inactive visible main menu (#1999)
458     * Added ability to show progressbars (when copy files) from right to left (#1443)
459     * Added indication of total BPS and ETA for file operations; fully rewrited FileOperations dialog (#1443)
461 - VFS
463     * Small reorganizing (#1931)
464     * Easy plugable EXTFS VFS (#1909)
466 - Editor
468     * Some simple optimization of syntax highlighting engine (#1843)
469     * Show right margin using 'editor_show_right_margin' option. Keybind EditToggleShowMargin in [editor] section is used to toggle the state (#1514)
470     * New editor action 'Mark all', new keybind EditMarkAll (#1945)
471     * Changed default for 'Cursor beyond EOL', now it switched off by default (#1946)
472     * Changed default color pair for 'editbold' (search result) to be more sensible (#1559)
474 - Viewer
476     * Viewer is now very fast (#1585)
477     * Added new confirm box for repeat search from begining of file (#1917)
479 - Misc
481     * Lots of code cleanup (#1780, #1915, #1990)
482     * Removed obsolete checks in configuration scripts (#262, #1932)
483     * Documentation updates
484     * Translation updates
486 - Fixes
488     * MC won't compile on Solaris due to undefined constant NAME_MAX (#1943)
489     * MC won't compile on AIX (#1957)
490     * Missing includes (#1930, #2017)
491     * Missing printf format (#1960)
492     * Memory and file descriptors leaks (#1953, #2028, #2053, #2058)
493     * Small error in versioning (#1905)
494     * Incorrect start up with some special paths (#1992)
495     * Segfault in input line history (#1936)
496     * MC crashes on exit when using C locale (#1942)
497     * MC crashes at exit due to race conditions of destroying subshell and file manager (#2008)
498     * Assertion failed for g_array_free (#1954)
499     * Broken transparency if MC is built with NCurses (#1657)
500     * Selections not visible on monochrome terminals (#1972)
501     * Colors of visible inactive menu (#1702)
502     * Incorrect input line length in 'Edit symlink' dialog window (#1955)
503     * Unquoted shell variables in user menu (#1967)
504     * Ctrl-\ key closes the NCurses-based MC (#1926)
505     * verbose option is always on after MC start (#1940)
506     * Show total progressbar (and related info) when copying just one subdirdir with lot of files (#1443)
507     * Incorrecy movement in last line in editor (moving cursor to the empty last line) (#1956)
508     * Incorrect editor lock files check (#1935)
509     * Segfault at try of edit (F4) archives with utf-8 names (x86_64 specified) (#1982)
510     * Editor's search parameters are not retained across editing session (#1572)
511     * EditColumnMark can't go up through newline (#1998)
512     * 'Confirm replace' dialog is not converted from UTF-8 to user defined charset (#1986)
513     * Missed \s symbol in Syntax file (#2010)
514     * Viewer in QuickView mode corrupts screen (#1918, #1944)
515     * ViewContinueSearch segfault on empty search (#1996)
516     * MC crashes if file name in archves contains '@' symbol (#1605)
517     * deba and debd VFS: items from DEBIAN directory are not accessible (#1920)
518     * Samba is not built with tcc (#1933)
519     * Incorrect conditional compilation of mcserver (#1925)
520     * Potencial security risk in mcserv (#1902)
521     * 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)
522     * Contents of RAR archives with filenames that contain / \d\d:\d\d / are not listed correctly (#2029)
523     * FTPFS: strcpy() is used for overlaping strings (#2018)
525 Version 4.7.0.1
527 - Fixes
529     * Fixed double free of memory in editor;
530     * Fixed build with --disable-vfs option;
531     * Fixed compile warnings about unused variables;
532     * Fixed Fedora/RH RPM versioning scheme.
535 Version 4.7.0
537 - Core
539     * Removed charset confirmation on startup and added the automatic recognize
540       of system charset (#1613)
541     * Some startup speed up (#1781)
542     * Save flags of select/unselet file group (#1776)
543     * Don't set TOSTOP attribute on slave terminal (#1637)
544     * Keybindings for button bars (F1-F10 keys) (#212)
545     * Keybindings for Tree widget
546     * Enlarged sizes of Directory Tree dialog window
547     * Added missed esc sequencies for qansi terminals (#1803)
548     * New file type bindings:
549       + adeed mkv, 3gp video types
550       + use exif(1) output when viewing jpeg files
551       + opening .chm with kchmviewer with fallback to xchm
552       + viewing .mo files with msgunfmt
554 - VFS
556     * FISH: add the user name to the ssh command line only if it's not the same as
557       the local logged-in user (#1867)
558     * FTP: support active mode (#1796)
559     * FTP: improved symlink handling
560     * FTP: some FTP-servers don't have chmon support. Ignore FTP errors related
561       to chmod operations (#1708)
562     * EXTFS: added S3 backend by Jakob Kemi (#272)
563     * SFS: use single script for RPM and SRPM packets handling (#1590)
565 - Editor
567     * New syntax files: Cabal
568     * Updated syntax files: Python, PHP
569     * Syntax highlighting: added '.hh' and '.hpp' file extensions as C++ sources
571 - Misc
573     * Lots of code cleanup and optimization
574     * Workaround for SunStudio compiler bug #6888373 (#1749)
575     * Removed obsolete checks in configuration scripts
576     * Allow save empty value in history (#1814)
577     * Use ctrl-g instead of ctrl-c for SIGINT signal (#1876).
578     * RPM spec: rewritten and simplified static build procedure for legacy distros (#1848)
579     * Translation updated
580     * Documentation updates
581     * Added skin: darker color style (#1659)
583 - Fixes
585     * Memory and file descriptors leaks
586     * Crash on start if ~/.mc/panels.ini contains incorrect value of 'sort_order' key (#1790)
587     * MC aborts when ctrl-c is pressed (#1793)
588     * Build w/o internal editor (#1826)
589     * Compilation warings of --disable-nls and --disable-charset options (#1831)
590     * Incorrect handling of '--with-search-engine' configure option (#1396)
591     * Segmentation fault when search in different encodings (#1858)
592     * C-w does not delete whole command line (#407)
593     * Wrong shortcuts in menu items (#1836)
594     * Panels state saves and restores despite disabled 'Auto save setup' (#1663)
595     * Case insensitive file sorting in UTF-8 locales (#1536)
596     * Incorrect handling of 0xFF char that is valid char in CP1251 locale (#1883)
597     * Segfault in TreeView loading (#1794)
598     * Incorect stat info of ".." directory in file panel (#1757)
599     * Incorect stat info of ".." directory in info panel (#1757)
600     * Setting "Use passive mode over proxy" is not remembered (#1746)
601     * CK_Edit_Save_Mode command handling in editor (#1810)
602     * Incorrect calculation of some utf-8 characters width (#1768)
603     * Handling CJK chars in editor (#1628)
604     * Incorrect cursor positioning in editor (#1809, #1884)
605     * Vertical block handling in editor (#1839)
606     * Incorrect text scrolling in editor (#1877)
607     * Incorrect mouse movement in editor when text scrolled to the right (#1792)
608     * Newlines are lost when pasting multiline text in editor (#1710)
609     * Mismatched hotkeys EditBeginRecordMacro, EditEndRecordMacro in editor
610     * Mismatched hotkeys EditBeginningOfText, EditEndOfText, EditBeginPage, EditEndPage (#1724)
611     * Some syntax files are not installable (#1779)
612     * Date & time insertion in editor (#1759)
613     * "Matches not found" message is not shown in viewer
614     * Hangup after search in archive in viewer (#1873)
615     * SFS: CPIO VFS skips empty directories in the root of archive (#1732)
616     * Incorrect parsing FTP-string (#1605)
617     * LZMA files detect (#1798)
618     * FISH: broken filenames and timestamps on really poor busybox devices (#1450)
619     * Minor mistakes and mistypes in man files
620     * Various doxygen warnings
623 Version 4.7.0-pre4
625 - Core
627     * Added feature of sort files by mouse click on column header
628     * Added keybindings to change files sort type via shortcuts
629       (PanelSelectSortOrder, PanelToggleSortOrderPrev, PanelToggleSortOrderNext,
630       PanelReverseSort, PanelSortOrderByName, PanelSortOrderByExt,
631       PanelSortOrderBySize, PanelSortOrderByMTime)
632     * Now the letter of sort type and sort direction is always drawn in panel
633       header (direction of sort is drown near the current sort column in long
634       file list mode only)
635     * Skin-files: added new parameters 'sort-sign-up' and 'sort-sign-down' in
636       the section '[widget-common]' to draw sign of sort direction
637     * Added option 'extensions_case' in filehighlight.ini file.
638     * Menu engine was reimplemented: 1) now menu is build dynamically, 2)
639       shortcut displayed in menu item is not a part of menu item text and it is
640       synchronized with keybinding defined in mc.keymap file (#1563).
642 - VFS
644     * Fixed view *.tar files with a colon in name
645     * Allow 'exit' command on non-local filesystems
646     * Added partial support of Microsoft CAB-archives
647     * Added support of ico files
648     * Added support of *.djvu files
649     * Fix segfaults in various cases while browsing various VFSs
650     * Fixed warnings when file copy inside archive.
652 - Editor
654     * Added scrolled percentage in status bar (only in "simple statusbar" mode)
655     * Fixed Misbehaving rectangular select in editor (wrong when selected from
656       right to left and/or bottom to top)
657     * Split editor menu 'Command' to 'Command' and 'Format'
658     * Added option 'Check POSIX new line' into 'Save mode...' dialog, add notification
659       before save when no newline at EOF (#46)
660     * Added bindings ('EditShiftBlockLeft', 'EditShiftBlockRight') for shift block
661     * Fixed incorrect drawing CJK (double width) character
663 - Viewer
665     * Fixed tabs alignment (#1664)
666     * Fixed view of next/prev file (#1750)
668 - Misc
670     * Shared clipboard for the mc editor, form fields, panel and command prompt
671     * Refactoring: now all filename constants are placed in src/fileloc.h file
672     * Testing & development: added ability for change user config dir. For example,
673       type make CFLAGS='-DMC_USERCONF_DIR=\".mc2\"'
674     * Changed Alt+Backspace behavior in command line
676 - Fixes
678     * Fixed broken building under uclibc <0.9.29
679     * Autoindent regression
680     * Viewer Hex editor regression
681     * Incorrect indentation block when selecting with F3 + keys
682     * Fixed ownership of config files
683     * Configure.ac: fix broken check of option '--disable-vfs-undelfs'
684     * Learn keys: fixed incorrect save of keys configuration
685     * Fixed bug with 'The shell is already running a command'
686     * Fixed 'B' artefact into OpenSuse console of root user
689 Version 4.7.0-pre3
691 - Core
693     * removed own popt stuff (command line options parser). Now used glib parser
694     * added feature for filenames highlighting in panels
695     * Copy/Move overwrite query dialog is more friendly for long file names
696     * at first run find file dialog now contain latest item from history
697     * charset support enabled by default (--enable-charset option)
698     * added support of skins
699     * added support of key bindings
701 - VFS
703     * fixed recognize of tar.xz archives
704     * added recognize of lzma archives by extention
706 - Editor
708     * 'Save as' dialog enhancement: select line break type: Windows/UNIX/Mac
709       (CR LF/LF/CR)
710     * syntax hightlighting updated: VerilogHDL, Shell script
711     * Added syntax highlighting for *.repo files of yum
712     * Added syntax highlighting of pacman's PKGBUILD and .install files
714 - Viewer
716     * Fixed showing Windows/Mac (CR LF/CR) line terminator
718 - Misc
720     * hotlist: support for environment variables ($HOME, ~username, etc.)
721     * hotlist: support for completion in path input
722     * all list widgets: support for fast navigation by number keys (i.e. 1 -
723       first list item, 2 - second)
725 - Fixes
727     * restored action of 'ctrl-t' keybinding (mark files&dirs). For selecting
728       charset use 'alt-e'
729     * segfault on incorrect color pair in [Color] section
730     * incorrect position of panel codeset dialog
731     * limit of 9 digits for of file size display
732     * lines drawing in -a stickchars mode
733     * segfault when you try to use non-anonymous FTP
734     * Ctrl-O handling under GNU Screen in altscreen mode
735     * support of CP866 (IBM866) locale
736     * configure.ac: checking for minimal version of glib and exit if version less
737       than 2.6
738     * segfault by mouse wheel action in history list and menu
739     * Fixed behvior with Meta+PgDn? in editor
740     * Fixed behvior with cursor movement by Ctrl+arrows when cursor besides EOL
741     * Fixed editor autocompleting
742     * Fixed Copy/Move dialogs steal Kill Word shortcut
743     * Fixed autoconf issue when configure with --with-gpm-mouse option
746 Version 4.7.0-pre2
748 - Core
750     * cycle menu navigation
751     * change behaviour of C-space, now it calculate size on "..", and for selected
752       dirs if there is one.
753     * new find file option: find only first hit in file (make search faster)
754     * new find file option: Whole words - find whole words only
755     * scalable TUI
757 - VFS
759     * FTPFS: support of IPv6 protocol
760     * extfs/iso9660 updated to support Joliet "UCS level 1"
762 - Editor
764     * new search/replace flag added "In selection"
765     * new hotkeys for bookmarks, now bookmark displayed in state line and editor
766     * new cursor behavior. Option "Cursor beyond end of line" - allow moving cursor
767       beyond the end of line
768     * new syntax hightlights added: erlang, ebuild, named, strace, j
769     * syntax hightlights updated: mail, vhdl, html
771 - Viewer
773     * Reworked for improve perfomance
774     * Implemented interruptable long-distance movements
775     * splitted src/view.[ch] into many files in src/viewer/ subdir for more simple
776       support of code
777     * fixed build of format string in runtime (for better i18n)
778     * add 'Whole words' option into the viewer 'Search' dialog
780 - Misc
782     * new option mouse_close_dialog, if mouse_close_dialog=1 click on outside the
783       dialog close them
784     * new: SI-based size show
785     * make shared history for find file, editor search/replace, viever
787 - Fixes
789     * linking error with --enable-vfs-undelfs
790     * external editor won't open if there are spaces in EDITOR variable
791     * C-c kill mc if mc built with --without-subshell option is run with -d option
792     * directory hotlist rendering
793     * segfault on empty replace string
794     * fixes for vfs/tarfs
795     * removing bashizm from vfs/extfs/u7z
796     * crash mc on create new file (Shift-F4) in external editor
797     * File copy/move dialog: in replacement field now handled asterisks as search groups
798     * VFS: Fixed SIGSERV(or heap corruption) on large filenames
799     * Fixed broken backward search
800     * Fixed uninitialised value for mouse event in in find.c#check_find_events() function
801     * Fixed ctrl+z signal handling
802     * Fixed incorrect showing prompt
803     * Fixed incorrect vertical selection (if line state swiched on)
804     * Fixed screen resize handle if mouse support is disabled
805     * Restore correct current directory after switch from Info panel to List one
806     * Fixed mouse support in 'konsole-256color' terminal
807     * Fixed keycodes in 'xterm-256color' terminal
808     * Fixed incorrect regexp search by content in 'file find' dialog
809     * Fixed incorrect backwards search
810     * Fixed incorrect detection of compressed patchfs
811     * Fixed incorrect detecting codeset when <no translation> codeset selected
814 Version 4.7.0-pre1
816 - Core
818     * native UTF-8 support
819     * filenames charset selection support in panels
820     * new 'Find File' dialog
821     * new unified search/replace engine with search types: Plain, Wildcard, Regexp, Hex
822     * extended learn keys
823     * locale based codepage autodetection
824     * initial support for doxygen generated docs
825     * refresh of autoconf stuff
826     * translation updates
827     * x86_64 fixes
829 - Editor
831     * various editor enchancements (vertical block marking/moving/copy/paste)
832     * navigate across source code through ctags/etags TAGS file
833     * new option 'Persistent selection'
834     * Del/Backspace - delete selected block if 'Persistent selection' switched off
835     * shift block right with TAB key by TAB size or TAB symbol, shift block left with COMPLETE key
836       if 'Persistent selection' switched off
837     * optional showing of line numbers
838     * various syntax files updates
839     * optional highlighting of the tabs and trailing spaces
840     * add some hot-keys
842 - Misc
844     * showing of the free space on current file system
845     * showing of the size selected files in mini-status bar
847 - Fixes
849     * editor's undo fixes
850     * many fixes from other distributions are included
851     * fish handling for symlinks is fixed
852     * escaping of fancy names is fixed
853     * segfault in fish permission checks is fixed
854     * various mc.ext fixes
855     * commandline completion fixes (mainly, escaping hadling)
856     * small fixes in history handling (locale independent .mc/history entries)
857     * code cleanups, various memleak/etc fixes (many thanks to valgrind)