From: <jc...@us...> - 2005-11-19 07:29:54
|
Update of /cvsroot/gtkpod/gtkpod In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21887 Modified Files: ChangeLog ChangeLog_detailed Log Message: * updated smart playlists automatically if 'live updating' is set. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtkpod/gtkpod/ChangeLog,v retrieving revision 1.147 retrieving revision 1.148 diff -u -d -r1.147 -r1.148 --- ChangeLog 19 Nov 2005 05:32:09 -0000 1.147 +++ ChangeLog 19 Nov 2005 07:29:46 -0000 1.148 @@ -24,6 +24,9 @@ IMPROVEMENT: Remember size of 'Edit Smart Playlist' dialog and use scrolled window for the rules display. + IMPROVEMENT: Update smart playlists automatically (on + load/display/save) if 'live updating' is set. + UPDATED: Italian translation (thanks to Edward Matteucci) BUGFIX: 'Check iPod's files' could crash under certain Index: ChangeLog_detailed =================================================================== RCS file: /cvsroot/gtkpod/gtkpod/ChangeLog_detailed,v retrieving revision 1.104 retrieving revision 1.105 diff -u -d -r1.104 -r1.105 --- ChangeLog_detailed 19 Nov 2005 05:32:10 -0000 1.104 +++ ChangeLog_detailed 19 Nov 2005 07:29:46 -0000 1.105 @@ -3,6 +3,9 @@ * file.c, file.h, file_itunesdb.c: basic video support -- thanks to Uwe Hermann for the input. + * updated smart playlists automatically if 'live updating' is + set. + 2005-11-17 Jorg Schuler <jc...@us...> * configure.in: make check for flex fatal. |