When the date editor entry has been changed but the numbers of characters < max,...
[hildon] / ChangeLog
index 2777484..db26f5f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,57 @@
+2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * 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  <michael.kostrzewa@nokia.com> 
+
+       * src/hildon-code-dialog.c: Fixing the dialog button alignment inside the
+       code dialog. Fixes NB#64355.
+
+2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * 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  <michael.kostrzewa@nokia.com> 
+
+       * 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  <michael.kostrzewa@nokia.com> 
+
+       * src/hildon-volumebar.c: Updating the docs.
+
+2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [1.0.11-1 release]
+
+       * NEWS:
+       * configure.ac:
+       * debian/changelog: Updating.
+
+2007-07-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * src/hildon-find-toolbar.c:
+       * src/hildon-find-toolbar.h: Adding a few new functions to control the
+       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. 
+
+       * examples/Makefile.am:
+       * examples/hildon-find-toolbar-example.c: Adding the example to test the
+       new functionality.
+
 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
        * examples/Makefile.am:
@@ -8,7 +62,7 @@
        when font size > 32 and we pack a focusable widget inside. Actually using
        the default response would work too, but since we don't show default
        response state in any way (no theming) it would not be visible to the
-       user. Fixes NB#60575.
+       user. Fixes NB#63430.
 
 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>