X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=ChangeLog;h=db26f5f54f0931cbef3889f06e5d72c74bb9255b;hb=2457aad067514b17041dde51b5e37f14fdf36f01;hp=aabcf087ab93e28e1a6b2b708aec3299b2bc4aab;hpb=cc1bff3330cc9fb1082bd75c93095e24e66fd8bb;p=hildon diff --git a/ChangeLog b/ChangeLog index aabcf08..db26f5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +2007-08-01 Michael Dominic Kostrzewa + + * src/hildon-date-editor.c: When the date editor entry has been changed + but the numbers of characters < max, turn off the skip validation flag. + Prevents a situation when we enter first a valid year and later re-write + it with an invalid one. Fixes NB#60154. + +2007-07-26 Michael Dominic Kostrzewa + + * src/hildon-code-dialog.c: Fixing the dialog button alignment inside the + code dialog. Fixes NB#64355. + +2007-07-25 Michael Dominic Kostrzewa + + * src/hildon-wizard-dialog.c: Don't call the _set_sensitivity again after + switching the page. Fixes NB#49374. + + * examples/Makefile.am: + * examples/hildon-wizard-dialog-example.c: Adding an example for + HildonWizardDialog that shows how to handle manual sensitivity setting on + the wizard dialog. + +2007-07-25 Michael Dominic Kostrzewa + + * configure.ac: + * src/Makefile.am: + * src/hildon-version.h.in: + * src/hildon.h: Adding the HILDON_CHECK_VERSION macro. Fixes: NB#62061. + +2007-07-25 Michael Dominic Kostrzewa + + * src/hildon-volumebar.c: Updating the docs. + +2007-07-25 Michael Dominic Kostrzewa + + [1.0.11-1 release] + + * NEWS: + * configure.ac: + * debian/changelog: Updating. + 2007-07-24 Michael Dominic Kostrzewa * src/hildon-find-toolbar.c: @@ -5,7 +46,7 @@ selected item: hildon_find_toolbar_set_active, hildon_find_toolbar_set_active_iter, hildon_find_toolbar_get_active, hildon_find_toolbar_get_active_iter . They correspond to respective - GtkComboBox functions. Fixes NB#52301. + GtkComboBox functions. * examples/Makefile.am: * examples/hildon-find-toolbar-example.c: Adding the example to test the