]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Fix off-by-one allocation errors. (#143337, Billy Biggs)
[~andy/gtk] / ChangeLog
index 1a9a138b9933b72ddaf88f66642116e12e7655bb..9f7bee17a516998121dc781633d63a71c536c143 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+Fri May 28 14:20:17 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/x11/gdkevents-x11.c: Fix off-by-one allocation 
+       errors. (#143337, Billy Biggs) 
+
+Thu May 27 16:36:22 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors): Set
+       bits within visual->depth that aren't used for color to
+       1s, in case they are alpha.
+
+2004-05-27  Anders Carlsson  <andersca@gnome.org>
+
+       * gtk/gtkfilechooserdefault.c (save_folder_combo_create): 
+       Make separator rows insensitive.
+
+Thu May 27 00:48:16 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkentrycompletion.c (gtk_entry_completion_set_text_column): 
+       Add more docs.
+
+Thu May 27 00:45:07 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkentrycompletion.h:
+       * gtk/gtkentrycompletion.c (gtk_entry_completion_get_text_column): 
+       Getter for text_column. Also make ::text_column a property.
+
 Thu May 27 00:11:01 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkmenuitem.c (gtk_menu_item_size_request): Fix a typo.