diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 5 | ||||
-rw-r--r-- | README.in | 5 |
3 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,8 @@ +Tue Dec 13 09:47:20 2005 Tim Janik <timj@gtk.org> + + * README.in: added a link to the fgloating reference docs in the + 2.10 release NEWS section. + 2005-12-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_index): diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index c0061b19e7..6b0093a178 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Tue Dec 13 09:47:20 2005 Tim Janik <timj@gtk.org> + + * README.in: added a link to the fgloating reference docs in the + 2.10 release NEWS section. + 2005-12-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_index): @@ -45,8 +45,9 @@ Release notes for 2.10 * GtkObject now uses the "floating reference" support in GObject. GTK_OBJECT_IS_FLOATING() will still work, but direct checking of the GTK_FLOATING flag will no longer detect the floating - reference. - + reference. Details about floating references can be found in the docs: + http://developer.gnome.org/doc/API/2.0/gobject/gobject-The-Base-Object-Type.html#floating-ref + Release notes ============= |