summaryrefslogtreecommitdiff
path: root/x11/gtk2/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-11-20 16:50:19 +0000
committerwiz <wiz@pkgsrc.org>2005-11-20 16:50:19 +0000
commit486bb35ad585c6a06aa3e4707e15c7220ef55d50 (patch)
tree734f1c89cc30de23e828f2998a9a6c2129548ab2 /x11/gtk2/patches
parent3d8f166fae5617f43044091e49f60fdd3c68ba5c (diff)
downloadpkgsrc-486bb35ad585c6a06aa3e4707e15c7220ef55d50.tar.gz
Update to 2.8.7:
Overview of Changes from GTK+ 2.8.6 to GTK+ 2.8.7 ================================================= * GtkFileChooser - Don't special-case the names of Home and Desktop [Federico Mena Quintero] - Avoid loading more than one directory initially. [Federico] - Make the file chooser work better with window groups [Christian Persch] - Improve keynav in the pathbar [Carlos Garnacho, Andrei Yurkevich] - Don't access unmounted volumes [Federico] * GtkTextView - Avoid quadratic blowup when deleting text with lots of tags [Matthias Clasen] - Fix drag-selection corner cases [Arvind S N, Paolo Borelli] * GtkEntry - Add the entry completion popup to the window group [Christian Persch] * GtkTreeView - Fix background drawing in RTL locales [Eric Cazeaux] - Handle Shift-G for going back in typeahead search [Christian Neumair] * GtkComboBox - Leave Ctrl-PageUp/PageDown to applications [Christian Neumair] * Fix compilation problems with gtkcalendar.c [Matthias Hasselmann] * Add labels for GTK_STOCK_CONNECT and GTK_STOCK_DISCONNECT items [Richard Hult] * Resolve symbols in dlopened modules lazily [Laszlo Peter] * GDK - Don't try to set overlarge window icons [Claudio Saavedra] - Improve handling of odd keymaps [Kean Johnston] * Win32 changes - Speed up compositing [John Ehresman] - Improve handling of clipboard [Tor Lillqvist] - Improve visuals of scrollbars, toolbars, handleboxes and menubars in the ms-windows theme [Dom Lachowicz] - Make icon masks work on Win98 [Peter Zelezny] - Hide resize and maximize buttons on non-resizable windows [Tor] - Don't hide dotfiles [Tor] * Bug fixes [Kazuki Iwamoto, Ross Burton, Michael Natterer, Bogdan Nicula, Damien Carbery, Gustavo Carneiro, Tommi Komulainen, Thomas Klausner, Alexander Larsson, Bastien Nocera, Federico Mena Quintero, John Ehresman, Paolo Borelli, Antonio Sacchi, Christian Persch, Carlos Garnacho, Jeremy Cook, Nickolay V. Shmyrev, Richard Hult, Maxim Udushlivy, Peter Zelezny] * Documentation improvements [Paolo Borelli, Christian Neumair, Christian Persch
Diffstat (limited to 'x11/gtk2/patches')
-rw-r--r--x11/gtk2/patches/patch-ai12
1 files changed, 0 insertions, 12 deletions
diff --git a/x11/gtk2/patches/patch-ai b/x11/gtk2/patches/patch-ai
deleted file mode 100644
index 678e0d1bb94..00000000000
--- a/x11/gtk2/patches/patch-ai
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ai,v 1.11 2005/10/05 14:37:45 wiz Exp $
-
---- gtk/gtkcalendar.c.orig 2005-10-04 05:24:16.000000000 +0200
-+++ gtk/gtkcalendar.c
-@@ -566,6 +566,7 @@ gtk_calendar_init (GtkCalendar *calendar
- GtkCalendarPrivate *priv;
- gchar *year_before;
- gchar *langinfo;
-+ gchar *week_start;
- gint week_1stday = 0;
- gint first_weekday = 1;
- guint week_origin;