Sun Mar 21 17:41:25 CET 2004 Thomas Nilsson * xmms/playlist.c: Changed a few lingering pthread_mutex_[un]lock(&playlist_mutex); to PL_[UN]LOCK(); We didn't clear the play queue when the playlist was cleared. * libxmms/xmmsctrl.[ch], xmms/controlsocket.[ch], xmms/playlist.[ch]: Added xmms_remote_playqueue_remove(); Patch by Michael Grigoriev * xmms/main.c: New option to display time as mmm:ss instead of switching to hh:mm (occurs at 100 minutes). Displaying remaning time will be 'broken' for songs longer than 99:59 as the '-' won't have room to be displayed. Patch by Neil Hodge