Mercurial > audlegacy
comparison ChangeLog @ 2514:7934ac463591 trunk
[svn] - removed unused function bmp_menu_translate()
- removed playlist_file_selection_browser() and replaced it with
make_filebrowser()
- modified make_filebrowser() behaviour
- adapted equalizer file loading/saving functions to new
make_filebrowser()
author | mf0102 |
---|---|
date | Tue, 13 Feb 2007 06:09:50 -0800 |
parents | 1e6d2d719876 |
children | 319b10203d7c |
comparison
equal
deleted
inserted
replaced
2513:1e6d2d719876 | 2514:7934ac463591 |
---|---|
1 2007-02-13 13:48:33 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> | |
2 revision [4036] | |
3 - delete id3 tag feature has been added. | |
4 - debug code in id3_render_paddedstring() which had prevented proper id3v1 rendering has been removed. | |
5 | |
6 trunk/src/libid3tag/file.c | 50 ++++++++++++++++++++++++++++++++++++------- | |
7 trunk/src/libid3tag/render.c | 5 +--- | |
8 2 files changed, 45 insertions(+), 10 deletions(-) | |
9 | |
10 | |
1 2007-02-12 22:26:29 +0000 William Pitcock <nenolod@sacredspiral.co.uk> | 11 2007-02-12 22:26:29 +0000 William Pitcock <nenolod@sacredspiral.co.uk> |
2 revision [4034] | 12 revision [4034] |
3 - unbreak relative path support. closes #791. | 13 - unbreak relative path support. closes #791. |
4 | 14 |
5 trunk/src/audacious/main.c | 19 +++++++++++++++---- | 15 trunk/src/audacious/main.c | 19 +++++++++++++++---- |