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