diff options
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 777ce08932..2cf76c7be7 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,9 +1,16 @@ 2005-08-15 Matthias Clasen <mclasen@redhat.com> + * gtk/gtksizegroup.c: Use object data to mark widgets and + groups as visited, so that we avoid constant extra list + traversals. Also allocate quarks in class_init. (#311618, + Michael Natterer) + * gtk/gtkicontheme.c (gtk_icon_theme_lookup_icon): Correct the download location for the hicolor icon theme. (#313475, Olexiy Avramchenko) + * gtk/gtkicontheme.c: Remove debug spew. + 2005-08-15 Owen Taylor <otaylor@redhat.com> * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_back_pixmap): |