Subject: CVS commit: pkgsrc/graphics/gimp24
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 09/10/2006 22:59:16
Module Name:	pkgsrc
Committed By:	adam
Date:		Sun Sep 10 22:59:16 UTC 2006

Modified Files:
	pkgsrc/graphics/gimp24: Makefile PLIST distinfo
	pkgsrc/graphics/gimp24/patches: patch-aa patch-ab patch-ae

Log Message:
Changes 2.3.11:
- depend on newer versions of glib, gtk+ and pango and use some of the new
  features in these libraries
- made Ctrl-P the default shortcut for Print
- show progress when loading/saving XCF files
- added support for 16/32 bit bitmaps and alpha channel to the BMP plug-in
- if possible, detect the number of CPUs
- allow to disable the build of the Script-Fu extension
- many improvements to the Python bindings and the pygimp user interface
- made message dialogs transient for the progress window
- added PDB API for creating a selection from vectors
- further improved status bar messages for tools
- derive ByColorSelect and FuzzySelect tools from a common base class
- finer control over select-by-color functionality
- minor optimizations in the drawing code
- abstract brush outline drawing into the common base class GimpBrushTool
- store sample points in XCF files
- added extended PDB API for selection procedures
- added convenience API to libgimp that creates a layer from a GdkPixbuf
- added midpoint handles to Scale tool for scaling with fixed width or height
- let color picker tools select a matching color in the Palette Editor
- allow to use foreground and background color in gradients
- added first draft of a new Healing Brush tool
- abstract clone tool functionality into the common base class GimpSourceTool
- improvements to the new selection tools
- don't wake up the gimp every so often
- added GimpHintBox widget to libgimpwidgets
- bug fixes and code cleanup


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 pkgsrc/graphics/gimp24/Makefile
cvs rdiff -r1.13 -r1.14 pkgsrc/graphics/gimp24/PLIST
cvs rdiff -r1.8 -r1.9 pkgsrc/graphics/gimp24/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/graphics/gimp24/patches/patch-aa \
    pkgsrc/graphics/gimp24/patches/patch-ab
cvs rdiff -r1.2 -r1.3 pkgsrc/graphics/gimp24/patches/patch-ae

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