CVSROOT:        /cvs/gnome
Module name:    banshee
Changes by:     abock   06/05/22 18:51:19

Modified files:
        .              : ChangeLog banshee.mdp 
        src/Banshee.Base: Makefile.am 
Added files:
        src/Banshee.Base: Catalog.cs 

Log message:
2006-05-22  Aaron Bockover  <[EMAIL PROTECTED]>

* banshee.mdp: Added new files to MonoDevelop project

* src/Banshee.Base/Catalog.cs: Added new Catalog class under Mono.Gettext
namespace (for now) to hopefully (in time) replace Mono.Unix.Catalog;
this new version supports gettext domains (necessary for plugins) and
binds gettext domains to assemblies; current draw-back is that calling
System.Reflection.Assembly.GetCallingAssembly does a stack walk and is
therefore slow (Mono.Gettext.Catalog.GetString is about twice as slow
as Mono.Unix.Catalog.GetString right now)

* src/Banshee.Base/Makefile.am: Added Catalog.cs

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=banshee&who=abock&date=explicit&mindate=2006-05-22%2018:50&maxdate=2006-05-22%2018:52

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to