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