Ticket #3774: mcedit - fix mouse active area for maximize / close buttons
[midnight-commander.git] / doc / NEWS
blobf94cbd74f21f3c1c4e39686fad7590a606c83ad0
1 Version 4.8.18
3 - Core
5     * Alt-Enter, Ctrl-Enter and Ctrl-Shift-Enter shortcuts are bindable in file manager (#3075)
6     * Internals:
7         - Refactoring of widget subsystem (#2919, #3632)
9 - Editor
11     * Add syntax highlighting:
12         - GLSL (#3683)
13         - CUDA (#3686)
15 - Misc
17     * Code cleanup (#3641, #3652)
19 - Fixes
21     * Build failure on FreeBSD (#3643)
22     * Incompatibility with NetBSD curses (#3665)
23     * Memory leaks (#3637)
24     * Subshell output lost on window resize under tmux, GNU screen (#3639)
25     * --with-subshell=optional does not work (#3642)
26     * Backward search is not interruptible (#3648)
27     * "Output lines" has no effect (#3655)
28     * Wrong handling of mouse clicks in long listing mode (#3661)
29     * Panelize resets marks on marked files in many cases (#3663)
30     * Cannot change directory in the active panel in some cases (#3669)
31     * Filtered View doesn't work (#3646, #3660)
32     * mcedit: don't kill bookmarks when open file from "Find File" dialog (#3668)
33     * man pages use "the MC" instead of "MC" (#3644)
36 Version 4.8.17
38 - Core
40     * Minimal version of Gettext is 0.18.1 (#1885)
41     * Optimization of copy/move operations (use adaptive buffer as in coreutils) (#2193)
42     * Recognize csh as tcsh (#2742)
43     * Centered scrolling of file panel (#3130)
44     * Internals:
45         - Switch to new high-level mouse API (#3571)
47 - VFS
49     * FISH helpers: remove executable bit (#3610)
51 - Editor
53     * Improvements of syntax highlighting:
54         - F90 (#3618)
55         - Java (MidnightCommander/mc#95)
57 - Misc
59     * Code cleanup (#3598, #3607)
60     * Install mc.keymap as a symlink to mc.default.keymap (#3609)
61     * File highlight: add more common file formats
63 - Fixes
65     * Segfault due to incorrect value of SHELL environment variable (#3606)
66     * Segfault when copying files under FreeBSD 9.3 (#3617)
67     * Segfault when entering into some cpio archives (#3621)
68     * Subshell output lost on window resize under tmux, GNU screen (#3639)
69     * Subshell cursor position lost after window resizing (#3640)
70     * Listbox no longer scrolls when dragging outside widget (#3559)
71     * VFS: extfs: incorrect date parsing in unzip (#3622)
72     * VFS: extfs: buffer overflow (#3605)
73     * VFS: patchfs: syntax error (#3620)
74     * VFS: fish: mistakes in ls Perl helper (#3611)
77 Version 4.8.16
79 - Core
81     * Support for ash + bugfixes for bash, fish (#2742)
82     * Find file: empty file name matches any file name (#3593)
83     * Find file: empty value of "Content" is used instead of "Search for content" checkbox to disable search for content (#3594)
84     * Listbox: don't wraparound on mouse scroll (#3554)
85     * Internals:
86         - Listbox: various fixups (#3569: #3562, #3563, #3565, #3161)
87         - Split MSG_ACTION into MSG_ACTION and MSG_NOTIFY (#3566)
89 - VFS
91     * Support lzip compression format (#2673, #1541)
92     * Support lz4 compression format (#3523)
93     * patchfs: support xz compression (#3443)
94     * Update uc1541 version (#3527)
95     * Add mc.ext patterns for initramfs / initrd (#3115)
97 - Editor
99     * Add golang syntax (MidnightCommander/mc#84)
100     * Update Puppet syntax (MidnightCommander/mc#86)
102 - Misc
104     * Code cleanup (#3555, #3547, #3587)
105     * Better subshell documentation (#3556)
106     * Fixes to the English man pages by Denys Vlasenko
108 - Fixes
110     * Insufficient quoting in `mc.menu` (#2947)
111     * Broken ./configure --without-internal-edit (#3601)
112     * Memory leaks (#3547, #3561, #3567, #3572)
113     * No preallocation if appending during file copy (#3577)
114     * Cannot set mini-format for "brief" listing type (#3588)
115     * Info panel: incorrect inode information in some cases (#3214)
116     * Info panel: wrong device name with symbolic link (#3412)
117     * Info panel: buffer overflow (#3582)
118     * Regression: match filename, not full path in mc.ext (#3578)
119     * Broken case insensitive search in non-unicode locale (#3491)
120     * Error message prefixed with no sense "0:" (#3269)
121     * mcedit: buffer overflow (#3579)
122     * mcedit: "Lower case selection" command in User Menu (#3586)
123     * mcedit: close on ctrl-g (#3557)
124     * mcview: "Not found" result isn't reported in some cases (#3543)
125     * VFS: isofs doesn't show .dotfiles (#3537)
126     * VFS: isofs: cannot copy file from iso when Joliet without RockRidge is used (#2851)
127     * VFS: extfs/unzip: enter into zip file fails with "inconsistent extfs archive" (#3433)
128     * VFS: SFTP: various bugs (#3581)
129     * VFS: FISH: provide major/minor info for block/char devices (#3599)
130     * Bashism in gitfs+ extfs helper (#3379)
131     * Non-portable invocation of man (#3509)
132     * mc-wrapper leaves MC_USER set (#3550)
133     * Broken silent opening of files in background (#3574)
134     * Run `identify` on JPEGs even if `exif` is not installed (#3568)
137 Version 4.8.15
139 - Core
141     * Minimal version of GLib is 2.26.0
142     * Use the PATH environment variable to search for the executable when opening pipe (#3444)
143     * Support more than 2 (up to 9) columns in file panel in brief mode (#3212)
144     * Clarify file sorting in "Unsorted" mode (#3496)
145     * WGroupbox: respect dialog's colors (#3468)
146     * Highlight find file's result in internal viewer (#3530)
148 - VFS
150     * s3 extfs vfs: bugfixes and improvements (#3470, #3502)
152 - Editor
154     * Add hidden option to choose full or base file name in the status line (#3445)
155     * Improvements of syntax highlighting:
156         - Lua (#3471)
157         - PKGBUILD (#3484)
159 - Misc
161     * Text alignment in Info panel (#3155)
162     * Select of menu file edit: change default button to "User" (#3493)
163     * Recognize .gmo files as well as .mo ones (#3422)
164     * Fix mc.pot comment tripping up Transifex and unportable inplace sed (#3479)
165     * A lot of code clean up (#3420, #3424, #3426, #3427, #3428, #3429, #3430, #3431, #3434, #3435, #3437, #3463, #3464, #3465, #3466, #3467, #3494, #3495, #3539)
166     * Documentation updates:
167         - Spanish man and help: Diff Viewer section and minor fixes (#3477)
168         - VFS garbage collection (#3472)
170 - Fixes
172     * Various memory leaks (#3438, #3439, #3440, #3457, #3458, #3459, #3460, #3461, #3462, #3475, #3520, #3521, #3522)
173     * Linux kernel-specific segfault on startup (#3441)
174     * Lost of Panelize contents in some cases (#3032, #3489, #3498, #3507)
175     * Wrong highlight of search result in case of "Regular expression" and "Whole words" (#3524)
176     * "Whole words" search works only in Normal mode (#3525)
177     * View find results doesn't jump to match line if file is too short to scroll page (#3530)
178     * SFTP VFS: segfault (#3456)
179     * Segfault in "Find file" due to invalid UTF-8 sequences (#3449)
180     * Bash variable 'PROMPT_COMMAND' in  pantheon-terminal (#3534)
183 Version 4.8.14
185 - Core
187     * Minimal version of GLib is 2.14.0
188     * Add new panel binding "SelectExt" to select/unselect files with the same extension as the current file (#3228)
189     * Speed up of directory size calculation (#3247)
190     * Support of italic text (#3065)
192 - Editor
194     * New syntax highlighting support:
195         - puppet (#3266)
197 - Viewer
199     * Rewrite mcview's rendering and scrolling (#3250, #3256)
200         - no more partial lines at the top and failure to scroll when Up or Down is pressed;
201         - better handling of CJK characters;
202         - handle combining accents;
203         - improved nroff support;
204         - more conventional scrolling behavior at the end of the file.
205     * Use VIEW_SELECTED_COLOR in plain mode (#3405)
206     * In QuickView panel, don't pass any chars to command line to avoid unexpected command execution (#3253)
208 - Misc
210     * Code cleanup (#3265, #3262)
211     * Bind poedit to Edit action for .po files (#3287)
212     * Better grammar mcedit user menu (#3246)
214 - Fixes
216     * Fail to build against musl libc (#3267)
217     * Error compiling with glib 2.20.3 (#3333)
218     * Overwrite of the PROMPT_COMMAND bash variable (#2027)
219     * contrib/*.?sh are not recreated after rerun of configure (#3181)
220     * File rename handles zero-length substitutions incorrectly (#2952)
221     * Lose files on "Skip" when "Cannot preallocate space for target file" (#3297)
222     * Info panel can't obtain file system statistics on Solaris (#3277)
223     * "Shell patterns" broken beyond repair (#2309)
224     * File selection by patterns uses bytes instead of unicode characters (#2743)
225     * Copy files dosn't work as expected, when copying to a directory with the special symbol in its name (#3235)
226     * Wrong order of old_colors table items (#3404)
227     * Input line: Alt+Backspace on one-letter word erases too much (#3390)
228     * "Directory scanning" window is too narrow (#3162)
229     * No Help for User Menu (#3409)
230     * mcedit: paste from clipboard does not work (#3339)
231     * mcviewer: hang when viewing broken man page (#2966)
232     * mcview hex: incorrect highlight when search string not found (#3263)
233     * mcview hex edit: UTF-8 chars are not updated (#3259)
234     * mcview hex edit: can't enter certain UTF-8 characters (#3260)
235     * mcview hex edit: CJK overflow (#3261)
236     * mcedit: status line doesn't show full path to file (#3285)
237     * Freeze when copying from one FTP location to another (#358)
240 Version 4.8.13
242 - Core
244     * New engine of user-friendly interruption of long-time operations (#2136)
246 - Editor
248     * Improvements of syntax highlighting:
249         - CMake (#3216)
250         - PHP (#3230)
251     * Translate language names in the spelling assistant dialogue (#3233)
253 - Viewer
255     * Add separate normal(default) colour pair for viewer (#3204)
256     * Dealing with utf-8 man pages in view/open (#1539)
257     * "Goto line" is 1-based now (#3245)
259 - Misc
261     * Code cleanup (#3189, #3223, #3242)
262     * Add new skins: gray-green-purple256 and gray-orange-blue256 (#3190)
264 - Fixes
266     * First Backspace/Delete is ignored after mouse click in an input widget (#3225)
267     * Recursive find file doesn't work on Samba share (#3097)
268     * Recursive find file doesn't work on Windows NFS share (#3202)
269     * Incorrect file counter in move operation (#3196, #3209)
270     * "Directory scanning" window is too narrow (#3162)
271     * Colon is not recognized inside escape seq in prompt (#3241)
272     * Quick view doesn't grab focus on mouse click (#3251)
273     * fish subshell: overridden prompt (#3232, #3237)
274     * mcviewer: broken switch between raw and parse modes (#3219)
275     * mcviewer: incorrect percentage in mcview hex mode (#3258)
276     * RAR VFS incorrectly recognizes UnRAR version (#3240)
277     * viewbold and viewselected are missing from some skins (#3244)
278     * Incorrect enconding name for manual page (#3239)
279     * "User menu -> View manual page" doesn't do coloring (#3243)
282 Version 4.8.12
284 - Core
286     * Speed up of file find (#2290)
287     * If cwd is a symlink it is kept at startup (#3093)
288     * Improve support of Zsh (#3121, #3124, #3125, #3177)
289     * Launch external editor/viewer without passing line number (#3117)
290     * Exit without confirmation by default (#3132)
291     * Simple user-friendly skin selector (#2165, #3178)
292     * Use Joliet and RockRidge in ISO9660 image view action (#3187)
294 - VFS
296     * Use .zip extension as preferred way to recognize ZIP archives (#2857)
298 - Editor
300     * Configurable selection reset on CK_Store (#3111)
302 - Misc
304     * Code cleanup (#3113, #3151)
305     * Adjust script permissions to installed ones (#2274)
306     * Fix name of FSF in add source files (#3167)
307     * Skin cleanups (#3180, #3184)
308     * Do not consider "String not found" message as error (#3179)
310 - Fixes
312     * Broken build with NCurses (#3114)
313     * Incorrect tilde expansion in copy/rename/move dialog (#3131)
314     * Advanced chown: Escape on user list accepts value (#3150)
315     * Toggling hidden files using mouse doesn't update the other panel (#3156)
316     * Question mark in delete confirmation is on its own line (#3123)
317     * Popup dialogs wander upwards upon resize (#3173)
318     * Keypad '*' doesn't work with numlock off (#3133)
319     * Some inconsistencies in "Learn keys" UI (#3134)
320     * Unconventional behavior of "Display bits" dialog (#3152)
321     * Shift-Fn keys don't work in 256-color mode of tmux (#2978)
322     * mcedit: format paragraph produces inconsistent wrapping (#3119)
323     * mcedit: file out-of-date check on saving is botched (#3142)
324     * mcedit: 1st line is shifted after paragraph format (#1666)
325     * mcedit: trailing newline check applied too early when exiting (#3140)
326     * Inconsistency of the arrow's direction in the panel header line across skins (#3157)
327     * Possible segfault while passing messages to widgets (#3116)
328     * Possible segfault when freeing a VFS (#3116)
329     * Segfault in cpio VFS while reading corrupted RPM (#3116)
330     * Segfault in sftpfs VFS when trying to view a file (#3176)
331     * Incorrect handling of filenames with unrar v5 (#3073)
332     * FISH VFS: remote panel confused by filenames with '%' (#2983)
333     * iso9660: xorriso shows only one depth (#3122)
334     * Nicedark skin looks bad on black-on-white terminals (#3154)
335     * Incorrect definition of "topmiddle" and "bottommiddle" characters (#3183)
338 Version 4.8.11
340 - Core
342     * Live update of panels size when editing layout (#3060)
343     * Support "Compute totals" option in move file operation (#2075)
345 - VFS
347     * rpm extfs
348         - show dependency version (#2812)
349         - support tar payload (#3064)
350         - improve support for EPOCH tag (#1588)
351         - add support for PREINPROG/POSTINPROG/PREUNPROG/POSTUNPROG, VERIFYSCRIPTPROG and TRIGGERSCRIPTS/TRIGGERSCRIPTPROG tags (#1588)
353 - Editor
355     * Support "bracketed paste mode" of xterm (#2661)
356     * Clarify Java syntax highlighting (#3057)
358 - Misc
360     * Print warnings about unknown '--with-' / '--enable-' configure options (#3029)
361     * Code cleanup and refactoring (#3051, #3066)
363 - Fixes
365     * FTBFS on GNU Hurd (#3053, #3071)
366     * Segfault while moving files (#3059, #3105)
367     * Broken handling of mc command line arguments (#3047)
368     * Copy/move doesn't work if num_history_items_recorded=0 (#3076)
369     * No subdir path completion in current dir, if stub is not starting with './' (#3018)
370     * Deprecated "find -perm +xxx" syntax is used (#3089)
371     * Home, End, Shift-Fn keys don't work in tmux (#2978)
372     * Improper [en|dis]abling of layout dialog split adjustment buttons (#3061)
373     * Bogus strings in 'Confirmation' config dialog (#2271)
374     * "Configure options" first entry not highlighted (#3084)
375     * "Setup saved to ~/.config/mc/ini" message is misleading (#3096)
376     * F3 doesn't work on .so files in FreeBSD 9.x (#3101)
377     * Typo in mc.lib: "less=%filename +%linenog" instead of "+%lineno" (part of #3044)
378     * Wrong order of filename and line number for external editor (part of #3044)
379     * mcedit: tabs are lost when text is pasted (#1797 as part of #2661)
380     * mcedit: question on large file treats Escape as Yes (#3107)
381     * Broken case-sensitive search in editor/viewer/diffviewer (#3069)
382     * Changes to files in nested .zip archives are lost (#3070)
383     * Incorrect handling of filenames with spaces with unrar v5 (#3073)
384     * iso9660 VFS: filenames truncating in ISO file listing (#3091)
385     * vfs_path_from_str_flags() doesn't support VPF_STRIP_HOME (#3098)
386     * Bright colors are used as background colors in 16-color skins (#3050)
387     * Various defects in documentation (#3052, #3092)
390 Version 4.8.10
392 - Core
394     * Do not link GModule if it is not required (save space on embedded systems) (#2995)
395     * Behavior of the 'Right' key in the 'Directory hotlist' was changed: now 'Right' key is used only to enter into the group (#3045)
397 - Misc
399     * Code cleanup (#3035)
401 - Fixes
403     * Build failure on Cygwin (#3041)
404     * Broken NCurses detection (#3043)
405     * Broken handling of mc command line arguments (#3047)
406     * Cannot enter into zip archive in tar one (#3034)
407     * Cannot open some jar files
408     * mcedit: file descriptor leak (#3040)
409     * mcedit: paragraph format doesn't respect multibyte characters (#2713)
410     * Crash after entering a wrong SFTP password (#3036)
413 Version 4.8.9
415 - VFS
417     * extfs: support unrar-5 (#3015)
418     * extfs: use xorriso (if exists) for writing into ISO images (#3027)
420 - Editor
422     * Support unlimited file size (#1743)
424 - Misc
426     * Lot of code cleanups (#2990, #2071, #2164, #2998, #3003, #3005, #3022)
427     * Display additional info while viewing (by F3) *.iso files (#2006)
428     * New skins:
429         - modarin256: set of 256-color skins from Oliver Lange (#2737)
431 - Fixes
433     * Fail to link if system lib does not contain strverscmp (#2992)
434     * Segfault when mc's temporary directory doesn't belong to the correct user (#3021)
435     * Race condition when creating temporary directory (#3025)
436     * Mouse doesn't work in screen and tmux (#3011)
437     * Incorrect file size in copy/move overwrite query dialog (#3000)
438     * Garbage in subshell prompt (#3001)
439     * Incorrect WLabel redraw after text change (#2991)
440     * Find File: "All charsets" options don't work (#3026)
441     * When an unknown key is pressed, it is interpreted as garbage (#2988)
442     * Segfault on creating new file in external editor (#3020)
443     * Rotating dash is not removed when mc finishes reading the directory (#2163)
444     * mcedit: word completion failed if word to be completed is begun from begin of file (#2245)
445     * mcview: broken switch between raw and parse modes (#2968)
446     * Hex viewer: continue search doesn't work (#2706)
447     * sftpfs: broken SSH aliases (#2923)
450 Version 4.8.8
452 - Core
454     * Make copy/move progress dialog window wider up to 2/3 of screen width (#2076)
455     * Ask file name before create new file in editor (#2585)
456     * Support newer extended mouse protocol SGR-1006 instead of URXVT-1015 (#2956)
457     * Allow skip directory scanning before file operation. Print directory count and size in addition to directory name (#2101)
458     * Add jump support to target line in some external editors and viewers (#2206)
460 - Editor
462     * Update syntax highlighting:
463         - Jal programming language (#2855)
464         - gplink configuration files (.lkr extension) (#2855)
465         - Makefile with .mak extension (#2896)
466         - ZSH configuration files (#2950)
467         - Fortran (#2962)
469 - Misc
471     * Code cleanup (#2944, #2954)
472     * Report real compiler in MC_CHECK_ONE_CFLAG instead of 'gcc'
473     * Hints files now translated via Transifex (#2980)
475 - Fixes
477     * Segfault in file operation due to unhandled regexp error (#2493)
478     * Tab completion vs. spaces and escaping (#55)\
479     * Special chars are not escaped in autocompletion of filenames (#2626)
480     * Buttons in the 'Directory hotlist' window are placed incorrectly (#2958)
481     * Mouse doesn't select text in subshell in native console (#2964)
482     * Mouse click below non-droppeddown menubar activates menu box (#2971)
483     * Insufficient quoting and wrong message in user menu (#2947)
484     * mcedit: floating point exception (division by zero) (#2953)
485     * mcedit: broken autocompletion (#2957)
486     * mcview: broken magic mode (#2976)
487     * Broken opening of .war archives (#2974)
490 Version 4.8.7
492 - Core
494     * Minimal GLib version is 2.12.0
495     * Implementation of suspend/resume in copy/move file operations (#2111)
496     * Start of widget subsystem reimplementation (#2919)
498 - VFS
500     * uc1541 extfs plug-in updated up to version 2.5 (#2935)
502 - Editor
504     * Reset selection after text paste (only in non-persistent selection mode) (#2660)
505     * Don't indent blank lines (#303).
506     * Add .psgi as Perl syntax highlighting (#2912)
507     * Place cursor after inserted chars (#319)
508     * Add option in ini file to save spelling language (spell_language=NONE for disable aspell support) (#2914)
510 - Misc
512     * Code cleanup (#2888, #1950)
513     * Minimal "check" utility version is 0.9.8
514     * Remove the empty contrib/dist/debian/ since it maintained separately in Debian (#2871)
515     * mc.ext updates:
516         - add support of SVG images (#2895)
517         - add support of .asm file extension (#2892)
518         - add support of .hh file extension (#2892)
519         - all file extension for source files now are case insensitive (#2892)
520         - add support of JNG and MNG images (#2893)
521         - add support of Gnumeric's spreadsheets (#2894)
522         - add support of .war archives (#2891)
523         - make a choice between arj and unarj archivers (#2890)
524         - make a choice between 7z and 7za archivers (#2890)
525         - add support of ape, aac and wvm4a media formats (#2767)
526         - add support of cbr and cbz comic books (#2739)
527         - add support of epub e-book format (#2739)
528         - add support of PAR archives (#2739)
529         - use libreoffice instead of ooffice, if found, to open ODT files (#2723)
530         - use dvicat if dvi2tty not found to view DVI files (#1686)
531         - use 'see' utility as default pdf viewer, if found (#1686)
532         - use 'see' utility to view images in console (#1686)
533     * Highlight OGV files as media (#2934)
534     * Added new translations:
535         - Persian (fa)
536         - Croatian (hr)
538 - Fixes
540     * Build failure on Cygwin (#2917)
541     * Fail to check ncurses library if --with-ncurses-inc and --with-ncurses-libs options are used (#2926)
542     * Crash on Solaris while trying to copy a file (#2906)
543     * CVE-2012-4463: Does not sanitize MC_EXT_SELECTED variable properly (#2913)
544     * Attributes of existing directories are never preserved when copying (#2924)
545     * Broken path completion on paths starting with ~/ (#2898)
546     * Terminal settings are not changed when window is resized (#2198)
547     * Enter into symlink to compressed patch shows empty patch (#2910)
548     * Test failure on Cygwin due to incorrect linkage flag (#2918)
549     * Non-portable test (#2883)
552 Version 4.8.6
554 - Fixes
556     * mcedit: two-columns extra offset of cursor after tab character (#2881)
557     * diffviewer: cannot open file if name contains '$' (#2873)
560 Version 4.8.5
562 - Core
564     * Implemented case-insensitive patterns in mc.ext bindings (#2250)
566 - Editor
568     * Code refactoring and cleanup (#1977)
570 - Diff viewer
572     * Bidirectional merge (F5 merge left-to-right, F15 - merge right-to-left) (#2863)
574 - Misc
576     * Syntax highlighting news and updates:
577         - update assembler.syntax: x86 AMD64 registers highlighting (#2542)
578         - new cmake.syntax: preliminary and incomplete syntax file for CMakeLists.txt files (#2084)
579         - new dlink.syntax: syntax highlighting for D-Link switches command set (#2649)
580         - update properties.syntax: more nice look-and-feel (#1869)
581     * mc.ext enhancement (#2103):
582         - use chm_http text-mode handler for CHM files
583         - play sounds only from videos in text mode
584         - use pdftotext -layout -nopgbrk switches
585         - try to use elinks before links for HTML
586         - soffice2html text-mode handler for SXW files
587         - wvHtml text-mode handler for doc files
588         - xlhtml text-mode handler for XLS files
589         - ppthtml text-mode handler for PPT/PPS files
590         - open=view+pager fallback (noX) for PostScript, PDF, OD[PST] and DVI
591         - standarized $DISPLAY checks
592     * File extension support:
593         - SQLite database files (#2103)
594         - compiled Java files (*.class) (#2103)
595         - m4a for MP4 containers with audio data in the Advanced Audio Coding (AAC) or its own Apple Lossless (ALE, ALAC) formats (#2869)
596         - .ogm extension was deprecated in favor of .ogv (#2664)
598 - Fixes
600     * Bad EXTHELPERSDIR substitution if --prefix is not set (#2849)
601     * Partially broken loading of user-defined keymap file (#2848)
602     * Enter on directory named '~' goes to the home one (#2874)
603     * Cannot Copy/Move files with filename encoding change (#2791)
604     * Cannot view compressed files named like log.1.gz (with digit in name) (#2852)
605     * Panel is not refreshed if panel history is called using mouse (#2854)
606     * Duplicate entities in panel with 'tree view' mode (#2835)
607     * Broken synchronization with filelist and tree panels (#2862)
608     * Standalone mcedit doesn't load saved file position (#2853)
609     * mcedit segfaults when aspell (en) dictionary is not installed (#2856)
610     * mcedit segfaults after "Back from declaration" call (#2859)
611     * mcedit: unable to save changes in "Safe save" mode(#2832)
612     * Segfault when viewing HTML files with "mc -v" (#2858)
613     * Broken 'Enter' action on a rpm file containing space character in filename (#2838)
614     * extfs: uc1541 broken handling (#2864)
615     * mc.ext: OGV format handled as audio (#2869)
618 Version 4.8.4
620 - Core
622     * Use xdg-open by default in mc.ext.in if present to open files, fallback on current scheme otherwise (#2118)
623     * Improve of mouse event handling in dialogs (#2817)
624     * Show extended info about compiled-in paths for internal/external macros in the "mc -F" output (2495)
626 - VFS
628     * Added SFTP support (#1535)
630 - Editor
632     * Multieditor: allow edit many files in one mcedit window (#2261, #2839)
633     * Aspell support for spell check (#2788)
635 - Viewer
637     * Handle CK_FileNext/CK_FilePrev actions inside mcviewer (#2814)
639 - Misc
641     * Tweak and cleanup of code in case of --disable-charset option usage (#2827)
642     * File extension support:
643         - .gem - rubygems (#2797)
644         - .cpio.xz - compressed cpio archives (#2798)
645         - .webm - WebM video (#2746)
646         - .lib - gputils artifacts (#2751)
648 - Fixes
650     * Build failure on FreeBSD 6 (#2808)
651     * src/filemanager/filegui.c does not compile on Solaris due to missing macros (#2825)
652     * Loss of data on copy to full partition (#2829)
653     * Crash at Chown command (#2784)
654     * Crash when creating relative symlink (#2787)
655     * Misinterpretation of dirs as command line arguments (#2783, #2805)
656     * Number of panelized files was limited to 127 (#2813)
657     * CK_History removes CK_HistoryNext entries (#2313)
658     * URL with port was stored wrong in history (#2833)
659     * Can't find 00 (zeroes) in patterns in hex search (#2795)
660     * Hotkey conflicts in 'Search' dialog (#2843)
661     * Error message when entering into compressed tar and cpio archives (#2785)
662     * Garbage directory listing in ftpfs (#2800)
663     * Incomplete sand256 skin (#2807)
664     * mcedit scripts are installed as data files (#1437)
665     * Fails to build from source with --enable-tests (#2786)
666     * Tests failure on PowerPC,S390,S390x (#2804)
667     * Fail to compile if --without-vfs configure option specified (#2834)
668     * do_panel_cd: FTBFS with --enable-tests on [kfreebsd-i386,kfreebsd-amd64,ia64,armhf] (#2803)
671 Version 4.8.3
673 - Misc
675     * Code cleanup (#2780)
677 - Fixes
679     * Broken support of XDG_* shell variables (#1851)
680     * Segmentation fault while background copying (#2663)
681     * MC ignores second directory argument (#2762)
682     * Interpretation of LANG variable needs to be case insensitive (#2386)
683     * Cannot copy zero-length files with "Preallocate space" option (#2755)
684     * Problem in the Copy operation with unchecked the "Preserve attributes" option (#2278)
685     * * Cursor position reset after update when panel is panelized, but doesn't (#2766)
686     * File selection reset after exit from the archive in the root (#2776)
687     * Hotlist: broken newly added entries if old-style path is present (#2753)
688     * Can't rebind Fx keys in the file manager (#2384)
689     * "justified" menu alignment (#2756)
690     * The last (or single) word of hyperlinks in the interactive help don't act on mouse clicks (#2763)
691     * 'cd' command is not working in shell link (#2758)
692     * mc hangs on switching screens (#2608)
693     * Case sensitive search with SEARCH_TYPE_PCRE is broken (#2764)
694     * mcedit can't run w/o file as parameter (#2754)
695     * mcedit can't record input char (#2757)
696     * mcedit: save file on top of existing directory changes dir's permissions (#2761)
697     * Unable to edit gzipped files (#2759)
698     * mcedit hangs up on replace with regexp contains '^' or '$' (#1868)
699     * Segfault after open incorrect archive (#2775)
700     * mcdiff crashes if one panel is not in the listing mode (#2769)
701     * The password for vfs sessions remains in input history (#2760)
702     * Showing directory sizes is broken in VFS'es (#2765)
703     * Stale symlinks in vfs (#2777)
704     * Active VFS directories list contain incorrect current path (#2779)
705     * Date not set properly in manpage (#2692)
706     * Empty texinfo rule in mc.ext (#2774)
707     * Test failure if 'HOME' contains trailing slashes (#2768)
710 Version 4.8.2
712 - Core
714     * Added new flag -X (--no-x11) to allow dont't use X11 to get the state of modifiers Alt, Ctrl, Shift (#86)
715     * Support of '~' as home dir in 'Start at:' field in 'Find File' dialog (#2694)
716     * Support of '~' as home dir in hotlists (#2747)
717     * Learn of 'Back Tab' is possible now in 'Learn keys' dialog (#2628)
718     * Optional '0x' prefix for hexadecimal search (#2705)
719     * Dynamically resize panels (#2465)
720     * New bindings (ScrollLeft, ScrollRight) for scroll long filenames in panels (#2731)
722 - VFS
724     * Internal VFS reorganization (#2695)
726 - Editor
728     * Added as.syntax (#2708)
730 - Viewer
732     * Added action bindings for backward search (#2105)
734 - Misc
736     * Added hotkeys for all radio/check-buttons in search/replace dialogs (#2704)
737     * New file bindings:
738         - .m4v, .ts - video (#2702)
739         - djv - DjVu? (#2645)
740     * Simplify mc.menu - remove LZMA|LZ and change p7 to 7z (#2703)
741     * Updated list of known browsers: gnome-moz-remote mozilla firefox konqueror opera (#2725)
742     * Added MC_HOME environment variable to set up home directory of MC (as part of #2738)
743     * Lot of code cleanup (#2740)
745 - Fixes
747     * Compile failure of 4.8.1 on xBSD because "Undefined symbols: _posix_fallocate" (#2689)
748     * MC deletes the wrong file because of forced panel reload before file operation (#2736)
749     * Cannot chdir to directory if directory name contains the dollar sign (#2451)
750     * Incorrect panel size after change panel split type (#2521)
751     * Wrong total bytes counter for subdirs in copy/move dialog (#2503)
752     * Display corruption in panels after window shrink (#2684)
753     * Command line is unaccessible from tree panel (#2714)
754     * Extra confirmation before delete an empty hotlist group (#1576)
755     * Can't open an edit zero-length file from VFS in mcedit (#2710)
756     * mcedit crashes when ~/.config is a file (#2738)
757     * mcedit: reset selection after END/HOME/PgDn/PgUp (#2726)
758     * 'make check' fails on arm and alpha (-z muldefs) (#2732)
761 Version 4.8.1
763 - Core
765     * Use posix_fallocate64() when copying files/moving to a new mount point (#2610)
766     * Faster startup (#2637)
767     * Support of extended mouse clicks beyond 223 (#2662)
769 - VFS
771     * Added exit point ("..") at the top of file list (after external panelization) (#275, #278)
773 - Editor
775     * Lex/Flex sources (extension .l) handled by yxx.syntax file. Yacc/Bison syntax completed with all symbols (#1647)
776     * Updated syntax files:
777         - lua
779 - Misc
781     * Updated skins:
782         - sand256 (#2640)
783         - xoria256 (#2641)
784     * Added ability to move MC config files to specified place instead of multiple places in $HOME (#2636)
785     * Added configure option --with-homedir (default value: XDG) (#2636)
786     * Respect traditional placement of user preferences on Mac OS X (#2658 as part of #2636)
787     * A few useful additions to filehighlight.ini (#2646)
789 - Fixes
791     * Doesn't compile when using --disable-nls (#2639)
792     * Can't compile on OpenIndiana (Solaris) (#2643)
793     * Moving content of bindings to mc.ext during 4.7 -> 4.8 upgrade breaks mc
794     * Free space on filesystems >2TB is not displayed properly (#2338)
795     * Not all errors are skipped after "Ignore all" choose (#71)
796     * Input field in password mode is fully masked with asterisks (#2653)
797     * In "Copy File" dialog the "preserve Attributes" checkbox is always unchecked for filesystems mounted with FUSE (#2254)
798     * Command line cursor misplaced after a resize in viewer/editor (#2678)
799     * Save of some learned keys is broken (#2676)
800     * Editor sometimes shows two dots instead of letter (#2372)
801     * Editor: word completion should ignore the current word (#2614)
802     * Viewer sometimes shows two dots instead of letter (#1730)
803     * Viewer shows two dialogs when searcj hot found (#2677)
804     * Cannot navigate over spftp servers (#2634)
805     * mc adds spaces at the beginning of all files/dirs on ftp servers (#2635)
806     * VFS: broken SMB (#2652)
807     * man page lies about mc.keymap (#2675)
808     * mc does not preserve file mtime when copying over ssh (#2625)
811 Version 4.8.0
813 - Misc
814     * Code cleanup (#2620)
815     * License version updated to GPL3+ (#1551)
816     * Added new translation:
817         - Interlingua
819 - Fixes
820     * Viewer: cursor position is not restored in hex mode (#2543)
821     * fish: broken panels drawing after entering password (#2611)
822     * fish: content of modified file is appended instead of overwritten in the remote host (#2632)
823     * extfs: broken navigation in archives if current path is encoded (#2621)
824     * extfs: strange error message when opening a 7z file if p7zip is not installed (#2598)
827 Version 4.8.0-pre2
829 - Core
831     * Added -g/--oldmouse option to support of NORMAL/BUTTON_EVENT mouse type (useful for screen/tmux) (#2601) 
833 - VFS
835     * New extfs plugin: gitfs (#2467)
836     * patchfs enchancement: join several hunks of the same file into one VFS entry (#2573) 
838 - Misc
840     * mc.ext: use "include" for $EDITOR entries (#1689)
841     * New file bindings:
842         - .3gp - video (#2583) 
844 - Fixes
846     * Cannot compile 4.8.0-pre1 and 4.7.5.3 on Solaris (#2587)
847     * Recent autoconf displays warnings about missing AC_LANG_SOURCE (#2589)
848     * Duplication of variable declarations (#2576)
849     * Incorrect TTY layer initialization (#2601)
850     * Wrong Backspace key behavior in QuickSearch mode if BS key is mapped to CdParentSmart action (#2522)
851     * M-o works unexpectedly on symlink shortcuts (#2590)
852     * Panelize doesn't honour current sorting (#2175)
853     * Hintbar jumps to the top of the screen and overwrites main menu (#2593)
854     * File size column is bogus for widths above 9 (#2580)
855     * Hex search: incorrect length usage in hexadecimal search (#2579)
856     * Editor: Incorrect Pascal syntax highlighting (#2531)
857     * Editor: mouse clicks are ignored on the bottom line (#2591)
858     * Editor: extended keybingings are broken (#2586)
859     * Viewer: Fixed search finds bold/underlined strings twice and highlight search results (#265)
860     * Broken listing in ExtFS VFS module (#81)
861     * File name length is limited in tar archive (#2201)
862     * Crash when copying symlink over ssh (#2582)
863     * Broken panels recode (#2595)
864     * ftp failures - leading white space in file name (#2594)
865     * FISH hangs while copiyng a lot of small files (#2605)
868 Version 4.8.0-pre1
870 WARNING: Configuration files was moved from your $HOME/.mc directory into
871 XDG_CONFIG_* directories to respect FDO standard
872 (http://standards.freedesktop.org/basedir-spec/basedir-spec-0.7.html).
873 To get more information, see ticket #1851.
875 WARNING: VFS paths now handled as vfsprefix1://vfsdata/vfsprefix2://vfsdata
876 (see #2361). Also, 'bindings' user file was renamed to 'mc.ext', so you need
877 search in this file all
879     Open=file.ext#vfsprefix
881 and replace them to
883     Open=file.ext/vfsprefix://
885 After this you should rename your 'bindings' file to 'mc.ext'.
886 Old-style paths are handled just in 'Directory hotlist' dialog, but you couldn't
887 mix URL-like and old style path elements in one path string. Support of old-style
888 paths will be removed in next major release (probably in 4.9, who knows...)
890 WARNING: keybinding names was renamed to provide some unification (see #2511).
891 The correspondence of old and new keybinging names are described in doc/keybind-migration.txt
892 file and in doc/keybindMigration web page.
894 Be aware.
896 - Core
898     * Added 256 colours support (#2169, #2173, #2475)
899     * Changed default text in filtered view (alt-!) to input command line (if not empty)
900       or stay old behaviour (current file under cursor) (#2266)
901     * Added simple swap mode that means the swap of panel locations, in addition to current swap
902       of panel content (#2368)
903     * Cofiguration files now moved to directory specified in XDG_CONFIG_HOME environment variable (#1851)
904     * Panel options are read now from [Panels] section only. [Midnight-Commander] section is not read (#2305)
905     * "Show mini info" checkbox was moved from the "Layout" dialog window to the "Panel options" one (#2305)
906     * Select files by shift-left/right in file panel (#2534)
907     * Added support of skip all errors on multi-file/dir operation (#71)
908     * 'Find Files' improvements:
909         - support relative ignored directories (#2275);
910         - handle of ignored directories in dialog window (#2275);
911         - "Search for content" checkbox is enabled by default (#2462)
912     * Added hardlinks detection for filehighlight (#2478)
913     * Unification of keybind names (#2511):
914         - most of keybinding names are changes to unify that names. Table of old and new names
915           is available in doc/keybind-migration.txt;
916         - improve of key rebinding: previously, to rebind some keys, used must redefine the entire section
917           where that bindings are placed in user keymap file. New merge algorithm doesn't require that
918           and allows rebind only wanted keys;
919         - added --nokeymap command line option to disable external keymaps
920     * Sources in 'lib' directory now independent to sources in 'src' one (#2501)
921     * Added configure parameter --enable-mclib for build libmc.so shared library (#2501)
922     * Added new engine for universal event system (as part of #2501)
923     * Optimized loading and saving of configurations and histories (#2541, #2545)
924     * Reimplemented i18n support in 'Chmod' dialog window (#2557) 
926 - VFS
928     * VFS structure changes (as part of #2501):
929         - moved from lib/vfs/mc-vfs to lib/vfs;
930         - split VFS-modules by directories and moved to src/vfs;
931         - lib/vfs/vfs-impl.h was merged into lib/vfs/vfs.h
932     * VFS now used URL-like paths (#2361)
934 - Editor
936     * New engine of the editor macro (#323)
937     * Multiply repeat of the recorded actions (#323)
938     * Call extermal scripts from the editor (#323, #2512)
939     * Added REDO action (#25)
940     * Group UNDO by action (#27)
941     * Selection is not reset after execute user menu (#2463)
942     * Vertical selection is not reset after copy/move (#2504)
943     * More intuitive word left/right action (now the cursor stop beside EOL/BOL) (#2483)
944     * Duble-click marks the current word. Added action MarkWord to mark word, MarkLine
945       to mark current line (#2499)
946     * Regexp search&replace: support escape sequences in replacement string (#1882)
948 - Misc
950     * Minor enhancement in mc.ext:
951     * added -C key to nm utility in View action for static libraries (#2485)
952     * New file bindings:
953         - .torrent: view using ctorrent (#2562);
954         - .mts: handle as videofile (#2566)
955     * Added new entries in cedit.menu: "Sort selection", "Upper case", "Lower case"
956     * New skins:
957         - Xoria256 (#2469)
958         - mc-4.6 (#2524)
959     * Updated skins:
960     * Nice dark (#1791)
961     * Added support for check unit test framework (http://check.sourceforge.net) (as part of #2501)
962     * Added -F/--datadir-info option to show extended information about used data dirs (#2495)
963     * Added --configure-options to easy update & reconfigure existing mc (#2495)
964     * Language-specific man pages and hint and help files are not installed
965       if mc is built with --disable-nls option (#2514)
966     * Added new translation:
967         - Esperanto
968     * Code cleanup (#2481, #2515, #2518, #2560, #2570)
970 - Fixes
972     * Build failure on DragonFly BSD (#2516)
973     * Broken Del & Backspace in dialogs (in locale CP866) (#1634)
974     * Screen and input corruption under xterm in non-UTF locales (#1668)
975     * Alt-Backspace shortcut doesn't work (#2455)
976     * Broken command autocompletion (#2458)
977     * Swap panels doesn't respect sort options (#2368)
978     * File list format of panel is initialized incorrectly after switch back from quick view
979       or info mode to file list one (#2390)
980     * Main menu is not drawn correctly after change of it visibility and activity (#2466)
981     * MC switches to left panel after call of command history using mouse (#2459)
982     * Find file: don't check content regexp if search for content is not used (#2464)
983     * Find file: broken lynx-like navigation in panelization of search result (#2491)
984     * Dialog trims leading spaces in input field (#2544)
985     * Panelize content is lost when doing F5/F6/F8 on a file on the other panel (#2312)
986     * Color of panel header cannot be set in the command line (#2170)
987     * ctrl-g key closes file panels (#2520)
988     * Incorrect files mark by mouse (#2556)
989     * Editor: incorrect restore selection after UNDO (#2456)
990     * Editor: segfault after getting the previous char in utf8 (#2484)
991     * Editor: incorrect detection of the word boundary (added '{', '}' as end of word) (#2500)
992     * Bold and selected colors of viewer cannot be set in the command line (#2489)
993     * Viewer: fixed  incorrect starting offset for 'search again' (#2294)
994     * Viewer: fixed problems while displaying UTF-8 manual pages (#1629)
995     * Diff viewer: quick left/right movements don't work in non-default key maps (#2509)
996     * AI_ADDRCONFIG is not optional for RFC 3493 non-compliant systems (#2401)
997     * FTP directories containing @ result severe security risks (eg. deletion of homedir) (#2220)
998     * Builtin ftp client can't download files with apostrophe in a file name (#2251)
999     * Unable to show FTP listing if password contains # (#2360)
1000     * FTP: fixed access to file names starting with space (#81)
1001     * Bashisms in extfs (#2569)
1002     * Browsing *.deb files is broken with latest Perl (#2552)
1003     * isoinfo adds ";1" to the end of file name when Joliet without Rock Ridge is used (#2471)
1004     * patchfs incorrectly works with filenames containing spaces (#2572)
1005     * cd to ~ processed incorrectly in the command line if more than one space is separating
1006       the "cd" and "~" (#2120)
1009 Version 4.7.5
1011 - Core
1013     * Minor enhancement and fix for mc.ext for .so libraries and ELF objects (#1800):
1014         - .so libraries have the higher priority of extension handling over ELF objects;
1015         - added -C -D options to nm utility for .so libraries;
1016         - added -C option to nm utility for ELF objects.
1018 - Editor
1020     * Copy to clipboard doesn't reset the text selection (#2238)
1021     * Don't reset search position after file opened in viewer and reopened in mcedit (#2449)
1023 - Misc
1025     * Code cleanup
1026     * Translation updates
1028 - Fixes
1030     * Crash in copy/move progress dialog (#2448)
1031     * Broken autocompletion (#2288)
1032     * Text selection bugs in mcedit (#1898, #2437)
1033     * awk is used instead of grep in iso9660 VFS plugin (#1963)
1036 Version 4.7.5-pre1
1038 - Core
1040     * Case insensitive sort order of files does not mix dot-files with others (#1894)
1041     * Repeat previous quicksearch on C-s C-s (without entering text) (#2365)
1042     * Added new colors for dialogs and status bars (#2170, #2171, #2197)
1043     * Added new action PanelSmartGotoParentDir. Not defined by default. This keybinding maybe used
1044       for bind 'Backspace' as hotkey for 'cd ..' (only if command line is empty)(#2375)
1046 - VFS
1048     * Hide panels before connect to the FISH (#2268)
1050 - Editor
1052     * Internal editor's bookmarks are persistent now and not lost after exit from the editor.
1053       They are saved in ~/.mc/filepos file (#2287)
1054     * Added forgotten shortcuts from 4.6 branch (#2404)
1055     * Added cython syntax highlighting (#2427)
1057 - Viewer
1059     * Speed up of up/down moving (#2229) 
1061 - Misc
1063     * Changed installation destination for some files (#1424):
1064         - /etc/mc/Syntax -> /usr/share/mc/syntax/Syntax;
1065         - /etc/mc/mc.lib -> /usr/share/mc/mc.lib;
1066         - /etc/mc/mc.charsets -> /usr/share/mc/mc.charsets. Added capability to load codepage list
1067           from /usr/share/mc/mc.charsets and /etc/mc/mc.charsets and merge them then;
1068         - hint files are installed into /usr/share/mc/hints instead of /usr/share/mc;
1069         - help files are installed into /usr/share/mc/help instead of /usr/share/mc.
1070     * Massive reorganizing of source code tree and total indentation in according with mc policy (#2409)
1071     * Doc updates
1072     * Translation updates
1073     * Added new translations: Basque, Estonian, Georgian, Indonesian
1074     * Extended list of GCC warning flags (#2409)
1075     * Split GLib and GModule compiler and linker options (#2409)
1076     * Added dark skin
1078 - Fixes
1080     * Hang up after exit on FreeBSD (#2333, #2415)
1081     * Segfault on NetBSD >= 3.0 on startup (#2425)
1082     * Multi-screen engine doesn't handle correctly some cases (#1490)
1083     * Overflow of file operation counters (#2429)
1084     * Fx key numbers were not displayed for disabled keys (#2350)
1085     * Can't put char '?' into a new name (#2327)
1086     * Incorrect initial value of WCheck and WRadio widgets width (#2362)
1087     * Panel encoding is not shown correctly in "Choose codepage" dialog (#1512)
1088     * Cannot change panel encoding without VFS support (#2137)
1089     * Panel contents isn't scrolled down by mouse dragging (#2395)
1090     * Panel states are saved in panels.ini at quit only if "Auto save panels setup" option is set (#1939)
1091     * Incorrect key event handling in "Listing mode" dialog (#2045)
1092     * Usability of field history in "Find file" dialog (#2046, #2407)
1093     * Find "Whole words" search bug (#2396)
1094     * List of ignored directories doesn't work in file find (#2366, #2434)
1095     * Incorrect line jump when started as editor (#2344)
1096     * User menu in standalone mcedit doesn't show filetype-specific items (#1651)
1097     * Configure script doesn't set samba configdir (#2419)
1098     * Lost transparency colors in mcedit [editnormal] background depends on [normal] (#1785)
1099     * Syntax highlighting is lost after manual change (#2324)
1100     * ~ is not treated properly in editor's "Save As" dialog (#2398)
1101     * Broken action 'cursor beyond EOL' (#2135, #2411)
1102     * Incorrect charset encoding in search in editor (#2417)
1103     * Segmentation fault in mcviewer on ARM architecture (#2356)
1104     * Viewer 'Goto' dialog doesn't allow go to the specified offset exactly (#2435)
1105     * Broken IPv4 FTP connection scheme (#121)
1106     * Default internal FISH scripts are broken (#2347)
1107     * Permission denied while connecting to Sun host via ssh (#2031)
1110 Version 4.7.4
1112 - Core
1114     * Added unassigned key binding CmdEditForceInternal to forced run the internal editor of MC (#1523)
1115     * Implemented keybingings for WListbox widget, reimplemented hardcoded keys in viewer and help viewer (#212)
1116     * Added capability to enable/disable widgets interactively (#2257)
1117     * Reverted the appending of file/dir name to copy/move destination in copy/move dialog (#2276)
1119 - VFS
1121     * Fixed remained plain int types (#171)
1122     * Refactoring of VFS modules on/off. Unification of configure options (#1818)
1123     * MCServer and MCFS support were completely removed (#2279)
1124     * FISH: implemented resuming of file downloads (#2267)
1125     * Adjusted extfs script modes to installed permissions (#2274)
1127 - Editor
1129     * Editor version is synchronized with MC one (#2189)
1130     * Changed default button in editor quit dialog to "Cancel quit" (#2265)
1131     * Added "Toggle syntax highlighting" menu item. Described C-s shortcut in mcedit man page (#2035)
1133 - Viewer
1135     * Changed default button in hexeditor quit dialog to "Cancel quit" (#2265)
1137 - Misc
1139     * Code cleanup (#2316)
1140     * be-tarask.po was renamed to be@tarask.po (#2235)
1141     * Translation updates
1142     * Added Galician translation
1143     * Fixed the title in the section describing xtree_mode variable (#2303)
1145 - Fixes
1147     * Crash while copying into directory named "????" (#2123)
1148     * Crash while changing permissions using "Advanced chown" dialog (#2264)
1149     * Crash in autocompletion engine (#2284)
1150     * Restore signals even if fork() fails (#2273)
1151     * Bogus strings in 'Confirmation' config dialog (#2271)
1152     * History can be shown incorrectly due to access to the invalid pointer (#2299)
1153     * Potential division by zero in Info panel (#2337)
1154     * Segfault in replace confirmation in editor (#2272)
1155     * Regexp replace only transforms the first occurrence correctly (#2320)
1156     * Broken manually changing syntax definition (#2324)
1157     * MCEdit version number not centered in about dialog (#2311)
1158     * Typo in the code and the man section describing X clipboard integration (#30)
1159     * Viewer doesn't show non-ASCII chars in hex mode (#2263)
1160     * Compilation warnings in diff viewer (#2277)
1161     * 2GB file size limit in fish (#123)
1162     * Meta-fixes for manual pages (#2237, #2253)
1165 Version 4.7.3
1167 - Core
1169     * Multi-screen feature: support of many opened editors and viewers (#1490)
1170     * Reorganization of menu and configuration dialogs. More options are available in UI (#320)
1171     * Mark of text in input fields is available now, DEL removes selected/unchanged text (#2161, #2228)
1172     * Now copy/move dialog shows the full path with file name in the field "to:" (#1907)
1173     * Removed hardcoded shortcuts in dialog.c (#212)
1174     * Added new actions for panels: PanelMarkFileUp and PanelMarkFileDown (#2021)
1175     * Added new capability to create relative symlinks: menu item and "C-x v" default shortcut (#2042)
1176     * Now we can use external utility to copy/paste text to X clipboard (#30)
1177     * Cursor is hidden in menu and listboxes (#1771)
1178     * All hotkeys in MC (in menu, checkboxes, etc) in the middle of a word are in the lowercase now (#2168)
1179     * Use system realpath(3) function if available (#1911)
1180     * GLib deprecated functions are not used (#2085, #2249)
1182 - VFS
1184     * Unified charset list is used in core and in VFS (#2203)
1185     * All hardcoded FISH scripts are moved out from fish.c to external scripts (see README.fish for more info) (#2242)
1187 - Editor
1189     * Added highlighting for HTTPS URLs in SPEC files (#1446)
1191 - Misc
1193     * Changed main URL for bug reports (#2025)
1194     * man2hlp: completely rewritten in Perl (#45)
1195     * Skin updates:
1196         - gotar.ini (#2179)
1197     * Removed leading and trailing spaces in i18n'd resources (#1646)
1198     * Code cleanups (#2243)
1199     * Translation updates
1201 - Fixes
1203     * AC_TRY_RUN macro breaks crosscompile (#1959)
1204     * "mc -e" and "mc -v" modes don't work (#2187)
1205     * Buttonbar mouse clicks are off (#2199)
1206     * Incorrect calculation of autocompletion window width (#2192)
1207     * Incorrect button locations in common input dialogs (#2115)
1208     * Oversized dialog backgrounds are not painted in NCurses-based MC (#2157)
1209     * Incorrect colors of directory tree (#2212)
1210     * Info panel is initially filled too late (#2226)
1211     * Quick search is not correctly interrupted in some cases (#2174)
1212     * Segfault in standalone editor and viewer (#2178)
1213     * Broken codeset autodetection in editor and viewer (#1838)
1214     * Viewer segfaults trying open a compressed man page file (#2236)
1215     * Editor crashes while opening some incorrect files (#2183)
1216     * Editor hangup if editor_tab_spacing equals to 0 (#2196)
1217     * Editor shows dots instead of letters if source_codepage is set to "No translation" (#2248)
1218     * Editor goes to endless loop when trying to replace the \n regexp with any substring (#2231)
1219     * Editor: in some cases the copy/move operation in multi-byte text is wrong (#2153)
1220     * Crash on search in viewer after Parsed/Raw switching (#2195)
1221     * Diff viewer crashes if tab size equals to 0 (#2182)
1224 Version 4.7.2
1226 - Core
1228     * Quick Search mode is defined by quick_search_case_sensitive option (#2022)
1229     * Mouse wheel doesn't change sorting preferences in panels (#2093)
1230     * Interactive help is displayed with dynamically run-time formatting (#1561)
1231     * Improvement of double and single lines support in skins (#1648)
1233 - Editor
1235     * Remove selected text before input or paste from clipboard (in non persistent selection mode) (#2155)
1236     * Case insensitive syntax highlighting (#1770)
1237     * Current syntax scheme is highlighted in 'Choose syntax highlighting' dialog (#1754)
1238     * Added ini.syntax (#2126)
1240 - Viewer
1242     * Fixed jump to end of file
1244 - Diff viewer
1246     * A built-in tool to visual compare and merge two files (#120, #2159)
1248 - Misc
1250     * Added support for AM_SILENT_RULES (#2134)
1251     * Lot of code cleanups (#1949, #2041, #2078, #2097, #2119)
1252     * Renamed color keywords (#1660):
1253         - menu -> menunormal
1254         - linestate -> editlinestate
1255     * Added new skins:
1256         - nice and dark (#1791)
1257     * Updated file extension for "sh" (#2127)
1258     * Documentation updates
1259     * Translation updates
1261 - Fixes
1263     * Segfault in panelization of file find results (#2068)
1264     * Segfault in standalone editor and viewer (#2087)
1265     * Memory leaks (#2069, #2108)
1266     * If dialog was canceled, input line content is saved in history (#2082)
1267     * MC says "File exists" trying create directory with empty filename (#2014)
1268     * User asked twice about overwriting file in move across file systems (#2125)
1269     * Deleting symlink to directory scans dir structure first (#2121)
1270     * Incorrect layout of file operation dialog in non-verbose mode (#2099)
1271     * MC proposes ".." as a dirname with automatic name filling (#2056)
1272     * MC treats files ending with a dot as gzip (#2114)
1273     * Broken default regexp mask in filecopy dialog (#2001)
1274     * Misleading label "Status:" in the Info panel (#2146)
1275     * Can't define help window background via skin (#1701)
1276     * i18n_checktimelength may vary depending on the season (#1671)
1277     * Build breaks on ignored return values (#1897)
1278     * Incorrect cursor position after "Cursor beyond end of line" mode switched off (#2094)
1279     * Incorrect overwrite behavior with UTF-8 codeset in editor (#2081)
1280     * Incorrect toggling state of ruler in viewer (#2067)
1281     * Superfluous "Search done, Continue from beginning?" dialog in viewer (#2091)
1282     * Turning on wrap mode does not scroll left/right the file view (#2107)
1283     * Cannot scroll wrapped long lines in viewer (#2086)
1284     * Fixed EOL/BOL movements in plain mode (#1734)
1285     * Text area is not updated in hex mode (#2005)
1286     * Incorrect handling of archives in EXTFS VFS (#1909)
1287     * Segfault in symlink handling within archives
1288     * urar EXTFS doesn't correctly show localized filenames in RAR archives (#2049)
1289     * urar EXTFS: disable RAR/UNRAR user/system configuration for archive list and copyout operations (#2050)
1290     * Patches adding a single line are not shown correctly by patchfs (#2149)
1291     * uzip EXTFS: fixed Y2K bug (#2122)
1294 Version 4.7.1
1296 - Core
1298     * Minimal required GLib version is 2.8 (#1980)
1299     * Reorganization of source tree structure (#1866, #2037)
1300     * States of all 'Find File' dialog checkboxes are saved in user configuration file (#1874, #1965)
1301     * New file type bindings:
1302           o viewing .lyx with lyxcat, opening with lyx (#1693)
1303     * Added shortcut (Meta-,) to toggle panels split (#1991)
1304     * Capability to remove history items. WListbox widget was fully reimplemented (#1445)
1305     * Autodetect codepages of edited/viewed files with enca program (#1838)
1306     * Custom/locale-based date format (#1767)
1307     * New quick search behavior, allow wildcard characters - '*' and '?'(#2022)
1308     * Panels: new sort type 'by version' (#1994)
1309     * Added 'menuinactive' skin item to draw inactive visible main menu (#1999)
1310     * Added ability to show progressbars (when copy files) from right to left (#1443)
1311     * Added indication of total BPS and ETA for file operations; fully rewrited FileOperations dialog (#1443)
1313 - VFS
1315     * Small reorganizing (#1931)
1316     * Easy plugable EXTFS VFS (#1909)
1318 - Editor
1320     * Some simple optimization of syntax highlighting engine (#1843)
1321     * Show right margin using 'editor_show_right_margin' option. Keybind EditToggleShowMargin in [editor] section is used to toggle the state (#1514)
1322     * New editor action 'Mark all', new keybind EditMarkAll (#1945)
1323     * Changed default for 'Cursor beyond EOL', now it switched off by default (#1946)
1324     * Changed default color pair for 'editbold' (search result) to be more sensible (#1559)
1326 - Viewer
1328     * Viewer is now very fast (#1585)
1329     * Added new confirm box for repeat search from beginning of file (#1917)
1331 - Misc
1333     * Lots of code cleanup (#1780, #1915, #1990)
1334     * Removed obsolete checks in configuration scripts (#262, #1932)
1335     * Documentation updates
1336     * Translation updates
1338 - Fixes
1340     * MC won't compile on Solaris due to undefined constant NAME_MAX (#1943)
1341     * MC won't compile on AIX (#1957)
1342     * Missing includes (#1930, #2017)
1343     * Missing printf format (#1960)
1344     * Memory and file descriptors leaks (#1953, #2028, #2053, #2058)
1345     * Small error in versioning (#1905)
1346     * Incorrect start up with some special paths (#1992)
1347     * Segfault in input line history (#1936)
1348     * MC crashes on exit when using C locale (#1942)
1349     * MC crashes at exit due to race conditions of destroying subshell and file manager (#2008)
1350     * Assertion failed for g_array_free (#1954)
1351     * Broken transparency if MC is built with NCurses (#1657)
1352     * Selections not visible on monochrome terminals (#1972)
1353     * Colors of visible inactive menu (#1702)
1354     * Incorrect input line length in 'Edit symlink' dialog window (#1955)
1355     * Unquoted shell variables in user menu (#1967)
1356     * Ctrl-\ key closes the NCurses-based MC (#1926)
1357     * verbose option is always on after MC start (#1940)
1358     * Show total progressbar (and related info) when copying just one subdirdir with lot of files (#1443)
1359     * Incorrecy movement in last line in editor (moving cursor to the empty last line) (#1956)
1360     * Incorrect editor lock files check (#1935)
1361     * Segfault at try of edit (F4) archives with utf-8 names (x86_64 specified) (#1982)
1362     * Editor's search parameters are not retained across editing session (#1572)
1363     * EditColumnMark can't go up through newline (#1998)
1364     * 'Confirm replace' dialog is not converted from UTF-8 to user defined charset (#1986)
1365     * Missed \s symbol in Syntax file (#2010)
1366     * Viewer in QuickView mode corrupts screen (#1918, #1944)
1367     * ViewContinueSearch segfault on empty search (#1996)
1368     * MC crashes if file name in archves contains '@' symbol (#1605)
1369     * deba and debd VFS: items from DEBIAN directory are not accessible (#1920)
1370     * Samba is not built with tcc (#1933)
1371     * Incorrect conditional compilation of mcserver (#1925)
1372     * Potencial security risk in mcserv (#1902)
1373     * 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)
1374     * Contents of RAR archives with filenames that contain / \d\d:\d\d / are not listed correctly (#2029)
1375     * FTPFS: strcpy() is used for overlaping strings (#2018)
1377 Version 4.7.0.1
1379 - Fixes
1381     * Fixed double free of memory in editor;
1382     * Fixed build with --disable-vfs option;
1383     * Fixed compile warnings about unused variables;
1384     * Fixed Fedora/RH RPM versioning scheme.
1387 Version 4.7.0
1389 - Core
1391     * Removed charset confirmation on startup and added the automatic recognize
1392       of system charset (#1613)
1393     * Some startup speed up (#1781)
1394     * Save flags of select/unselet file group (#1776)
1395     * Don't set TOSTOP attribute on slave terminal (#1637)
1396     * Keybindings for button bars (F1-F10 keys) (#212)
1397     * Keybindings for Tree widget
1398     * Enlarged sizes of Directory Tree dialog window
1399     * Added missed esc sequencies for qansi terminals (#1803)
1400     * New file type bindings:
1401       + adeed mkv, 3gp video types
1402       + use exif(1) output when viewing jpeg files
1403       + opening .chm with kchmviewer with fallback to xchm
1404       + viewing .mo files with msgunfmt
1406 - VFS
1408     * FISH: add the user name to the ssh command line only if it's not the same as
1409       the local logged-in user (#1867)
1410     * FTP: support active mode (#1796)
1411     * FTP: improved symlink handling
1412     * FTP: some FTP-servers don't have chmon support. Ignore FTP errors related
1413       to chmod operations (#1708)
1414     * EXTFS: added S3 backend by Jakob Kemi (#272)
1415     * SFS: use single script for RPM and SRPM packets handling (#1590)
1417 - Editor
1419     * New syntax files: Cabal
1420     * Updated syntax files: Python, PHP
1421     * Syntax highlighting: added '.hh' and '.hpp' file extensions as C++ sources
1423 - Misc
1425     * Lots of code cleanup and optimization
1426     * Workaround for SunStudio compiler bug #6888373 (#1749)
1427     * Removed obsolete checks in configuration scripts
1428     * Allow save empty value in history (#1814)
1429     * Use ctrl-g instead of ctrl-c for SIGINT signal (#1876).
1430     * RPM spec: rewritten and simplified static build procedure for legacy distros (#1848)
1431     * Translation updated
1432     * Documentation updates
1433     * Added skin: darker color style (#1659)
1435 - Fixes
1437     * Memory and file descriptors leaks
1438     * Crash on start if ~/.mc/panels.ini contains incorrect value of 'sort_order' key (#1790)
1439     * MC aborts when ctrl-c is pressed (#1793)
1440     * Build w/o internal editor (#1826)
1441     * Compilation warings of --disable-nls and --disable-charset options (#1831)
1442     * Incorrect handling of '--with-search-engine' configure option (#1396)
1443     * Segmentation fault when search in different encodings (#1858)
1444     * C-w does not delete whole command line (#407)
1445     * Wrong shortcuts in menu items (#1836)
1446     * Panels state saves and restores despite disabled 'Auto save setup' (#1663)
1447     * Case insensitive file sorting in UTF-8 locales (#1536)
1448     * Incorrect handling of 0xFF char that is valid char in CP1251 locale (#1883)
1449     * Segfault in TreeView loading (#1794)
1450     * Incorect stat info of ".." directory in file panel (#1757)
1451     * Incorect stat info of ".." directory in info panel (#1757)
1452     * Setting "Use passive mode over proxy" is not remembered (#1746)
1453     * CK_Edit_Save_Mode command handling in editor (#1810)
1454     * Incorrect calculation of some utf-8 characters width (#1768)
1455     * Handling CJK chars in editor (#1628)
1456     * Incorrect cursor positioning in editor (#1809, #1884)
1457     * Vertical block handling in editor (#1839)
1458     * Incorrect text scrolling in editor (#1877)
1459     * Incorrect mouse movement in editor when text scrolled to the right (#1792)
1460     * Newlines are lost when pasting multiline text in editor (#1710)
1461     * Mismatched hotkeys EditBeginRecordMacro, EditEndRecordMacro in editor
1462     * Mismatched hotkeys EditBeginningOfText, EditEndOfText, EditBeginPage, EditEndPage (#1724)
1463     * Some syntax files are not installable (#1779)
1464     * Date & time insertion in editor (#1759)
1465     * "Matches not found" message is not shown in viewer
1466     * Hangup after search in archive in viewer (#1873)
1467     * SFS: CPIO VFS skips empty directories in the root of archive (#1732)
1468     * Incorrect parsing FTP-string (#1605)
1469     * LZMA files detect (#1798)
1470     * FISH: broken filenames and timestamps on really poor busybox devices (#1450)
1471     * Minor mistakes and mistypes in man files
1472     * Various doxygen warnings
1475 Version 4.7.0-pre4
1477 - Core
1479     * Added feature of sort files by mouse click on column header
1480     * Added keybindings to change files sort type via shortcuts
1481       (PanelSelectSortOrder, PanelToggleSortOrderPrev, PanelToggleSortOrderNext,
1482       PanelReverseSort, PanelSortOrderByName, PanelSortOrderByExt,
1483       PanelSortOrderBySize, PanelSortOrderByMTime)
1484     * Now the letter of sort type and sort direction is always drawn in panel
1485       header (direction of sort is drown near the current sort column in long
1486       file list mode only)
1487     * Skin-files: added new parameters 'sort-sign-up' and 'sort-sign-down' in
1488       the section '[widget-common]' to draw sign of sort direction
1489     * Added option 'extensions_case' in filehighlight.ini file.
1490     * Menu engine was reimplemented: 1) now menu is build dynamically, 2)
1491       shortcut displayed in menu item is not a part of menu item text and it is
1492       synchronized with keybinding defined in mc.keymap file (#1563).
1494 - VFS
1496     * Fixed view *.tar files with a colon in name
1497     * Allow 'exit' command on non-local filesystems
1498     * Added partial support of Microsoft CAB-archives
1499     * Added support of ico files
1500     * Added support of *.djvu files
1501     * Fix segfaults in various cases while browsing various VFSs
1502     * Fixed warnings when file copy inside archive.
1504 - Editor
1506     * Added scrolled percentage in status bar (only in "simple statusbar" mode)
1507     * Fixed Misbehaving rectangular select in editor (wrong when selected from
1508       right to left and/or bottom to top)
1509     * Split editor menu 'Command' to 'Command' and 'Format'
1510     * Added option 'Check POSIX new line' into 'Save mode...' dialog, add notification
1511       before save when no newline at EOF (#46)
1512     * Added bindings ('EditShiftBlockLeft', 'EditShiftBlockRight') for shift block
1513     * Fixed incorrect drawing CJK (double width) character
1515 - Viewer
1517     * Fixed tabs alignment (#1664)
1518     * Fixed view of next/prev file (#1750)
1520 - Misc
1522     * Shared clipboard for the mc editor, form fields, panel and command prompt
1523     * Refactoring: now all filename constants are placed in src/fileloc.h file
1524     * Testing & development: added ability for change user config dir. For example,
1525       type make CFLAGS='-DMC_USERCONF_DIR=\".mc2\"'
1526     * Changed Alt+Backspace behavior in command line
1528 - Fixes
1530     * Fixed broken building under uclibc <0.9.29
1531     * Autoindent regression
1532     * Viewer Hex editor regression
1533     * Incorrect indentation block when selecting with F3 + keys
1534     * Fixed ownership of config files
1535     * Configure.ac: fix broken check of option '--disable-vfs-undelfs'
1536     * Learn keys: fixed incorrect save of keys configuration
1537     * Fixed bug with 'The shell is already running a command'
1538     * Fixed 'B' artefact into OpenSuse console of root user
1541 Version 4.7.0-pre3
1543 - Core
1545     * removed own popt stuff (command line options parser). Now used glib parser
1546     * added feature for filenames highlighting in panels
1547     * Copy/Move overwrite query dialog is more friendly for long file names
1548     * at first run find file dialog now contain latest item from history
1549     * charset support enabled by default (--enable-charset option)
1550     * added support of skins
1551     * added support of key bindings
1553 - VFS
1555     * fixed recognize of tar.xz archives
1556     * added recognize of lzma archives by extension
1558 - Editor
1560     * 'Save as' dialog enhancement: select line break type: Windows/UNIX/Mac
1561       (CR LF/LF/CR)
1562     * syntax hightlighting updated: VerilogHDL, Shell script
1563     * Added syntax highlighting for *.repo files of yum
1564     * Added syntax highlighting of pacman's PKGBUILD and .install files
1566 - Viewer
1568     * Fixed showing Windows/Mac (CR LF/CR) line terminator
1570 - Misc
1572     * hotlist: support for environment variables ($HOME, ~username, etc.)
1573     * hotlist: support for completion in path input
1574     * all list widgets: support for fast navigation by number keys (i.e. 1 -
1575       first list item, 2 - second)
1577 - Fixes
1579     * restored action of 'ctrl-t' keybinding (mark files&dirs). For selecting
1580       charset use 'alt-e'
1581     * segfault on incorrect color pair in [Color] section
1582     * incorrect position of panel codeset dialog
1583     * limit of 9 digits for of file size display
1584     * lines drawing in -a stickchars mode
1585     * segfault when you try to use non-anonymous FTP
1586     * Ctrl-O handling under GNU Screen in altscreen mode
1587     * support of CP866 (IBM866) locale
1588     * configure.ac: checking for minimal version of glib and exit if version less
1589       than 2.6
1590     * segfault by mouse wheel action in history list and menu
1591     * Fixed behvior with Meta+PgDn? in editor
1592     * Fixed behvior with cursor movement by Ctrl+arrows when cursor besides EOL
1593     * Fixed editor autocompleting
1594     * Fixed Copy/Move dialogs steal Kill Word shortcut
1595     * Fixed autoconf issue when configure with --with-gpm-mouse option
1598 Version 4.7.0-pre2
1600 - Core
1602     * cycle menu navigation
1603     * change behaviour of C-space, now it calculate size on "..", and for selected
1604       dirs if there is one.
1605     * new find file option: find only first hit in file (make search faster)
1606     * new find file option: Whole words - find whole words only
1607     * scalable TUI
1609 - VFS
1611     * FTPFS: support of IPv6 protocol
1612     * extfs/iso9660 updated to support Joliet "UCS level 1"
1614 - Editor
1616     * new search/replace flag added "In selection"
1617     * new hotkeys for bookmarks, now bookmark displayed in state line and editor
1618     * new cursor behavior. Option "Cursor beyond end of line" - allow moving cursor
1619       beyond the end of line
1620     * new syntax hightlights added: erlang, ebuild, named, strace, j
1621     * syntax hightlights updated: mail, vhdl, html
1623 - Viewer
1625     * Reworked for improve perfomance
1626     * Implemented interruptable long-distance movements
1627     * splitted src/view.[ch] into many files in src/viewer/ subdir for more simple
1628       support of code
1629     * fixed build of format string in runtime (for better i18n)
1630     * add 'Whole words' option into the viewer 'Search' dialog
1632 - Misc
1634     * new option mouse_close_dialog, if mouse_close_dialog=1 click on outside the
1635       dialog close them
1636     * new: SI-based size show
1637     * make shared history for find file, editor search/replace, viever
1639 - Fixes
1641     * linking error with --enable-vfs-undelfs
1642     * external editor won't open if there are spaces in EDITOR variable
1643     * C-c kill mc if mc built with --without-subshell option is run with -d option
1644     * directory hotlist rendering
1645     * segfault on empty replace string
1646     * fixes for vfs/tarfs
1647     * removing bashizm from vfs/extfs/u7z
1648     * crash mc on create new file (Shift-F4) in external editor
1649     * File copy/move dialog: in replacement field now handled asterisks as search groups
1650     * VFS: Fixed SIGSERV(or heap corruption) on large filenames
1651     * Fixed broken backward search
1652     * Fixed uninitialised value for mouse event in in find.c#check_find_events() function
1653     * Fixed ctrl+z signal handling
1654     * Fixed incorrect showing prompt
1655     * Fixed incorrect vertical selection (if line state swiched on)
1656     * Fixed screen resize handle if mouse support is disabled
1657     * Restore correct current directory after switch from Info panel to List one
1658     * Fixed mouse support in 'konsole-256color' terminal
1659     * Fixed keycodes in 'xterm-256color' terminal
1660     * Fixed incorrect regexp search by content in 'file find' dialog
1661     * Fixed incorrect backwards search
1662     * Fixed incorrect detection of compressed patchfs
1663     * Fixed incorrect detecting codeset when <no translation> codeset selected
1666 Version 4.7.0-pre1
1668 - Core
1670     * native UTF-8 support
1671     * filenames charset selection support in panels
1672     * new 'Find File' dialog
1673     * new unified search/replace engine with search types: Plain, Wildcard, Regexp, Hex
1674     * extended learn keys
1675     * locale based codepage autodetection
1676     * initial support for doxygen generated docs
1677     * refresh of autoconf stuff
1678     * translation updates
1679     * x86_64 fixes
1681 - Editor
1683     * various editor enchancements (vertical block marking/moving/copy/paste)
1684     * navigate across source code through ctags/etags TAGS file
1685     * new option 'Persistent selection'
1686     * Del/Backspace - delete selected block if 'Persistent selection' switched off
1687     * shift block right with TAB key by TAB size or TAB symbol, shift block left with COMPLETE key
1688       if 'Persistent selection' switched off
1689     * optional showing of line numbers
1690     * various syntax files updates
1691     * optional highlighting of the tabs and trailing spaces
1692     * add some hot-keys
1694 - Misc
1696     * showing of the free space on current file system
1697     * showing of the size selected files in mini-status bar
1699 - Fixes
1701     * editor's undo fixes
1702     * many fixes from other distributions are included
1703     * fish handling for symlinks is fixed
1704     * escaping of fancy names is fixed
1705     * segfault in fish permission checks is fixed
1706     * various mc.ext fixes
1707     * commandline completion fixes (mainly, escaping hadling)
1708     * small fixes in history handling (locale independent .mc/history entries)
1709     * code cleanups, various memleak/etc fixes (many thanks to valgrind)