mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
doc/NEWS: cosmetics.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
eec71bccff
commit
f64e8b99d4
45
doc/NEWS
45
doc/NEWS
@ -1,19 +1,23 @@
|
|||||||
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)
|
* Alt-Enter, Ctrl-Enter and Ctrl-Shift-Enter shortcuts are bindable in file manager (#3075)
|
||||||
* Internals:
|
* Internals:
|
||||||
* Refactoring of widget subsystem (#2919, #3632)
|
- Refactoring of widget subsystem (#2919, #3632)
|
||||||
|
|
||||||
- Editor
|
- Editor
|
||||||
|
|
||||||
* Add syntax highlighting:
|
* Add syntax highlighting:
|
||||||
* GLSL (#3683)
|
- GLSL (#3683)
|
||||||
* CUDA (#3686)
|
- CUDA (#3686)
|
||||||
|
|
||||||
- Misc
|
- Misc
|
||||||
|
|
||||||
* Code cleanup (#3641, #3652)
|
* Code cleanup (#3641, #3652)
|
||||||
|
|
||||||
- Fixes
|
- Fixes
|
||||||
|
|
||||||
* Build failure on FreeBSD (#3643)
|
* Build failure on FreeBSD (#3643)
|
||||||
* Incompatibility with NetBSD curses (#3665)
|
* Incompatibility with NetBSD curses (#3665)
|
||||||
* Memory leaks (#3637)
|
* Memory leaks (#3637)
|
||||||
@ -32,27 +36,32 @@ Version 4.8.18
|
|||||||
Version 4.8.17
|
Version 4.8.17
|
||||||
|
|
||||||
- Core
|
- Core
|
||||||
|
|
||||||
* Minimal version of Gettext is 0.18.1 (#1885)
|
* Minimal version of Gettext is 0.18.1 (#1885)
|
||||||
* Optimization of copy/move operations (use adaptive buffer as in coreutils) (#2193)
|
* Optimization of copy/move operations (use adaptive buffer as in coreutils) (#2193)
|
||||||
* Recognize csh as tcsh (#2742)
|
* Recognize csh as tcsh (#2742)
|
||||||
* Сentered scrolling of file panel (#3130)
|
* Centered scrolling of file panel (#3130)
|
||||||
* Internals:
|
* Internals:
|
||||||
* Switch to new high-level mouse API (#3571)
|
- 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:
|
* Improvements of syntax highlighting:
|
||||||
* F90 (#3618)
|
- F90 (#3618)
|
||||||
* Java (MidnightCommander/mc#95)
|
- Java (MidnightCommander/mc#95)
|
||||||
|
|
||||||
- Misc
|
- Misc
|
||||||
|
|
||||||
* Code cleanup (#3598, #3607)
|
* Code cleanup (#3598, #3607)
|
||||||
* Install mc.keymap as a symlink to mc.default.keymap (#3609)
|
* Install mc.keymap as a symlink to mc.default.keymap (#3609)
|
||||||
* File highlight: add more common file formats
|
* File highlight: add more common file formats
|
||||||
|
|
||||||
- Fixes
|
- Fixes
|
||||||
|
|
||||||
* Segfault due to incorrect value of SHELL environment variable (#3606)
|
* Segfault due to incorrect value of SHELL environment variable (#3606)
|
||||||
* Segfault when copying files under FreeBSD 9.3 (#3617)
|
* Segfault when copying files under FreeBSD 9.3 (#3617)
|
||||||
* Segfault when entering into some cpio archives (#3621)
|
* Segfault when entering into some cpio archives (#3621)
|
||||||
@ -68,15 +77,17 @@ Version 4.8.17
|
|||||||
Version 4.8.16
|
Version 4.8.16
|
||||||
|
|
||||||
- Core
|
- Core
|
||||||
|
|
||||||
* Support for ash + bugfixes for bash, fish (#2742)
|
* Support for ash + bugfixes for bash, fish (#2742)
|
||||||
* Find file: empty file name matches any file name (#3593)
|
* Find file: empty file name matches any file name (#3593)
|
||||||
* Find file: empty value of "Content" is used instead of "Search for content" checkbox to disable search for content (#3594)
|
* Find file: empty value of "Content" is used instead of "Search for content" checkbox to disable search for content (#3594)
|
||||||
* Listbox: don't wraparound on mouse scroll (#3554)
|
* Listbox: don't wraparound on mouse scroll (#3554)
|
||||||
* Internals:
|
* Internals:
|
||||||
* Listbox: various fixups (#3569: #3562, #3563, #3565, #3161)
|
- Listbox: various fixups (#3569: #3562, #3563, #3565, #3161)
|
||||||
* Split MSG_ACTION into MSG_ACTION and MSG_NOTIFY (#3566)
|
- Split MSG_ACTION into MSG_ACTION and MSG_NOTIFY (#3566)
|
||||||
|
|
||||||
- VFS
|
- VFS
|
||||||
|
|
||||||
* Support lzip compression format (#2673, #1541)
|
* Support lzip compression format (#2673, #1541)
|
||||||
* Support lz4 compression format (#3523)
|
* Support lz4 compression format (#3523)
|
||||||
* patchfs: support xz compression (#3443)
|
* patchfs: support xz compression (#3443)
|
||||||
@ -84,15 +95,18 @@ Version 4.8.16
|
|||||||
* Add mc.ext patterns for initramfs / initrd (#3115)
|
* Add mc.ext patterns for initramfs / initrd (#3115)
|
||||||
|
|
||||||
- Editor
|
- Editor
|
||||||
|
|
||||||
* Add golang syntax (MidnightCommander/mc#84)
|
* Add golang syntax (MidnightCommander/mc#84)
|
||||||
* Update Puppet syntax (MidnightCommander/mc#86)
|
* Update Puppet syntax (MidnightCommander/mc#86)
|
||||||
|
|
||||||
- Misc
|
- Misc
|
||||||
|
|
||||||
* Code cleanup (#3555, #3547, #3587)
|
* Code cleanup (#3555, #3547, #3587)
|
||||||
* Better subshell documentation (#3556)
|
* Better subshell documentation (#3556)
|
||||||
* Fixes to the English man pages by Denys Vlasenko
|
* Fixes to the English man pages by Denys Vlasenko
|
||||||
|
|
||||||
- Fixes
|
- Fixes
|
||||||
|
|
||||||
* Insufficient quoting in `mc.menu` (#2947)
|
* Insufficient quoting in `mc.menu` (#2947)
|
||||||
* Broken ./configure --without-internal-edit (#3601)
|
* Broken ./configure --without-internal-edit (#3601)
|
||||||
* Memory leaks (#3547, #3561, #3567, #3572)
|
* Memory leaks (#3547, #3561, #3567, #3572)
|
||||||
@ -123,6 +137,7 @@ Version 4.8.16
|
|||||||
Version 4.8.15
|
Version 4.8.15
|
||||||
|
|
||||||
- Core
|
- Core
|
||||||
|
|
||||||
* Minimal version of GLib is 2.26.0
|
* Minimal version of GLib is 2.26.0
|
||||||
* Use the PATH environment variable to search for the executable when opening pipe (#3444)
|
* Use the PATH environment variable to search for the executable when opening pipe (#3444)
|
||||||
* Support more than 2 (up to 9) columns in file panel in brief mode (#3212)
|
* Support more than 2 (up to 9) columns in file panel in brief mode (#3212)
|
||||||
@ -131,15 +146,18 @@ Version 4.8.15
|
|||||||
* Highlight find file's result in internal viewer (#3530)
|
* 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)
|
* Add hidden option to choose full or base file name in the status line (#3445)
|
||||||
* Improvements of syntax highlighting:
|
* Improvements of syntax highlighting:
|
||||||
- Lua (#3471)
|
- Lua (#3471)
|
||||||
- PKGBUILD (#3484)
|
- PKGBUILD (#3484)
|
||||||
|
|
||||||
- Misc
|
- Misc
|
||||||
|
|
||||||
* Text alignment in Info panel (#3155)
|
* Text alignment in Info panel (#3155)
|
||||||
* Select of menu file edit: change default button to "User" (#3493)
|
* Select of menu file edit: change default button to "User" (#3493)
|
||||||
* Recognize .gmo files as well as .mo ones (#3422)
|
* Recognize .gmo files as well as .mo ones (#3422)
|
||||||
@ -150,6 +168,7 @@ Version 4.8.15
|
|||||||
- VFS garbage collection (#3472)
|
- VFS garbage collection (#3472)
|
||||||
|
|
||||||
- Fixes
|
- Fixes
|
||||||
|
|
||||||
* Various memory leaks (#3438, #3439, #3440, #3457, #3458, #3459, #3460, #3461, #3462, #3475, #3520, #3521, #3522)
|
* Various memory leaks (#3438, #3439, #3440, #3457, #3458, #3459, #3460, #3461, #3462, #3475, #3520, #3521, #3522)
|
||||||
* Linux kernel-specific segfault on startup (#3441)
|
* Linux kernel-specific segfault on startup (#3441)
|
||||||
* Lost of Panelize contents in some cases (#3032, #3489, #3498, #3507)
|
* Lost of Panelize contents in some cases (#3032, #3489, #3498, #3507)
|
||||||
@ -166,7 +185,7 @@ 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)
|
||||||
|
|
||||||
@ -184,7 +203,7 @@ Version 4.8.14
|
|||||||
- 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
|
||||||
|
|
||||||
@ -227,8 +246,8 @@ Version 4.8.13
|
|||||||
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user