]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-8
take value_spacing into account for GTK_POS_LEFT.
[~andy/gtk] / ChangeLog.pre-2-8
index 521055bb6d39cb440cffe626fc1ce4f31bb9f239..1bd91e06ee74dcb32ef01853f3ada125c4d9aca9 100644 (file)
@@ -1,3 +1,27 @@
+Fri Jan 22 07:33:44 1999  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkvscale.c (gtk_vscale_pos_trough): take value_spacing into
+       account for GTK_POS_LEFT.
+
+       * gtk/gtkradiobutton.c (gtk_radio_button_set_group): use
+       gtk_toggle_button_set_active () to set the new state.
+       (gtk_radio_button_new): only _set_group if group != NULL.
+       (gtk_radio_button_clicked): reference the widget.
+       (gtk_radio_button_init): make radio buttons active upon
+       startup.
+
+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.