X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=ChangeLog;h=65d047a94b5c0740cb244f1580575e6deab2136b;hb=709da29592db17f2f06f9a550831172a821b2895;hp=3a9b8ad820907233f3911ad793be5a1ac8d814ce;hpb=47de2971f36db26f249d75ccfe772d230248223d;p=hildon diff --git a/ChangeLog b/ChangeLog index 3a9b8ad..65d047a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,54 @@ +2009-07-01 Alberto Garcia + + * hildon/hildon-banner.c (hildon_banner_map): + Set banner position after mapping. + +2009-06-29 Claudio Saavedra + + * configure.ac: postrelease version bump. + * debian/changelog: post release version bump + +2009-06-29 Claudio Saavedra + + [Release 2.1.86] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-06-29 Adam Endrodi + + * hildon/hildon-program.c (hildon_program_update_top_most): Ignore + BadWindow error. + +2009-06-26 Alejandro Pinheiro + + * tests/check-hildon-banner.c + * tests/check_text.c + * tests/test_suites.h + Protect hildon-banner tests with #ifndef HILDON_DISABLE_DEPRECATED, as + were testing deprecated functions. + * examples/hildon-banner-example.c: typo on button3 type, that causes + a fail compiling with --with-examples but without --disable-deprecated + + Missed commit in order to fix compilation using '--enable-fatal' and + '--disable-deprecated' (see previous commit) + +2009-06-26 Alejandro Pinheiro + + * examples/hildon-banner-example.c: Protect deprecated hildon-banner + functions with #ifndef HILDON_DISABLE_DEPRECATED + * examples/hildon-find-toolbar.c: Protect deprecated + HILDON_ICON_SIZE_TOOLBAR with #ifndef HILDON_DISABLE_DEPRECATED + * hildon/hildon-find-toolbar.c: Change deprecated HILDON_ICON_SIZE_TOOLBAR + in favor of HILDON_ICON_PIXEL_SIZE_FINGER + * hildon/hildon-private.h: Unmark hildon_privfate_create_animation() as + deprecated. + * hildon/hildon-stackable-window.c: Added #undef HILDON_DISABLE_DEPRECATED + to allow proper compilation of deprecated functions defined on the header + + Fixed compilation using '--enable-fatal' and '--disable-deprecated' + 2009-06-25 Claudio Saavedra * hildon/hildon-pannable-area.c: (hildon_pannable_area_init):