2006-10-04 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
[hildon] / ChangeLog
index 624d628..7af43ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,516 @@
+2006-10-04  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-wizard-dialog.c: Adding an "autotitle"
+       property that controls the way wizard handles window titles. If set to
+       TRUE (default) the wizard will automatically update window title when
+       changing wizard pages. If set to FALSE, no title handling is being
+       done, and the title can be overriden by the application developer.
+
+2006-10-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-time-editor.c
+       (validated_conversion): Modifications to check the '-' 
+       input and change value to the default min. Fixes NB#40059.
+
+2006-10-04  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-set-password-dialog.c: Turning off the
+       auto-capitalization. Fixes NB#39585.
+
+2006-10-03  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * debian/rules: Correcting debian debug package generation. Should
+       really fix NB#40532.
+
+2006-10-02  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets-plugins/hildon-color-chooser-dialog-hsv.c: Make ok
+       the default response for the dialog. Fixes NB#39909.
+
+2006-09-29  Tomas Junnonen  <tomas.junnonen@nokia.com>
+
+       * hildon-font-selection-dialog.c: Remove extra space in font size
+       string. Fixes NB#41291.
+
+2006-09-26  Iain Holmes  <iain@openedhand.com>
+
+       * hildon-wizard-dialog.c: Show all created widgets so that a
+       gtk_widget_show is all that is required to display the dialog
+       correctly. Fixes MB#432. 
+
+2006-09-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-number-editor.c: Applying a patch by Fernando
+       Herrera to fix the number editor notification signals. Fixes MB#625. 
+
+2006-09-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+       
+       [0.14.4-1 release]
+       
+       * configure.ac:
+       * debian/changelog: Update.
+
+2006-09-21  Tommi Komulainen  <tommi.komulainen@nokia.com>
+
+       * hildon-widgets/hildon-find-toolbar.c
+       (hildon_find_toolbar_entry_activate): Stop 'activate' signal emission
+       to prevent focus from moving. NB#40936
+
+2006-09-22  Tommi Komulainen  <tommi.komulainen@nokia.com>
+
+       * hildon-widgets/hildon-volumebar.h (HildonVolumebarPrivate)
+       * hildon-widgets/hildon-volumebar.c (hildon_volumebar_size_allocate,
+       hildon_volumebar_realize, hildon_volumebar_unrealize,
+       hildon_volumebar_map, hildon_volumebar_unmap,
+       hildon_volumebar_notify, hildon_volumebar_class_init): Add a
+       input-only event window to catch button-press events anywhere in the
+       widget when the widget is insensitive. NB#6214
+
+       * hildon-widgets/hildon-hvolumebar.c (hildon_hvolumebar_size_allocate): 
+       * hildon-widgets/hildon-vvolumebar.c (hildon_vvolumebar_size_allocate): 
+       Chain to parent so that the event window is properly resized.
+
+2006-09-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets-plugins/hildon-color-chooser-dialog-hsv.c:
+       * hildon-widgets-plugins/hildon-color-chooser-hsv.c: Changing the name
+       in witch the borders afre being draw around color selectors. Fixes
+       NB#40057.
+       Making the dimmed color bar/plane look a bit nicer. 
+
+       * hildon-widgets/hildon-name-password-dialog.c: Changing the 'name'
+       property of the dialog to 'username'. Fixes #MB772. 
+
+2006-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-font-selection-dialog.c: Do not put the
+       "reference" text in the font preview dialog if the super/subscript
+       setting has not been selected. Fixes #NB40999.
+
+2006-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-number-editor.c:
+       (hildon_number_editor_validate_value): Modified the condition
+       for checking if the inputted value is 0 when range minimun is
+       positive. Fixes #NB30734.
+
+2006-09-21  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>
+
+       * hildon-widgets/hildon-get-password-dialog.c:
+       (hildon_get_password_get_property): Fix "numbers-only" getter.
+       Fix #MB769
+
+2006-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets-plugins/hildon-color-chooser-dialog-hsv.c: Reverting
+       the hex -> color func (hsv not supported by the parse function). 
+       Fixing a bug where last character is not appended to the color ->
+       ascii conversion. Fixes #NB40061.
+
+2006-09-20  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-get-password-dialog.c: Fixing the way input
+       method is set. Fixes #NB37467. 
+
+       * hildon-widgets/hildon-name-password-dialog.c: Fixing the way the
+       password entry is being accessed. Fixes #MB767. Using a patch by
+       Lorenzo Gil Sanchez.
+
+2006-09-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-date-editor.c:
+       (hildon_date_editor_keypress): On left or right key pressed, it
+       first takes in consideration the current cursor position inside
+       the entries. If it's in an edge, focus moves to the widget on the
+       right or left. Fixes #NB40770.
+
+2006-09-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets-plugins/hildon-color-chooser-dialog-hsv.c: Agh...
+       correcting silly mistake.  
+
+2006-09-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets-plugins/hildon-color-chooser-dialog-hsv.c:
+       Replacing a custom hex -> color with a stock gdk func. 
+
+       * hildon-widgets/hildon-caption.c:
+       Ups... a momentary lapse of reason.
+
+2006-09-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-time-editor.c:
+       (validated_conversion): Added default parameter -- if the field is
+       empty, sets this value.
+       (hildon_time_editor_real_validate): Gets current values to pass it
+       as the default values to forward validation. Fixes #NB39048.
+
+2006-09-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-caption.c: Do not draw the focus border when
+       the label has no text set. Fixes #NB40649. 
+       Also fixing some memory leaks in properties setting.
+
+2006-09-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-time-editor.c:
+       (hildon_time_editor_entry_clicked): This function has been
+       removed. It is not needed any more.
+       (_hildon_time_editor_entry_select_all): Added in order to perform
+       the whole text selection into the entry with an idle call.
+       (hildon_time_editor_entry_focusin): Modified to just add the
+       function above to the idle queue.
+       Fixes #NB40665.
+
+       * hildon-widgets/hildon-caption.c (hildon_caption_button_press):
+       Added condition to return when the widget has already the focus.
+       Fixes #NB31086. 
+
+2006-09-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-color-button.c: Draw insensitive grid over the
+       color button widget if the widget is insensitive. Fixes #NB40329. 
+
+2006-09-18  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * debian/control:
+       * debian/rules: Fixing the debug symbols package. Fixes #NB40532.
+
+2006-09-15  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [0.14.3-1 release]
+
+       * configure.ac:
+       * debian/changelog: Bumping version numbers, adding info about the
+       fixes.
+
+2006-09-15  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-window.c: When a new menu is being attached to
+       the window, call show on the menu itself, not the whole window. Fixes
+       #NB40566.
+
+2006-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-date-editor.c:
+       (hildon_date_editor_entry_released): Removed this function in order
+       to avoid the selection of the entry with the second click.
+       (hildon_date_editor_entry_focusin): Removed the test, now we want
+       to select the entry using the callback in all the situations. 
+       Fixes #NB39612. 
+       
+       * hildon-widgets/hildon-number-editor.c: renamed {plus,minus}-button
+       widgets to ne-{plus,minus}-button in order to do the theming without
+       depending on the HildonNumberEditor widget name. Fixes #MB624. Will
+       work with new theme config.
+       
+2006-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-composite-widget.c: Changed the focus
+       handler -- with hildon-time-editor and hildon-date-editor, if we
+       are moving up or down, with the focus inside the widget, we return
+       false to force moving to the next widget outside. Fixes #NB36938.
+
+2006-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-defines.c: Ensure the style before setting the
+       logical color. Fixes #NB40041.
+
+2006-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-date-editor.c: Bring focus to date after the
+       date has been choosen in the calendar popup.
+
+       * hildon-widgets/hildon-time-editor.c: Bring focus to time after 
+       time has been choosen in the time picker. Fixes #NB39565.
+
+2006-09-13  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [Merging the atk-branch fixes]
+
+       * hildon-widgets/hildon-date-editor.c: Use button instead of event
+       box for the calendar icon.
+
+       * hildon-widgets/hildon-time-editor.c: Use button instead of the label
+       for the am/pm switcher. Fixes #NB25602, #NB24411.
+
+2006-09-12  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * debian/copyright:
+       * hildon-widgets-plugins/hildon-color-chooser-dialog-hsv.c:
+       * hildon-widgets-plugins/hildon-color-chooser-hsv.c:
+       * hildon-widgets/gtk-infoprint.c:
+       * hildon-widgets/gtk-infoprint.h:
+       * hildon-widgets/hildon-add-home-dialog.c:
+       * hildon-widgets/hildon-add-home-dialog.h:
+       * hildon-widgets/hildon-app-private.h:
+       * hildon-widgets/hildon-app.c:
+       * hildon-widgets/hildon-app.h:
+       * hildon-widgets/hildon-appview.c:
+       * hildon-widgets/hildon-appview.h:
+       * hildon-widgets/hildon-banner.c:
+       * hildon-widgets/hildon-banner.h:
+       * hildon-widgets/hildon-calendar-popup.c:
+       * hildon-widgets/hildon-calendar-popup.h:
+       * hildon-widgets/hildon-caption.c:
+       * hildon-widgets/hildon-caption.h:
+       * hildon-widgets/hildon-code-dialog.c:
+       * hildon-widgets/hildon-code-dialog.h:
+       * hildon-widgets/hildon-color-button.c:
+       * hildon-widgets/hildon-color-button.h:
+       * hildon-widgets/hildon-color-chooser-button.c:
+       * hildon-widgets/hildon-color-chooser-button.h:
+       * hildon-widgets/hildon-color-chooser-dialog.c:
+       * hildon-widgets/hildon-color-chooser-dialog.h:
+       * hildon-widgets/hildon-color-chooser.c:
+       * hildon-widgets/hildon-color-chooser.h:
+       * hildon-widgets/hildon-color-popup.c:
+       * hildon-widgets/hildon-color-popup.h:
+       * hildon-widgets/hildon-color-selector.c:
+       * hildon-widgets/hildon-color-selector.h:
+       * hildon-widgets/hildon-composite-widget.c:
+       * hildon-widgets/hildon-composite-widget.h:
+       * hildon-widgets/hildon-controlbar.c:
+       * hildon-widgets/hildon-controlbar.h:
+       * hildon-widgets/hildon-date-editor.c:
+       * hildon-widgets/hildon-date-editor.h:
+       * hildon-widgets/hildon-defines.c:
+       * hildon-widgets/hildon-defines.h:
+       * hildon-widgets/hildon-dialoghelp.c:
+       * hildon-widgets/hildon-dialoghelp.h:
+       * hildon-widgets/hildon-file-handling-note.c:
+       * hildon-widgets/hildon-file-handling-note.h:
+       * hildon-widgets/hildon-find-toolbar.c:
+       * hildon-widgets/hildon-find-toolbar.h:
+       * hildon-widgets/hildon-font-selection-dialog.c:
+       * hildon-widgets/hildon-font-selection-dialog.h:
+       * hildon-widgets/hildon-get-password-dialog.c:
+       * hildon-widgets/hildon-get-password-dialog.h:
+       * hildon-widgets/hildon-grid-item-private.h:
+       * hildon-widgets/hildon-grid-item.c:
+       * hildon-widgets/hildon-grid-item.h:
+       * hildon-widgets/hildon-grid.c:
+       * hildon-widgets/hildon-grid.h:
+       * hildon-widgets/hildon-hvolumebar.c:
+       * hildon-widgets/hildon-hvolumebar.h:
+       * hildon-widgets/hildon-input-mode-hint.h:
+       * hildon-widgets/hildon-name-password-dialog.c:
+       * hildon-widgets/hildon-name-password-dialog.h:
+       * hildon-widgets/hildon-note.c:
+       * hildon-widgets/hildon-note.h:
+       * hildon-widgets/hildon-number-editor.c:
+       * hildon-widgets/hildon-number-editor.h:
+       * hildon-widgets/hildon-plugin-widget.c:
+       * hildon-widgets/hildon-plugin-widget.h:
+       * hildon-widgets/hildon-private.h:
+       * hildon-widgets/hildon-program.c:
+       * hildon-widgets/hildon-program.h:
+       * hildon-widgets/hildon-range-editor.c:
+       * hildon-widgets/hildon-range-editor.h:
+       * hildon-widgets/hildon-scroll-area.c:
+       * hildon-widgets/hildon-scroll-area.h:
+       * hildon-widgets/hildon-seekbar.c:
+       * hildon-widgets/hildon-seekbar.h:
+       * hildon-widgets/hildon-set-password-dialog.c:
+       * hildon-widgets/hildon-set-password-dialog.h:
+       * hildon-widgets/hildon-sort-dialog.c:
+       * hildon-widgets/hildon-sort-dialog.h:
+       * hildon-widgets/hildon-system-sound.c:
+       * hildon-widgets/hildon-system-sound.h:
+       * hildon-widgets/hildon-telephone-editor.c:
+       * hildon-widgets/hildon-telephone-editor.h:
+       * hildon-widgets/hildon-time-editor.c:
+       * hildon-widgets/hildon-time-editor.h:
+       * hildon-widgets/hildon-time-picker.c:
+       * hildon-widgets/hildon-time-picker.h:
+       * hildon-widgets/hildon-volumebar-private.h:
+       * hildon-widgets/hildon-volumebar-range.c:
+       * hildon-widgets/hildon-volumebar-range.h:
+       * hildon-widgets/hildon-volumebar.c:
+       * hildon-widgets/hildon-volumebar.h:
+       * hildon-widgets/hildon-vvolumebar.c:
+       * hildon-widgets/hildon-vvolumebar.h:
+       * hildon-widgets/hildon-weekday-picker.c:
+       * hildon-widgets/hildon-weekday-picker.h:
+       * hildon-widgets/hildon-window-private.h:
+       * hildon-widgets/hildon-window.c:
+       * hildon-widgets/hildon-window.h:
+       * hildon-widgets/hildon-wizard-dialog.c:
+       * hildon-widgets/hildon-wizard-dialog.h:
+       * po/en_GB.po:
+       * timer/timer.c:
+       * timer/timer.h:
+       * ut/hildon-clock-widgets_tests.c:
+       * ut/hildon-widgets_tests.c:
+       * ut/tc_banner_truncate.c: Fixing the copyright headers.
+
+       * hildon-widgets/hildon-defines.c: Making the disposing of style data
+       more secure/null-proof.
+
+2006-09-11  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-app.h:
+       * hildon-widgets/hildon-defines.h: Reverting back to old key mapping.
+
+2006-09-11  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-time-editor.c: When user clicked the clock
+       button, before launching the time picker try to validate the entered
+       values. Fixes #NB40055.
+
+2006-09-11  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [0.14.2-1 release]
+
+       * configure.ac:
+       * debian/changelog: Bumping version numbers, adding details about the
+       fixes. 
+
+2006-09-11  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-time-editor.c: Do an extra validity check when
+       switching to another field. Fixes #NB40054.
+
+2006-09-08  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-window.c: Call the
+       hildon_window_is_topmost_notify before firing the g-object
+       notification signal. Fixes #NB39202.
+
+2006-09-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [0.14.1-2 release]
+
+       * debian/changelog: Bumping version numbers.
+
+2006-09-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-app.h:
+       * hildon-widgets/hildon-defines.h: Once again reverting the Johan's
+       patch for new key handling.
+
+2006-09-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-find-toolbar.c: Move focus to the parent
+       widget when the toolbar is closed. Fixes #NB34193.
+
+2006-09-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-defines.c: Fixing the recursive call in
+       _set_recursive_from_ld. The container for_each call was missing a
+       parameter and effectively passing NULL as data. So amateurish. Fixes
+       #NB39181.
+
+2006-09-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-defines.h: Adding gdkkeysyms.h to includes.
+       Fixes #NB39714.
+
+2006-09-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-color-button.c: Redraw the button if cancel
+       was pressed in the color selection dialog. Fixes #NB39778 but I think
+       the real cause of the bug lies at a different level.
+
+2006-09-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+       
+       [0.14.1-1 release]
+
+       * configure.ac: Version bump. Display version string during configure
+       stage.
+
+       * debian/changelog: Adding release details.
+
+2006-09-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-font-selection-dialog.c: Adding a comment
+       about the new property introduced. Once we have property documentation
+       we need to mark it with a "Since: 0.14.1" keyword ("font-scaling").
+
+2006-09-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * Makefile.am:
+       * configure.ac: Removing the unit tests (ut/outo) from the build
+       system. They're introducing an additionall dependency and need to be
+       fixed/arranged differently anyways. 
+
+2006-09-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-app.h:
+       * hildon-widgets/hildon-defines.h: Applying Johan's new key mapping
+       patch back again. WARNING: This breaks compatibility with IT-2006.
+
+       * hildon-widgets/hildon-caption.c: Add specific behaviour for
+       containers when press button event occurs. Fixes #NB36843.
+
+       * hildon-widgets/hildon-program.c:
+       * hildon-widgets/hildon-window.c: Adding a patch to fix occassional
+       BadWindow X errors. Fixes #NB39679.
+
+2006-09-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-sort-dialog.c: Adding a function to add
+       reversed sort keys. Reversed sort keys present Descending/Ascending
+       selection instead of Ascending/Descending default. Fixes #NB32544. 
+
+2006-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-note.c: Fixing the behaviour of
+       hildon_note_new_confirmation_with_icon_stock. Fixes #NB22825.
+
+2006-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-font-selection-dialog.c: Adding a
+       "font-scaling" property that allows to customize the output of the
+       Preview dialog during font selection. By default font-scaling equals
+       1.0 = no change. Applications/clients should apply here the
+       font-scaling they use for user-output/visualization. Fixes #NB19001.
+
+2006-09-05  Tomas Junnonen  <tomas.junnonen@nokia.com>
+
+       * src/hildon-widgets/hildon-find-toolbar.c: Start search on "activate"
+       entry signal instead of only KP_Enter. 
+
+2006-09-04  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-banner.c: Aling the stock images to 0.0
+       position, not to the center. Fixes #NB31168.
+
+2006-09-04  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-color-selector.c:
+       * hildon-widgets/hildon-time-picker.c: Applying a small patch by
+       Tamminen Eero to save some bytes of ram. Fixes #NB22965.
+
+2006-09-04  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-font-selection-dialog.c: Excluding some more
+       hardcoded fonts from the font selection dialog. We need a flexible API
+       to do that in future, but currently introducing it wouldn't be
+       feasible. Fixes #NB30530.
+
+2006-09-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * debian/changelog: Small ver. fix.
+
+2006-09-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [0.14.0-1 release]
+
+2006-09-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * debian/changelog: Adding info about bugs fixed: #NB16830, #NB38487,
+       #NB36938, #NB34642, #NB32772, #NB38598.
+
+       * doc/design/abstract_vs_modular_plugin_widgets.dia:
+       * doc/design/abstract_vs_modular_plugin_widgets.png: Adding the
+       missing design schemes. 
+
+2006-09-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * po/POTFILES.in:
+       * po/en_GB.po: Rebuilding & updating the PO files. 
+
 2006-08-31  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
        * changelog: Adding one more bug fix from the mergedown. Fixes