summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-2-105
-rw-r--r--README.in5
3 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c0061b19e..6b0093a17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 c0061b19e..6b0093a17 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):
diff --git a/README.in b/README.in
index 715d69509..f6904570e 100644
--- a/README.in
+++ b/README.in
@@ -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
=============