Browse Source

Update doc/NEWS file

Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
Yury V. Zaytsev 8 years ago
parent
commit
8a50e158c3
1 changed files with 31 additions and 0 deletions
  1. 31 0
      doc/NEWS

+ 31 - 0
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