diff options
author | wiz <wiz@pkgsrc.org> | 2002-11-15 17:12:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-11-15 17:12:09 +0000 |
commit | ef0a81ffd3bb32fa85a84f93c263111e66b5b9e3 (patch) | |
tree | 39d33398a4b4106bbbd831255dcd424d4618fa09 /x11/gtk2/patches | |
parent | e2b53625e00d6c0e539da669b8334a14d6e65411 (diff) | |
download | pkgsrc-ef0a81ffd3bb32fa85a84f93c263111e66b5b9e3.tar.gz |
Update to 2.0.8.
Changes:
* Fix typo in io-gif.c that broke loading GIFS [Akira Tagoh]
* Improve redraws when scrolling on Win32 [Tor Lillqvist]
* Fix problem with RENDER and XFree86-4.1 [Owen Taylor, Jamie Zawinski]
* Fix problem with GtkImage placement [Owen, Sven Neumann, Soeren Sandmann]
* Updated translation (el)
* Fix some memory leaks in gdk-pixbuf [Sven Neumann]
* Pixbuf loader fixes [Federico Mena Quintero, Elliot Lee]
* Support depth 8 StaticColor in GdkRGB [Matthias Clasen]
* Win32 fixes and improvements [Tor Lillqvist]
- Keyboard handling fixes [Florian Dugent]
- Fixes for building and running on Cygwin [Masahiro Sakai]
- Fix gdk_window_scroll(), other GdkWindow fixes
- Misc bug and build fixes [Soren Andersen, Florent, Tim Evans,
J. Ali Harlow, Andreas Holzmann, Iwasa Kazmi]
* Improve tracking of toplevel focus state [Owen]
* XIM input method fixes [Takuro Ashie, HideToshi Tajima]
* Fix the longstanding problem with <,> keys and XIM [Owen Taylor]
* Fix GtkIMContextSimple for us-intl keyboards [Alexandre Oliva]
* GtkIMContextSimple updates for Eastern Europe [Stanislav Brabec]
* Fix the "key bindings randomly stop working" problem [Sebastian Ritau]
* GtkTextView fixes [Gustavo Giraldez, Padraig O'Briain, Shivaram Upadhyayula]
* GtkTreeView bugfixes [Jonathan Blandford, Kristian Rietveld]
- Various memleak, ref counting fixes [Jonathan, Jorn Baayen, Daniel
Elstner, Morten Welinder]
- gtk_tree_selection_selected_foreach now immediately returns if
the model is being changed [Havoc Pennington]
- Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
* GtkCombo fixes [Marco Pesenti Gritti, Zimler Attila, Matthias, Owen]
* Fix 64-bit problem with GtkFundamentalType [Ross Alexander, Manish Singh]
* New and updated translations (am,be,bg,ca,cs,da,de,el,es,el,fa,fr,hi,hu,
ja,ko,lv,ms,nl,no,pl,pt,pt_BR,ru,sk,sv,vi,zh_TW)
* Many miscellaneous bug fixes
Other contributors: Jacob Berkman, Alvert Chin, Chema Celorio,
David L. Cooper II, Brent Fox, Tim Janik, Marco Pesenti Gritti,
Alex Larsson, Zenith Lau, Thomas Leonard, Gaute Lindkvist,
Paolo Maggi, Andy Wingo, Jami Pekannen, Joshua N Pritikin,
Soeren Sandmann, Vitaly Tishkov, Morten Welinder
Diffstat (limited to 'x11/gtk2/patches')
-rw-r--r-- | x11/gtk2/patches/patch-ai | 12 | ||||
-rw-r--r-- | x11/gtk2/patches/patch-aj | 12 | ||||
-rw-r--r-- | x11/gtk2/patches/patch-ak | 12 | ||||
-rw-r--r-- | x11/gtk2/patches/patch-al | 12 |
4 files changed, 0 insertions, 48 deletions
diff --git a/x11/gtk2/patches/patch-ai b/x11/gtk2/patches/patch-ai deleted file mode 100644 index b69e60ac670..00000000000 --- a/x11/gtk2/patches/patch-ai +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ai,v 1.3 2002/04/06 15:48:55 dmcmahill Exp $ - ---- gdk/Makefile.am.orig Fri Mar 8 01:36:23 2002 -+++ gdk/Makefile.am -@@ -68,6 +68,7 @@ - # since automake doesn't support conditionalized libsomething_la_LDFLAGS - # we use the general approach here - LDFLAGS = @STRIP_BEGIN@ \ -+ @LDFLAGS@ \ - -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ - -export-dynamic \ - -rpath $(libdir) \ diff --git a/x11/gtk2/patches/patch-aj b/x11/gtk2/patches/patch-aj deleted file mode 100644 index 1df28b950a9..00000000000 --- a/x11/gtk2/patches/patch-aj +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aj,v 1.5 2002/08/25 19:23:32 jlam Exp $ - ---- gdk/Makefile.in.orig Sun Jun 16 01:16:19 2002 -+++ gdk/Makefile.in -@@ -214,6 +214,7 @@ - # since automake doesn't support conditionalized libsomething_la_LDFLAGS - # we use the general approach here - LDFLAGS = @STRIP_BEGIN@ \ -+ @LDFLAGS@ \ - -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ - -export-dynamic \ - -rpath $(libdir) \ diff --git a/x11/gtk2/patches/patch-ak b/x11/gtk2/patches/patch-ak deleted file mode 100644 index 1c854641b22..00000000000 --- a/x11/gtk2/patches/patch-ak +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ak,v 1.3 2002/04/06 15:48:55 dmcmahill Exp $ - ---- gtk/Makefile.am.orig Fri Mar 8 01:36:45 2002 -+++ gtk/Makefile.am -@@ -65,6 +65,7 @@ - # we use the general approach here - libgtkincludedir = $(includedir)/gtk-2.0/gtk - LDFLAGS = @STRIP_BEGIN@ \ -+ @LDFLAGS@ \ - -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ - -export-dynamic \ - -rpath $(libdir) \ diff --git a/x11/gtk2/patches/patch-al b/x11/gtk2/patches/patch-al deleted file mode 100644 index f4bb3d56c26..00000000000 --- a/x11/gtk2/patches/patch-al +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-al,v 1.5 2002/08/25 19:23:32 jlam Exp $ - ---- gtk/Makefile.in.orig Sun Jun 16 01:16:26 2002 -+++ gtk/Makefile.in -@@ -213,6 +213,7 @@ - # we use the general approach here - libgtkincludedir = $(includedir)/gtk-2.0/gtk - LDFLAGS = @STRIP_BEGIN@ \ -+ @LDFLAGS@ \ - -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ - -export-dynamic \ - -rpath $(libdir) \ |