Subject: CVS commit: pkgsrc/x11/gtk2
To: None <pkgsrc-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 01/08/2007 16:41:32
Module Name:	pkgsrc
Committed By:	drochner
Date:		Mon Jan  8 16:41:31 UTC 2007

Modified Files:
	pkgsrc/x11/gtk2: Makefile PLIST distinfo
Removed Files:
	pkgsrc/x11/gtk2/patches: patch-ac

Log Message:
update to 2.10.7
changes:
* GtkNotebook
 - Tab reordering is a less intrusive
 - Rendering fixes on win32

* GtkTreeView
  - Column resizing works correctly in right-to-left languages
  - Many scrolling bugs have been fixed

* GtkTextView:
  - Improved scrolling during DND.

* GtkRecentManager is more robust against bad URIs

* Print support:
 - The cups backend works with 'BrowseShortNames Off'
   in the cups configuration
 - Multi-valued options are properly passed to cups
 - Fix build with cups 1.3
 - A few IPP compliance issues have been fixed
 - Make the lpr backend work on BSD

* Input methods:
 - GtkEntryCompletion works with input methods
 - The Thai input method has been replace by a functional
   Thai and Lao input method based on libthai

* Accessibility support:
 - GtkMessageDialog sets accessible name role explicitly

* Theme support:
 - The semantics of the gtk-color-scheme setting has been
   slightly changed. Values from rc files are still merged
   together, but the X setting just overrides the prior table.

* GdkPixbuf:
 - gdk_pixbuf_loader_write() now closes the loader when
   returning FALSE, as documented
 - The BMP loader supports more BMP variants, including
   transparency and 10-bit channels.

-bugfixes
-translation updates


To generate a diff of this commit:
cvs rdiff -r1.133 -r1.134 pkgsrc/x11/gtk2/Makefile
cvs rdiff -r1.51 -r1.52 pkgsrc/x11/gtk2/PLIST
cvs rdiff -r1.77 -r1.78 pkgsrc/x11/gtk2/distinfo
cvs rdiff -r1.12 -r0 pkgsrc/x11/gtk2/patches/patch-ac

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