comparison ChangeLog @ 2161:c12319817d7e trunk

[svn] - patch to add a scrolling voiceprint to the mini visualizer. Patch by: Troels Bang Jensen ([Marvin] on #audacious).
author nenolod
date Mon, 18 Dec 2006 08:44:33 -0800
parents fe6e7b9b4aac
children 48c8ecbfb282
comparison
equal deleted inserted replaced
2160:fe6e7b9b4aac 2161:c12319817d7e
1 2006-12-18 15:31:51 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp>
2 revision [3325]
3 - suppress noise on transition from pause to stop.
4
5 trunk/audacious/playback.c | 10 ++++++----
6 1 file changed, 6 insertions(+), 4 deletions(-)
7
8
1 2006-12-18 14:53:52 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> 9 2006-12-18 14:53:52 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp>
2 revision [3323] 10 revision [3323]
3 - change the cleanup order in mainwin_quit_cb() to avoid freeze on quit. 11 - change the cleanup order in mainwin_quit_cb() to avoid freeze on quit.
4 - replace deprecated g_main_iteration() with g_main_context_iteration(). 12 - replace deprecated g_main_iteration() with g_main_context_iteration().
5 13