From: doursse Date: Wed, 31 Oct 2007 20:16:37 +0000 (+0000) Subject: Update ChangeLog X-Git-Tag: submit/2.0alpha-wayland/20121127.222018~422 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9be76bffe9419292e4bcbd4694ad9c1dd279b3f1;p=profile%2Fivi%2Femotion.git Update ChangeLog git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@32270 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/ChangeLog b/ChangeLog index ebd45c3..e47b581 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2007-10-31 Vincent Torri + + * configure.in: + * src/bin/emotion_test_main.c: + * src/lib/Makefile.am: + * src/lib/emotion_private.h: + * src/lib/emotion_smart.c: + * src/modules/Makefile.am: + * src/modules/emotion_gstreamer.c: + Use ecore_plugin instead of dlfcn + The modules names are now "xine" and "gstreamer" (it's useless to add + the extension, as ecore_plugin does not need it). + Look for the modules in path that is pointed by the env variable + EMOTION_MODULES_DIR first. + Fix a leak in the gstreamer module + Remove some trailing spaces + Fix bug #223 + + add the support of URI playback. Minor fixes. + Fix bug #114 + 2007-09-01 Vincent Torri * src/modules/emotion_gstreamer.c: (em_file_open):