summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@gtk.org>1998-04-24 01:03:32 +0000
committerTim Janik <timj@src.gnome.org>1998-04-24 01:03:32 +0000
commit5647eeecf32f8b3ae6a73c06c96107cbb13b297f (patch)
treedc351a2344f42f7625237703b6c6ef000a8919cc /ChangeLog.pre-2-2
parent3e3c14e9ef27a5156e453accd7906ed4cffd76c7 (diff)
downloadgdk-pixbuf-5647eeecf32f8b3ae6a73c06c96107cbb13b297f.tar.gz
merging changes from owen:
Wed Apr 15 20:42:46 1998 Owen Taylor <otaylor@gtk.org> * gtk/gtkpreview.c (gtk_preview_get_visuals): Make sure that when we are running with a non-installed colormap, in 8-bit pseudo-color, we actually are using the system visual. (Fixes *Bad Match* errors on Digital Unix machines with multiple 8-bit pseudo-color visuals) -r HEAD and -r gtk-1-0 are in sync now!
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-28
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 6ad0a4824..f064fb985 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -58,6 +58,14 @@ Wed Apr 15 05:13:09 1998 Tim Janik <timj@gtk.org>
(Damon Chaplin), which i got wrong when applying Damon's patch the last
time.
+Wed Apr 15 20:42:46 1998 Owen Taylor <otaylor@gtk.org>
+
+ * gtk/gtkpreview.c (gtk_preview_get_visuals): Make sure
+ that when we are running with a non-installed colormap,
+ in 8-bit pseudo-color, we actually are using the system
+ visual. (Fixes *Bad Match* errors on Digital Unix machines
+ with multiple 8-bit pseudo-color visuals)
+
1998-04-14 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gdk/gdkwindow.c (gdk_window_xid_at): Fix the problem introduced