2006-03-28 Bill Haneman * configure.in, NEWS: Revved to 1.11.4, to include docs improvements. 2006-03-24 Gora Mohanty * configure.in: Added 'or' (Oriya) to ALL_LINGUAS. 2006-03-21 Bill Haneman gtk-doc documentation fixes: ATK now has 100% API coverage with no incomplete function/struct descriptions. * atk/atkdocument.c: Edited docs to make gtk-doc happier. * atk/atkimage.c: Ditto. * atk/atkobject.c: Moved 'Deprecated' tag relative to 'Returns', to make gtk-doc happier. * atk/atkobject.h: Documented AtkPropertyValues. * atk/atkrelationtypes: Documented the unused/invalid types ATK_RELATION_TYPE_NULL and ATK_RELATION_TYPE_LAST_DEFINED. * atk/atktext.h: Documented AtkTextBoundaryType. * atk/atkutil.h: Documented AtkKeyEventStruct. * docs/atksections.txt: Added missing function entries. * docs/tmpl/atkhypertext.sgml: Added long description. * docs/tmpl/atkregistry.sgml: Added long description. * docs/tmpl/atkrelationset.sgml: Added long description. * docs/tmpl/atkstreamablecontent.sgml: Added long description. 2006-03-21 Tor Lillqvist * atk/atkobject.c (get_atk_locale_dir): Fix fatal typo. * atk/atk.def: Add some missing functions. 2006-03-20 Vladimer Sichinava * configure.in: Added "ka" (Georgian) to ALL_LINGUAS 2006-03-20 Bill Haneman * atk/atkutil.h: Added missing info on AtkEventListener, AtkEventListenerInit, and AtkKeySnoopFunc. bug #320911. * atk/atkimage.h: Moved information about '-1' return values to the corresponding parameters. bug #320916. * atk/atkobject.c: Fixed some docs issues in comment blocks. * docs/tmpl/atkobject.sgml: Clarify children-changed signal params. bug #162410. 2006-03-20 Bill Haneman * atk/atkimage.c: Bug detected by Behdad Estafood (atk_image_get_position): Allow for NULL-in params. (atk_image_get_size): Allow for NULL in-params.