summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@nuclecu.unam.mx>1998-03-10 02:21:15 +0000
committerArturo Espinosa <unammx@src.gnome.org>1998-03-10 02:21:15 +0000
commit239a12d0d140ad98ac7c85f7aa46411291250dda (patch)
treeb5de04e70bfc75eae60bb36543fcfe649bc0e065 /ChangeLog.pre-2-6
parent2ab3ec6cbd3d40be95d262e03aa8d8cab353b9a4 (diff)
downloadgdk-pixbuf-239a12d0d140ad98ac7c85f7aa46411291250dda.tar.gz
We now accept the color parameter to be NULL. If it is NULL, it will mark
1998-03-09 Federico Mena Quintero <federico@nuclecu.unam.mx> * gtk/gtkclist.c (gtk_clist_set_foreground): We now accept the color parameter to be NULL. If it is NULL, it will mark the row with "color not set", so it will be repainted with the default color. (gtk_clist_set_background): Likewise.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-67
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 849203104..21d28413d 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,10 @@
+1998-03-09 Federico Mena Quintero <federico@nuclecu.unam.mx>
+
+ * gtk/gtkclist.c (gtk_clist_set_foreground): We now accept the
+ color parameter to be NULL. If it is NULL, it will mark the row
+ with "color not set", so it will be repainted with the default color.
+ (gtk_clist_set_background): Likewise.
+
Mon Mar 9 15:48:10 1998 Tim Janik <timj@gimp.org>
* Signal signedness and naming corrections, plus GtkType fixes: