0.1: creation => release 1.0 1.1: modification suggested by Marc Prud'hommeaux to get current playing song. small cleaning forgot to release :( 1.2: added quit command => release 1.2 1.3: time +/- seconds addition by Christian J. Robinson 1.4: /seconds option suggested by Volker Moell help, --help, launch suggested by Jean Delvare Help modified, code cleanup, launch+not added 1.5: License fix, thanks to Janet Casey usleep Warning fix Makefile improvements by Jean Delvare Song titles addition by Bjorn Torkelsson 1.6: Added getvol and is_stream functions suggested by Jean Delvare added xmmsnext.sh xmmsswitch.sh new examples added gettime and play list reset to directories (or whatever) suggested additions by Craig Emery : getpos, track, playlist sorted commands in the help added playfiles added remove (suggestd by Michael Schiansky ) code cleanup for commands needing one argument 1.7: Added track last and getlength Suggested 'play first' and 'play last' by Jean Delvare can be implemented with play first = xmmsctrl track 1 play last = xmmsctrl track `xmmsctrl getlength` = xmmsctrl track last Added xmmsctrl.spec for rpms by Jan IVEN 1.8: Suggestions: adding dir asked by dmitry kirsanov and appending files by Marc A. Tamsky , pretty printing of played time asked by Chris Bidmead , and printing of song's length asked by Draco Paladin . Added +file to add files or directories. Added -file to remove files or directories. Added color printing (use more or less -Rf to view HELP). Added an emacs transcriber from Chris Bidmead . Added print, a general printing function (deprecates all other printing commands). Fixed memory leaks. Renamed sample scripts with the .sh suffix. Added conditional print (eq,neq). Added uniq command to remove duplicates from the playlist. Added the sample script playlist2html.sh to demonstrate the print command. Added clear to clear the playlist.