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
|
2003-02-12 Geoffrey T. Dairiki <dairiki@dairiki.org>
* Makefile: Increment PYXINE_VERSION
* README: Instructions for playing an audio file were wrong.
Added some notes about the example players.
* pxlib/Geometry.cc (to_string): Add namespace to
std::ostringstream
* pxlib/XDisplay.cc (select_input): Remove spurious (and wrong)
'inline' declaration.
2003-02-11 Geoffrey T. Dairiki <dairiki@dairiki.org>
* pxlib/Callback.cc (rep_t, ~rep_t): Remove debugging calls to
cerr.form(). Apparently ostream::form() is a GNU extension.
Don't use it!
2003-02-07 Geoffrey T. Dairiki <dairiki@dairiki.org>
* README: Add xine-lib to requirements
2003-02-07 Geoffrey T. Dairiki <dairiki@dairiki.org>
First release: pyxine-0.1alpha1.
|