Subject: CVS commit: pkgsrc/devel/eel
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 01/28/2005 14:58:28
Module Name:	pkgsrc
Committed By:	adam
Date:		Fri Jan 28 14:58:28 UTC 2005

Modified Files:
	pkgsrc/devel/eel: Makefile PLIST distinfo
	pkgsrc/devel/eel/patches: patch-aa

Log Message:
Changes 1.0.2:
* Greatly speed up preference handling by storing visibility and
  default values internally rather than using GConf (Ramiro)
* Use a 64K buffer instead of a 4K one for faster image loading (Darin)
* Speed up some bad bottlenecks in scalable font handling (Alex)
* Fix bugs that would treat dark backgrounds as light (Darin)
* Fix storage leaks (Anders, Darin)
* Make EelList work better as a replacement for GtkCList (Maciej)
* Create the trash directory when needed during drag (Jonathan)
* Fix problems in multibyte locales (James Su, Alex)
* Set up directories so you can install eel for gnome 1 and eel for
  gnome 2 on the same machine (Ramiro)
* Translate messages properly by using a different gettext for
  library vs. application messages (Darin)
* Don't segfault if a NULL MIME type is returned by gnome-vfs (Darin)
* Use a special drop type instead of a special file name for resetting
  the background -- this means that the reset feature won't work until
  you get a new Nautilus (Andy)
* Make drop feedback nicer for EelCTree by bolding text as well as
  darkening the icon (Maciej)
* More flexibility in the preferences class (Ramiro)
* Add more EelStringList functions (Ramiro)
* Add feature where EelImage can render at a lower opacity when
  the widget is insensitive if requested (Ramiro)
* Add more ArtPoint and ArtDRect functions (Ramiro)


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 pkgsrc/devel/eel/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/eel/PLIST
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/eel/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/eel/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.