1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
* Wed Apr 24 12:41:41 2002, pabs <pabs@pablotron.org>
* xmms.c: initial code complete
* Wed Apr 24 14:36:02 2002, pabs <pabs@pablotron.org>
* xmms.c: generated RDoc API reference
* xmms.c: added constants for maximum and minimum volume and bands,
and for the nubmer of bands (MAX_VOL, MIN_VOL, MAX_BAND, MIN_BAND,
and NUM_BANDS, respectively)
* xmms.c: updated rdoc comments and README for
Xmms::Remote#{get,set}_balance quirk
* xmms.c: correctly spaced examples so rdoc will format them properly
* regenerated API reference
* Wed Apr 24 16:09:28 2002, pabs <pabs@pablotron.org>
* xmms.c: added examples/get_playlist.rb
* released version 0.1.0
* Thu Apr 25 19:45:19 2002, pabs <pabs@pablotron.org>
* xmms.c: added Xmms::Remote::connect (synonym for Xmms::Remote::new)
* xmms.c: added Xmms::Remote::{list,pl} (synonyms for
Xmms::Remote::playlist)
* xmms.c: band calls throw exception if requested band is out of range
* Sun May 05 02:25:43 2002, pabs <pabs@pablotron.org>
* xmms.c: added band contants previously, but forgot to mention it.
* xmms.c: removed $XMMS; egregious namespace violation :)
* Mon May 13 13:11:16 2002, pabs <pabs@pablotron.org>
* xmms.c: applied set_volume fix from Derrick Wood <dwood@cs.utsa.edu>
* ChangeLog: modified ChangeLog format (added email address and file)
* xmms.c: compiles clean with -pedantic (as clean as it can)
* Thu May 23 13:13:50 2002, pabs <pabs@pablotron.org>
* doc: updated rdoc documentation
* released version 0.1.1
* Sun Jul 28 16:27:29 2002, pabs <pabs@pablotron.org>
* xmms.c: Fixed get_info bug reported by Charles Blackburn
<charlesb@summerfield-technology.co.uk>
Thu Oct 31 10:44:58 2002, pabs <pabs@pablotron.org>
* removed doc/ from CVS
* Sat Jul 10 14:24:29 2004, pabs <pabs@pablotron.org>
* xmms.c: update documentation for get_playlist_time (fixes ambiguity
reported by Ian Macdonald <ian@caliban.org>)
* xmms.c: added block form to Xmms::Remote#playlist
* Sat Jul 10 14:51:30 2004, pabs <pabs@pablotron.org>
* xmms.c: check to make sure session is running before executing remote
commands; raise an Xmms::Error exception if it isn't. This appears to fix
the Xmms::Remote#get_info sillyness here. Can anyone else confirm?
* xmms.c: update documentation of all methods to reflect Xmms::Error
behavior.
* xmms.c: 'indexes' => 'indices'. Did I learn english in a barn?
* xmms.c: update documentation to reflect all possible exceptions
* Sat Jul 10 17:14:07 2004, pabs <pabs@pablotron.org>
* xmms.c: fix xr_pl block mode
* README: increment version number and date
* added examples/m3u.rb
* added examples/pls.rb
* examples/get_playlist.rb: minor updates
* examples/test_xmms.rb: ditto
* Sat Jul 10 17:29:50 2004, pabs <pabs@pablotron.org>
* MANIFEST: updated to reflect new examples
* releasing version 0.1.2
|