diff options
author | Max Kellermann <max@duempel.org> | 2008-12-25 04:47:56 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-12-25 04:47:56 +0100 |
commit | 20cd751db12c400c98533c1b98fa984a9aecf9db (patch) | |
tree | 07e677b4277c07386dee4e940909483d1941b06c /NEWS | |
parent | 844bc26c63e8a0b448a7da6ee89acdcc4585924a (diff) | |
download | mpd-20cd751db12c400c98533c1b98fa984a9aecf9db.tar.gz mpd-20cd751db12c400c98533c1b98fa984a9aecf9db.tar.xz mpd-20cd751db12c400c98533c1b98fa984a9aecf9db.zip |
configure.ac: added --disable-multibyte
This allows you to disable wide character support, retaining multibyte
character support.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ ncmpc 0.13 - not yet released * added output configuration screen, default hotkey F8 * new --disable-locale configure option + * new --disable-multibyte configure option; this allows you to + disable wide character support, retaining multibyte character + support ncmpc 0.12 - 2008-12-05 |