Merge branch '4222_search_segfault'
[midnight-commander.git] / doc / NEWS
blob490fd45dfefaa7713a1fd1a7ce2f2ff009e26894
1 Version 4.8.26
3 - Core
5     * Support file names of any length (#4145)
6     * Implement persistent command line buffer for subshell (bash >= 4, zsh and fish are supported) (#4114, #4124, #4126)
7     * Implement shadows of dialog windows and menus (#4102)
8     * Allow running clipboard commands if DISPLAY is not set (#4133)
9     * Add support of "alacritty", "tmux", and "tmux-256color" terminals (#4149)
11 - VFS
13     * Support wim archive format (using wimtools (https://wimlib.net/)) (#4100)
14     * Support pak archive format (using unar (https://theunarchiver.com/)) (#4130)
16 - Editor
18     * Add Swift syntax highlighting (MidnightCommander/mc#159)
20 - Misc
22     * Code cleanup (#4103, #4127, #4131)
23     * ext.d/sound.sh: replace xmms with audacious (part of #4127)
24     * mc.ext: improve handling of compressed content (#4128, #2117)
25     * mc.ext: add support for OpenDocument flax xml formats: fodt, fods, fodp, fodg (#4157)
26     * Filehighlight fodg, fodp, fods, fodt, odg files as documents
27     * modarcon16 skin: make consistent with whitespaces (#4158)
29 - Fixes
31     * 0000 permissions are not preserved on copy/move file (#4155)
32     * Chattr dialog doesn't work with mouse (#4104)
33     * Wrong copy ETA displaying if "Follow links" option is set (#4101)
34     * C-i ("change panel" shortcut) has no effect (#4107)
35     * C-l ("refresh screen") and A-` ("switch screens") shortcuts have no effect (#4142, #4153)
36     * Cancel of history or completion window marks input lines as modified (#4152)
37     * Unexpected subshell execution at panel switch (#2110)
38     * Lock up after pressing Tab in subshell (#2269)
39     * tcsh: error: "The Commander can't change to the directory" (#4120)
40     * vfs: extfs: cannot handle files with name started with dash or space (#4077)
41     * vfs: hang on accessing files within a nested VFS for first 60 seconds (#4147)
42     * vfs: lose content of the current directory on a mounted CIFS share (on Linux >= 5.1) (#3987)
45 Version 4.8.25
47 - Core
49     * Minimal version of GLib is 2.30.0
50     * Avoid subshell warning for standalone mcedit/mcview/mcdiffview run from mc (#4056)
51     * Implement chattr command (change ext{2,3,4}fs extended attributes). Default shortcut is "C-x e" (#3847)
52     * Implement a WGroup widget -- a base class for widgets which contain other widgets (#2919, #4075)
53     * Implement key bindings for radiobuttons (#212)
55 - VFS
57     * RPM VFS improvements:
58         - Support weak dependency tags: ENHANCES, SUGGESTS, RECOMMENDS, SUPPLEMENTS (#4091)
60 - Editor
62     * Improvements of syntax highlighting:
63         - php (#4060)
64         - tcl: add shebangs with wish and tclsh (#4062)
65         - Cobol (#1987)
66         - Verilog/SystemVerilog (#4087)
67     * New syntax highlighting:
68         - Kotlin (#4088)
69         - ino (Arduino IDE and a number of other IDEs) (#4098)
71 - Misc
73     * Code cleanup (#4050, #4085)
74     * Add support for opus audio (#4061)
75     * mc-wrapper: don't cd to the same directory (#3355)
76     * Improve archive support: more binaries to view archive content (#4086)
77         - lha: jlha, lhasa
78         - arj: 7za
79         - cab: 7za
80         - zip; 7z
81         - zipx: 7za
82         - iso: 7za
83     * Clean up in video.sh handler (#4045)
84         - RealPlayer is a proprietary application which can't be installed in most distros and has long been abandoned.
85         - gtv hasn't been developed since 2003.
86         - xanim barely plays anything.
87     * Various fixups and updates of man page
89 - Fixes
91     * FTBFS on OSes w/o O_CLOEXEC (#4052)
92     * FTBFS with glib2 >= 2.63.3 (#4053)
93     * Undefined "__linux__" macro on non-Linux systems (#4058)
94     * Mouse is not handled with ncurses-6 (#3954)
95     * Mouse is not handled with S-Lang on some old terminal emulators (#4063)
96     * Terminal size is always 80x24 in subshell on Solaris 11.4 SPARC (#4099)
97     * Double clicking on empty area of file panel executes last item (#3722)
98     * Garbage in input line history (#4064)
99     * Speed of file copy is not displayed for single file (#4081)
100     * mcedit: blank screen with invisible error (#4057)
101     * mcedit: broken syntax highlighting for shell scripts (#4054)
102     * VFS: broken browsing of .deb packages (#4055)
103     * mc.lib installed twice (#4070)
106 Version 4.8.24
108 - Core
110     * Drop bundled gettext (#3629)
111     * Implement the file edit and view history. Default shortcut is alt-shift-e (#2733)
112     * Enable subshell in standalone mceditor, mcviewer, and mcdiffviewer (#3380)
113     * Refactoring of SIGWINCH handling (#117, #4019)
114     * Prevent run/open files with double right click (#4016)
115     * Improve support of Windows 1251 encoding on Solaris (#3992)
116     * Support binary reproducible builds (via --disable-configure-args configure option) (#4031)
118 - VFS
120     * sftpfs: support keyborad interactive authentication (#3921)
121     * uc1541 extfs: update up to 3.3 version (#3936)
123 - Editor
125     * Syntax:
126         - add yabasic (Yet Another BASIC) syntax highlighting (#4005)
127         - improve YAML syntax highlighting (#4010)
128         - add "https://" to Debian sources.list syntax (#4018)
129         - add .desktop files (#4022)
130         - improve RPM spec file syntax highlighting (#4037)
131         - improve Debian sources.list syntax highlighting (#4041)
133 - Misc
135     * Code cleanup (#3997, #4030, #4038, #4039)
136     * menu.mc: handle symbolic links to compressed archives (#4009)
137     * File highlighting updates (#4015)
138         - part - partial files, e.g. used by many download managers ([temp])
139         - apk - Android packages, deb - Debian packages ([archive])
140         - ts - MPEG-TS streams ([media])
141     * New skins:
142         - julia256: a dark skin with calm colors and good contrast.
144 - Fixes
146     * Compile failure on AIX 7.2 (#4033)
147     * Compile failure on OS X 10.9 (#4035)
148     * Enter key works as Down one in menu (#4006)
149     * Menubar: incorrect mouse click coordinate (#4013)
150     * Rotating dash generates way too much output (#3859)
151     * Totals aren't computed before move of a single directory (#4027)
152     * Editor: unusable dynamic paragraphing (#3996)
153     * VFS: iso9660 does not report listing errors (#3993)
154     * VFS: extfs: nested archives are not removed from temporary directory (#4000)
157 Version 4.8.23
159 - Core
161     * Modify "File exists" query dialog (#3935):
162         - change layout
163         - rename "Update" button to "If older"
164         - add new "If smaller" button": overwrite file with smaller one
165         - add "Don't overwrite with zero length file" checkbox
166     * Speed up of large directory structures delete (#3958)
167     * Support key binding for menu (#212)
169 - Editor
171     * Expanded syntax highlighting rules (#3975):
172         - expanded file name regexp for sh.syntax
173         - use ini.syntax for systemd cofiguration files
174     * Syntax updates:
175         - shell (#3981)
176         - ebuild (#3988)
177         - RPM spec (#3991)
179 - Viewer
181     * Quick one-off backwards search with N. New action SearchOppositeContinue for key bind (default is shift-n) (#3452)
183 - Misc
185     * Code cleanup (#3955)
186     * Use Geeqie (a fork of GQview) as main image viewer, fallback to GQview (#3962)
187     * File highlighting updates (#3966)
188         - .go, .s: highlight as source
189         - .m4v: highlighting as media
190     * New skins:
191         - featured-plus: featured skin with alternative directory and file select/mark colors (#3973)
193 - Fixes
195     * Compilation fail on AIX (#3960)
196     * Incorrect file version sort (#3965, #3905)
197     * Garbage in the hardlink error creation message window (#3990)
198     * Cannot shell, or FTP, or SFTP link when the file panel is tree, or info, or quick view (#3948)
199     * Failed gpm connect attempt ... for vc /dev/tty0 (#3208, #3614)
200     * Incorrect include/editor order in mc.ext (#3965)
201     * mcedit: incorrect C/C++ syntax highlighting in some cases (#3487)
202     * Unknown type name 'sighandler_t' on Illumos (#3971)
205 Version 4.8.22
207 - Core
209     * Support BTRFS's file clone operation (#1983)
210     * Find file: show pattern and content in the results window title (#3453)
211     * Find file: remember state (empty or not) of Content field (#3924)
212     * Improve support IBM i (#3927)
213     * Improve handling of hard link creation errors (#3678)
214     * Support user-defined prompt in the Fish subshell (#3944)
216 - VFS
218     * sftp: preserve atime and mtime (#3917)
220 - Editor
222     * man page cleanup (#3918)
223     * syntax:
224         - PHP - highlight keyword 'null' (#3920)
225         - Meson - initial implementation (#3940)
227 - Misc
229     * ext.d: use MPV as a fallback for mplayer -identify (#3919)
230     * ext.d: improve recognition of MS Office formats (#3929)
231     * Code cleanup (#3915)
232     * Cleanup hint files
234 - Fixes
236     * Won't compile for Apple (#3930)
237     * "Cannot create target file" when target has backslash space in the name (#3923)
238     * Quiet single file overwrite (#3908)
239     * Show error message for each not-installed program when view documents in MS Word and Excel formats (#3926)
240     * Crash when trying some sftp connections (#3937)
241     * Crash when return to filemanager from subshell (#3943)
244 Version 4.8.21
246 - Core
248     * Cancel Chmod/Chown/Advanced chown operation for large group of files when operation is not permitted (#3850)
249     * Mouse support in the "Advanced chown" dialog window (#3148)
250     * File highlighting by extension is case insensitive by default (#1620)
251     * Safe file overwrite (#3913)
253 - VFS
255     * Support zstd compression format (#3906)
257 - Editor
259     * Syntax:
260         - Rust support (#3884)
261         - JavaScript modules support (#3890)
262         - Improve Markdown support (#3893)
264 - Misc
266     * Add JavaScript module support to `filehighlight.ini` (MidnightCommander/mc#132)
267     * Add Excel xlsx file format support to `mc.ext.in` (MidnightCommander/mc#135)
268     * i18n of argument type names in --help blocks (#3879)
269     * Code cleanup: (#3857, #3914)
271 - Fixes
273     * Fail to link to ncurses built as two libraries: ncurses+tinfo (#3880)
274     * Garbage in displaying of summary of file sizes for selected files (#3883)
275     * "Compute totals" unnecessarily done for moves (#3149, #3908)
276     * mc.ext: allow Java class files to be viewed even if JAD isn't on PATH (MidnightCommander/mc#134)
277     * mcedit: broken extended key mode (#3897)
278     * mcedit doesn't save all opened files (#3898)
279     * extfs: sftps: -31 SFTP Protocol Error when transferring file (#3406)
280     * extfs: rpm: truncated script content in the viewer (#3865)
281     * extfs: rpm helper misses CONFLICTS field (#3789)
284 Version 4.8.20
286 - Core
288     * Rename key bindings:
289         - [main].PanelListingSwitch -> [panel].CycleListingFormat
290         - [main].PanelListingChange -> [main].SetupListingFormat
291     * Speed up of UTF-8 normalization for frequent cases (#3616)
293 - VFS
295     * extfs helpers tester:
296         - diff of failed tests is now included in output to ease bug reporting (#3784)
298 - Editor
300     * Syntax:
301         - ES2015 support (#3793)
302         - TypeScript support (#3794)
303         - Ada 95 updates (#3804)
304         - Apache Hive QL support (#3828)
305         - SQL & PHP keyword updates (MidnightCommander/mc#129)
306         - Simplification of case insensitive file name patterns in /usr/share/mc/syntax/Syntax file (#3829)
307         - Markdown (initial support) (#3864)
308         - Protocol Buffers and gRPC support (#3868)
309     * Add %c (cursor offset from BOF) support for user menu macros (#3867)
311 - Misc
313     * Unify curses initialization for various curses implementations (#3697)
314     * Highlight txz extension as archive like tgz, etc. (#3782)
315     * Add new media extensions to `filehighlight.ini` (#3834)
317 - Fixes
319     * Wrong --help message for mcview, mcedit and mcdiff (#3805)
320     * Compression from menu broken due to bad quoting (#3840)
321     * `--with-homedir` gives "yes" as config directory (#3836)
322     * External panelize: opening a file with an absolute path fails (#2942)
323     * Filter isn't cleared when entering empty string (#3813)
324     * Panelization is not kept while switching panel listing mode (#3810)
325     * Cannot tab out of a QuickView panel (#3815)
326     * Cannot use the F10 key in a QuickView panel (#3816)
327     * Wrong INPUT_COMPLETE_CD flag handling in the QuickDialog engine (#3870)
328     * mcview: file interpreted as latin1 instead of utf8 (#3783)
329     * mcview: incomplete read of filtering data (#3817)
330     * mcview: search doesn't grow file as much as needed (#3819, #3855)
331     * mcview: goto doesn't grow file as much as needed (#3826)
332     * mcview: quick view panel: crash on slow startup while switching panel mode (#3846)
333     * mcedit: fix broken encoding into UTF-8 for 8-bit displays (#3843)
334     * mcedit: incorrect %f macro substitution in the user menu (#3861)
335     * man pages: wrong paths of mc.hint and mc.hlp (#3806)
336     * subshell: fix broken tcsh 6.20+ cd escaping (#3852)
337     * VFS: incremental tar doesn't contain empty directories (#2297)
338     * VFS: incremental tar: wrong directories owner for tar --numeric-owner -g (#3709)
339     * VFS: timestamps not being preserved due to uninitialized struct stat st_[acm]tim.tv_nsec (#3821)
340     * VFS: ftp: can't retrieve password from .netrc when user is in URL (#3869)
341     * VFS: tests: locale issue causing helpers using 'sort' to fail (#3787)
342     * VFS: tests: unportable 'echo' use causing one rpm helper test to fail (#3786)
343     * Spelling errors in the manual page (#3839)
346 Version 4.8.19
348 - Core
350     * Replace $MC_HOME with $MC_PROFILE_ROOT (#3684)
351     * Allow rebind TAB key to change panel (#3672)
352     * Support for True Color (16 millions colors) (#3145)
353     * Color aliases in skin files (#3711)
355 - VFS
357     * Support timestamps with nanosecond precision for copy/move operations (#3575)
358     * Introduce EXTFS helpers tester (#3730, #3744, #3752, #3753, #3751)
359     * Teach u7z to parse archive listings w/o sizes and/or dates (#2707)
360     * Teach rpm helper about transaction scripts (#3750)
361     * Fix hp48, uace & uarc extfs which used an obsolete date format (#3729, #3747)
363 - Editor
365     * Syntax:
366         - updates of HTML and ebuild highlighting
367         - highlight *.t (Perl test) files as Perl scripts
368         - disassociate .cl file extension from LISP syntax (#3691)
369     * Add syntax highlighting:
370         - OpenCL (#3690)
371         - OpenShadingLanguage (#3762)
372         - R
373         - YAML (#3293)
375 - Misc
377     * Code cleanup (#3693, #3703, #3721, #3763)
378     * Add true color skins: 'Four seasons' (#3724)
379     * Activate `--enable-tests` by default if `check` is found (#3708)
380     * Added new skin: YADT (MidnightCommander/mc#115)
382 - Fixes
384     * Segfault on switching left panel to Info (#3700)
385     * Broken compatibility with ncurses (#3697)
386     * Setting MC_HOME makes mc ignore ~/.bashrc (#3684)
387     * mc_tmpdir() use a buffer of only 64 characters (#3736)
388     * Some bugs in the parsing of hexadecimal search patterns (#3694)
389     * Hexadecimal search fails on binary data (#3589)
390     * Broken file list resorting on double click on panel header line (#3715)
391     * Wrong dialog resizing and positioning (#3714, #3723)
392     * Widget's 'disabled' status is not toggled immediately (#3716)
393     * Last item of 'Options/Layout/Horizontal' radiobuttons remains highlighted (#3717)
394     * 'Options/Layout/Equal split' checkbox gets reverted (#3718)
395     * Panels: cannot show more than one "column" in user defined listing mode (#3757)
396     * Mix of MSG_NOTIFY and MSG_FOCUS messages (#3731)
397     * skins: 'window-state-char' and 'window-close-char' are parsed as colors (#3710)
398     * Pressing <right> and <left> in the hotlist dialog doesn't refresh it (#3775)
399     * mcview: an error message about bad regexp isn't shown (#3720)
400     * mcedit: fix etags filenames parsing (#3698)
401     * mcedit: fix mouse active area for maximize / close buttons (#3774)
402     * mcedit: frames (MDI interface) don't reflect the focus state (#3766)
403     * mcedit: frames (MDI interface) sometimes obscure the buttonbar (#3760)
404     * mcedit doesn't show search error messages when searching backwards (#3735)
405     * help viewer: tab characters handled incorrectly (#3754)
406     * VFS: incorrect zoo archive listing (#3696)
407     * VFS: segfault in VFSs not setting block size in stat (#3749)
410 Version 4.8.18
412 - Core
414     * Alt-Enter, Ctrl-Enter and Ctrl-Shift-Enter shortcuts are bindable in file manager (#3075)
415     * Internals:
416         - Refactoring of widget subsystem (#2919, #3632)
418 - Editor
420     * Add syntax highlighting:
421         - GLSL (#3683)
422         - CUDA (#3686)
424 - Misc
426     * Code cleanup (#3641, #3652)
428 - Fixes
430     * Build failure on FreeBSD (#3643)
431     * Incompatibility with NetBSD curses (#3665)
432     * Memory leaks (#3637)
433     * Subshell output lost on window resize under tmux, GNU screen (#3639)
434     * --with-subshell=optional does not work (#3642)
435     * Backward search is not interruptible (#3648)
436     * "Output lines" has no effect (#3655)
437     * Wrong handling of mouse clicks in long listing mode (#3661)
438     * Panelize resets marks on marked files in many cases (#3663)
439     * Cannot change directory in the active panel in some cases (#3669)
440     * Filtered View doesn't work (#3646, #3660)
441     * mcedit: don't kill bookmarks when open file from "Find File" dialog (#3668)
442     * man pages use "the MC" instead of "MC" (#3644)
445 Version 4.8.17
447 - Core
449     * Minimal version of Gettext is 0.18.1 (#1885)
450     * Optimization of copy/move operations (use adaptive buffer as in coreutils) (#2193)
451     * Recognize csh as tcsh (#2742)
452     * Centered scrolling of file panel (#3130)
453     * Internals:
454         - Switch to new high-level mouse API (#3571)
456 - VFS
458     * FISH helpers: remove executable bit (#3610)
460 - Editor
462     * Improvements of syntax highlighting:
463         - F90 (#3618)
464         - Java (MidnightCommander/mc#95)
466 - Misc
468     * Code cleanup (#3598, #3607)
469     * Install mc.keymap as a symlink to mc.default.keymap (#3609)
470     * File highlight: add more common file formats
472 - Fixes
474     * Segfault due to incorrect value of SHELL environment variable (#3606)
475     * Segfault when copying files under FreeBSD 9.3 (#3617)
476     * Segfault when entering into some cpio archives (#3621)
477     * Subshell output lost on window resize under tmux, GNU screen (#3639)
478     * Subshell cursor position lost after window resizing (#3640)
479     * Listbox no longer scrolls when dragging outside widget (#3559)
480     * VFS: extfs: incorrect date parsing in unzip (#3622)
481     * VFS: extfs: buffer overflow (#3605)
482     * VFS: patchfs: syntax error (#3620)
483     * VFS: fish: mistakes in ls Perl helper (#3611)
486 Version 4.8.16
488 - Core
490     * Support for ash + bugfixes for bash, fish (#2742)
491     * Find file: empty file name matches any file name (#3593)
492     * Find file: empty value of "Content" is used instead of "Search for content" checkbox to disable search for content (#3594)
493     * Listbox: don't wraparound on mouse scroll (#3554)
494     * Internals:
495         - Listbox: various fixups (#3569: #3562, #3563, #3565, #3161)
496         - Split MSG_ACTION into MSG_ACTION and MSG_NOTIFY (#3566)
498 - VFS
500     * Support lzip compression format (#2673, #1541)
501     * Support lz4 compression format (#3523)
502     * patchfs: support xz compression (#3443)
503     * Update uc1541 version (#3527)
504     * Add mc.ext patterns for initramfs / initrd (#3115)
506 - Editor
508     * Add golang syntax (MidnightCommander/mc#84)
509     * Update Puppet syntax (MidnightCommander/mc#86)
511 - Misc
513     * Code cleanup (#3555, #3547, #3587)
514     * Better subshell documentation (#3556)
515     * Fixes to the English man pages by Denys Vlasenko
517 - Fixes
519     * Insufficient quoting in `mc.menu` (#2947)
520     * Broken ./configure --without-internal-edit (#3601)
521     * Memory leaks (#3547, #3561, #3567, #3572)
522     * No preallocation if appending during file copy (#3577)
523     * Cannot set mini-format for "brief" listing type (#3588)
524     * Info panel: incorrect inode information in some cases (#3214)
525     * Info panel: wrong device name with symbolic link (#3412)
526     * Info panel: buffer overflow (#3582)
527     * Regression: match filename, not full path in mc.ext (#3578)
528     * Broken case insensitive search in non-unicode locale (#3491)
529     * Error message prefixed with no sense "0:" (#3269)
530     * mcedit: buffer overflow (#3579)
531     * mcedit: "Lower case selection" command in User Menu (#3586)
532     * mcedit: close on ctrl-g (#3557)
533     * mcview: "Not found" result isn't reported in some cases (#3543)
534     * VFS: isofs doesn't show .dotfiles (#3537)
535     * VFS: isofs: cannot copy file from iso when Joliet without RockRidge is used (#2851)
536     * VFS: extfs/unzip: enter into zip file fails with "inconsistent extfs archive" (#3433)
537     * VFS: SFTP: various bugs (#3581)
538     * VFS: FISH: provide major/minor info for block/char devices (#3599)
539     * Bashism in gitfs+ extfs helper (#3379)
540     * Non-portable invocation of man (#3509)
541     * mc-wrapper leaves MC_USER set (#3550)
542     * Broken silent opening of files in background (#3574)
543     * Run `identify` on JPEGs even if `exif` is not installed (#3568)
546 Version 4.8.15
548 - Core
550     * Minimal version of GLib is 2.26.0
551     * Use the PATH environment variable to search for the executable when opening pipe (#3444)
552     * Support more than 2 (up to 9) columns in file panel in brief mode (#3212)
553     * Clarify file sorting in "Unsorted" mode (#3496)
554     * WGroupbox: respect dialog's colors (#3468)
555     * Highlight find file's result in internal viewer (#3530)
557 - VFS
559     * s3 extfs vfs: bugfixes and improvements (#3470, #3502)
561 - Editor
563     * Add hidden option to choose full or base file name in the status line (#3445)
564     * Improvements of syntax highlighting:
565         - Lua (#3471)
566         - PKGBUILD (#3484)
568 - Misc
570     * Text alignment in Info panel (#3155)
571     * Select of menu file edit: change default button to "User" (#3493)
572     * Recognize .gmo files as well as .mo ones (#3422)
573     * Fix mc.pot comment tripping up Transifex and unportable inplace sed (#3479)
574     * 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)
575     * Documentation updates:
576         - Spanish man and help: Diff Viewer section and minor fixes (#3477)
577         - VFS garbage collection (#3472)
579 - Fixes
581     * Various memory leaks (#3438, #3439, #3440, #3457, #3458, #3459, #3460, #3461, #3462, #3475, #3520, #3521, #3522)
582     * Linux kernel-specific segfault on startup (#3441)
583     * Lost of Panelize contents in some cases (#3032, #3489, #3498, #3507)
584     * Wrong highlight of search result in case of "Regular expression" and "Whole words" (#3524)
585     * "Whole words" search works only in Normal mode (#3525)
586     * View find results doesn't jump to match line if file is too short to scroll page (#3530)
587     * SFTP VFS: segfault (#3456)
588     * Segfault in "Find file" due to invalid UTF-8 sequences (#3449)
589     * Bash variable 'PROMPT_COMMAND' in  pantheon-terminal (#3534)
592 Version 4.8.14
594 - Core
596     * Minimal version of GLib is 2.14.0
597     * Add new panel binding "SelectExt" to select/unselect files with the same extension as the current file (#3228)
598     * Speed up of directory size calculation (#3247)
599     * Support of italic text (#3065)
601 - Editor
603     * New syntax highlighting support:
604         - puppet (#3266)
606 - Viewer
608     * Rewrite mcview's rendering and scrolling (#3250, #3256)
609         - no more partial lines at the top and failure to scroll when Up or Down is pressed;
610         - better handling of CJK characters;
611         - handle combining accents;
612         - improved nroff support;
613         - more conventional scrolling behavior at the end of the file.
614     * Use VIEW_SELECTED_COLOR in plain mode (#3405)
615     * In QuickView panel, don't pass any chars to command line to avoid unexpected command execution (#3253)
617 - Misc
619     * Code cleanup (#3265, #3262)
620     * Bind poedit to Edit action for .po files (#3287)
621     * Better grammar mcedit user menu (#3246)
623 - Fixes
625     * Fail to build against musl libc (#3267)
626     * Error compiling with glib 2.20.3 (#3333)
627     * Overwrite of the PROMPT_COMMAND bash variable (#2027)
628     * contrib/*.?sh are not recreated after rerun of configure (#3181)
629     * File rename handles zero-length substitutions incorrectly (#2952)
630     * Lose files on "Skip" when "Cannot preallocate space for target file" (#3297)
631     * Info panel can't obtain file system statistics on Solaris (#3277)
632     * "Shell patterns" broken beyond repair (#2309)
633     * File selection by patterns uses bytes instead of unicode characters (#2743)
634     * Copy files dosn't work as expected, when copying to a directory with the special symbol in its name (#3235)
635     * Wrong order of old_colors table items (#3404)
636     * Input line: Alt+Backspace on one-letter word erases too much (#3390)
637     * "Directory scanning" window is too narrow (#3162)
638     * No Help for User Menu (#3409)
639     * mcedit: paste from clipboard does not work (#3339)
640     * mcviewer: hang when viewing broken man page (#2966)
641     * mcview hex: incorrect highlight when search string not found (#3263)
642     * mcview hex edit: UTF-8 chars are not updated (#3259)
643     * mcview hex edit: can't enter certain UTF-8 characters (#3260)
644     * mcview hex edit: CJK overflow (#3261)
645     * mcedit: status line doesn't show full path to file (#3285)
646     * Freeze when copying from one FTP location to another (#358)
649 Version 4.8.13
651 - Core
653     * New engine of user-friendly interruption of long-time operations (#2136)
655 - Editor
657     * Improvements of syntax highlighting:
658         - CMake (#3216)
659         - PHP (#3230)
660     * Translate language names in the spelling assistant dialogue (#3233)
662 - Viewer
664     * Add separate normal(default) colour pair for viewer (#3204)
665     * Dealing with utf-8 man pages in view/open (#1539)
666     * "Goto line" is 1-based now (#3245)
668 - Misc
670     * Code cleanup (#3189, #3223, #3242)
671     * Add new skins: gray-green-purple256 and gray-orange-blue256 (#3190)
673 - Fixes
675     * First Backspace/Delete is ignored after mouse click in an input widget (#3225)
676     * Recursive find file doesn't work on Samba share (#3097)
677     * Recursive find file doesn't work on Windows NFS share (#3202)
678     * Incorrect file counter in move operation (#3196, #3209)
679     * "Directory scanning" window is too narrow (#3162)
680     * Colon is not recognized inside escape seq in prompt (#3241)
681     * Quick view doesn't grab focus on mouse click (#3251)
682     * fish subshell: overridden prompt (#3232, #3237)
683     * mcviewer: broken switch between raw and parse modes (#3219)
684     * mcviewer: incorrect percentage in mcview hex mode (#3258)
685     * RAR VFS incorrectly recognizes UnRAR version (#3240)
686     * viewbold and viewselected are missing from some skins (#3244)
687     * Incorrect enconding name for manual page (#3239)
688     * "User menu -> View manual page" doesn't do coloring (#3243)
691 Version 4.8.12
693 - Core
695     * Speed up of file find (#2290)
696     * If cwd is a symlink it is kept at startup (#3093)
697     * Improve support of Zsh (#3121, #3124, #3125, #3177)
698     * Launch external editor/viewer without passing line number (#3117)
699     * Exit without confirmation by default (#3132)
700     * Simple user-friendly skin selector (#2165, #3178)
701     * Use Joliet and RockRidge in ISO9660 image view action (#3187)
703 - VFS
705     * Use .zip extension as preferred way to recognize ZIP archives (#2857)
707 - Editor
709     * Configurable selection reset on CK_Store (#3111)
711 - Misc
713     * Code cleanup (#3113, #3151)
714     * Adjust script permissions to installed ones (#2274)
715     * Fix name of FSF in add source files (#3167)
716     * Skin cleanups (#3180, #3184)
717     * Do not consider "String not found" message as error (#3179)
719 - Fixes
721     * Broken build with NCurses (#3114)
722     * Incorrect tilde expansion in copy/rename/move dialog (#3131)
723     * Advanced chown: Escape on user list accepts value (#3150)
724     * Toggling hidden files using mouse doesn't update the other panel (#3156)
725     * Question mark in delete confirmation is on its own line (#3123)
726     * Popup dialogs wander upwards upon resize (#3173)
727     * Keypad '*' doesn't work with numlock off (#3133)
728     * Some inconsistencies in "Learn keys" UI (#3134)
729     * Unconventional behavior of "Display bits" dialog (#3152)
730     * Shift-Fn keys don't work in 256-color mode of tmux (#2978)
731     * mcedit: format paragraph produces inconsistent wrapping (#3119)
732     * mcedit: file out-of-date check on saving is botched (#3142)
733     * mcedit: 1st line is shifted after paragraph format (#1666)
734     * mcedit: trailing newline check applied too early when exiting (#3140)
735     * Inconsistency of the arrow's direction in the panel header line across skins (#3157)
736     * Possible segfault while passing messages to widgets (#3116)
737     * Possible segfault when freeing a VFS (#3116)
738     * Segfault in cpio VFS while reading corrupted RPM (#3116)
739     * Segfault in sftpfs VFS when trying to view a file (#3176)
740     * Incorrect handling of filenames with unrar v5 (#3073)
741     * FISH VFS: remote panel confused by filenames with '%' (#2983)
742     * iso9660: xorriso shows only one depth (#3122)
743     * Nicedark skin looks bad on black-on-white terminals (#3154)
744     * Incorrect definition of "topmiddle" and "bottommiddle" characters (#3183)
747 Version 4.8.11
749 - Core
751     * Live update of panels size when editing layout (#3060)
752     * Support "Compute totals" option in move file operation (#2075)
754 - VFS
756     * rpm extfs
757         - show dependency version (#2812)
758         - support tar payload (#3064)
759         - improve support for EPOCH tag (#1588)
760         - add support for PREINPROG/POSTINPROG/PREUNPROG/POSTUNPROG, VERIFYSCRIPTPROG and TRIGGERSCRIPTS/TRIGGERSCRIPTPROG tags (#1588)
762 - Editor
764     * Support "bracketed paste mode" of xterm (#2661)
765     * Clarify Java syntax highlighting (#3057)
767 - Misc
769     * Print warnings about unknown '--with-' / '--enable-' configure options (#3029)
770     * Code cleanup and refactoring (#3051, #3066)
772 - Fixes
774     * FTBFS on GNU Hurd (#3053, #3071)
775     * Segfault while moving files (#3059, #3105)
776     * Broken handling of mc command line arguments (#3047)
777     * Copy/move doesn't work if num_history_items_recorded=0 (#3076)
778     * No subdir path completion in current dir, if stub is not starting with './' (#3018)
779     * Deprecated "find -perm +xxx" syntax is used (#3089)
780     * Home, End, Shift-Fn keys don't work in tmux (#2978)
781     * Improper [en|dis]abling of layout dialog split adjustment buttons (#3061)
782     * Bogus strings in 'Confirmation' config dialog (#2271)
783     * "Configure options" first entry not highlighted (#3084)
784     * "Setup saved to ~/.config/mc/ini" message is misleading (#3096)
785     * F3 doesn't work on .so files in FreeBSD 9.x (#3101)
786     * Typo in mc.lib: "less=%filename +%linenog" instead of "+%lineno" (part of #3044)
787     * Wrong order of filename and line number for external editor (part of #3044)
788     * mcedit: tabs are lost when text is pasted (#1797 as part of #2661)
789     * mcedit: question on large file treats Escape as Yes (#3107)
790     * Broken case-sensitive search in editor/viewer/diffviewer (#3069)
791     * Changes to files in nested .zip archives are lost (#3070)
792     * Incorrect handling of filenames with spaces with unrar v5 (#3073)
793     * iso9660 VFS: filenames truncating in ISO file listing (#3091)
794     * vfs_path_from_str_flags() doesn't support VPF_STRIP_HOME (#3098)
795     * Bright colors are used as background colors in 16-color skins (#3050)
796     * Various defects in documentation (#3052, #3092)
799 Version 4.8.10
801 - Core
803     * Do not link GModule if it is not required (save space on embedded systems) (#2995)
804     * Behavior of the 'Right' key in the 'Directory hotlist' was changed: now 'Right' key is used only to enter into the group (#3045)
806 - Misc
808     * Code cleanup (#3035)
810 - Fixes
812     * Build failure on Cygwin (#3041)
813     * Broken NCurses detection (#3043)
814     * Broken handling of mc command line arguments (#3047)
815     * Cannot enter into zip archive in tar one (#3034)
816     * Cannot open some jar files
817     * mcedit: file descriptor leak (#3040)
818     * mcedit: paragraph format doesn't respect multibyte characters (#2713)
819     * Crash after entering a wrong SFTP password (#3036)
822 Version 4.8.9
824 - VFS
826     * extfs: support unrar-5 (#3015)
827     * extfs: use xorriso (if exists) for writing into ISO images (#3027)
829 - Editor
831     * Support unlimited file size (#1743)
833 - Misc
835     * Lot of code cleanups (#2990, #2071, #2164, #2998, #3003, #3005, #3022)
836     * Display additional info while viewing (by F3) *.iso files (#2006)
837     * New skins:
838         - modarin256: set of 256-color skins from Oliver Lange (#2737)
840 - Fixes
842     * Fail to link if system lib does not contain strverscmp (#2992)
843     * Segfault when mc's temporary directory doesn't belong to the correct user (#3021)
844     * Race condition when creating temporary directory (#3025)
845     * Mouse doesn't work in screen and tmux (#3011)
846     * Incorrect file size in copy/move overwrite query dialog (#3000)
847     * Garbage in subshell prompt (#3001)
848     * Incorrect WLabel redraw after text change (#2991)
849     * Find File: "All charsets" options don't work (#3026)
850     * When an unknown key is pressed, it is interpreted as garbage (#2988)
851     * Segfault on creating new file in external editor (#3020)
852     * Rotating dash is not removed when mc finishes reading the directory (#2163)
853     * mcedit: word completion failed if word to be completed is begun from begin of file (#2245)
854     * mcview: broken switch between raw and parse modes (#2968)
855     * Hex viewer: continue search doesn't work (#2706)
856     * sftpfs: broken SSH aliases (#2923)
859 Version 4.8.8
861 - Core
863     * Make copy/move progress dialog window wider up to 2/3 of screen width (#2076)
864     * Ask file name before create new file in editor (#2585)
865     * Support newer extended mouse protocol SGR-1006 instead of URXVT-1015 (#2956)
866     * Allow skip directory scanning before file operation. Print directory count and size in addition to directory name (#2101)
867     * Add jump support to target line in some external editors and viewers (#2206)
869 - Editor
871     * Update syntax highlighting:
872         - Jal programming language (#2855)
873         - gplink configuration files (.lkr extension) (#2855)
874         - Makefile with .mak extension (#2896)
875         - ZSH configuration files (#2950)
876         - Fortran (#2962)
878 - Misc
880     * Code cleanup (#2944, #2954)
881     * Report real compiler in MC_CHECK_ONE_CFLAG instead of 'gcc'
882     * Hints files now translated via Transifex (#2980)
884 - Fixes
886     * Segfault in file operation due to unhandled regexp error (#2493)
887     * Tab completion vs. spaces and escaping (#55)\
888     * Special chars are not escaped in autocompletion of filenames (#2626)
889     * Buttons in the 'Directory hotlist' window are placed incorrectly (#2958)
890     * Mouse doesn't select text in subshell in native console (#2964)
891     * Mouse click below non-droppeddown menubar activates menu box (#2971)
892     * Insufficient quoting and wrong message in user menu (#2947)
893     * mcedit: floating point exception (division by zero) (#2953)
894     * mcedit: broken autocompletion (#2957)
895     * mcview: broken magic mode (#2976)
896     * Broken opening of .war archives (#2974)
899 Version 4.8.7
901 - Core
903     * Minimal GLib version is 2.12.0
904     * Implementation of suspend/resume in copy/move file operations (#2111)
905     * Start of widget subsystem reimplementation (#2919)
907 - VFS
909     * uc1541 extfs plug-in updated up to version 2.5 (#2935)
911 - Editor
913     * Reset selection after text paste (only in non-persistent selection mode) (#2660)
914     * Don't indent blank lines (#303).
915     * Add .psgi as Perl syntax highlighting (#2912)
916     * Place cursor after inserted chars (#319)
917     * Add option in ini file to save spelling language (spell_language=NONE for disable aspell support) (#2914)
919 - Misc
921     * Code cleanup (#2888, #1950)
922     * Minimal "check" utility version is 0.9.8
923     * Remove the empty contrib/dist/debian/ since it maintained separately in Debian (#2871)
924     * mc.ext updates:
925         - add support of SVG images (#2895)
926         - add support of .asm file extension (#2892)
927         - add support of .hh file extension (#2892)
928         - all file extension for source files now are case insensitive (#2892)
929         - add support of JNG and MNG images (#2893)
930         - add support of Gnumeric's spreadsheets (#2894)
931         - add support of .war archives (#2891)
932         - make a choice between arj and unarj archivers (#2890)
933         - make a choice between 7z and 7za archivers (#2890)
934         - add support of ape, aac and wvm4a media formats (#2767)
935         - add support of cbr and cbz comic books (#2739)
936         - add support of epub e-book format (#2739)
937         - add support of PAR archives (#2739)
938         - use libreoffice instead of ooffice, if found, to open ODT files (#2723)
939         - use dvicat if dvi2tty not found to view DVI files (#1686)
940         - use 'see' utility as default pdf viewer, if found (#1686)
941         - use 'see' utility to view images in console (#1686)
942     * Highlight OGV files as media (#2934)
943     * Added new translations:
944         - Persian (fa)
945         - Croatian (hr)
947 - Fixes
949     * Build failure on Cygwin (#2917)
950     * Fail to check ncurses library if --with-ncurses-inc and --with-ncurses-libs options are used (#2926)
951     * Crash on Solaris while trying to copy a file (#2906)
952     * CVE-2012-4463: Does not sanitize MC_EXT_SELECTED variable properly (#2913)
953     * Attributes of existing directories are never preserved when copying (#2924)
954     * Broken path completion on paths starting with ~/ (#2898)
955     * Terminal settings are not changed when window is resized (#2198)
956     * Enter into symlink to compressed patch shows empty patch (#2910)
957     * Test failure on Cygwin due to incorrect linkage flag (#2918)
958     * Non-portable test (#2883)
961 Version 4.8.6
963 - Fixes
965     * mcedit: two-columns extra offset of cursor after tab character (#2881)
966     * diffviewer: cannot open file if name contains '$' (#2873)
969 Version 4.8.5
971 - Core
973     * Implemented case-insensitive patterns in mc.ext bindings (#2250)
975 - Editor
977     * Code refactoring and cleanup (#1977)
979 - Diff viewer
981     * Bidirectional merge (F5 merge left-to-right, F15 - merge right-to-left) (#2863)
983 - Misc
985     * Syntax highlighting news and updates:
986         - update assembler.syntax: x86 AMD64 registers highlighting (#2542)
987         - new cmake.syntax: preliminary and incomplete syntax file for CMakeLists.txt files (#2084)
988         - new dlink.syntax: syntax highlighting for D-Link switches command set (#2649)
989         - update properties.syntax: more nice look-and-feel (#1869)
990     * mc.ext enhancement (#2103):
991         - use chm_http text-mode handler for CHM files
992         - play sounds only from videos in text mode
993         - use pdftotext -layout -nopgbrk switches
994         - try to use elinks before links for HTML
995         - soffice2html text-mode handler for SXW files
996         - wvHtml text-mode handler for doc files
997         - xlhtml text-mode handler for XLS files
998         - ppthtml text-mode handler for PPT/PPS files
999         - open=view+pager fallback (noX) for PostScript, PDF, OD[PST] and DVI
1000         - standarized $DISPLAY checks
1001     * File extension support:
1002         - SQLite database files (#2103)
1003         - compiled Java files (*.class) (#2103)
1004         - m4a for MP4 containers with audio data in the Advanced Audio Coding (AAC) or its own Apple Lossless (ALE, ALAC) formats (#2869)
1005         - .ogm extension was deprecated in favor of .ogv (#2664)
1007 - Fixes
1009     * Bad EXTHELPERSDIR substitution if --prefix is not set (#2849)
1010     * Partially broken loading of user-defined keymap file (#2848)
1011     * Enter on directory named '~' goes to the home one (#2874)
1012     * Cannot Copy/Move files with filename encoding change (#2791)
1013     * Cannot view compressed files named like log.1.gz (with digit in name) (#2852)
1014     * Panel is not refreshed if panel history is called using mouse (#2854)
1015     * Duplicate entities in panel with 'tree view' mode (#2835)
1016     * Broken synchronization with filelist and tree panels (#2862)
1017     * Standalone mcedit doesn't load saved file position (#2853)
1018     * mcedit segfaults when aspell (en) dictionary is not installed (#2856)
1019     * mcedit segfaults after "Back from declaration" call (#2859)
1020     * mcedit: unable to save changes in "Safe save" mode(#2832)
1021     * Segfault when viewing HTML files with "mc -v" (#2858)
1022     * Broken 'Enter' action on a rpm file containing space character in filename (#2838)
1023     * extfs: uc1541 broken handling (#2864)
1024     * mc.ext: OGV format handled as audio (#2869)
1027 Version 4.8.4
1029 - Core
1031     * Use xdg-open by default in mc.ext.in if present to open files, fallback on current scheme otherwise (#2118)
1032     * Improve of mouse event handling in dialogs (#2817)
1033     * Show extended info about compiled-in paths for internal/external macros in the "mc -F" output (2495)
1035 - VFS
1037     * Added SFTP support (#1535)
1039 - Editor
1041     * Multieditor: allow edit many files in one mcedit window (#2261, #2839)
1042     * Aspell support for spell check (#2788)
1044 - Viewer
1046     * Handle CK_FileNext/CK_FilePrev actions inside mcviewer (#2814)
1048 - Misc
1050     * Tweak and cleanup of code in case of --disable-charset option usage (#2827)
1051     * File extension support:
1052         - .gem - rubygems (#2797)
1053         - .cpio.xz - compressed cpio archives (#2798)
1054         - .webm - WebM video (#2746)
1055         - .lib - gputils artifacts (#2751)
1057 - Fixes
1059     * Build failure on FreeBSD 6 (#2808)
1060     * src/filemanager/filegui.c does not compile on Solaris due to missing macros (#2825)
1061     * Loss of data on copy to full partition (#2829)
1062     * Crash at Chown command (#2784)
1063     * Crash when creating relative symlink (#2787)
1064     * Misinterpretation of dirs as command line arguments (#2783, #2805)
1065     * Number of panelized files was limited to 127 (#2813)
1066     * CK_History removes CK_HistoryNext entries (#2313)
1067     * URL with port was stored wrong in history (#2833)
1068     * Can't find 00 (zeroes) in patterns in hex search (#2795)
1069     * Hotkey conflicts in 'Search' dialog (#2843)
1070     * Error message when entering into compressed tar and cpio archives (#2785)
1071     * Garbage directory listing in ftpfs (#2800)
1072     * Incomplete sand256 skin (#2807)
1073     * mcedit scripts are installed as data files (#1437)
1074     * Fails to build from source with --enable-tests (#2786)
1075     * Tests failure on PowerPC,S390,S390x (#2804)
1076     * Fail to compile if --without-vfs configure option specified (#2834)
1077     * do_panel_cd: FTBFS with --enable-tests on [kfreebsd-i386,kfreebsd-amd64,ia64,armhf] (#2803)
1080 Version 4.8.3
1082 - Misc
1084     * Code cleanup (#2780)
1086 - Fixes
1088     * Broken support of XDG_* shell variables (#1851)
1089     * Segmentation fault while background copying (#2663)
1090     * MC ignores second directory argument (#2762)
1091     * Interpretation of LANG variable needs to be case insensitive (#2386)
1092     * Cannot copy zero-length files with "Preallocate space" option (#2755)
1093     * Problem in the Copy operation with unchecked the "Preserve attributes" option (#2278)
1094     * * Cursor position reset after update when panel is panelized, but doesn't (#2766)
1095     * File selection reset after exit from the archive in the root (#2776)
1096     * Hotlist: broken newly added entries if old-style path is present (#2753)
1097     * Can't rebind Fx keys in the file manager (#2384)
1098     * "justified" menu alignment (#2756)
1099     * The last (or single) word of hyperlinks in the interactive help don't act on mouse clicks (#2763)
1100     * 'cd' command is not working in shell link (#2758)
1101     * mc hangs on switching screens (#2608)
1102     * Case sensitive search with SEARCH_TYPE_PCRE is broken (#2764)
1103     * mcedit can't run w/o file as parameter (#2754)
1104     * mcedit can't record input char (#2757)
1105     * mcedit: save file on top of existing directory changes dir's permissions (#2761)
1106     * Unable to edit gzipped files (#2759)
1107     * mcedit hangs up on replace with regexp contains '^' or '$' (#1868)
1108     * Segfault after open incorrect archive (#2775)
1109     * mcdiff crashes if one panel is not in the listing mode (#2769)
1110     * The password for vfs sessions remains in input history (#2760)
1111     * Showing directory sizes is broken in VFS'es (#2765)
1112     * Stale symlinks in vfs (#2777)
1113     * Active VFS directories list contain incorrect current path (#2779)
1114     * Date not set properly in manpage (#2692)
1115     * Empty texinfo rule in mc.ext (#2774)
1116     * Test failure if 'HOME' contains trailing slashes (#2768)
1119 Version 4.8.2
1121 - Core
1123     * Added new flag -X (--no-x11) to allow dont't use X11 to get the state of modifiers Alt, Ctrl, Shift (#86)
1124     * Support of '~' as home dir in 'Start at:' field in 'Find File' dialog (#2694)
1125     * Support of '~' as home dir in hotlists (#2747)
1126     * Learn of 'Back Tab' is possible now in 'Learn keys' dialog (#2628)
1127     * Optional '0x' prefix for hexadecimal search (#2705)
1128     * Dynamically resize panels (#2465)
1129     * New bindings (ScrollLeft, ScrollRight) for scroll long filenames in panels (#2731)
1131 - VFS
1133     * Internal VFS reorganization (#2695)
1135 - Editor
1137     * Added as.syntax (#2708)
1139 - Viewer
1141     * Added action bindings for backward search (#2105)
1143 - Misc
1145     * Added hotkeys for all radio/check-buttons in search/replace dialogs (#2704)
1146     * New file bindings:
1147         - .m4v, .ts - video (#2702)
1148         - djv - DjVu? (#2645)
1149     * Simplify mc.menu - remove LZMA|LZ and change p7 to 7z (#2703)
1150     * Updated list of known browsers: gnome-moz-remote mozilla firefox konqueror opera (#2725)
1151     * Added MC_HOME environment variable to set up home directory of MC (as part of #2738)
1152     * Lot of code cleanup (#2740)
1154 - Fixes
1156     * Compile failure of 4.8.1 on xBSD because "Undefined symbols: _posix_fallocate" (#2689)
1157     * MC deletes the wrong file because of forced panel reload before file operation (#2736)
1158     * Cannot chdir to directory if directory name contains the dollar sign (#2451)
1159     * Incorrect panel size after change panel split type (#2521)
1160     * Wrong total bytes counter for subdirs in copy/move dialog (#2503)
1161     * Display corruption in panels after window shrink (#2684)
1162     * Command line is unaccessible from tree panel (#2714)
1163     * Extra confirmation before delete an empty hotlist group (#1576)
1164     * Can't open an edit zero-length file from VFS in mcedit (#2710)
1165     * mcedit crashes when ~/.config is a file (#2738)
1166     * mcedit: reset selection after END/HOME/PgDn/PgUp (#2726)
1167     * 'make check' fails on arm and alpha (-z muldefs) (#2732)
1170 Version 4.8.1
1172 - Core
1174     * Use posix_fallocate64() when copying files/moving to a new mount point (#2610)
1175     * Faster startup (#2637)
1176     * Support of extended mouse clicks beyond 223 (#2662)
1178 - VFS
1180     * Added exit point ("..") at the top of file list (after external panelization) (#275, #278)
1182 - Editor
1184     * Lex/Flex sources (extension .l) handled by yxx.syntax file. Yacc/Bison syntax completed with all symbols (#1647)
1185     * Updated syntax files:
1186         - lua
1188 - Misc
1190     * Updated skins:
1191         - sand256 (#2640)
1192         - xoria256 (#2641)
1193     * Added ability to move MC config files to specified place instead of multiple places in $HOME (#2636)
1194     * Added configure option --with-homedir (default value: XDG) (#2636)
1195     * Respect traditional placement of user preferences on Mac OS X (#2658 as part of #2636)
1196     * A few useful additions to filehighlight.ini (#2646)
1198 - Fixes
1200     * Doesn't compile when using --disable-nls (#2639)
1201     * Can't compile on OpenIndiana (Solaris) (#2643)
1202     * Moving content of bindings to mc.ext during 4.7 -> 4.8 upgrade breaks mc
1203     * Free space on filesystems >2TB is not displayed properly (#2338)
1204     * Not all errors are skipped after "Ignore all" choose (#71)
1205     * Input field in password mode is fully masked with asterisks (#2653)
1206     * In "Copy File" dialog the "preserve Attributes" checkbox is always unchecked for filesystems mounted with FUSE (#2254)
1207     * Command line cursor misplaced after a resize in viewer/editor (#2678)
1208     * Save of some learned keys is broken (#2676)
1209     * Editor sometimes shows two dots instead of letter (#2372)
1210     * Editor: word completion should ignore the current word (#2614)
1211     * Viewer sometimes shows two dots instead of letter (#1730)
1212     * Viewer shows two dialogs when searcj hot found (#2677)
1213     * Cannot navigate over spftp servers (#2634)
1214     * mc adds spaces at the beginning of all files/dirs on ftp servers (#2635)
1215     * VFS: broken SMB (#2652)
1216     * man page lies about mc.keymap (#2675)
1217     * mc does not preserve file mtime when copying over ssh (#2625)
1220 Version 4.8.0
1222 - Misc
1223     * Code cleanup (#2620)
1224     * License version updated to GPL3+ (#1551)
1225     * Added new translation:
1226         - Interlingua
1228 - Fixes
1229     * Viewer: cursor position is not restored in hex mode (#2543)
1230     * fish: broken panels drawing after entering password (#2611)
1231     * fish: content of modified file is appended instead of overwritten in the remote host (#2632)
1232     * extfs: broken navigation in archives if current path is encoded (#2621)
1233     * extfs: strange error message when opening a 7z file if p7zip is not installed (#2598)
1236 Version 4.8.0-pre2
1238 - Core
1240     * Added -g/--oldmouse option to support of NORMAL/BUTTON_EVENT mouse type (useful for screen/tmux) (#2601) 
1242 - VFS
1244     * New extfs plugin: gitfs (#2467)
1245     * patchfs enchancement: join several hunks of the same file into one VFS entry (#2573) 
1247 - Misc
1249     * mc.ext: use "include" for $EDITOR entries (#1689)
1250     * New file bindings:
1251         - .3gp - video (#2583) 
1253 - Fixes
1255     * Cannot compile 4.8.0-pre1 and 4.7.5.3 on Solaris (#2587)
1256     * Recent autoconf displays warnings about missing AC_LANG_SOURCE (#2589)
1257     * Duplication of variable declarations (#2576)
1258     * Incorrect TTY layer initialization (#2601)
1259     * Wrong Backspace key behavior in QuickSearch mode if BS key is mapped to CdParentSmart action (#2522)
1260     * M-o works unexpectedly on symlink shortcuts (#2590)
1261     * Panelize doesn't honour current sorting (#2175)
1262     * Hintbar jumps to the top of the screen and overwrites main menu (#2593)
1263     * File size column is bogus for widths above 9 (#2580)
1264     * Hex search: incorrect length usage in hexadecimal search (#2579)
1265     * Editor: Incorrect Pascal syntax highlighting (#2531)
1266     * Editor: mouse clicks are ignored on the bottom line (#2591)
1267     * Editor: extended keybingings are broken (#2586)
1268     * Viewer: Fixed search finds bold/underlined strings twice and highlight search results (#265)
1269     * Broken listing in ExtFS VFS module (#81)
1270     * File name length is limited in tar archive (#2201)
1271     * Crash when copying symlink over ssh (#2582)
1272     * Broken panels recode (#2595)
1273     * ftp failures - leading white space in file name (#2594)
1274     * FISH hangs while copiyng a lot of small files (#2605)
1277 Version 4.8.0-pre1
1279 WARNING: Configuration files was moved from your $HOME/.mc directory into
1280 XDG_CONFIG_* directories to respect FDO standard
1281 (http://standards.freedesktop.org/basedir-spec/basedir-spec-0.7.html).
1282 To get more information, see ticket #1851.
1284 WARNING: VFS paths now handled as vfsprefix1://vfsdata/vfsprefix2://vfsdata
1285 (see #2361). Also, 'bindings' user file was renamed to 'mc.ext', so you need
1286 search in this file all
1288     Open=file.ext#vfsprefix
1290 and replace them to
1292     Open=file.ext/vfsprefix://
1294 After this you should rename your 'bindings' file to 'mc.ext'.
1295 Old-style paths are handled just in 'Directory hotlist' dialog, but you couldn't
1296 mix URL-like and old style path elements in one path string. Support of old-style
1297 paths will be removed in next major release (probably in 4.9, who knows...)
1299 WARNING: keybinding names was renamed to provide some unification (see #2511).
1300 The correspondence of old and new keybinging names are described in doc/keybind-migration.txt
1301 file and in doc/keybindMigration web page.
1303 Be aware.
1305 - Core
1307     * Added 256 colours support (#2169, #2173, #2475)
1308     * Changed default text in filtered view (alt-!) to input command line (if not empty)
1309       or stay old behaviour (current file under cursor) (#2266)
1310     * Added simple swap mode that means the swap of panel locations, in addition to current swap
1311       of panel content (#2368)
1312     * Cofiguration files now moved to directory specified in XDG_CONFIG_HOME environment variable (#1851)
1313     * Panel options are read now from [Panels] section only. [Midnight-Commander] section is not read (#2305)
1314     * "Show mini info" checkbox was moved from the "Layout" dialog window to the "Panel options" one (#2305)
1315     * Select files by shift-left/right in file panel (#2534)
1316     * Added support of skip all errors on multi-file/dir operation (#71)
1317     * 'Find Files' improvements:
1318         - support relative ignored directories (#2275);
1319         - handle of ignored directories in dialog window (#2275);
1320         - "Search for content" checkbox is enabled by default (#2462)
1321     * Added hardlinks detection for filehighlight (#2478)
1322     * Unification of keybind names (#2511):
1323         - most of keybinding names are changes to unify that names. Table of old and new names
1324           is available in doc/keybind-migration.txt;
1325         - improve of key rebinding: previously, to rebind some keys, used must redefine the entire section
1326           where that bindings are placed in user keymap file. New merge algorithm doesn't require that
1327           and allows rebind only wanted keys;
1328         - added --nokeymap command line option to disable external keymaps
1329     * Sources in 'lib' directory now independent to sources in 'src' one (#2501)
1330     * Added configure parameter --enable-mclib for build libmc.so shared library (#2501)
1331     * Added new engine for universal event system (as part of #2501)
1332     * Optimized loading and saving of configurations and histories (#2541, #2545)
1333     * Reimplemented i18n support in 'Chmod' dialog window (#2557) 
1335 - VFS
1337     * VFS structure changes (as part of #2501):
1338         - moved from lib/vfs/mc-vfs to lib/vfs;
1339         - split VFS-modules by directories and moved to src/vfs;
1340         - lib/vfs/vfs-impl.h was merged into lib/vfs/vfs.h
1341     * VFS now used URL-like paths (#2361)
1343 - Editor
1345     * New engine of the editor macro (#323)
1346     * Multiply repeat of the recorded actions (#323)
1347     * Call extermal scripts from the editor (#323, #2512)
1348     * Added REDO action (#25)
1349     * Group UNDO by action (#27)
1350     * Selection is not reset after execute user menu (#2463)
1351     * Vertical selection is not reset after copy/move (#2504)
1352     * More intuitive word left/right action (now the cursor stop beside EOL/BOL) (#2483)
1353     * Duble-click marks the current word. Added action MarkWord to mark word, MarkLine
1354       to mark current line (#2499)
1355     * Regexp search&replace: support escape sequences in replacement string (#1882)
1357 - Misc
1359     * Minor enhancement in mc.ext:
1360     * added -C key to nm utility in View action for static libraries (#2485)
1361     * New file bindings:
1362         - .torrent: view using ctorrent (#2562);
1363         - .mts: handle as videofile (#2566)
1364     * Added new entries in cedit.menu: "Sort selection", "Upper case", "Lower case"
1365     * New skins:
1366         - Xoria256 (#2469)
1367         - mc-4.6 (#2524)
1368     * Updated skins:
1369     * Nice dark (#1791)
1370     * Added support for check unit test framework (http://check.sourceforge.net) (as part of #2501)
1371     * Added -F/--datadir-info option to show extended information about used data dirs (#2495)
1372     * Added --configure-options to easy update & reconfigure existing mc (#2495)
1373     * Language-specific man pages and hint and help files are not installed
1374       if mc is built with --disable-nls option (#2514)
1375     * Added new translation:
1376         - Esperanto
1377     * Code cleanup (#2481, #2515, #2518, #2560, #2570)
1379 - Fixes
1381     * Build failure on DragonFly BSD (#2516)
1382     * Broken Del & Backspace in dialogs (in locale CP866) (#1634)
1383     * Screen and input corruption under xterm in non-UTF locales (#1668)
1384     * Alt-Backspace shortcut doesn't work (#2455)
1385     * Broken command autocompletion (#2458)
1386     * Swap panels doesn't respect sort options (#2368)
1387     * File list format of panel is initialized incorrectly after switch back from quick view
1388       or info mode to file list one (#2390)
1389     * Main menu is not drawn correctly after change of it visibility and activity (#2466)
1390     * MC switches to left panel after call of command history using mouse (#2459)
1391     * Find file: don't check content regexp if search for content is not used (#2464)
1392     * Find file: broken lynx-like navigation in panelization of search result (#2491)
1393     * Dialog trims leading spaces in input field (#2544)
1394     * Panelize content is lost when doing F5/F6/F8 on a file on the other panel (#2312)
1395     * Color of panel header cannot be set in the command line (#2170)
1396     * ctrl-g key closes file panels (#2520)
1397     * Incorrect files mark by mouse (#2556)
1398     * Editor: incorrect restore selection after UNDO (#2456)
1399     * Editor: segfault after getting the previous char in utf8 (#2484)
1400     * Editor: incorrect detection of the word boundary (added '{', '}' as end of word) (#2500)
1401     * Bold and selected colors of viewer cannot be set in the command line (#2489)
1402     * Viewer: fixed  incorrect starting offset for 'search again' (#2294)
1403     * Viewer: fixed problems while displaying UTF-8 manual pages (#1629)
1404     * Diff viewer: quick left/right movements don't work in non-default key maps (#2509)
1405     * AI_ADDRCONFIG is not optional for RFC 3493 non-compliant systems (#2401)
1406     * FTP directories containing @ result severe security risks (eg. deletion of homedir) (#2220)
1407     * Builtin ftp client can't download files with apostrophe in a file name (#2251)
1408     * Unable to show FTP listing if password contains # (#2360)
1409     * FTP: fixed access to file names starting with space (#81)
1410     * Bashisms in extfs (#2569)
1411     * Browsing *.deb files is broken with latest Perl (#2552)
1412     * isoinfo adds ";1" to the end of file name when Joliet without Rock Ridge is used (#2471)
1413     * patchfs incorrectly works with filenames containing spaces (#2572)
1414     * cd to ~ processed incorrectly in the command line if more than one space is separating
1415       the "cd" and "~" (#2120)