diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2008-03-10 14:22:13 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@src.gnome.org> | 2008-03-10 14:22:13 +0000 |
commit | a0d427dd996ca49d75be04ff384422e56db2a841 (patch) | |
tree | cd316bff06d62debeb879a5889deeffb0eb1267b /README.in | |
parent | 27472fe72b988720658642306de52e7b3a86c29d (diff) | |
download | gtk+-a0d427dd996ca49d75be04ff384422e56db2a841.tar.gz |
Reword the 2.14 release notes entry about the deprecation of the
2008-03-10 Emmanuele Bassi <ebassi@gnome.org>
* README.in: Reword the 2.14 release notes entry about the
deprecation of the gtkitemfactory.h header, and fix typos
and grammar.
svn path=/trunk/; revision=19742
Diffstat (limited to 'README.in')
-rw-r--r-- | README.in | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -31,9 +31,10 @@ Release notes for 2.14 ====================== * gtkitemfactory.h is now completely deprecated. - gtkactiongroup.h and gtkstock.h is no longer included it's header, - this might break application using gtk_item_factory_* symbols without - including gtkitemfactory.h which has never been supported. + As gtkactiongroup.h and gtkstock.h no longer include the gtkitemfactory.h + header, this might break application using gtk_item_factory_* symbols + without including gtkitemfactory.h - even though this behaviour has never + been supported in the first place. Release notes for 2.12 ====================== |