Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 03/10/2001 12:50:38
Module Name:	pkgsrc
Committed By:	drochner
Date:		Sat Mar 10 10:50:38 UTC 2001

Modified Files:
	pkgsrc/x11/gtk: Makefile
	pkgsrc/x11/gtk/files: md5 patch-sum
	pkgsrc/x11/gtk/patches: patch-aa patch-ab patch-ac
	pkgsrc/x11/gtk/pkg: PLIST

Log Message:
update to 1.2.9.
Overview of Changes in GTK+ 1.2.9:

* Move include files into a gtk-1-2/ subdir to support parallel
  installation with GTK+-2.0. If you are installing from source
  on top of a previous version, you should to remove $(includedir)/gdk/
  and $(includedir)/gtk/ manually before installing the new version.
* Improved submenu navigation.
* Other small useability improvements for menus, scrollbars, etc.
* Patch enabling themes with better appearance by making some
  geometry parameters settable.
* Changes so that using fonts (as well as fontsets) for
  non-iso-8859-1 locales will work.
* New --with-native-locale configure option for faster string
  handling on systems with non-broken locale support.
* Refuse to initialize GTK+ when setuid (http://www.gtk.org/setuid.html)
* Change to make GdkRGB use less SHM segments.
* Addition of .pc files
* Many bug fixes


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 pkgsrc/x11/gtk/Makefile
cvs rdiff -r1.16 -r1.17 pkgsrc/x11/gtk/files/md5
cvs rdiff -r1.10 -r1.11 pkgsrc/x11/gtk/files/patch-sum
cvs rdiff -r1.20 -r1.21 pkgsrc/x11/gtk/patches/patch-aa
cvs rdiff -r1.11 -r1.12 pkgsrc/x11/gtk/patches/patch-ab
cvs rdiff -r1.10 -r1.11 pkgsrc/x11/gtk/patches/patch-ac
cvs rdiff -r1.29 -r1.30 pkgsrc/x11/gtk/pkg/PLIST

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