diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-03-30 20:01:38 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-03-30 20:01:38 +0000 |
commit | 64075c33e9169a8295eee03a7981f21692218b46 (patch) | |
tree | d7f02b6114697fdb2114eb33aadbd567a052272f /x11/gtk2/patches/patch-af | |
parent | 8824f3b85659870027d5315f08eca69de4b19b04 (diff) | |
download | pkgsrc-64075c33e9169a8295eee03a7981f21692218b46.tar.gz |
update to gtk2-2.0.1
Overview of Changes in GTK+ 2.0.1
=================================
* GtkTreeView fixes and performance improvements
[Kristian Rietveld, Jonathan Blandford, Mike Piepe, Dave Camp]
* GtkTextView fixes [Havoc Pennington]
* Fix problems with accelerators on Solaris [Padraig O'Briain]
* Some fixes for key bindings on keypad keys [Owen Taylor]
* Fix problem with RENDER use on big endian machines
[Owen Taylor, with help from Tuomas Kuosmanen]
* Win32 fixes, especially dashed line drawing
[Tor Lillqvist, Hans Breuer]
* Compile with -D_REENTRANT when appropriate [Sven Numann]
* Compiler warning cleanups [Erwann Chenede]
* Fix handling of font-name XSETTING [Richard Hestilow]
* Make linux-fb backend compile again [Carlo E. Prelz, Alex Larsson]
* Fix problems with inappropriate menu scroll arrows [Owen]
* Stock icon improvements [Jakub Steiner, Tuomas]
* Much work on pixbuf loader robustness [Matthias Clasen]
* Documentation improvements [Matthias, Vitaly Tiskkov]
* Fix some crashes in GtkWindow accelerator handling code
[Dave Camp, Matt Wilson]
* Misc bug fixes
Other contributors: Jacob Berkman, Dennis Björklund, Seth Burgess,
Murray Cumming, Johan Dahlin, John Ellis, Kang Jeong-He,
James Henstridge, Richard Hult, Thomas Leonard, LEE Sau Dan,
Alexey A. Malyshev, Mark McLoughlin, Michael Meeks, Sven Neumann,
Andras Salamon, Soeren Sandmann, Dan Winship, Yao Zhang
Diffstat (limited to 'x11/gtk2/patches/patch-af')
-rw-r--r-- | x11/gtk2/patches/patch-af | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gtk2/patches/patch-af b/x11/gtk2/patches/patch-af index b996c8f964d..7be6c5b2605 100644 --- a/x11/gtk2/patches/patch-af +++ b/x11/gtk2/patches/patch-af @@ -1,4 +1,4 @@ -$NetBSD: patch-af,v 1.1.1.1 2002/03/24 20:34:37 dmcmahill Exp $ +$NetBSD: patch-af,v 1.2 2002/03/30 20:01:39 dmcmahill Exp $ --- demos/gtk-demo/main.c.orig Sat Mar 2 23:16:18 2002 +++ demos/gtk-demo/main.c |