Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/include


Modified Files:
        entropy.h 
Added Files:
        ewl_tip.h 


Log Message:
Whoa! Lots of changes:

* A more complete MIME-type engine.  You can now place 'uris' or 'paths' in 
mime-actions, e.g.: 'evfscat "%u" | mplayer -cache 8192 -" will replace "%u" 
with the fully qualified URI for the file.  This is a bit of a hack right now, 
and needs to be made more generic.
* A bug I'll pretend never happened: Due to an 'operation-order' bug in the 
incremental icon-add code, the icon-viewer would miss 1 file per cycle from the 
icon listing.  Oops
* A few core memory-leak avoidances

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/entropy.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- entropy.h   26 Nov 2005 23:53:08 -0000      1.11
+++ entropy.h   6 Dec 2005 09:56:10 -0000       1.12
@@ -76,6 +76,7 @@
 void entropy_core_config_save();
 char* entropy_core_home_dir_get();
 char* entropy_thumbnail_dir_get();
+int entropy_core_tooltip_status_get();
 int entropy_config_int_get(char* module, char* key);
 void entropy_config_int_set(char* module, char* key, int value);
 




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to