diff --git a/ChangeLog b/ChangeLog index 6be20206a9..cc8d2ca721 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-10-04 Matthias Clasen + * gtk/gtkcelllayout.c (gtk_cell_layout_clear): Improve + docs. (#154504, Dave Cook) + * gtk/gtkwindow.c (gtk_window_set_icon_list): (gtk_window_set_default_icon_list): Ref the new icons before unreffing the old ones. (#154468, Morten Welinder) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 6be20206a9..cc8d2ca721 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2004-10-04 Matthias Clasen + * gtk/gtkcelllayout.c (gtk_cell_layout_clear): Improve + docs. (#154504, Dave Cook) + * gtk/gtkwindow.c (gtk_window_set_icon_list): (gtk_window_set_default_icon_list): Ref the new icons before unreffing the old ones. (#154468, Morten Welinder) diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 6be20206a9..cc8d2ca721 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,8 @@ 2004-10-04 Matthias Clasen + * gtk/gtkcelllayout.c (gtk_cell_layout_clear): Improve + docs. (#154504, Dave Cook) + * gtk/gtkwindow.c (gtk_window_set_icon_list): (gtk_window_set_default_icon_list): Ref the new icons before unreffing the old ones. (#154468, Morten Welinder) diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 6be20206a9..cc8d2ca721 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,8 @@ 2004-10-04 Matthias Clasen + * gtk/gtkcelllayout.c (gtk_cell_layout_clear): Improve + docs. (#154504, Dave Cook) + * gtk/gtkwindow.c (gtk_window_set_icon_list): (gtk_window_set_default_icon_list): Ref the new icons before unreffing the old ones. (#154468, Morten Welinder) diff --git a/gtk/gtkcelllayout.c b/gtk/gtkcelllayout.c index 64d27539d8..7806ad4f3f 100644 --- a/gtk/gtkcelllayout.c +++ b/gtk/gtkcelllayout.c @@ -105,7 +105,8 @@ gtk_cell_layout_pack_end (GtkCellLayout *cell_layout, * gtk_cell_layout_clear: * @cell_layout: A #GtkCellLayout. * - * Unsets all the mappings on all renderers on @cell_layout. + * Unsets all the mappings on all renderers on @cell_layout and + * removes all renderers from @cell_layout. * * Since: 2.4 */