diff options
author | Fredrik Lanker <fredrik.lanker@gmail.com> | 2009-01-03 12:15:28 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-03 12:15:28 +0100 |
commit | 9416a2a96bc45e98387297dc3d3846285d380c4f (patch) | |
tree | c8011411a70fe91240a9f464fbaf26d20514549a /NEWS | |
parent | 0c479e3802a334c02d427445679dabcc8031fa18 (diff) | |
download | mpd-9416a2a96bc45e98387297dc3d3846285d380c4f.tar.gz mpd-9416a2a96bc45e98387297dc3d3846285d380c4f.tar.xz mpd-9416a2a96bc45e98387297dc3d3846285d380c4f.zip |
match: enable regular expressions when using find
It uses g_regex_match_simple() in glib and is case insensitive. The
search in the NCMPC_MINI case is unchanged.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ ncmpc 0.13 - not yet released * new --disable-multibyte configure option; this allows you to disable wide character support, retaining multibyte character support + * search with regular expressions ncmpc 0.12 - 2008-12-05 |