]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-0
Check args for NULL. (gtk_selection_default_handler): Replace manual list
[~andy/gtk] / ChangeLog.pre-2-0
index 521055bb6d39cb440cffe626fc1ce4f31bb9f239..5efcce60416624c360de3b66c2a7f08e128207bb 100644 (file)
@@ -1,3 +1,15 @@
+Thu Jan 21 17:13:12 1999  Jeff Garzik  <jgarzik@pobox.com>
+
+       * gtk/gtkselection.c:
+       (gtk_selection_property_notify): Check args for NULL.
+       (gtk_selection_default_handler):
+       Replace manual list count with call to g_list_length.
+       Remove signedness of temp var 'count' to agree with usage.
+       Slight spacing adjustment for readability.
+
+       * gtk/gtkbox.c, gtk/gtklayout.c, gtk/gtkselection.c:
+       Init a few ptrs to NULL, to quiet warnings.
+
 Thu Jan 21 16:03:02 1999  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkbutton.c (gtk_button_expose): Code cleanup.