diff --git a/ChangeLog b/ChangeLog index 3f9cae8e5..9f8601df1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-03-10 Emmanuele Bassi + + * README.in: Reword the 2.14 release notes entry about the + deprecation of the gtkitemfactory.h header, and fix typos + and grammar. + 2008-03-08 Alberto Ruiz * modules/engines/ms-windows/msw_style.c (draw_shadow): diff --git a/README.in b/README.in index 0dd988215..c8261532a 100644 --- a/README.in +++ b/README.in @@ -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 ======================