doc/NEWS: cosmetics.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2016-11-01 09:57:40 +03:00
parent eec71bccff
commit f64e8b99d4

515
doc/NEWS
View File

@ -1,371 +1,390 @@
Version 4.8.18 Version 4.8.18
- Core - Core
* Alt-Enter, Ctrl-Enter and Ctrl-Shift-Enter shortcuts are bindable in file manager (#3075)
* Internals: * Alt-Enter, Ctrl-Enter and Ctrl-Shift-Enter shortcuts are bindable in file manager (#3075)
* Refactoring of widget subsystem (#2919, #3632) * Internals:
- Refactoring of widget subsystem (#2919, #3632)
- Editor - Editor
* Add syntax highlighting:
* GLSL (#3683) * Add syntax highlighting:
* CUDA (#3686) - GLSL (#3683)
- CUDA (#3686)
- Misc - Misc
* Code cleanup (#3641, #3652)
* Code cleanup (#3641, #3652)
- Fixes - Fixes
* Build failure on FreeBSD (#3643)
* Incompatibility with NetBSD curses (#3665) * Build failure on FreeBSD (#3643)
* Memory leaks (#3637) * Incompatibility with NetBSD curses (#3665)
* Subshell output lost on window resize under tmux, GNU screen (#3639) * Memory leaks (#3637)
* --with-subshell=optional does not work (#3642) * Subshell output lost on window resize under tmux, GNU screen (#3639)
* Backward search is not interruptible (#3648) * --with-subshell=optional does not work (#3642)
* "Output lines" has no effect (#3655) * Backward search is not interruptible (#3648)
* Wrong handling of mouse clicks in long listing mode (#3661) * "Output lines" has no effect (#3655)
* Panelize resets marks on marked files in many cases (#3663) * Wrong handling of mouse clicks in long listing mode (#3661)
* Cannot change directory in the active panel in some cases (#3669) * Panelize resets marks on marked files in many cases (#3663)
* Filtered View doesn't work (#3646, #3660) * Cannot change directory in the active panel in some cases (#3669)
* mcedit: don't kill bookmarks when open file from "Find File" dialog (#3668) * Filtered View doesn't work (#3646, #3660)
* man pages use "the MC" instead of "MC" (#3644) * mcedit: don't kill bookmarks when open file from "Find File" dialog (#3668)
* man pages use "the MC" instead of "MC" (#3644)
Version 4.8.17 Version 4.8.17
- Core - Core
* Minimal version of Gettext is 0.18.1 (#1885)
* Optimization of copy/move operations (use adaptive buffer as in coreutils) (#2193) * Minimal version of Gettext is 0.18.1 (#1885)
* Recognize csh as tcsh (#2742) * Optimization of copy/move operations (use adaptive buffer as in coreutils) (#2193)
* Сentered scrolling of file panel (#3130) * Recognize csh as tcsh (#2742)
* Internals: * Centered scrolling of file panel (#3130)
* Switch to new high-level mouse API (#3571) * Internals:
- Switch to new high-level mouse API (#3571)
- VFS - VFS
* FISH helpers: remove executable bit (#3610)
* FISH helpers: remove executable bit (#3610)
- Editor - Editor
* Improvements of syntax highlighting:
* F90 (#3618) * Improvements of syntax highlighting:
* Java (MidnightCommander/mc#95) - F90 (#3618)
- Java (MidnightCommander/mc#95)
- Misc - Misc
* Code cleanup (#3598, #3607)
* Install mc.keymap as a symlink to mc.default.keymap (#3609) * Code cleanup (#3598, #3607)
* File highlight: add more common file formats * Install mc.keymap as a symlink to mc.default.keymap (#3609)
* File highlight: add more common file formats
- Fixes - Fixes
* Segfault due to incorrect value of SHELL environment variable (#3606)
* Segfault when copying files under FreeBSD 9.3 (#3617) * Segfault due to incorrect value of SHELL environment variable (#3606)
* Segfault when entering into some cpio archives (#3621) * Segfault when copying files under FreeBSD 9.3 (#3617)
* Subshell output lost on window resize under tmux, GNU screen (#3639) * Segfault when entering into some cpio archives (#3621)
* Subshell cursor position lost after window resizing (#3640) * Subshell output lost on window resize under tmux, GNU screen (#3639)
* Listbox no longer scrolls when dragging outside widget (#3559) * Subshell cursor position lost after window resizing (#3640)
* VFS: extfs: incorrect date parsing in unzip (#3622) * Listbox no longer scrolls when dragging outside widget (#3559)
* VFS: extfs: buffer overflow (#3605) * VFS: extfs: incorrect date parsing in unzip (#3622)
* VFS: patchfs: syntax error (#3620) * VFS: extfs: buffer overflow (#3605)
* VFS: fish: mistakes in ls Perl helper (#3611) * VFS: patchfs: syntax error (#3620)
* VFS: fish: mistakes in ls Perl helper (#3611)
Version 4.8.16 Version 4.8.16
- Core - Core
* Support for ash + bugfixes for bash, fish (#2742)
* Find file: empty file name matches any file name (#3593) * Support for ash + bugfixes for bash, fish (#2742)
* Find file: empty value of "Content" is used instead of "Search for content" checkbox to disable search for content (#3594) * Find file: empty file name matches any file name (#3593)
* Listbox: don't wraparound on mouse scroll (#3554) * Find file: empty value of "Content" is used instead of "Search for content" checkbox to disable search for content (#3594)
* Internals: * Listbox: don't wraparound on mouse scroll (#3554)
* Listbox: various fixups (#3569: #3562, #3563, #3565, #3161) * Internals:
* Split MSG_ACTION into MSG_ACTION and MSG_NOTIFY (#3566) - Listbox: various fixups (#3569: #3562, #3563, #3565, #3161)
- Split MSG_ACTION into MSG_ACTION and MSG_NOTIFY (#3566)
- VFS - VFS
* Support lzip compression format (#2673, #1541)
* Support lz4 compression format (#3523) * Support lzip compression format (#2673, #1541)
* patchfs: support xz compression (#3443) * Support lz4 compression format (#3523)
* Update uc1541 version (#3527) * patchfs: support xz compression (#3443)
* Add mc.ext patterns for initramfs / initrd (#3115) * Update uc1541 version (#3527)
* Add mc.ext patterns for initramfs / initrd (#3115)
- Editor - Editor
* Add golang syntax (MidnightCommander/mc#84)
* Update Puppet syntax (MidnightCommander/mc#86) * Add golang syntax (MidnightCommander/mc#84)
* Update Puppet syntax (MidnightCommander/mc#86)
- Misc - Misc
* Code cleanup (#3555, #3547, #3587)
* Better subshell documentation (#3556) * Code cleanup (#3555, #3547, #3587)
* Fixes to the English man pages by Denys Vlasenko * Better subshell documentation (#3556)
* Fixes to the English man pages by Denys Vlasenko
- Fixes - Fixes
* Insufficient quoting in `mc.menu` (#2947)
* Broken ./configure --without-internal-edit (#3601) * Insufficient quoting in `mc.menu` (#2947)
* Memory leaks (#3547, #3561, #3567, #3572) * Broken ./configure --without-internal-edit (#3601)
* No preallocation if appending during file copy (#3577) * Memory leaks (#3547, #3561, #3567, #3572)
* Cannot set mini-format for "brief" listing type (#3588) * No preallocation if appending during file copy (#3577)
* Info panel: incorrect inode information in some cases (#3214) * Cannot set mini-format for "brief" listing type (#3588)
* Info panel: wrong device name with symbolic link (#3412) * Info panel: incorrect inode information in some cases (#3214)
* Info panel: buffer overflow (#3582) * Info panel: wrong device name with symbolic link (#3412)
* Regression: match filename, not full path in mc.ext (#3578) * Info panel: buffer overflow (#3582)
* Broken case insensitive search in non-unicode locale (#3491) * Regression: match filename, not full path in mc.ext (#3578)
* Error message prefixed with no sense "0:" (#3269) * Broken case insensitive search in non-unicode locale (#3491)
* mcedit: buffer overflow (#3579) * Error message prefixed with no sense "0:" (#3269)
* mcedit: "Lower case selection" command in User Menu (#3586) * mcedit: buffer overflow (#3579)
* mcedit: close on ctrl-g (#3557) * mcedit: "Lower case selection" command in User Menu (#3586)
* mcview: "Not found" result isn't reported in some cases (#3543) * mcedit: close on ctrl-g (#3557)
* VFS: isofs doesn't show .dotfiles (#3537) * mcview: "Not found" result isn't reported in some cases (#3543)
* VFS: isofs: cannot copy file from iso when Joliet without RockRidge is used (#2851) * VFS: isofs doesn't show .dotfiles (#3537)
* VFS: extfs/unzip: enter into zip file fails with "inconsistent extfs archive" (#3433) * VFS: isofs: cannot copy file from iso when Joliet without RockRidge is used (#2851)
* VFS: SFTP: various bugs (#3581) * VFS: extfs/unzip: enter into zip file fails with "inconsistent extfs archive" (#3433)
* VFS: FISH: provide major/minor info for block/char devices (#3599) * VFS: SFTP: various bugs (#3581)
* Bashism in gitfs+ extfs helper (#3379) * VFS: FISH: provide major/minor info for block/char devices (#3599)
* Non-portable invocation of man (#3509) * Bashism in gitfs+ extfs helper (#3379)
* mc-wrapper leaves MC_USER set (#3550) * Non-portable invocation of man (#3509)
* Broken silent opening of files in background (#3574) * mc-wrapper leaves MC_USER set (#3550)
* Run `identify` on JPEGs even if `exif` is not installed (#3568) * Broken silent opening of files in background (#3574)
* Run `identify` on JPEGs even if `exif` is not installed (#3568)
Version 4.8.15 Version 4.8.15
- Core - Core
* Minimal version of GLib is 2.26.0
* Use the PATH environment variable to search for the executable when opening pipe (#3444) * Minimal version of GLib is 2.26.0
* Support more than 2 (up to 9) columns in file panel in brief mode (#3212) * Use the PATH environment variable to search for the executable when opening pipe (#3444)
* Clarify file sorting in "Unsorted" mode (#3496) * Support more than 2 (up to 9) columns in file panel in brief mode (#3212)
* WGroupbox: respect dialog's colors (#3468) * Clarify file sorting in "Unsorted" mode (#3496)
* Highlight find file's result in internal viewer (#3530) * WGroupbox: respect dialog's colors (#3468)
* Highlight find file's result in internal viewer (#3530)
- VFS - VFS
* s3 extfs vfs: bugfixes and improvements (#3470, #3502)
* s3 extfs vfs: bugfixes and improvements (#3470, #3502)
- Editor - Editor
* Add hidden option to choose full or base file name in the status line (#3445)
* Improvements of syntax highlighting: * Add hidden option to choose full or base file name in the status line (#3445)
- Lua (#3471) * Improvements of syntax highlighting:
- PKGBUILD (#3484) - Lua (#3471)
- PKGBUILD (#3484)
- Misc - Misc
* Text alignment in Info panel (#3155)
* Select of menu file edit: change default button to "User" (#3493) * Text alignment in Info panel (#3155)
* Recognize .gmo files as well as .mo ones (#3422) * Select of menu file edit: change default button to "User" (#3493)
* Fix mc.pot comment tripping up Transifex and unportable inplace sed (#3479) * Recognize .gmo files as well as .mo ones (#3422)
* 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) * Fix mc.pot comment tripping up Transifex and unportable inplace sed (#3479)
* Documentation updates: * 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)
- Spanish man and help: Diff Viewer section and minor fixes (#3477) * Documentation updates:
- VFS garbage collection (#3472) - Spanish man and help: Diff Viewer section and minor fixes (#3477)
- VFS garbage collection (#3472)
- Fixes - Fixes
* Various memory leaks (#3438, #3439, #3440, #3457, #3458, #3459, #3460, #3461, #3462, #3475, #3520, #3521, #3522)
* Linux kernel-specific segfault on startup (#3441) * Various memory leaks (#3438, #3439, #3440, #3457, #3458, #3459, #3460, #3461, #3462, #3475, #3520, #3521, #3522)
* Lost of Panelize contents in some cases (#3032, #3489, #3498, #3507) * Linux kernel-specific segfault on startup (#3441)
* Wrong highlight of search result in case of "Regular expression" and "Whole words" (#3524) * Lost of Panelize contents in some cases (#3032, #3489, #3498, #3507)
* "Whole words" search works only in Normal mode (#3525) * Wrong highlight of search result in case of "Regular expression" and "Whole words" (#3524)
* View find results doesn't jump to match line if file is too short to scroll page (#3530) * "Whole words" search works only in Normal mode (#3525)
* SFTP VFS: segfault (#3456) * View find results doesn't jump to match line if file is too short to scroll page (#3530)
* Segfault in "Find file" due to invalid UTF-8 sequences (#3449) * SFTP VFS: segfault (#3456)
* Bash variable 'PROMPT_COMMAND' in pantheon-terminal (#3534) * Segfault in "Find file" due to invalid UTF-8 sequences (#3449)
* Bash variable 'PROMPT_COMMAND' in pantheon-terminal (#3534)
Version 4.8.14 Version 4.8.14
- Core - Core
* Minimal version of GLib is 2.14.0 * Minimal version of GLib is 2.14.0
* Add new panel binding "!SelectExt" to select/unselect files with the same extension as the current file (#3228) * Add new panel binding "SelectExt" to select/unselect files with the same extension as the current file (#3228)
* Speed up of directory size calculation (#3247) * Speed up of directory size calculation (#3247)
* Support of italic text (#3065) * Support of italic text (#3065)
- Editor - Editor
* New syntax highlighting support: * New syntax highlighting support:
- puppet (#3266) - puppet (#3266)
- Viewer - Viewer
* Rewrite mcview's rendering and scrolling (#3250, #3256) * Rewrite mcview's rendering and scrolling (#3250, #3256)
- no more partial lines at the top and failure to scroll when Up or Down is pressed; - no more partial lines at the top and failure to scroll when Up or Down is pressed;
- better handling of CJK characters; - better handling of CJK characters;
- handle combining accents; - handle combining accents;
- improved nroff support; - improved nroff support;
- more conventional scrolling behavior at the end of the file. - more conventional scrolling behavior at the end of the file.
* Use VIEW_SELECTED_COLOR in plain mode (#3405) * Use VIEW_SELECTED_COLOR in plain mode (#3405)
* In !QuickView panel, don't pass any chars to command line to avoid unexpected command execution (#3253) * In QuickView panel, don't pass any chars to command line to avoid unexpected command execution (#3253)
- Misc - Misc
* Code cleanup (#3265, #3262) * Code cleanup (#3265, #3262)
* Bind poedit to Edit action for .po files (#3287) * Bind poedit to Edit action for .po files (#3287)
* Better grammar mcedit user menu (#3246) * Better grammar mcedit user menu (#3246)
- Fixes - Fixes
* Fail to build against musl libc (#3267) * Fail to build against musl libc (#3267)
* Error compiling with glib 2.20.3 (#3333) * Error compiling with glib 2.20.3 (#3333)
* Overwrite of the PROMPT_COMMAND bash variable (#2027) * Overwrite of the PROMPT_COMMAND bash variable (#2027)
* contrib/*.?sh are not recreated after rerun of configure (#3181) * contrib/*.?sh are not recreated after rerun of configure (#3181)
* File rename handles zero-length substitutions incorrectly (#2952) * File rename handles zero-length substitutions incorrectly (#2952)
* Lose files on "Skip" when "Cannot preallocate space for target file" (#3297) * Lose files on "Skip" when "Cannot preallocate space for target file" (#3297)
* Info panel can't obtain file system statistics on Solaris (#3277) * Info panel can't obtain file system statistics on Solaris (#3277)
* "Shell patterns" broken beyond repair (#2309) * "Shell patterns" broken beyond repair (#2309)
* File selection by patterns uses bytes instead of unicode characters (#2743) * File selection by patterns uses bytes instead of unicode characters (#2743)
* Copy files dosn't work as expected, when copying to a directory with the special symbol in its name (#3235) * Copy files dosn't work as expected, when copying to a directory with the special symbol in its name (#3235)
* Wrong order of old_colors table items (#3404) * Wrong order of old_colors table items (#3404)
* Input line: Alt+Backspace on one-letter word erases too much (#3390) * Input line: Alt+Backspace on one-letter word erases too much (#3390)
* "Directory scanning" window is too narrow (#3162) * "Directory scanning" window is too narrow (#3162)
* No Help for User Menu (#3409) * No Help for User Menu (#3409)
* mcedit: paste from clipboard does not work (#3339) * mcedit: paste from clipboard does not work (#3339)
* mcviewer: hang when viewing broken man page (#2966) * mcviewer: hang when viewing broken man page (#2966)
* mcview hex: incorrect highlight when search string not found (#3263) * mcview hex: incorrect highlight when search string not found (#3263)
* mcview hex edit: UTF-8 chars are not updated (#3259) * mcview hex edit: UTF-8 chars are not updated (#3259)
* mcview hex edit: can't enter certain UTF-8 characters (#3260) * mcview hex edit: can't enter certain UTF-8 characters (#3260)
* mcview hex edit: CJK overflow (#3261) * mcview hex edit: CJK overflow (#3261)
* mcedit: status line doesn't show full path to file (#3285) * mcedit: status line doesn't show full path to file (#3285)
* Freeze when copying from one FTP location to another (#358) * Freeze when copying from one FTP location to another (#358)
Version 4.8.13 Version 4.8.13
- Core - Core
* New engine of user-friendly interruption of long-time operations (#2136) * New engine of user-friendly interruption of long-time operations (#2136)
- Editor - Editor
* Improvements of syntax highlighting: * Improvements of syntax highlighting:
* CMake (#3216) - CMake (#3216)
* PHP (#3230) - PHP (#3230)
* Translate language names in the spelling assistant dialogue (#3233) * Translate language names in the spelling assistant dialogue (#3233)
- Viewer - Viewer
* Add separate normal(default) colour pair for viewer (#3204) * Add separate normal(default) colour pair for viewer (#3204)
* Dealing with utf-8 man pages in view/open (#1539) * Dealing with utf-8 man pages in view/open (#1539)
* "Goto line" is 1-based now (#3245) * "Goto line" is 1-based now (#3245)
- Misc - Misc
* Code cleanup (#3189, #3223, #3242) * Code cleanup (#3189, #3223, #3242)
* Add new skins: gray-green-purple256 and gray-orange-blue256 (#3190) * Add new skins: gray-green-purple256 and gray-orange-blue256 (#3190)
- Fixes - Fixes
* First Backspace/Delete is ignored after mouse click in an input widget (#3225) * First Backspace/Delete is ignored after mouse click in an input widget (#3225)
* Recursive find file doesn't work on Samba share (#3097) * Recursive find file doesn't work on Samba share (#3097)
* Recursive find file doesn't work on Windows NFS share (#3202) * Recursive find file doesn't work on Windows NFS share (#3202)
* Incorrect file counter in move operation (#3196, #3209) * Incorrect file counter in move operation (#3196, #3209)
* "Directory scanning" window is too narrow (#3162) * "Directory scanning" window is too narrow (#3162)
* Colon is not recognized inside escape seq in prompt (#3241) * Colon is not recognized inside escape seq in prompt (#3241)
* Quick view doesn't grab focus on mouse click (#3251) * Quick view doesn't grab focus on mouse click (#3251)
* fish subshell: overridden prompt (#3232, #3237) * fish subshell: overridden prompt (#3232, #3237)
* mcviewer: broken switch between raw and parse modes (#3219) * mcviewer: broken switch between raw and parse modes (#3219)
* mcviewer: incorrect percentage in mcview hex mode (#3258) * mcviewer: incorrect percentage in mcview hex mode (#3258)
* RAR VFS incorrectly recognizes UnRAR version (#3240) * RAR VFS incorrectly recognizes UnRAR version (#3240)
* viewbold and viewselected are missing from some skins (#3244) * viewbold and viewselected are missing from some skins (#3244)
* Incorrect enconding name for manual page (#3239) * Incorrect enconding name for manual page (#3239)
* "User menu -> View manual page" doesn't do coloring (#3243) * "User menu -> View manual page" doesn't do coloring (#3243)
Version 4.8.12 Version 4.8.12
- Core - Core
* Speed up of file find (#2290) * Speed up of file find (#2290)
* If cwd is a symlink it is kept at startup (#3093) * If cwd is a symlink it is kept at startup (#3093)
* Improve support of Zsh (#3121, #3124, #3125, #3177) * Improve support of Zsh (#3121, #3124, #3125, #3177)
* Launch external editor/viewer without passing line number (#3117) * Launch external editor/viewer without passing line number (#3117)
* Exit without confirmation by default (#3132) * Exit without confirmation by default (#3132)
* Simple user-friendly skin selector (#2165, #3178) * Simple user-friendly skin selector (#2165, #3178)
* Use Joliet and RockRidge in ISO9660 image view action (#3187) * Use Joliet and RockRidge in ISO9660 image view action (#3187)
- VFS - VFS
* Use .zip extension as preferred way to recognize ZIP archives (#2857) * Use .zip extension as preferred way to recognize ZIP archives (#2857)
- Editor - Editor
* Configurable selection reset on CK_Store (#3111) * Configurable selection reset on CK_Store (#3111)
- Misc - Misc
* Code cleanup (#3113, #3151) * Code cleanup (#3113, #3151)
* Adjust script permissions to installed ones (#2274) * Adjust script permissions to installed ones (#2274)
* Fix name of FSF in add source files (#3167) * Fix name of FSF in add source files (#3167)
* Skin cleanups (#3180, #3184) * Skin cleanups (#3180, #3184)
* Do not consider "String not found" message as error (#3179) * Do not consider "String not found" message as error (#3179)
- Fixes - Fixes
* Broken build with NCurses (#3114) * Broken build with NCurses (#3114)
* Incorrect tilde expansion in copy/rename/move dialog (#3131) * Incorrect tilde expansion in copy/rename/move dialog (#3131)
* Advanced chown: Escape on user list accepts value (#3150) * Advanced chown: Escape on user list accepts value (#3150)
* Toggling hidden files using mouse doesn't update the other panel (#3156) * Toggling hidden files using mouse doesn't update the other panel (#3156)
* Question mark in delete confirmation is on its own line (#3123) * Question mark in delete confirmation is on its own line (#3123)
* Popup dialogs wander upwards upon resize (#3173) * Popup dialogs wander upwards upon resize (#3173)
* Keypad '*' doesn't work with numlock off (#3133) * Keypad '*' doesn't work with numlock off (#3133)
* Some inconsistencies in "Learn keys" UI (#3134) * Some inconsistencies in "Learn keys" UI (#3134)
* Unconventional behavior of "Display bits" dialog (#3152) * Unconventional behavior of "Display bits" dialog (#3152)
* Shift-Fn keys don't work in 256-color mode of tmux (#2978) * Shift-Fn keys don't work in 256-color mode of tmux (#2978)
* mcedit: format paragraph produces inconsistent wrapping (#3119) * mcedit: format paragraph produces inconsistent wrapping (#3119)
* mcedit: file out-of-date check on saving is botched (#3142) * mcedit: file out-of-date check on saving is botched (#3142)
* mcedit: 1st line is shifted after paragraph format (#1666) * mcedit: 1st line is shifted after paragraph format (#1666)
* mcedit: trailing newline check applied too early when exiting (#3140) * mcedit: trailing newline check applied too early when exiting (#3140)
* Inconsistency of the arrow's direction in the panel header line across skins (#3157) * Inconsistency of the arrow's direction in the panel header line across skins (#3157)
* Possible segfault while passing messages to widgets (#3116) * Possible segfault while passing messages to widgets (#3116)
* Possible segfault when freeing a VFS (#3116) * Possible segfault when freeing a VFS (#3116)
* Segfault in cpio VFS while reading corrupted RPM (#3116) * Segfault in cpio VFS while reading corrupted RPM (#3116)
* Segfault in sftpfs VFS when trying to view a file (#3176) * Segfault in sftpfs VFS when trying to view a file (#3176)
* Incorrect handling of filenames with unrar v5 (#3073) * Incorrect handling of filenames with unrar v5 (#3073)
* FISH VFS: remote panel confused by filenames with '%' (#2983) * FISH VFS: remote panel confused by filenames with '%' (#2983)
* iso9660: xorriso shows only one depth (#3122) * iso9660: xorriso shows only one depth (#3122)
* Nicedark skin looks bad on black-on-white terminals (#3154) * Nicedark skin looks bad on black-on-white terminals (#3154)
* Incorrect definition of "topmiddle" and "bottommiddle" characters (#3183) * Incorrect definition of "topmiddle" and "bottommiddle" characters (#3183)
Version 4.8.11 Version 4.8.11
- Core - Core
* Live update of panels size when editing layout (#3060) * Live update of panels size when editing layout (#3060)
* Support "Compute totals" option in move file operation (#2075) * Support "Compute totals" option in move file operation (#2075)
- VFS - VFS
* rpm extfs * rpm extfs
- show dependency version (#2812) - show dependency version (#2812)
- support tar payload (#3064) - support tar payload (#3064)
- improve support for EPOCH tag (#1588) - improve support for EPOCH tag (#1588)
- add support for PREINPROG/POSTINPROG/PREUNPROG/POSTUNPROG, VERIFYSCRIPTPROG and TRIGGERSCRIPTS/TRIGGERSCRIPTPROG tags (#1588) - add support for PREINPROG/POSTINPROG/PREUNPROG/POSTUNPROG, VERIFYSCRIPTPROG and TRIGGERSCRIPTS/TRIGGERSCRIPTPROG tags (#1588)
- Editor - Editor
* Support "bracketed paste mode" of xterm (#2661) * Support "bracketed paste mode" of xterm (#2661)
* Clarify Java syntax highlighting (#3057) * Clarify Java syntax highlighting (#3057)
- Misc - Misc
* Print warnings about unknown '--with-' / '--enable-' configure options (#3029) * Print warnings about unknown '--with-' / '--enable-' configure options (#3029)
* Code cleanup and refactoring (#3051, #3066) * Code cleanup and refactoring (#3051, #3066)
- Fixes - Fixes
* FTBFS on GNU Hurd (#3053, #3071) * FTBFS on GNU Hurd (#3053, #3071)
* Segfault while moving files (#3059, #3105) * Segfault while moving files (#3059, #3105)
* Broken handling of mc command line arguments (#3047) * Broken handling of mc command line arguments (#3047)
* Copy/move doesn't work if num_history_items_recorded=0 (#3076) * Copy/move doesn't work if num_history_items_recorded=0 (#3076)
* No subdir path completion in current dir, if stub is not starting with './' (#3018) * No subdir path completion in current dir, if stub is not starting with './' (#3018)
* Deprecated "find -perm +xxx" syntax is used (#3089) * Deprecated "find -perm +xxx" syntax is used (#3089)
* Home, End, Shift-Fn keys don't work in tmux (#2978) * Home, End, Shift-Fn keys don't work in tmux (#2978)
* Improper [en|dis]abling of layout dialog split adjustment buttons (#3061) * Improper [en|dis]abling of layout dialog split adjustment buttons (#3061)
* Bogus strings in 'Confirmation' config dialog (#2271) * Bogus strings in 'Confirmation' config dialog (#2271)
* "Configure options" first entry not highlighted (#3084) * "Configure options" first entry not highlighted (#3084)
* "Setup saved to ~/.config/mc/ini" message is misleading (#3096) * "Setup saved to ~/.config/mc/ini" message is misleading (#3096)
* F3 doesn't work on .so files in FreeBSD 9.x (#3101) * F3 doesn't work on .so files in FreeBSD 9.x (#3101)
* Typo in mc.lib: "less=%filename +%linenog" instead of "+%lineno" (part of #3044) * Typo in mc.lib: "less=%filename +%linenog" instead of "+%lineno" (part of #3044)
* Wrong order of filename and line number for external editor (part of #3044) * Wrong order of filename and line number for external editor (part of #3044)
* mcedit: tabs are lost when text is pasted (#1797 as part of #2661) * mcedit: tabs are lost when text is pasted (#1797 as part of #2661)
* mcedit: question on large file treats Escape as Yes (#3107) * mcedit: question on large file treats Escape as Yes (#3107)
* Broken case-sensitive search in editor/viewer/diffviewer (#3069) * Broken case-sensitive search in editor/viewer/diffviewer (#3069)
* Changes to files in nested .zip archives are lost (#3070) * Changes to files in nested .zip archives are lost (#3070)
* Incorrect handling of filenames with spaces with unrar v5 (#3073) * Incorrect handling of filenames with spaces with unrar v5 (#3073)
* iso9660 VFS: filenames truncating in ISO file listing (#3091) * iso9660 VFS: filenames truncating in ISO file listing (#3091)
* vfs_path_from_str_flags() doesn't support VPF_STRIP_HOME (#3098) * vfs_path_from_str_flags() doesn't support VPF_STRIP_HOME (#3098)
* Bright colors are used as background colors in 16-color skins (#3050) * Bright colors are used as background colors in 16-color skins (#3050)
* Various defects in documentation (#3052, #3092) * Various defects in documentation (#3052, #3092)
Version 4.8.10 Version 4.8.10