[Ap-python-commits] python/examples/aptk ChangeLog,1.12,1.13
Status: Beta
Brought to you by:
sjah
From: <sj...@us...> - 2002-07-24 07:06:05
|
Update of /cvsroot/ap-python/python/examples/aptk In directory usw-pr-cvs1:/tmp/cvs-serv12950/examples/aptk Modified Files: ChangeLog Log Message: ChangeLog updated. Index: ChangeLog =================================================================== RCS file: /cvsroot/ap-python/python/examples/aptk/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** ChangeLog 22 Jul 2002 16:27:06 -0000 1.12 --- ChangeLog 24 Jul 2002 07:05:56 -0000 1.13 *************** *** 1,2 **** --- 1,14 ---- + 2002-07-24 07:04 Evgeny Chukreev <co...@ec...> + + * panel.py, playlist.py: Make columns reoraderable. Change + selection mode to SELECTION_MULTIPLE. Add song changing by double + clicking on the situated row. Show currently playing song with a + mark in the CURRENT column. + + 2002-07-23 09:03 Evgeny Chukreev <co...@ec...> + + * Makefile.am, panel.py, playlist.py, playlist.xpm: Add playlist + support in panel example. + 2002-07-22 16:26 Evgeny Chukreev <co...@ec...> |