Merge branch '4524_cleanup'
[midnight-commander.git] / doc / NEWS
blob1414d9bfb14bf7a11de9ac827ed323d3ef03220d
1 Version 4.8.31
3 - Core
5   * Minimal version of GLib is 2.32.0.
7 - VFS
9   * fish: drop support of native FISH server and protocol. Rename VFS to shell (#4232)
10   * extfs;
11     * uc1541 extfs: update up to 3.6 version (#4511)
12     * s3+: port to Python3 (#4324)
13   * Support for LZO/LZOP compression format (#4509)
15 - Misc
17   * Skins: add color for non-printable characters in editor (#4433)
19 - Fixes
21   * FTBFS on FreeBSD with ext2fs attribute support (#4493)
22   * Broken stickchars (-a) mode (#4498)
23   * Wrong timestamp after resuming of file copy operation (#4499)
24   * Editor: wrong deletion of marked column (#3761)
25   * Diff viewer: segfault when display of line numbers is enabled (#4500)
26   * Tar VFS: broken handling of hard links (#4494)
27   * Sftp VFS: failure establishing SSH session due hashed host names in ~/.ssh/known_hosts (#4506)
28   * Shell VFS: incorrect file names with cyrillic or diacritic symbols (#4507)
29   * mc.ext.ini: incorrect description of of how multiple sections and keys with same names are processed (#4497)
30   * mc.ext.ini: unescaped backslash \ is treated as invalid escape sequence in glib-2.77.3 and glib-2.79 (#4502)
31   * mc.ext.ini: file "Makefile.zip" is handled as Makefile not as zip-arhive (#4419)
34 Version 4.8.30
36 - Core
38     * Support PCRE2 as search engine (via ----with-search-engine=pcre2) (#4450)
39     * Implement panelization buffers for both file panels (#4370)
41 - VFS
43     * tar: support extended headers (including long file names and sparse files) (#1952, #2201)
44     * extfs helpers: replace "perl -w" with "use warnings" (MidnightCommander/mc#174)
45     * extfs/patchfs: be more specific in error message (#4485)
47 - Editor
49     * Add syntax highlighting:
50         - Jenkinsfiles (#4469)
51         - B language (#4470)
52     * Improve syntax highlighting:
53         - ECMAScript (MidnightCommander/mc#172)
54         - ECMAScript in TypeScript (MidnightCommander/mc#172)
55         - use diff syntax highlighting for git commit messages (COMMIT_EDITMSG) (MidnightCommander/mc#85)
57 - Misc
59     * Code cleanup (#4426, #4438)
60     * Filehighlight:
61         - recognize vsix files as zip files (MidnightCommander/mc#171)
62     * Skin updates:
63         - julia256 (#4441, #4445)
65 - Fixes
67     * Usage of 'sed' in build system/makefiles is not portable (#4459, #4466)
68     * Unportable '$<' in Makefiles (#4460)
69     * FTBFS if ncurses used without --with-ncurses-includes= configure parameter (#4462)
70     * Ncurses library is duplicated in MCLIBS (#4463, #4465)
71     * FTBFS without ext2fs attributes support (#4464)
72     * Wrong sort order after swapping panels (#4432)
73     * Incorrect time delimiter in the copy/move progress window (#4437)
74     * Incorrect redraw of overlapped file panels (#4408)
75     * Subshell/Command line prompt is empty/missing (#3121)
76     * Find file: relative ignore directory is applied to the start search directory (#4235)
77     * Diff viewer: options are not applied on second run (#4486)
78     * mc.ext.ini: 'Edit' command from 'Default' section is ignored (#4434)
79     * mc.ext.ini: .md files are not recognized as Markdown ones by extension (#4444)
80     * mcedit: off-by-one error in paragraph formatting (#4446)
81     * ftp: incomplete file listing: block and character devices, pipes, sockets are missed (#4472)
82     * Various typos in the source code (MidnightCommander/mc#177, MidnightCommander/mc#178)
85 Version 4.8.29
87 - Core
89     * Add more options for panel filter (#1373):
90         - "Files only" (#4209)
91         - "Case sensitive" (#4334)
92         - "Using shell patterns"
93     * Continue copy after interrupt (#4409)
94     * Restore menu accelerator for "Sort order": back to "S"; change menu accelerator for "SFTP link" to "N" (#4373)
95     * Add support for cross-compilation with PERL path different between --build and --host (#4399)
96     * Bootstrap with autotools providing direct support for Apple M1
97     * Port mc.ext to INI format and rename to mc.ext.ini (#4141, #3742, #3191)
98         - Implement compound (AND) conditions (Type/Shell and Type/Regex pairs) to disambiguate overloaded extensions
99         - There is no fallback to previous mc.ext format
101 - Editor
103     * Change location of all user's syntax related stuff to ~/.local/share/mc/syntax/ directory (#4413)
104     * syntax/Syntax: document location of syntax files (#4320)
105     * Improvements of syntax highlighting:
106         - YAML: improve multiline blocks highliting (#4059)
107     * New syntax highlighting:
108         - Privoxy (https://www.privoxy.org) actions files (#4384)
109         - TOML (Tom's Obvious Minimal Language) (#4412)
111 - Misc
113     * Code cleanup (#4357, #4397, #4425)
114     * sqlite3 view: use 'immutable=1' URI parameter to prevent leaving wal/shm files after viewing sqlite database (#4369)
115     * Support of contour terminal emulator (https://github.com/contour-terminal/contour) (#4396)
116     * mc.ext.ini: clarify regex for makefiles (#4419)
117     * Remove empty hints translations by setting 5% threshold (#3608)
119 - Fixes
121     * Fail to build with only SFTP network VFS is enabled (#4420)
122     * Crash on quick view of archives (#4398)
123     * Wrong description of --enable-configure-args option (#4400)
124     * Wrong version sort (#4374)
125     * No subshell if subshell is initializing more than 1 second (#3121)
126     * Filter keyboard shortcut only affects left panel (#4383)
127     * File type check does not work with special character in filename (#4377)
128     * Select files keeping the right mouse button pressed doesn't select all files (#4381)
129     * Cannot scroll panel listing upwards using mouse (#4119)
130     * "Directory Compare" doesn't correct work with panelization (#3220)
131     * Wrong decompressing of zip files in quick view panel (#4404)
132     * mc.ext: 'include' keyword (for command class def) have no effect if it was defined before 'Include' keyword (for command def) (#2773)
133     * mcedit: infinite loop when deleting a macro (#4391)
134     * mcviewer: segfault when switching from raw to parsed mode and back (#4401)
135     * Broken handling of zip archives (#4368)
136     * FISH subshell: commands don't work after window resize (#4372)
137     * FTP VFS: doesn't reconnect to server after timeout (#3670)
138     * FISH VFS: cannot remove non-empty directory (#4364)
139     * EXTFS VFS: segfault if archive contains file(s) in the parent directory (#4422, #4427)
140     * Tests: variable redeclaration in filevercmp_test5 (#4358)
143 Version 4.8.28
145 - VFS
147     * Remove SMB support (#1)
149 - Editor
151     * Add syntax highlighting:
152         - Ngspice/SPICE (http://ngspice.sourceforge.net/) (#4316, #4319)
153         - DOT/Graphviz (https://graphviz.org/doc/info/lang.html) (#4322)
155 - Viewer
157     * Support file/dir macros from mc.ect for standalone viewer (#4150)
159 - Misc
161     * Minimal version of "check" utility is 0.9.10.
162     * Code cleanup (#4270, #4330)
163     * Support Shift+Fn keys for KiTTY (#4325)
164     * Filehighlight:
165         - graphical formats: avif, jp2, jxl, heic, heif, psb, psd (#4328)
166         - Markdown (#4351)
168 - Fixes
170     * FTBFS with ncurses build with --disable-widec (#4200)
171     * There is no exit on Ubuntu PPC64 big endian (#3887)
172     * Segfault on change panel mode (#4323)
173     * Accelerator conflict in Left/Right menu (#4284)
174     * move a lot of files across filesystems is slow (#4287)
175     * mc.ext: wrong order of rules: general matches are made before more specific ones (#4273)
176     * mc.ext: compressed man pages are shown unformatted (#4272)
177     * ext.d/misc.sh: invoking /bin/cat on systems that have no /bin/cat (like NixOS) (#4298)
178     * mcedit: errors in syntax definitions (#4286)
179     * VFS: FISH: when uploading a symbolic link, it creates both the link and its target (#4281)
180     * VFS: SFTP: timestamps are not preserved for uploaded symlink (#4285)
181     * VFS: EXTFS: incorrect test of isoinfo (#4326)
182     * Typo in skin files (#3146)
185 Version 4.8.27
187 - Core
189     * Minimal version of Autoconf is 2.64 (#3603)
190     * Minimal version of Automake is 1.12 (#3986)
191     * Minimal version of Gettext is 0.18.2 (#3603)
192     * Minimal version of libssh2 is 1.2.8 (#4259)
193     * Reimplement version detection (#3603, #4249)
194     * Significantly reduce rebuilt time after version change (#2252, #4266)
195     * Drop automatic migration of configuration from ~/.mc to XDG-based directories (#3682)
196     * zsh: support custom configuration file: ~/.local/share/mc/.zshrc (#4203)
197     * Widgets: implement WST_VISIBLE state to show/hide widgets (#2919)
198     * "Find File": add "Follow symlinks" option (#2020)
200 - VFS
202     * extfs: support unrar-6 (#4154)
203     * extfs: support official 7z binary (7zz) (#4239)
204     * ftpfs: apply file list parser from lftp project (#2841, #3174)
206 - Editor
208     * Word completion: get candidates from all open files (#4160)
209     * etags: get rid of hardcoded list length and window width (#4132)
210     * Update syntax files:
211         - Python (#4140)
212     * Add syntax highlighting:
213         - Verilog and SystemVerilog header files (#4215)
214         - JSON (#4250)
215         - openrc-run scripts (#4246)
217 - Misc
219     * Code clean up (#4179, #4173, #4269)
220     * Filehighlight of c++ and h++ files as sources (#4194)
221     * Filehighlight of JSON files as documents (#4250)
222     * Support of alacritty terminal emulator (https://github.com/alacritty/alacritty) (#4248)
223     * Support of foot terminal emulator (https://codeberg.org/dnkl/foot) (#4251)
224     * Support of (alt+)shift+arrow keys in st terminal emulator (st.suckless.org) (#4267)
225     * Mouse support in screen: don't check $DISPLAY variable (#4233)
226     * mc.ext: support fb2 e-books (#4167)
227     * ext.d: use mediainfo to view info about various media files (#4167)
228     * Remove OS/distro-specific package-related stuff from source tree (#4217)
230 - Fixes
232     * FTBFS against NCurses on OS X 10.9.5 (#4181)
233     * Segfault on dialog before panels get visible (#4244)
234     * Crash if shadow is out of screen (build against NCurses) (#4192)
235     * Crash in search (#4222)
236     * Crash on startup with enabled subshell in FreeBSD (workaround) (#4213)
237     * Hang on start randomly with zsh as subshell (#4198)
238     * If command line is invisible it's partially displayed (#4182)
239     * Broken handling of zip archives (#4180, #4183)
240     * Broken handling of jar files as zip archives (#4223)
241     * Timestamps of symlinks, sockets, fifos, etc are not preserved after copy/move (#3985)
242     * %view action in the user menu doesn't work on no-exec filesystem (#4242)
243     * Hardlinks are not colored by file type or extension (#3375)
244     * mcedit: silent macro makes terminal disrupted (#4171)
245     * mcedit: disrupting of TAGS file path (#4207)
246     * vfs: unable to browse compressed tar archives (#4191)
247     * sftpfs vfs: CVE-2021-36370: server fingerprint isn't verified (discovered by AUT-milCERT during an audit of open source software) (#4259)
248     * ftpfs vfs: month of file is always January (#4260)
249     * Tests: log files are written by libcheck and automake simultaneously (#3986)
252 Version 4.8.26
254 - Core
256     * Support file names of any length (#4145)
257     * Implement persistent command line buffer for subshell (bash >= 4, zsh and fish are supported) (#4114, #4124, #4126)
258     * Implement shadows of dialog windows and menus (#4102)
259     * Allow running clipboard commands if DISPLAY is not set (#4133)
260     * Add support of "alacritty", "tmux", and "tmux-256color" terminals (#4149)
262 - VFS
264     * Support wim archive format (using wimtools (https://wimlib.net/)) (#4100)
265     * Support pak archive format (using unar (https://theunarchiver.com/)) (#4130)
267 - Editor
269     * Add Swift syntax highlighting (MidnightCommander/mc#159)
271 - Misc
273     * Code cleanup (#4103, #4127, #4131)
274     * ext.d/sound.sh: replace xmms with audacious (part of #4127)
275     * mc.ext: improve handling of compressed content (#4128, #2117)
276     * mc.ext: add support for OpenDocument flax xml formats: fodt, fods, fodp, fodg (#4157)
277     * Filehighlight fodg, fodp, fods, fodt, odg files as documents
278     * modarcon16 skin: make consistent with whitespaces (#4158)
280 - Fixes
282     * 0000 permissions are not preserved on copy/move file (#4155)
283     * Chattr dialog doesn't work with mouse (#4104)
284     * Wrong copy ETA displaying if "Follow links" option is set (#4101)
285     * C-i ("change panel" shortcut) has no effect (#4107)
286     * C-l ("refresh screen") and A-` ("switch screens") shortcuts have no effect (#4142, #4153)
287     * Cancel of history or completion window marks input lines as modified (#4152)
288     * Unexpected subshell execution at panel switch (#2110)
289     * Lock up after pressing Tab in subshell (#2269)
290     * tcsh: error: "The Commander can't change to the directory" (#4120)
291     * vfs: extfs: cannot handle files with name started with dash or space (#4077)
292     * vfs: hang on accessing files within a nested VFS for first 60 seconds (#4147)
293     * vfs: lose content of the current directory on a mounted CIFS share (on Linux >= 5.1) (#3987)
296 Version 4.8.25
298 - Core
300     * Minimal version of GLib is 2.30.0
301     * Avoid subshell warning for standalone mcedit/mcview/mcdiffview run from mc (#4056)
302     * Implement chattr command (change ext{2,3,4}fs extended attributes). Default shortcut is "C-x e" (#3847)
303     * Implement a WGroup widget -- a base class for widgets which contain other widgets (#2919, #4075)
304     * Implement key bindings for radiobuttons (#212)
306 - VFS
308     * RPM VFS improvements:
309         - Support weak dependency tags: ENHANCES, SUGGESTS, RECOMMENDS, SUPPLEMENTS (#4091)
311 - Editor
313     * Improvements of syntax highlighting:
314         - php (#4060)
315         - tcl: add shebangs with wish and tclsh (#4062)
316         - Cobol (#1987)
317         - Verilog/SystemVerilog (#4087)
318     * New syntax highlighting:
319         - Kotlin (#4088)
320         - ino (Arduino IDE and a number of other IDEs) (#4098)
322 - Misc
324     * Code cleanup (#4050, #4085)
325     * Add support for opus audio (#4061)
326     * mc-wrapper: don't cd to the same directory (#3355)
327     * Improve archive support: more binaries to view archive content (#4086)
328         - lha: jlha, lhasa
329         - arj: 7za
330         - cab: 7za
331         - zip; 7z
332         - zipx: 7za
333         - iso: 7za
334     * Clean up in video.sh handler (#4045)
335         - RealPlayer is a proprietary application which can't be installed in most distros and has long been abandoned.
336         - gtv hasn't been developed since 2003.
337         - xanim barely plays anything.
338     * Various fixups and updates of man page
340 - Fixes
342     * FTBFS on OSes w/o O_CLOEXEC (#4052)
343     * FTBFS with glib2 >= 2.63.3 (#4053)
344     * Undefined "__linux__" macro on non-Linux systems (#4058)
345     * Mouse is not handled with ncurses-6 (#3954)
346     * Mouse is not handled with S-Lang on some old terminal emulators (#4063)
347     * Terminal size is always 80x24 in subshell on Solaris 11.4 SPARC (#4099)
348     * Double clicking on empty area of file panel executes last item (#3722)
349     * Garbage in input line history (#4064)
350     * Speed of file copy is not displayed for single file (#4081)
351     * mcedit: blank screen with invisible error (#4057)
352     * mcedit: broken syntax highlighting for shell scripts (#4054)
353     * VFS: broken browsing of .deb packages (#4055)
354     * mc.lib installed twice (#4070)
357 Version 4.8.24
359 - Core
361     * Drop bundled gettext (#3629)
362     * Implement the file edit and view history. Default shortcut is alt-shift-e (#2733)
363     * Enable subshell in standalone mceditor, mcviewer, and mcdiffviewer (#3380)
364     * Refactoring of SIGWINCH handling (#117, #4019)
365     * Prevent run/open files with double right click (#4016)
366     * Improve support of Windows 1251 encoding on Solaris (#3992)
367     * Support binary reproducible builds (via --disable-configure-args configure option) (#4031)
369 - VFS
371     * sftpfs: support keyboard interactive authentication (#3921)
372     * uc1541 extfs: update up to 3.3 version (#3936)
374 - Editor
376     * Syntax:
377         - add yabasic (Yet Another BASIC) syntax highlighting (#4005)
378         - improve YAML syntax highlighting (#4010)
379         - add "https://" to Debian sources.list syntax (#4018)
380         - add .desktop files (#4022)
381         - improve RPM spec file syntax highlighting (#4037)
382         - improve Debian sources.list syntax highlighting (#4041)
384 - Misc
386     * Code cleanup (#3997, #4030, #4038, #4039)
387     * menu.mc: handle symbolic links to compressed archives (#4009)
388     * File highlighting updates (#4015)
389         - part - partial files, e.g. used by many download managers ([temp])
390         - apk - Android packages, deb - Debian packages ([archive])
391         - ts - MPEG-TS streams ([media])
392     * New skins:
393         - julia256: a dark skin with calm colors and good contrast.
395 - Fixes
397     * Compile failure on AIX 7.2 (#4033)
398     * Compile failure on OS X 10.9 (#4035)
399     * Enter key works as Down one in menu (#4006)
400     * Menubar: incorrect mouse click coordinate (#4013)
401     * Rotating dash generates way too much output (#3859)
402     * Totals aren't computed before move of a single directory (#4027)
403     * Editor: unusable dynamic paragraphing (#3996)
404     * VFS: iso9660 does not report listing errors (#3993)
405     * VFS: extfs: nested archives are not removed from temporary directory (#4000)
408 Version 4.8.23
410 - Core
412     * Modify "File exists" query dialog (#3935):
413         - change layout
414         - rename "Update" button to "If older"
415         - add new "If smaller" button": overwrite file with smaller one
416         - add "Don't overwrite with zero length file" checkbox
417     * Speed up of large directory structures delete (#3958)
418     * Support key binding for menu (#212)
420 - Editor
422     * Expanded syntax highlighting rules (#3975):
423         - expanded file name regexp for sh.syntax
424         - use ini.syntax for systemd configuration files
425     * Syntax updates:
426         - shell (#3981)
427         - ebuild (#3988)
428         - RPM spec (#3991)
430 - Viewer
432     * Quick one-off backwards search with N. New action SearchOppositeContinue for key bind (default is shift-n) (#3452)
434 - Misc
436     * Code cleanup (#3955)
437     * Use Geeqie (a fork of GQview) as main image viewer, fallback to GQview (#3962)
438     * File highlighting updates (#3966)
439         - .go, .s: highlight as source
440         - .m4v: highlighting as media
441     * New skins:
442         - featured-plus: featured skin with alternative directory and file select/mark colors (#3973)
444 - Fixes
446     * Compilation fail on AIX (#3960)
447     * Incorrect file version sort (#3965, #3905)
448     * Garbage in the hardlink error creation message window (#3990)
449     * Cannot shell, or FTP, or SFTP link when the file panel is tree, or info, or quick view (#3948)
450     * Failed gpm connect attempt ... for vc /dev/tty0 (#3208, #3614)
451     * Incorrect include/editor order in mc.ext (#3965)
452     * mcedit: incorrect C/C++ syntax highlighting in some cases (#3487)
453     * Unknown type name 'sighandler_t' on Illumos (#3971)
456 Version 4.8.22
458 - Core
460     * Support BTRFS's file clone operation (#1983)
461     * Find file: show pattern and content in the results window title (#3453)
462     * Find file: remember state (empty or not) of Content field (#3924)
463     * Improve support IBM i (#3927)
464     * Improve handling of hard link creation errors (#3678)
465     * Support user-defined prompt in the Fish subshell (#3944)
467 - VFS
469     * sftp: preserve atime and mtime (#3917)
471 - Editor
473     * man page cleanup (#3918)
474     * syntax:
475         - PHP - highlight keyword 'null' (#3920)
476         - Meson - initial implementation (#3940)
478 - Misc
480     * ext.d: use MPV as a fallback for mplayer -identify (#3919)
481     * ext.d: improve recognition of MS Office formats (#3929)
482     * Code cleanup (#3915)
483     * Cleanup hint files
485 - Fixes
487     * Won't compile for Apple (#3930)
488     * "Cannot create target file" when target has backslash space in the name (#3923)
489     * Quiet single file overwrite (#3908)
490     * Show error message for each not-installed program when view documents in MS Word and Excel formats (#3926)
491     * Crash when trying some sftp connections (#3937)
492     * Crash when return to filemanager from subshell (#3943)
495 Version 4.8.21
497 - Core
499     * Cancel Chmod/Chown/Advanced chown operation for large group of files when operation is not permitted (#3850)
500     * Mouse support in the "Advanced chown" dialog window (#3148)
501     * File highlighting by extension is case insensitive by default (#1620)
502     * Safe file overwrite (#3913)
504 - VFS
506     * Support zstd compression format (#3906)
508 - Editor
510     * Syntax:
511         - Rust support (#3884)
512         - JavaScript modules support (#3890)
513         - Improve Markdown support (#3893)
515 - Misc
517     * Add JavaScript module support to `filehighlight.ini` (MidnightCommander/mc#132)
518     * Add Excel xlsx file format support to `mc.ext.in` (MidnightCommander/mc#135)
519     * i18n of argument type names in --help blocks (#3879)
520     * Code cleanup: (#3857, #3914)
522 - Fixes
524     * Fail to link to ncurses built as two libraries: ncurses+tinfo (#3880)
525     * Garbage in displaying of summary of file sizes for selected files (#3883)
526     * "Compute totals" unnecessarily done for moves (#3149, #3908)
527     * mc.ext: allow Java class files to be viewed even if JAD isn't on PATH (MidnightCommander/mc#134)
528     * mcedit: broken extended key mode (#3897)
529     * mcedit doesn't save all opened files (#3898)
530     * extfs: sftps: -31 SFTP Protocol Error when transferring file (#3406)
531     * extfs: rpm: truncated script content in the viewer (#3865)
532     * extfs: rpm helper misses CONFLICTS field (#3789)
535 Version 4.8.20
537 - Core
539     * Rename key bindings:
540         - [main].PanelListingSwitch -> [panel].CycleListingFormat
541         - [main].PanelListingChange -> [main].SetupListingFormat
542     * Speed up of UTF-8 normalization for frequent cases (#3616)
544 - VFS
546     * extfs helpers tester:
547         - diff of failed tests is now included in output to ease bug reporting (#3784)
549 - Editor
551     * Syntax:
552         - ES2015 support (#3793)
553         - TypeScript support (#3794)
554         - Ada 95 updates (#3804)
555         - Apache Hive QL support (#3828)
556         - SQL & PHP keyword updates (MidnightCommander/mc#129)
557         - Simplification of case insensitive file name patterns in /usr/share/mc/syntax/Syntax file (#3829)
558         - Markdown (initial support) (#3864)
559         - Protocol Buffers and gRPC support (#3868)
560     * Add %c (cursor offset from BOF) support for user menu macros (#3867)
562 - Misc
564     * Unify curses initialization for various curses implementations (#3697)
565     * Highlight txz extension as archive like tgz, etc. (#3782)
566     * Add new media extensions to `filehighlight.ini` (#3834)
568 - Fixes
570     * Wrong --help message for mcview, mcedit and mcdiff (#3805)
571     * Compression from menu broken due to bad quoting (#3840)
572     * `--with-homedir` gives "yes" as config directory (#3836)
573     * External panelize: opening a file with an absolute path fails (#2942)
574     * Filter isn't cleared when entering empty string (#3813)
575     * Panelization is not kept while switching panel listing mode (#3810)
576     * Cannot tab out of a QuickView panel (#3815)
577     * Cannot use the F10 key in a QuickView panel (#3816)
578     * Wrong INPUT_COMPLETE_CD flag handling in the QuickDialog engine (#3870)
579     * mcview: file interpreted as latin1 instead of utf8 (#3783)
580     * mcview: incomplete read of filtering data (#3817)
581     * mcview: search doesn't grow file as much as needed (#3819, #3855)
582     * mcview: goto doesn't grow file as much as needed (#3826)
583     * mcview: quick view panel: crash on slow startup while switching panel mode (#3846)
584     * mcedit: fix broken encoding into UTF-8 for 8-bit displays (#3843)
585     * mcedit: incorrect %f macro substitution in the user menu (#3861)
586     * man pages: wrong paths of mc.hint and mc.hlp (#3806)
587     * subshell: fix broken tcsh 6.20+ cd escaping (#3852)
588     * VFS: incremental tar doesn't contain empty directories (#2297)
589     * VFS: incremental tar: wrong directories owner for tar --numeric-owner -g (#3709)
590     * VFS: timestamps not being preserved due to uninitialized struct stat st_[acm]tim.tv_nsec (#3821)
591     * VFS: ftp: can't retrieve password from .netrc when user is in URL (#3869)
592     * VFS: tests: locale issue causing helpers using 'sort' to fail (#3787)
593     * VFS: tests: unportable 'echo' use causing one rpm helper test to fail (#3786)
594     * Spelling errors in the manual page (#3839)
597 Version 4.8.19
599 - Core
601     * Replace $MC_HOME with $MC_PROFILE_ROOT (#3684)
602     * Allow rebind TAB key to change panel (#3672)
603     * Support for True Color (16 millions colors) (#3145)
604     * Color aliases in skin files (#3711)
606 - VFS
608     * Support timestamps with nanosecond precision for copy/move operations (#3575)
609     * Introduce EXTFS helpers tester (#3730, #3744, #3752, #3753, #3751)
610     * Teach u7z to parse archive listings w/o sizes and/or dates (#2707)
611     * Teach rpm helper about transaction scripts (#3750)
612     * Fix hp48, uace & uarc extfs which used an obsolete date format (#3729, #3747)
614 - Editor
616     * Syntax:
617         - updates of HTML and ebuild highlighting
618         - highlight *.t (Perl test) files as Perl scripts
619         - disassociate .cl file extension from LISP syntax (#3691)
620     * Add syntax highlighting:
621         - OpenCL (#3690)
622         - OpenShadingLanguage (#3762)
623         - R
624         - YAML (#3293)
626 - Misc
628     * Code cleanup (#3693, #3703, #3721, #3763)
629     * Add true color skins: 'Four seasons' (#3724)
630     * Activate `--enable-tests` by default if `check` is found (#3708)
631     * Added new skin: YADT (MidnightCommander/mc#115)
633 - Fixes
635     * Segfault on switching left panel to Info (#3700)
636     * Broken compatibility with ncurses (#3697)
637     * Setting MC_HOME makes mc ignore ~/.bashrc (#3684)
638     * mc_tmpdir() use a buffer of only 64 characters (#3736)
639     * Some bugs in the parsing of hexadecimal search patterns (#3694)
640     * Hexadecimal search fails on binary data (#3589)
641     * Broken file list resorting on double click on panel header line (#3715)
642     * Wrong dialog resizing and positioning (#3714, #3723)
643     * Widget's 'disabled' status is not toggled immediately (#3716)
644     * Last item of 'Options/Layout/Horizontal' radiobuttons remains highlighted (#3717)
645     * 'Options/Layout/Equal split' checkbox gets reverted (#3718)
646     * Panels: cannot show more than one "column" in user defined listing mode (#3757)
647     * Mix of MSG_NOTIFY and MSG_FOCUS messages (#3731)
648     * skins: 'window-state-char' and 'window-close-char' are parsed as colors (#3710)
649     * Pressing <right> and <left> in the hotlist dialog doesn't refresh it (#3775)
650     * mcview: an error message about bad regexp isn't shown (#3720)
651     * mcedit: fix etags filenames parsing (#3698)
652     * mcedit: fix mouse active area for maximize / close buttons (#3774)
653     * mcedit: frames (MDI interface) don't reflect the focus state (#3766)
654     * mcedit: frames (MDI interface) sometimes obscure the buttonbar (#3760)
655     * mcedit doesn't show search error messages when searching backwards (#3735)
656     * help viewer: tab characters handled incorrectly (#3754)
657     * VFS: incorrect zoo archive listing (#3696)
658     * VFS: segfault in VFSs not setting block size in stat (#3749)
661 Version 4.8.18
663 - Core
665     * Alt-Enter, Ctrl-Enter and Ctrl-Shift-Enter shortcuts are bindable in file manager (#3075)
666     * Internals:
667         - Refactoring of widget subsystem (#2919, #3632)
669 - Editor
671     * Add syntax highlighting:
672         - GLSL (#3683)
673         - CUDA (#3686)
675 - Misc
677     * Code cleanup (#3641, #3652)
679 - Fixes
681     * Build failure on FreeBSD (#3643)
682     * Incompatibility with NetBSD curses (#3665)
683     * Memory leaks (#3637)
684     * Subshell output lost on window resize under tmux, GNU screen (#3639)
685     * --with-subshell=optional does not work (#3642)
686     * Backward search is not interruptible (#3648)
687     * "Output lines" has no effect (#3655)
688     * Wrong handling of mouse clicks in long listing mode (#3661)
689     * Panelize resets marks on marked files in many cases (#3663)
690     * Cannot change directory in the active panel in some cases (#3669)
691     * Filtered View doesn't work (#3646, #3660)
692     * mcedit: don't kill bookmarks when open file from "Find File" dialog (#3668)
693     * man pages use "the MC" instead of "MC" (#3644)
696 Version 4.8.17
698 - Core
700     * Minimal version of Gettext is 0.18.1 (#1885)
701     * Optimization of copy/move operations (use adaptive buffer as in coreutils) (#2193)
702     * Recognize csh as tcsh (#2742)
703     * Centered scrolling of file panel (#3130)
704     * Internals:
705         - Switch to new high-level mouse API (#3571)
707 - VFS
709     * FISH helpers: remove executable bit (#3610)
711 - Editor
713     * Improvements of syntax highlighting:
714         - F90 (#3618)
715         - Java (MidnightCommander/mc#95)
717 - Misc
719     * Code cleanup (#3598, #3607)
720     * Install mc.keymap as a symlink to mc.default.keymap (#3609)
721     * File highlight: add more common file formats
723 - Fixes
725     * Segfault due to incorrect value of SHELL environment variable (#3606)
726     * Segfault when copying files under FreeBSD 9.3 (#3617)
727     * Segfault when entering into some cpio archives (#3621)
728     * Subshell output lost on window resize under tmux, GNU screen (#3639)
729     * Subshell cursor position lost after window resizing (#3640)
730     * Listbox no longer scrolls when dragging outside widget (#3559)
731     * VFS: extfs: incorrect date parsing in unzip (#3622)
732     * VFS: extfs: buffer overflow (#3605)
733     * VFS: patchfs: syntax error (#3620)
734     * VFS: fish: mistakes in ls Perl helper (#3611)
737 Version 4.8.16
739 - Core
741     * Support for ash + bugfixes for bash, fish (#2742)
742     * Find file: empty file name matches any file name (#3593)
743     * Find file: empty value of "Content" is used instead of "Search for content" checkbox to disable search for content (#3594)
744     * Listbox: don't wraparound on mouse scroll (#3554)
745     * Internals:
746         - Listbox: various fixups (#3569: #3562, #3563, #3565, #3161)
747         - Split MSG_ACTION into MSG_ACTION and MSG_NOTIFY (#3566)
749 - VFS
751     * Support lzip compression format (#2673, #1541)
752     * Support lz4 compression format (#3523)
753     * patchfs: support xz compression (#3443)
754     * Update uc1541 version (#3527)
755     * Add mc.ext patterns for initramfs / initrd (#3115)
757 - Editor
759     * Add golang syntax (MidnightCommander/mc#84)
760     * Update Puppet syntax (MidnightCommander/mc#86)
762 - Misc
764     * Code cleanup (#3555, #3547, #3587)
765     * Better subshell documentation (#3556)
766     * Fixes to the English man pages by Denys Vlasenko
768 - Fixes
770     * Insufficient quoting in `mc.menu` (#2947)
771     * Broken ./configure --without-internal-edit (#3601)
772     * Memory leaks (#3547, #3561, #3567, #3572)
773     * No preallocation if appending during file copy (#3577)
774     * Cannot set mini-format for "brief" listing type (#3588)
775     * Info panel: incorrect inode information in some cases (#3214)
776     * Info panel: wrong device name with symbolic link (#3412)
777     * Info panel: buffer overflow (#3582)
778     * Regression: match filename, not full path in mc.ext (#3578)
779     * Broken case insensitive search in non-unicode locale (#3491)
780     * Error message prefixed with no sense "0:" (#3269)
781     * mcedit: buffer overflow (#3579)
782     * mcedit: "Lower case selection" command in User Menu (#3586)
783     * mcedit: close on ctrl-g (#3557)
784     * mcview: "Not found" result isn't reported in some cases (#3543)
785     * VFS: isofs doesn't show .dotfiles (#3537)
786     * VFS: isofs: cannot copy file from iso when Joliet without RockRidge is used (#2851)
787     * VFS: extfs/unzip: enter into zip file fails with "inconsistent extfs archive" (#3433)
788     * VFS: SFTP: various bugs (#3581)
789     * VFS: FISH: provide major/minor info for block/char devices (#3599)
790     * Bashism in gitfs+ extfs helper (#3379)
791     * Non-portable invocation of man (#3509)
792     * mc-wrapper leaves MC_USER set (#3550)
793     * Broken silent opening of files in background (#3574)
794     * Run `identify` on JPEGs even if `exif` is not installed (#3568)
797 Version 4.8.15
799 - Core
801     * Minimal version of GLib is 2.26.0
802     * Use the PATH environment variable to search for the executable when opening pipe (#3444)
803     * Support more than 2 (up to 9) columns in file panel in brief mode (#3212)
804     * Clarify file sorting in "Unsorted" mode (#3496)
805     * WGroupbox: respect dialog's colors (#3468)
806     * Highlight find file's result in internal viewer (#3530)
808 - VFS
810     * s3 extfs vfs: bugfixes and improvements (#3470, #3502)
812 - Editor
814     * Add hidden option to choose full or base file name in the status line (#3445)
815     * Improvements of syntax highlighting:
816         - Lua (#3471)
817         - PKGBUILD (#3484)
819 - Misc
821     * Text alignment in Info panel (#3155)
822     * Select of menu file edit: change default button to "User" (#3493)
823     * Recognize .gmo files as well as .mo ones (#3422)
824     * Fix mc.pot comment tripping up Transifex and unportable inplace sed (#3479)
825     * 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)
826     * Documentation updates:
827         - Spanish man and help: Diff Viewer section and minor fixes (#3477)
828         - VFS garbage collection (#3472)
830 - Fixes
832     * Various memory leaks (#3438, #3439, #3440, #3457, #3458, #3459, #3460, #3461, #3462, #3475, #3520, #3521, #3522)
833     * Linux kernel-specific segfault on startup (#3441)
834     * Lost of Panelize contents in some cases (#3032, #3489, #3498, #3507)
835     * Wrong highlight of search result in case of "Regular expression" and "Whole words" (#3524)
836     * "Whole words" search works only in Normal mode (#3525)
837     * View find results doesn't jump to match line if file is too short to scroll page (#3530)
838     * SFTP VFS: segfault (#3456)
839     * Segfault in "Find file" due to invalid UTF-8 sequences (#3449)
840     * Bash variable 'PROMPT_COMMAND' in  pantheon-terminal (#3534)
843 Version 4.8.14
845 - Core
847     * Minimal version of GLib is 2.14.0
848     * Add new panel binding "SelectExt" to select/unselect files with the same extension as the current file (#3228)
849     * Speed up of directory size calculation (#3247)
850     * Support of italic text (#3065)
852 - Editor
854     * New syntax highlighting support:
855         - puppet (#3266)
857 - Viewer
859     * Rewrite mcview's rendering and scrolling (#3250, #3256)
860         - no more partial lines at the top and failure to scroll when Up or Down is pressed;
861         - better handling of CJK characters;
862         - handle combining accents;
863         - improved nroff support;
864         - more conventional scrolling behavior at the end of the file.
865     * Use VIEW_SELECTED_COLOR in plain mode (#3405)
866     * In QuickView panel, don't pass any chars to command line to avoid unexpected command execution (#3253)
868 - Misc
870     * Code cleanup (#3265, #3262)
871     * Bind poedit to Edit action for .po files (#3287)
872     * Better grammar mcedit user menu (#3246)
874 - Fixes
876     * Fail to build against musl libc (#3267)
877     * Error compiling with glib 2.20.3 (#3333)
878     * Overwrite of the PROMPT_COMMAND bash variable (#2027)
879     * contrib/*.?sh are not recreated after rerun of configure (#3181)
880     * File rename handles zero-length substitutions incorrectly (#2952)
881     * Lose files on "Skip" when "Cannot preallocate space for target file" (#3297)
882     * Info panel can't obtain file system statistics on Solaris (#3277)
883     * "Shell patterns" broken beyond repair (#2309)
884     * File selection by patterns uses bytes instead of unicode characters (#2743)
885     * Copy files doesn't work as expected, when copying to a directory with the special symbol in its name (#3235)
886     * Wrong order of old_colors table items (#3404)
887     * Input line: Alt+Backspace on one-letter word erases too much (#3390)
888     * "Directory scanning" window is too narrow (#3162)
889     * No Help for User Menu (#3409)
890     * mcedit: paste from clipboard does not work (#3339)
891     * mcviewer: hang when viewing broken man page (#2966)
892     * mcview hex: incorrect highlight when search string not found (#3263)
893     * mcview hex edit: UTF-8 chars are not updated (#3259)
894     * mcview hex edit: can't enter certain UTF-8 characters (#3260)
895     * mcview hex edit: CJK overflow (#3261)
896     * mcedit: status line doesn't show full path to file (#3285)
897     * Freeze when copying from one FTP location to another (#358)
900 Version 4.8.13
902 - Core
904     * New engine of user-friendly interruption of long-time operations (#2136)
906 - Editor
908     * Improvements of syntax highlighting:
909         - CMake (#3216)
910         - PHP (#3230)
911     * Translate language names in the spelling assistant dialogue (#3233)
913 - Viewer
915     * Add separate normal(default) colour pair for viewer (#3204)
916     * Dealing with utf-8 man pages in view/open (#1539)
917     * "Goto line" is 1-based now (#3245)
919 - Misc
921     * Code cleanup (#3189, #3223, #3242)
922     * Add new skins: gray-green-purple256 and gray-orange-blue256 (#3190)
924 - Fixes
926     * First Backspace/Delete is ignored after mouse click in an input widget (#3225)
927     * Recursive find file doesn't work on Samba share (#3097)
928     * Recursive find file doesn't work on Windows NFS share (#3202)
929     * Incorrect file counter in move operation (#3196, #3209)
930     * "Directory scanning" window is too narrow (#3162)
931     * Colon is not recognized inside escape seq in prompt (#3241)
932     * Quick view doesn't grab focus on mouse click (#3251)
933     * fish subshell: overridden prompt (#3232, #3237)
934     * mcviewer: broken switch between raw and parse modes (#3219)
935     * mcviewer: incorrect percentage in mcview hex mode (#3258)
936     * RAR VFS incorrectly recognizes UnRAR version (#3240)
937     * viewbold and viewselected are missing from some skins (#3244)
938     * Incorrect encoding name for manual page (#3239)
939     * "User menu -> View manual page" doesn't do coloring (#3243)
942 Version 4.8.12
944 - Core
946     * Speed up of file find (#2290)
947     * If cwd is a symlink it is kept at startup (#3093)
948     * Improve support of Zsh (#3121, #3124, #3125, #3177)
949     * Launch external editor/viewer without passing line number (#3117)
950     * Exit without confirmation by default (#3132)
951     * Simple user-friendly skin selector (#2165, #3178)
952     * Use Joliet and RockRidge in ISO9660 image view action (#3187)
954 - VFS
956     * Use .zip extension as preferred way to recognize ZIP archives (#2857)
958 - Editor
960     * Configurable selection reset on CK_Store (#3111)
962 - Misc
964     * Code cleanup (#3113, #3151)
965     * Adjust script permissions to installed ones (#2274)
966     * Fix name of FSF in add source files (#3167)
967     * Skin cleanups (#3180, #3184)
968     * Do not consider "String not found" message as error (#3179)
970 - Fixes
972     * Broken build with NCurses (#3114)
973     * Incorrect tilde expansion in copy/rename/move dialog (#3131)
974     * Advanced chown: Escape on user list accepts value (#3150)
975     * Toggling hidden files using mouse doesn't update the other panel (#3156)
976     * Question mark in delete confirmation is on its own line (#3123)
977     * Popup dialogs wander upwards upon resize (#3173)
978     * Keypad '*' doesn't work with numlock off (#3133)
979     * Some inconsistencies in "Learn keys" UI (#3134)
980     * Unconventional behavior of "Display bits" dialog (#3152)
981     * Shift-Fn keys don't work in 256-color mode of tmux (#2978)
982     * mcedit: format paragraph produces inconsistent wrapping (#3119)
983     * mcedit: file out-of-date check on saving is botched (#3142)
984     * mcedit: 1st line is shifted after paragraph format (#1666)
985     * mcedit: trailing newline check applied too early when exiting (#3140)
986     * Inconsistency of the arrow's direction in the panel header line across skins (#3157)
987     * Possible segfault while passing messages to widgets (#3116)
988     * Possible segfault when freeing a VFS (#3116)
989     * Segfault in cpio VFS while reading corrupted RPM (#3116)
990     * Segfault in sftpfs VFS when trying to view a file (#3176)
991     * Incorrect handling of filenames with unrar v5 (#3073)
992     * FISH VFS: remote panel confused by filenames with '%' (#2983)
993     * iso9660: xorriso shows only one depth (#3122)
994     * Nicedark skin looks bad on black-on-white terminals (#3154)
995     * Incorrect definition of "topmiddle" and "bottommiddle" characters (#3183)
998 Version 4.8.11
1000 - Core
1002     * Live update of panels size when editing layout (#3060)
1003     * Support "Compute totals" option in move file operation (#2075)
1005 - VFS
1007     * rpm extfs
1008         - show dependency version (#2812)
1009         - support tar payload (#3064)
1010         - improve support for EPOCH tag (#1588)
1011         - add support for PREINPROG/POSTINPROG/PREUNPROG/POSTUNPROG, VERIFYSCRIPTPROG and TRIGGERSCRIPTS/TRIGGERSCRIPTPROG tags (#1588)
1013 - Editor
1015     * Support "bracketed paste mode" of xterm (#2661)
1016     * Clarify Java syntax highlighting (#3057)
1018 - Misc
1020     * Print warnings about unknown '--with-' / '--enable-' configure options (#3029)
1021     * Code cleanup and refactoring (#3051, #3066)
1023 - Fixes
1025     * FTBFS on GNU Hurd (#3053, #3071)
1026     * Segfault while moving files (#3059, #3105)
1027     * Broken handling of mc command line arguments (#3047)
1028     * Copy/move doesn't work if num_history_items_recorded=0 (#3076)
1029     * No subdir path completion in current dir, if stub is not starting with './' (#3018)
1030     * Deprecated "find -perm +xxx" syntax is used (#3089)
1031     * Home, End, Shift-Fn keys don't work in tmux (#2978)
1032     * Improper [en|dis]abling of layout dialog split adjustment buttons (#3061)
1033     * Bogus strings in 'Confirmation' config dialog (#2271)
1034     * "Configure options" first entry not highlighted (#3084)
1035     * "Setup saved to ~/.config/mc/ini" message is misleading (#3096)
1036     * F3 doesn't work on .so files in FreeBSD 9.x (#3101)
1037     * Typo in mc.lib: "less=%filename +%linenog" instead of "+%lineno" (part of #3044)
1038     * Wrong order of filename and line number for external editor (part of #3044)
1039     * mcedit: tabs are lost when text is pasted (#1797 as part of #2661)
1040     * mcedit: question on large file treats Escape as Yes (#3107)
1041     * Broken case-sensitive search in editor/viewer/diffviewer (#3069)
1042     * Changes to files in nested .zip archives are lost (#3070)
1043     * Incorrect handling of filenames with spaces with unrar v5 (#3073)
1044     * iso9660 VFS: filenames truncating in ISO file listing (#3091)
1045     * vfs_path_from_str_flags() doesn't support VPF_STRIP_HOME (#3098)
1046     * Bright colors are used as background colors in 16-color skins (#3050)
1047     * Various defects in documentation (#3052, #3092)
1050 Version 4.8.10
1052 - Core
1054     * Do not link GModule if it is not required (save space on embedded systems) (#2995)
1055     * Behavior of the 'Right' key in the 'Directory hotlist' was changed: now 'Right' key is used only to enter into the group (#3045)
1057 - Misc
1059     * Code cleanup (#3035)
1061 - Fixes
1063     * Build failure on Cygwin (#3041)
1064     * Broken NCurses detection (#3043)
1065     * Broken handling of mc command line arguments (#3047)
1066     * Cannot enter into zip archive in tar one (#3034)
1067     * Cannot open some jar files
1068     * mcedit: file descriptor leak (#3040)
1069     * mcedit: paragraph format doesn't respect multibyte characters (#2713)
1070     * Crash after entering a wrong SFTP password (#3036)
1073 Version 4.8.9
1075 - VFS
1077     * extfs: support unrar-5 (#3015)
1078     * extfs: use xorriso (if exists) for writing into ISO images (#3027)
1080 - Editor
1082     * Support unlimited file size (#1743)
1084 - Misc
1086     * Lot of code cleanups (#2990, #2071, #2164, #2998, #3003, #3005, #3022)
1087     * Display additional info while viewing (by F3) *.iso files (#2006)
1088     * New skins:
1089         - modarin256: set of 256-color skins from Oliver Lange (#2737)
1091 - Fixes
1093     * Fail to link if system lib does not contain strverscmp (#2992)
1094     * Segfault when mc's temporary directory doesn't belong to the correct user (#3021)
1095     * Race condition when creating temporary directory (#3025)
1096     * Mouse doesn't work in screen and tmux (#3011)
1097     * Incorrect file size in copy/move overwrite query dialog (#3000)
1098     * Garbage in subshell prompt (#3001)
1099     * Incorrect WLabel redraw after text change (#2991)
1100     * Find File: "All charsets" options don't work (#3026)
1101     * When an unknown key is pressed, it is interpreted as garbage (#2988)
1102     * Segfault on creating new file in external editor (#3020)
1103     * Rotating dash is not removed when mc finishes reading the directory (#2163)
1104     * mcedit: word completion failed if word to be completed is begun from begin of file (#2245)
1105     * mcview: broken switch between raw and parse modes (#2968)
1106     * Hex viewer: continue search doesn't work (#2706)
1107     * sftpfs: broken SSH aliases (#2923)
1110 Version 4.8.8
1112 - Core
1114     * Make copy/move progress dialog window wider up to 2/3 of screen width (#2076)
1115     * Ask file name before create new file in editor (#2585)
1116     * Support newer extended mouse protocol SGR-1006 instead of URXVT-1015 (#2956)
1117     * Allow skip directory scanning before file operation. Print directory count and size in addition to directory name (#2101)
1118     * Add jump support to target line in some external editors and viewers (#2206)
1120 - Editor
1122     * Update syntax highlighting:
1123         - Jal programming language (#2855)
1124         - gplink configuration files (.lkr extension) (#2855)
1125         - Makefile with .mak extension (#2896)
1126         - ZSH configuration files (#2950)
1127         - Fortran (#2962)
1129 - Misc
1131     * Code cleanup (#2944, #2954)
1132     * Report real compiler in MC_CHECK_ONE_CFLAG instead of 'gcc'
1133     * Hints files now translated via Transifex (#2980)
1135 - Fixes
1137     * Segfault in file operation due to unhandled regexp error (#2493)
1138     * Tab completion vs. spaces and escaping (#55)\
1139     * Special chars are not escaped in autocompletion of filenames (#2626)
1140     * Buttons in the 'Directory hotlist' window are placed incorrectly (#2958)
1141     * Mouse doesn't select text in subshell in native console (#2964)
1142     * Mouse click below non-droppeddown menubar activates menu box (#2971)
1143     * Insufficient quoting and wrong message in user menu (#2947)
1144     * mcedit: floating point exception (division by zero) (#2953)
1145     * mcedit: broken autocompletion (#2957)
1146     * mcview: broken magic mode (#2976)
1147     * Broken opening of .war archives (#2974)
1150 Version 4.8.7
1152 - Core
1154     * Minimal GLib version is 2.12.0
1155     * Implementation of suspend/resume in copy/move file operations (#2111)
1156     * Start of widget subsystem reimplementation (#2919)
1158 - VFS
1160     * uc1541 extfs plug-in updated up to version 2.5 (#2935)
1162 - Editor
1164     * Reset selection after text paste (only in non-persistent selection mode) (#2660)
1165     * Don't indent blank lines (#303).
1166     * Add .psgi as Perl syntax highlighting (#2912)
1167     * Place cursor after inserted chars (#319)
1168     * Add option in ini file to save spelling language (spell_language=NONE for disable aspell support) (#2914)
1170 - Misc
1172     * Code cleanup (#2888, #1950)
1173     * Minimal "check" utility version is 0.9.8
1174     * Remove the empty contrib/dist/debian/ since it maintained separately in Debian (#2871)
1175     * mc.ext updates:
1176         - add support of SVG images (#2895)
1177         - add support of .asm file extension (#2892)
1178         - add support of .hh file extension (#2892)
1179         - all file extension for source files now are case insensitive (#2892)
1180         - add support of JNG and MNG images (#2893)
1181         - add support of Gnumeric's spreadsheets (#2894)
1182         - add support of .war archives (#2891)
1183         - make a choice between arj and unarj archivers (#2890)
1184         - make a choice between 7z and 7za archivers (#2890)
1185         - add support of ape, aac and wvm4a media formats (#2767)
1186         - add support of cbr and cbz comic books (#2739)
1187         - add support of epub e-book format (#2739)
1188         - add support of PAR archives (#2739)
1189         - use libreoffice instead of ooffice, if found, to open ODT files (#2723)
1190         - use dvicat if dvi2tty not found to view DVI files (#1686)
1191         - use 'see' utility as default pdf viewer, if found (#1686)
1192         - use 'see' utility to view images in console (#1686)
1193     * Highlight OGV files as media (#2934)
1194     * Added new translations:
1195         - Persian (fa)
1196         - Croatian (hr)
1198 - Fixes
1200     * Build failure on Cygwin (#2917)
1201     * Fail to check ncurses library if --with-ncurses-inc and --with-ncurses-libs options are used (#2926)
1202     * Crash on Solaris while trying to copy a file (#2906)
1203     * CVE-2012-4463: Does not sanitize MC_EXT_SELECTED variable properly (#2913)
1204     * Attributes of existing directories are never preserved when copying (#2924)
1205     * Broken path completion on paths starting with ~/ (#2898)
1206     * Terminal settings are not changed when window is resized (#2198)
1207     * Enter into symlink to compressed patch shows empty patch (#2910)
1208     * Test failure on Cygwin due to incorrect linkage flag (#2918)
1209     * Non-portable test (#2883)
1212 Version 4.8.6
1214 - Fixes
1216     * mcedit: two-columns extra offset of cursor after tab character (#2881)
1217     * diffviewer: cannot open file if name contains '$' (#2873)
1220 Version 4.8.5
1222 - Core
1224     * Implemented case-insensitive patterns in mc.ext bindings (#2250)
1226 - Editor
1228     * Code refactoring and cleanup (#1977)
1230 - Diff viewer
1232     * Bidirectional merge (F5 merge left-to-right, F15 - merge right-to-left) (#2863)
1234 - Misc
1236     * Syntax highlighting news and updates:
1237         - update assembler.syntax: x86 AMD64 registers highlighting (#2542)
1238         - new cmake.syntax: preliminary and incomplete syntax file for CMakeLists.txt files (#2084)
1239         - new dlink.syntax: syntax highlighting for D-Link switches command set (#2649)
1240         - update properties.syntax: more nice look-and-feel (#1869)
1241     * mc.ext enhancement (#2103):
1242         - use chm_http text-mode handler for CHM files
1243         - play sounds only from videos in text mode
1244         - use pdftotext -layout -nopgbrk switches
1245         - try to use elinks before links for HTML
1246         - soffice2html text-mode handler for SXW files
1247         - wvHtml text-mode handler for doc files
1248         - xlhtml text-mode handler for XLS files
1249         - ppthtml text-mode handler for PPT/PPS files
1250         - open=view+pager fallback (noX) for PostScript, PDF, OD[PST] and DVI
1251         - standardized $DISPLAY checks
1252     * File extension support:
1253         - SQLite database files (#2103)
1254         - compiled Java files (*.class) (#2103)
1255         - m4a for MP4 containers with audio data in the Advanced Audio Coding (AAC) or its own Apple Lossless (ALE, ALAC) formats (#2869)
1256         - .ogm extension was deprecated in favor of .ogv (#2664)
1258 - Fixes
1260     * Bad EXTHELPERSDIR substitution if --prefix is not set (#2849)
1261     * Partially broken loading of user-defined keymap file (#2848)
1262     * Enter on directory named '~' goes to the home one (#2874)
1263     * Cannot Copy/Move files with filename encoding change (#2791)
1264     * Cannot view compressed files named like log.1.gz (with digit in name) (#2852)
1265     * Panel is not refreshed if panel history is called using mouse (#2854)
1266     * Duplicate entities in panel with 'tree view' mode (#2835)
1267     * Broken synchronization with filelist and tree panels (#2862)
1268     * Standalone mcedit doesn't load saved file position (#2853)
1269     * mcedit segfaults when aspell (en) dictionary is not installed (#2856)
1270     * mcedit segfaults after "Back from declaration" call (#2859)
1271     * mcedit: unable to save changes in "Safe save" mode(#2832)
1272     * Segfault when viewing HTML files with "mc -v" (#2858)
1273     * Broken 'Enter' action on a rpm file containing space character in filename (#2838)
1274     * extfs: uc1541 broken handling (#2864)
1275     * mc.ext: OGV format handled as audio (#2869)
1278 Version 4.8.4
1280 - Core
1282     * Use xdg-open by default in mc.ext.in if present to open files, fallback on current scheme otherwise (#2118)
1283     * Improve of mouse event handling in dialogs (#2817)
1284     * Show extended info about compiled-in paths for internal/external macros in the "mc -F" output (2495)
1286 - VFS
1288     * Added SFTP support (#1535)
1290 - Editor
1292     * Multieditor: allow edit many files in one mcedit window (#2261, #2839)
1293     * Aspell support for spell check (#2788)
1295 - Viewer
1297     * Handle CK_FileNext/CK_FilePrev actions inside mcviewer (#2814)
1299 - Misc
1301     * Tweak and cleanup of code in case of --disable-charset option usage (#2827)
1302     * File extension support:
1303         - .gem - rubygems (#2797)
1304         - .cpio.xz - compressed cpio archives (#2798)
1305         - .webm - WebM video (#2746)
1306         - .lib - gputils artifacts (#2751)
1308 - Fixes
1310     * Build failure on FreeBSD 6 (#2808)
1311     * src/filemanager/filegui.c does not compile on Solaris due to missing macros (#2825)
1312     * Loss of data on copy to full partition (#2829)
1313     * Crash at Chown command (#2784)
1314     * Crash when creating relative symlink (#2787)
1315     * Misinterpretation of dirs as command line arguments (#2783, #2805)
1316     * Number of panelized files was limited to 127 (#2813)
1317     * CK_History removes CK_HistoryNext entries (#2313)
1318     * URL with port was stored wrong in history (#2833)
1319     * Can't find 00 (zeroes) in patterns in hex search (#2795)
1320     * Hotkey conflicts in 'Search' dialog (#2843)
1321     * Error message when entering into compressed tar and cpio archives (#2785)
1322     * Garbage directory listing in ftpfs (#2800)
1323     * Incomplete sand256 skin (#2807)
1324     * mcedit scripts are installed as data files (#1437)
1325     * Fails to build from source with --enable-tests (#2786)
1326     * Tests failure on PowerPC,S390,S390x (#2804)
1327     * Fail to compile if --without-vfs configure option specified (#2834)
1328     * do_panel_cd: FTBFS with --enable-tests on [kfreebsd-i386,kfreebsd-amd64,ia64,armhf] (#2803)
1331 Version 4.8.3
1333 - Misc
1335     * Code cleanup (#2780)
1337 - Fixes
1339     * Broken support of XDG_* shell variables (#1851)
1340     * Segmentation fault while background copying (#2663)
1341     * MC ignores second directory argument (#2762)
1342     * Interpretation of LANG variable needs to be case insensitive (#2386)
1343     * Cannot copy zero-length files with "Preallocate space" option (#2755)
1344     * Problem in the Copy operation with unchecked the "Preserve attributes" option (#2278)
1345     * * Cursor position reset after update when panel is panelized, but doesn't (#2766)
1346     * File selection reset after exit from the archive in the root (#2776)
1347     * Hotlist: broken newly added entries if old-style path is present (#2753)
1348     * Can't rebind Fx keys in the file manager (#2384)
1349     * "justified" menu alignment (#2756)
1350     * The last (or single) word of hyperlinks in the interactive help don't act on mouse clicks (#2763)
1351     * 'cd' command is not working in shell link (#2758)
1352     * mc hangs on switching screens (#2608)
1353     * Case sensitive search with SEARCH_TYPE_PCRE is broken (#2764)
1354     * mcedit can't run w/o file as parameter (#2754)
1355     * mcedit can't record input char (#2757)
1356     * mcedit: save file on top of existing directory changes dir's permissions (#2761)
1357     * Unable to edit gzipped files (#2759)
1358     * mcedit hangs up on replace with regexp contains '^' or '$' (#1868)
1359     * Segfault after open incorrect archive (#2775)
1360     * mcdiff crashes if one panel is not in the listing mode (#2769)
1361     * The password for vfs sessions remains in input history (#2760)
1362     * Showing directory sizes is broken in VFS'es (#2765)
1363     * Stale symlinks in vfs (#2777)
1364     * Active VFS directories list contain incorrect current path (#2779)
1365     * Date not set properly in manpage (#2692)
1366     * Empty texinfo rule in mc.ext (#2774)
1367     * Test failure if 'HOME' contains trailing slashes (#2768)
1370 Version 4.8.2
1372 - Core
1374     * Added new flag -X (--no-x11) to allow don't use X11 to get the state of modifiers Alt, Ctrl, Shift (#86)
1375     * Support of '~' as home dir in 'Start at:' field in 'Find File' dialog (#2694)
1376     * Support of '~' as home dir in hotlists (#2747)
1377     * Learn of 'Back Tab' is possible now in 'Learn keys' dialog (#2628)
1378     * Optional '0x' prefix for hexadecimal search (#2705)
1379     * Dynamically resize panels (#2465)
1380     * New bindings (ScrollLeft, ScrollRight) for scroll long filenames in panels (#2731)
1382 - VFS
1384     * Internal VFS reorganization (#2695)
1386 - Editor
1388     * Added as.syntax (#2708)
1390 - Viewer
1392     * Added action bindings for backward search (#2105)
1394 - Misc
1396     * Added hotkeys for all radio/check-buttons in search/replace dialogs (#2704)
1397     * New file bindings:
1398         - .m4v, .ts - video (#2702)
1399         - djv - DjVu? (#2645)
1400     * Simplify mc.menu - remove LZMA|LZ and change p7 to 7z (#2703)
1401     * Updated list of known browsers: gnome-moz-remote mozilla firefox konqueror opera (#2725)
1402     * Added MC_HOME environment variable to set up home directory of MC (as part of #2738)
1403     * Lot of code cleanup (#2740)
1405 - Fixes
1407     * Compile failure of 4.8.1 on xBSD because "Undefined symbols: _posix_fallocate" (#2689)
1408     * MC deletes the wrong file because of forced panel reload before file operation (#2736)
1409     * Cannot chdir to directory if directory name contains the dollar sign (#2451)
1410     * Incorrect panel size after change panel split type (#2521)
1411     * Wrong total bytes counter for subdirs in copy/move dialog (#2503)
1412     * Display corruption in panels after window shrink (#2684)
1413     * Command line is unaccessible from tree panel (#2714)
1414     * Extra confirmation before delete an empty hotlist group (#1576)
1415     * Can't open an edit zero-length file from VFS in mcedit (#2710)
1416     * mcedit crashes when ~/.config is a file (#2738)
1417     * mcedit: reset selection after END/HOME/PgDn/PgUp (#2726)
1418     * 'make check' fails on arm and alpha (-z muldefs) (#2732)
1421 Version 4.8.1
1423 - Core
1425     * Use posix_fallocate64() when copying files/moving to a new mount point (#2610)
1426     * Faster startup (#2637)
1427     * Support of extended mouse clicks beyond 223 (#2662)
1429 - VFS
1431     * Added exit point ("..") at the top of file list (after external panelization) (#275, #278)
1433 - Editor
1435     * Lex/Flex sources (extension .l) handled by yxx.syntax file. Yacc/Bison syntax completed with all symbols (#1647)
1436     * Updated syntax files:
1437         - lua
1439 - Misc
1441     * Updated skins:
1442         - sand256 (#2640)
1443         - xoria256 (#2641)
1444     * Added ability to move MC config files to specified place instead of multiple places in $HOME (#2636)
1445     * Added configure option --with-homedir (default value: XDG) (#2636)
1446     * Respect traditional placement of user preferences on Mac OS X (#2658 as part of #2636)
1447     * A few useful additions to filehighlight.ini (#2646)
1449 - Fixes
1451     * Doesn't compile when using --disable-nls (#2639)
1452     * Can't compile on OpenIndiana (Solaris) (#2643)
1453     * Moving content of bindings to mc.ext during 4.7 -> 4.8 upgrade breaks mc
1454     * Free space on filesystems >2TB is not displayed properly (#2338)
1455     * Not all errors are skipped after "Ignore all" choose (#71)
1456     * Input field in password mode is fully masked with asterisks (#2653)
1457     * In "Copy File" dialog the "preserve Attributes" checkbox is always unchecked for filesystems mounted with FUSE (#2254)
1458     * Command line cursor misplaced after a resize in viewer/editor (#2678)
1459     * Save of some learned keys is broken (#2676)
1460     * Editor sometimes shows two dots instead of letter (#2372)
1461     * Editor: word completion should ignore the current word (#2614)
1462     * Viewer sometimes shows two dots instead of letter (#1730)
1463     * Viewer shows two dialogs when searcj hot found (#2677)
1464     * Cannot navigate over spftp servers (#2634)
1465     * mc adds spaces at the beginning of all files/dirs on ftp servers (#2635)
1466     * VFS: broken SMB (#2652)
1467     * man page lies about mc.keymap (#2675)
1468     * mc does not preserve file mtime when copying over ssh (#2625)
1471 Version 4.8.0
1473 - Misc
1474     * Code cleanup (#2620)
1475     * License version updated to GPL3+ (#1551)
1476     * Added new translation:
1477         - Interlingua
1479 - Fixes
1480     * Viewer: cursor position is not restored in hex mode (#2543)
1481     * fish: broken panels drawing after entering password (#2611)
1482     * fish: content of modified file is appended instead of overwritten in the remote host (#2632)
1483     * extfs: broken navigation in archives if current path is encoded (#2621)
1484     * extfs: strange error message when opening a 7z file if p7zip is not installed (#2598)
1487 Version 4.8.0-pre2
1489 - Core
1491     * Added -g/--oldmouse option to support of NORMAL/BUTTON_EVENT mouse type (useful for screen/tmux) (#2601) 
1493 - VFS
1495     * New extfs plugin: gitfs (#2467)
1496     * patchfs enhancement: join several hunks of the same file into one VFS entry (#2573) 
1498 - Misc
1500     * mc.ext: use "include" for $EDITOR entries (#1689)
1501     * New file bindings:
1502         - .3gp - video (#2583) 
1504 - Fixes
1506     * Cannot compile 4.8.0-pre1 and 4.7.5.3 on Solaris (#2587)
1507     * Recent autoconf displays warnings about missing AC_LANG_SOURCE (#2589)
1508     * Duplication of variable declarations (#2576)
1509     * Incorrect TTY layer initialization (#2601)
1510     * Wrong Backspace key behavior in QuickSearch mode if BS key is mapped to CdParentSmart action (#2522)
1511     * M-o works unexpectedly on symlink shortcuts (#2590)
1512     * Panelize doesn't honour current sorting (#2175)
1513     * Hintbar jumps to the top of the screen and overwrites main menu (#2593)
1514     * File size column is bogus for widths above 9 (#2580)
1515     * Hex search: incorrect length usage in hexadecimal search (#2579)
1516     * Editor: Incorrect Pascal syntax highlighting (#2531)
1517     * Editor: mouse clicks are ignored on the bottom line (#2591)
1518     * Editor: extended keybingings are broken (#2586)
1519     * Viewer: Fixed search finds bold/underlined strings twice and highlight search results (#265)
1520     * Broken listing in ExtFS VFS module (#81)
1521     * File name length is limited in tar archive (#2201)
1522     * Crash when copying symlink over ssh (#2582)
1523     * Broken panels recode (#2595)
1524     * ftp failures - leading white space in file name (#2594)
1525     * FISH hangs while copiyng a lot of small files (#2605)
1528 Version 4.8.0-pre1
1530 WARNING: Configuration files was moved from your $HOME/.mc directory into
1531 XDG_CONFIG_* directories to respect FDO standard
1532 (http://standards.freedesktop.org/basedir-spec/basedir-spec-0.7.html).
1533 To get more information, see ticket #1851.
1535 WARNING: VFS paths now handled as vfsprefix1://vfsdata/vfsprefix2://vfsdata
1536 (see #2361). Also, 'bindings' user file was renamed to 'mc.ext', so you need
1537 search in this file all
1539     Open=file.ext#vfsprefix
1541 and replace them to
1543     Open=file.ext/vfsprefix://
1545 After this you should rename your 'bindings' file to 'mc.ext'.
1546 Old-style paths are handled just in 'Directory hotlist' dialog, but you couldn't
1547 mix URL-like and old style path elements in one path string. Support of old-style
1548 paths will be removed in next major release (probably in 4.9, who knows...)
1550 WARNING: keybinding names was renamed to provide some unification (see #2511).
1551 The correspondence of old and new keybinging names are described in doc/keybind-migration.txt
1552 file and in doc/keybindMigration web page.
1554 Be aware.
1556 - Core
1558     * Added 256 colours support (#2169, #2173, #2475)
1559     * Changed default text in filtered view (alt-!) to input command line (if not empty)
1560       or stay old behaviour (current file under cursor) (#2266)
1561     * Added simple swap mode that means the swap of panel locations, in addition to current swap
1562       of panel content (#2368)
1563     * Configuration files now moved to directory specified in XDG_CONFIG_HOME environment variable (#1851)
1564     * Panel options are read now from [Panels] section only. [Midnight-Commander] section is not read (#2305)
1565     * "Show mini info" checkbox was moved from the "Layout" dialog window to the "Panel options" one (#2305)
1566     * Select files by shift-left/right in file panel (#2534)
1567     * Added support of skip all errors on multi-file/dir operation (#71)
1568     * 'Find Files' improvements:
1569         - support relative ignored directories (#2275);
1570         - handle of ignored directories in dialog window (#2275);
1571         - "Search for content" checkbox is enabled by default (#2462)
1572     * Added hardlinks detection for filehighlight (#2478)
1573     * Unification of keybind names (#2511):
1574         - most of keybinding names are changes to unify that names. Table of old and new names
1575           is available in doc/keybind-migration.txt;
1576         - improve of key rebinding: previously, to rebind some keys, used must redefine the entire section
1577           where that bindings are placed in user keymap file. New merge algorithm doesn't require that
1578           and allows rebind only wanted keys;
1579         - added --nokeymap command line option to disable external keymaps
1580     * Sources in 'lib' directory now independent to sources in 'src' one (#2501)
1581     * Added configure parameter --enable-mclib for build libmc.so shared library (#2501)
1582     * Added new engine for universal event system (as part of #2501)
1583     * Optimized loading and saving of configurations and histories (#2541, #2545)
1584     * Reimplemented i18n support in 'Chmod' dialog window (#2557) 
1586 - VFS
1588     * VFS structure changes (as part of #2501):
1589         - moved from lib/vfs/mc-vfs to lib/vfs;
1590         - split VFS-modules by directories and moved to src/vfs;
1591         - lib/vfs/vfs-impl.h was merged into lib/vfs/vfs.h
1592     * VFS now used URL-like paths (#2361)
1594 - Editor
1596     * New engine of the editor macro (#323)
1597     * Multiply repeat of the recorded actions (#323)
1598     * Call external scripts from the editor (#323, #2512)
1599     * Added REDO action (#25)
1600     * Group UNDO by action (#27)
1601     * Selection is not reset after execute user menu (#2463)
1602     * Vertical selection is not reset after copy/move (#2504)
1603     * More intuitive word left/right action (now the cursor stop beside EOL/BOL) (#2483)
1604     * Duble-click marks the current word. Added action MarkWord to mark word, MarkLine
1605       to mark current line (#2499)
1606     * Regexp search&replace: support escape sequences in replacement string (#1882)
1608 - Misc
1610     * Minor enhancement in mc.ext:
1611     * added -C key to nm utility in View action for static libraries (#2485)
1612     * New file bindings:
1613         - .torrent: view using ctorrent (#2562);
1614         - .mts: handle as videofile (#2566)
1615     * Added new entries in cedit.menu: "Sort selection", "Upper case", "Lower case"
1616     * New skins:
1617         - Xoria256 (#2469)
1618         - mc-4.6 (#2524)
1619     * Updated skins:
1620     * Nice dark (#1791)
1621     * Added support for check unit test framework (http://check.sourceforge.net) (as part of #2501)
1622     * Added -F/--datadir-info option to show extended information about used data dirs (#2495)
1623     * Added --configure-options to easy update & reconfigure existing mc (#2495)
1624     * Language-specific man pages and hint and help files are not installed
1625       if mc is built with --disable-nls option (#2514)
1626     * Added new translation:
1627         - Esperanto
1628     * Code cleanup (#2481, #2515, #2518, #2560, #2570)
1630 - Fixes
1632     * Build failure on DragonFly BSD (#2516)
1633     * Broken Del & Backspace in dialogs (in locale CP866) (#1634)
1634     * Screen and input corruption under xterm in non-UTF locales (#1668)
1635     * Alt-Backspace shortcut doesn't work (#2455)
1636     * Broken command autocompletion (#2458)
1637     * Swap panels doesn't respect sort options (#2368)
1638     * File list format of panel is initialized incorrectly after switch back from quick view
1639       or info mode to file list one (#2390)
1640     * Main menu is not drawn correctly after change of it visibility and activity (#2466)
1641     * MC switches to left panel after call of command history using mouse (#2459)
1642     * Find file: don't check content regexp if search for content is not used (#2464)
1643     * Find file: broken lynx-like navigation in panelization of search result (#2491)
1644     * Dialog trims leading spaces in input field (#2544)
1645     * Panelize content is lost when doing F5/F6/F8 on a file on the other panel (#2312)
1646     * Color of panel header cannot be set in the command line (#2170)
1647     * ctrl-g key closes file panels (#2520)
1648     * Incorrect files mark by mouse (#2556)
1649     * Editor: incorrect restore selection after UNDO (#2456)
1650     * Editor: segfault after getting the previous char in utf8 (#2484)
1651     * Editor: incorrect detection of the word boundary (added '{', '}' as end of word) (#2500)
1652     * Bold and selected colors of viewer cannot be set in the command line (#2489)
1653     * Viewer: fixed  incorrect starting offset for 'search again' (#2294)
1654     * Viewer: fixed problems while displaying UTF-8 manual pages (#1629)
1655     * Diff viewer: quick left/right movements don't work in non-default key maps (#2509)
1656     * AI_ADDRCONFIG is not optional for RFC 3493 non-compliant systems (#2401)
1657     * FTP directories containing @ result severe security risks (eg. deletion of homedir) (#2220)
1658     * Builtin ftp client can't download files with apostrophe in a file name (#2251)
1659     * Unable to show FTP listing if password contains # (#2360)
1660     * FTP: fixed access to file names starting with space (#81)
1661     * Bashisms in extfs (#2569)
1662     * Browsing *.deb files is broken with latest Perl (#2552)
1663     * isoinfo adds ";1" to the end of file name when Joliet without Rock Ridge is used (#2471)
1664     * patchfs incorrectly works with filenames containing spaces (#2572)
1665     * cd to ~ processed incorrectly in the command line if more than one space is separating
1666       the "cd" and "~" (#2120)