Mercurial > audlegacy-plugins
diff ChangeLog @ 619:ca4cd00ca0c8 trunk
[svn] - now title_override works.
author | yaz |
---|---|
date | Thu, 08 Feb 2007 00:55:06 -0800 |
parents | a7a28782c1b0 |
children | 7a181a17f995 |
line wrap: on
line diff
--- a/ChangeLog Wed Feb 07 23:31:26 2007 -0800 +++ b/ChangeLog Thu Feb 08 00:55:06 2007 -0800 @@ -1,3 +1,15 @@ +2007-02-08 07:31:26 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> + revision [1322] + - revise input_id3_get_string() to take encoding of field into account. + - restore title_override options I accidentally dropped. + - remove unnecessary code. + + trunk/src/madplug/configure.c | 110 ------------------------------------------ + trunk/src/madplug/input.c | 60 +++++++++++----------- + trunk/src/madplug/plugin.c | 4 + + 3 files changed, 33 insertions(+), 141 deletions(-) + + 2007-02-08 02:26:47 +0000 Giacomo Lozito <james@develia.org> revision [1320] - aosd: added window class hints (aosd.Audacious)