From ff8393e9646b7865ad3de2f21e88dfbe72e308a1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 9 Sep 2007 04:31:20 +0000 Subject: [PATCH] Add a note about bug 463772 svn path=/trunk/; revision=18766 --- ChangeLog | 4 ++++ README.in | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1ce78732ab..23b4179019 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-09-09 Matthias Clasen + + * README.in: Add a note about bug 463773. + 2007-09-08 Matthias Clasen * gtk/gtkstyle.c (draw_insertion_cursor): Revert the clamping diff --git a/README.in b/README.in index bca64bae7b..ffb8d14f02 100644 --- a/README.in +++ b/README.in @@ -130,6 +130,13 @@ Release notes for 2.12 GtkCellRendererToggle has changed its size from 11 to 13 and is now consistent with menus and toggle buttons. +* GTK+ has always required that gtk_init() (or a variant thereof) is + called before any other GTK+ function. Some applications call functions + like gtk_clipboard_get() to check if they need to call gtk_init(), + anyway. A change in GLib 2.14 has recently broken this unsupported + practise. It is worth pointing out that calling gtk_init() twice + does no harm. + Release notes for 2.10 ======================