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