[Pyxine-checkins] pyxine ChangeLog,1.3,1.4
Status: Pre-Alpha
Brought to you by:
dairiki
|
From: <da...@us...> - 2003-02-12 18:06:51
|
Update of /cvsroot/pyxine/pyxine In directory sc8-pr-cvs1:/tmp/cvs-serv8069 Modified Files: ChangeLog Log Message: A couple more typo/bug fixes. (Thanks to gabor for the reports.) Index: ChangeLog =================================================================== RCS file: /cvsroot/pyxine/pyxine/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- ChangeLog 11 Feb 2003 23:52:11 -0000 1.3 +++ ChangeLog 12 Feb 2003 18:06:15 -0000 1.4 @@ -1,3 +1,11 @@ +2003-02-12 Geoffrey T. Dairiki <da...@da...> + + * 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 <da...@da...> * pxlib/Callback.cc (rep_t, ~rep_t): Remove debugging calls to |