mc: update to 4.8.15

bump version to 4.8.15
fix charset / utf-8 support
fix different warnings during startup
merge all configuration files in /etc/mc
enable internal editor & charset support by default

Signed-off-by: Dirk Brenken <dirk@brenken.org>
This commit is contained in:
Dirk Brenken
2015-11-15 13:44:25 +01:00
parent 2a5d519d01
commit 46d99ac2f4
2 changed files with 32 additions and 28 deletions
+4 -5
View File
@@ -10,10 +10,10 @@ config MC_DIFFVIEWER
config MC_EDITOR
bool "Enable internal editor"
default n
default y
help
This option enables the built-in file editor.
Disabled by default.
Enabled by default.
config MC_SUBSHELL
bool "Enable concurrent subshell"
@@ -41,12 +41,11 @@ config MC_BACKGROUND
config MC_CHARSET
bool "Enable charset support"
default n
default y
help
This option adds support for selecting character set of the text in
the internal viewer and editor and converting it on the fly.
The implementation is currently incomplete.
Disabled by default.
Enabled by default.
config MC_VFS
bool "Enable virtual filesystem support"