Mercurial > audlegacy
diff ChangeLog @ 2130:fb57249c8702 trunk
[svn] do not assume that a tuple field exists just cause the tuple does, regexec hates null strings
author | giacomo |
---|---|
date | Fri, 15 Dec 2006 11:22:42 -0800 |
parents | 0d845907c0b9 |
children | a416e188db64 |
line wrap: on
line diff
--- a/ChangeLog Fri Dec 15 11:14:46 2006 -0800 +++ b/ChangeLog Fri Dec 15 11:22:42 2006 -0800 @@ -1,3 +1,12 @@ +2006-12-15 19:14:46 +0000 Giacomo Lozito <james@develia.org> + revision [3263] + added a regex-based search option in playlist that allows to select playlist entries using multiple match criteria + trunk/audacious/playlist.c | 131 ++++++++++++++++++++++++++++++++++++++++++ + trunk/audacious/playlist.h | 1 + trunk/audacious/ui_playlist.c | 114 +++++++++++++++++++++++++++++++++++- + 3 files changed, 244 insertions(+), 2 deletions(-) + + 2006-12-15 18:48:13 +0000 William Pitcock <nenolod@nenolod.net> revision [3261] - bail after 15 failures to find an acceptable playback candidate