Update of /cvsroot/gtkpod/gtkpod
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14842

Modified Files:
        ChangeLog_detailed configure.in 
Log Message:
         * display_itdb.c, context_menus.c, misc_confirm.c,
           misc_track.c: provisions for podcasts DND and podcasts
           deletion.



Index: ChangeLog_detailed
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/ChangeLog_detailed,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- ChangeLog_detailed  12 Nov 2005 13:28:02 -0000      1.100
+++ ChangeLog_detailed  12 Nov 2005 16:54:15 -0000      1.101
@@ -10,6 +10,12 @@
         * gtkpod.glade: added scrollbars for smart playlist
            rules-view.
 
+        * display_spl.c: remember last size of edit smartlist window.
+
+        * display_itdb.c, context_menus.c, misc_confirm.c,
+           misc_track.c: provisions for podcasts DND and podcasts
+           deletion.
+
 2005-11-10 Jorg Schuler <[EMAIL PROTECTED]>
 
         * moved mkdirhier() from file_export.c to misc.c

Index: configure.in
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/configure.in,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- configure.in        2 Oct 2005 14:34:33 -0000       1.77
+++ configure.in        12 Nov 2005 16:54:15 -0000      1.78
@@ -38,6 +38,12 @@
 dnl we need 'flex'
 AM_PROG_LEX
 
+if ! test `which $LEX`; then
+   echo LEX: $LEX
+   AC_MSG_FAILURE([**** flex or lex required])
+fi
+
+
 dnl Retrieve the path of mount and umount binaries
 AC_PATH_PROG(MOUNT, mount)
 AC_SUBST(MOUNT)



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
gtkpod-cvs2 mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to