From 8a50e158c3d9eabf7f04f858b8770ea4bd433018 Mon Sep 17 00:00:00 2001 From: "Yury V. Zaytsev" Date: Sun, 2 Oct 2016 19:41:40 +0200 Subject: [PATCH] Update doc/NEWS file Signed-off-by: Yury V. Zaytsev --- doc/NEWS | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/doc/NEWS b/doc/NEWS index 5049eb401..a311da17b 100644 --- a/doc/NEWS +++ b/doc/NEWS @@ -1,3 +1,34 @@ +Version 4.8.18 + +- Core + * Alt-Enter, Ctrl-Enter and Ctrl-Shift-Enter shortcuts are bindable in file manager (#3075) + * Internals: + * Refactoring of widget subsystem (#2919, #3632) + +- Editor + * Add syntax highlighting: + * GLSL (#3683) + * CUDA (#3686) + +- Misc + * Code cleanup (#3641, #3652) + +- Fixes + * Build failure on FreeBSD (#3643) + * Incompatibility with NetBSD curses (#3665) + * Memory leaks (#3637) + * Subshell output lost on window resize under tmux, GNU screen (#3639) + * --with-subshell=optional does not work (#3642) + * Backward search is not interruptible (#3648) + * "Output lines" has no effect (#3655) + * Wrong handling of mouse clicks in long listing mode (#3661) + * Panelize resets marks on marked files in many cases (#3663) + * Cannot change directory in the active panel in some cases (#3669) + * Filtered View doesn't work (#3646, #3660) + * 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 - Core