summaryrefslogtreecommitdiff
path: root/x11/gtk2/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-01-08 16:41:31 +0000
committerdrochner <drochner@pkgsrc.org>2007-01-08 16:41:31 +0000
commita125e2fdd7d015eb0b00572009baa08af65ec8ce (patch)
tree0a4eb8471fe4d2a2022f08c1fe0d644bbdd9fd95 /x11/gtk2/patches
parent3ebd7e81ef9522f8523c508eb05e5ff18e334979 (diff)
downloadpkgsrc-a125e2fdd7d015eb0b00572009baa08af65ec8ce.tar.gz
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
Diffstat (limited to 'x11/gtk2/patches')
-rw-r--r--x11/gtk2/patches/patch-ac16
1 files changed, 0 insertions, 16 deletions
diff --git a/x11/gtk2/patches/patch-ac b/x11/gtk2/patches/patch-ac
deleted file mode 100644
index b021b57b8f2..00000000000
--- a/x11/gtk2/patches/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ac,v 1.12 2005/04/15 13:47:25 wiz Exp $
-
---- gdk/x11/gdkspawn-x11.c.orig 2005-03-16 04:25:09.000000000 +0100
-+++ gdk/x11/gdkspawn-x11.c
-@@ -28,6 +28,11 @@
- #include <gdk/gdk.h>
- #include "gdkalias.h"
-
-+#if defined(__APPLE__)
-+#include <crt_externs.h>
-+#define environ (*_NSGetEnviron())
-+#endif
-+
- extern char **environ;
-
- /**