[0.15.0-1bi release]
[hildon] / ChangeLog
index f14d806..8e9901e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,104 @@
+2007-02-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [0.15.0-1bi release]
+
+       * debian/changelog: Forcing a binary rebuild.
+
+2007-02-02  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [0.15.0-1 release]
+
+       * configure.ac:
+       * debian/changelog:
+       * hildon-libs.pc.in: Updating with the -DMAEMO_CHANGES.
+
+2006-11-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [0.14.10-1 release]
+
+       * configure.ac:
+       * debian/changelog: Updating.
+
+2006-11-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-number-editor.c: Fixing a threads_enter
+       problem when trying to enter threads from signal. Fixes NB#47762.
+
+2006-11-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [0.14.9-1 release]
+
+       * configure.ac:
+       * debian/changelog: Updating. 
+
+2006-11-21  Tomas Junnonen <tomas.junnonen@nokia.com>
+
+       * hildon-widgets/Makefile.am:
+       * hildon-widgets/hildon-finger.c:
+       * hildon-widgets/hildon-finger.h: Finger events stuff.
+
+2006-11-08  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-libs.c:
+       Removed gtk_widget_grab_focus on entry_validate() and added 
+       control on entry_changed() for moving the focus when validate returns 
+       NO_ERROR. Also it's used skip_validation for not validating 
+       twice when entering a valid date in each entry.
+       Fixes NB#41059 and NB#42579.
+
+2006-11-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [0.14.8-1 release]
+
+       * configure.ac:
+       * debian/changelog: Updating.
+
+       * hildon-widgets/hildon-scroll-area.c: Fixing a silly compilation
+       breakage.
+
+2006-10-31  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-scroll-area.c:
+       * hildon-widgets/hildon-scroll-area.h: When using a GtkTextView inside
+       the HildonScrollArea try to "compensete" the cursor position
+       scrolling. Fixes NB#20219.
+
+2006-10-30  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-font-selection-dialog.c: Making the preview
+       dialog wider when being font sizes are being used. Fixes NB#41501. 
+
+2006-10-30  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-set-password-dialog.c: Removing
+       auto-capitalization from the entry used to verify the password. Fixes
+       NB#39585.
+
+2006-10-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [0.14.7-1 release]
+
+       * configure.ac:
+       * debian/changelog: Updating. 
+
+       * hildon-widgets/hildon-time-editor.c: Adding a "skipper" variable
+       that prevents us from doing validations from within validations. When
+       skipper == TRUE vallidation step is being skipped. A workaround.
+       Fixes NB#44610.
+
+2006-10-24  Daniel Elstner  <daniel.kitta@gmail.com>
+
+       * hildon-widgets/hildon-find-toolbar.h (search, close,
+       invalid_input, history_append): Remove the final user_data
+       parameter from the signal prototypes.  The user_data pointer
+       is a generic feature of GLib signal handling and not supposed
+       to be declared explicitely. (MB#185)
+
+2006-10-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
+
+       * hildon-widgets/hildon-time-editor.c: Removing the extra focus grab,
+       missing patch from NB#42555.
+
 2006-10-20  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * hildon-widgets/hildon-time-editor.c: