X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=ChangeLog;h=f6ba678b31a2b2623d877d1dcb1581aa434f4fa5;hb=1d607f5970121198f281c8fa33e448492846743e;hp=3a7d433430387475d6346a45e0c6e0dde00139a5;hpb=66a4d21096d469d988d5ff6b8f988b1de80a6c89;p=hildon diff --git a/ChangeLog b/ChangeLog index 3a7d433..f6ba678 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,749 @@ +2009-04-22 Alberto Garcia + + * src/hildon-touch-selector.c + (hildon_touch_selector_append_text_column): + Make the cell renderer use the smallest width possible. + + Fixes: NB#108470 (Selected items in multiple selection are either + having a tick that is cut or not visible at all.) + +2009-04-22 Alberto Garcia + + * src/hildon-touch-selector.c + (hildon_touch_selector_append_text_column): + Code cleanups + +2009-04-22 Claudio Saavedra + + * src/hildon-number-editor.c (hildon_number_editor_real_set_value): + Use g_strdup_printf() instead of a fixed size buffer. + +2009-04-21 Alberto Garcia + + * src/hildon-app-menu.c (hildon_app_menu_find_intruder): + Close banners when a HildonAppMenu is popped up. + + Fixes: NB#111027 (Title menu closed immediately if activated when + "Invalid e-mail address" banner is shown) + +2009-04-21 Claudio Saavedra + + [Release 2.1.66] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-04-20 Alberto Garcia + + * src/hildon-banner.c (hildon_banner_realize): + Mark HildonBanner as supporting portrait mode. + Use GDK to set window properties insetad of direct Xlib calls. + + Fixes: NB#111830 (HildonBanner should be marked as supporting + portrait) + +2009-04-20 Alberto Garcia + + * src/hildon-note.c (hildon_note_rebuild): + Hide action area in information notes. Prevents text from being + slightly aligned to the left. + + Fixes: NB#111962 (mail_in_ui_folder_move_target_error not aligned + properly) + +2009-04-20 Alberto Garcia + + Patch by Mox Soini (ext-mox.soini@nokia.com) + + * src/hildon-banner.c (hildon_banner_create_animation): + Use stylus-sized icons in animation banner. + + Fixes: NB#111206 (stylus sized icon for animation banner) + +2009-04-20 Alberto Garcia + + * src/hildon-gtk.h + * src/hildon-gtk.c + (+hildon_gtk_window_set_do_not_disturb): + New API to set the do-not-disturb flag. + + Fixes: NB#110959 (Add API to set the do-not-disturb flag to a window) + +2009-04-20 Alberto Garcia + + * examples/hildon-progress-indicator-example.c: Fix example + + * src/hildon-gtk.c (set_clear_window_flag) + (hildon_gtk_window_set_progress_indicator): + Create a generic function for setting flags to a window. + Use GDK instead of direct Xlib calls. + +2009-04-14 Alberto Garcia + + * src/hildon-button.c (hildon_button_set_arrangement): + Due to NB#88126, if one of the labels is too long it will be + painted outside the button. The 'value' label is more likely to be + the longest one, so we change its packing options in order to + truncate it if necessary. As a side effect, the 'title' label will + no longer be truncated. + + Fixes: NB#110689 (HildonPickerButton doesn't ellipsize very long values) + +2009-04-14 Claudio Saavedra + + [Release 2.1.64] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-04-13 Alejandro G. Castro + + Deprecation of the hildon_pannable_area_set_size_request_policy + API, the only policy properly supported in gtk+ nowadays is the + minimum size. + + * src/hildon-pannable-area.c, + (hildon_pannable_area_size_request): Added a workaround for the + size_request to avoid the problems of huge pixmaps in case someone + is still using the function. + * src/hildon-pannable-area.h: Deprecated the enum with the + policies. + + Fixes: NB#110244 (Problems with the + hildon_pannable_area_set_size_request_policy API) + +2009-04-08 Alejandro G. Castro + + * src/hildon-pannable-area.c, + (hildon_pannable_area_init), + (hildon_pannable_area_size_request), + (hildon_pannable_area_style_set), + (hildon_pannable_draw_vscroll), + (hildon_pannable_draw_hscroll), + (hildon_pannable_area_check_scrollbars): Replaced area_width with + indicator_width to clarify the use of the attribute. + +2009-04-08 Claudio Saavedra + + [Release 2.1.62] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-04-07 Alejandro Pinheiro + + * src/hildon-picker-dialog.c + * src/hildon-touch-selector.c + Reverting the change that tried to avoid the hardcoded height on + the picker dialog, as causes problems on the hildon-touch-selector + initial-hint + + Fixes: NB#110029 (selectors not scrolling to selected value) + +2009-04-07 Alberto Garcia + + * src/hildon-touch-selector.c: Fix typos + +2009-04-07 Claudio Saavedra + + * src/hildon-color-chooser.c (hildon_color_chooser_pointer_motion): + Use the event coordinates instead of gdk_window_get_pointer(). Also, + request more motions after using it. + +2009-04-07 Claudio Saavedra + + * src/hildon-calendar.c (hildon_calendar_expose), + (hildon_calendar_paint_main), (hildon_calendar_enter_notify): + Remove unused variables. + +2009-04-07 Claudio Saavedra + + * tests/check-hildon-color-chooser.c (START_TEST): Remove unused + variable assignment. + +2009-04-07 Claudio Saavedra + + * src/hildon-touch-selector.c (hildon_touch_selector_get_active): + Check the return value of gtk_tree_selection_get_selected() + for safety. + +2009-04-06 Alberto Garcia + + * src/hildon-animation-actor.c + * src/hildon-button.c + * src/hildon-main.c + * src/hildon-pannable-area.c + * src/hildon-picker-button.c + * src/hildon-program.c + * src/hildon-remote-texture.c + * src/hildon-text-view.c + * src/hildon-touch-selector.c + * src/hildon-window-stack.c + * src/hildon-window.c: + Add missing 'Since: 2.2' tags. + + * doc/hildon-sections.txt: + Add some missing symbols. + + * doc/hildon-docs.sgml: + New 'Other' section for HildonAnimationActor and + HildonRemoteTexture + +2009-04-06 Alberto Garcia + + Patch by Iván Gómez (igomez@igalia.com) + + * doc/building.sgml + * doc/compiling.sgml + * doc/hildon-docs.sgml + * doc/hildon-sections.txt + * doc/migration.sgml + * doc/resources.sgml + * doc/running.sgml: + New chapters on using the Hildon library. + Updated the general structure of the reference manual. + Other minor documentation fixes. + + * src/hildon-calendar-popup.c + * src/hildon-calendar.c + * src/hildon-controlbar.c + * src/hildon-date-editor.c + * src/hildon-dialog.c + * src/hildon-hvolumebar.c + * src/hildon-number-editor.c + * src/hildon-range-editor.c + * src/hildon-sort-dialog.c + * src/hildon-time-editor.c + * src/hildon-time-picker.c + * src/hildon-volumebar-range.c + * src/hildon-volumebar.c + * src/hildon-vvolumebar.c + * src/hildon-weekday-picker.c: + Add deprecation notes + + * src/hildon-pannable-area.c (hildon_pannable_area_class_init): + Document 'horizontal-movement' and 'vertical-movement' signals. + +2009-04-06 Claudio Saavedra + + [Release 2.1.60] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-04-06 Alejandro G. Castro + + * src/hildon-pannable-area.c, + (hildon_pannable_area_class_init): increased the minimum velocity. + (hildon_pannable_area_button_release_cb): Updated the + CURSOR_STOPPED_TIMEOUT, tuning the widge for the new events + setup. Review the code to control that last event. + + Fixes: NB#109790 (Releasing finger in pannable area easily causes + unwanted scrolling) + +2009-04-03 Claudio Saavedra + + Based on a patch by Mox Soini (ext-mox.soini@nokia.com) + + * src/hildon-get-password-dialog.c + (hildon_get_password_set_property), + (hildon_get_password_get_property), (create_contents): + * src/hildon-login-dialog-private.h: + * src/hildon-login-dialog.c (hildon_login_dialog_set_property), + (hildon_login_dialog_init), (hildon_login_dialog_get_username), + (hildon_login_dialog_get_password): + * src/hildon-set-password-dialog-private.h: + * src/hildon-set-password-dialog.c + (hildon_set_password_set_property), + (hildon_set_password_get_property), (create_contents), + (hildon_set_password_response_change), + (hildon_set_password_response_set), (hildon_checkbox_toggled): + + Pimp these dialogs, to make them use HildonEntry and HildonCheckBox + instead and look more Fremantle style. + + Fixes: NB#109639 (Update hildon passwd dialogs to Hildon 2.2) + +2009-04-03 Alberto Garcia + + * doc/hildon-sections.txt + * src/hildon-window-stack.h + * src/hildon-window-stack.c + (+hildon_window_stack_get_windows): + New API to obtain the list of windows on a stack. + +2009-04-02 Alberto Garcia + + * src/hildon-app-menu.c (hildon_app_menu_popup) + (hildon_app_menu_class_init, -hildon_app_menu_show): + Remove hildon_app_menu_show() and move all its checks to + hildon_app_menu_popup() + +2009-04-02 Alejandro Pinheiro + + * src/hildon-picker-dialog.c: removed HILDON_TOUCH_SELECTOR_HEIGHT + (_hildon_picker_dialog_set_selector): removed call to + gtk_widget_set_size_request + * src/hildon-touch-selector.c + (_create_new_column): change the pannable size request policy + + Avoid to use a hardcoded height for the hildon picker dialog. In order + to get that, we needed to change the hildon pannable size request + policy + Fixes: NB#109369 (Hard-coded height in HildonPickerDialog) + +2009-04-02 Claudio Saavedra + + * src/hildon-window.c (hildon_window_map): Check for vbox to be + not NULL. Avoids a (very unlikely) crasher. See related NB#103301 + browser crash. + +2009-04-02 Claudio Saavedra + + * debian/control: Depend on osso-system-lock localization package. + * src/hildon-code-dialog.c: Obtain the secu_application_title + translation from osso-system-lock. + * src/hildon-get-password-dialog.c (create_contents): Do not mark + for translation the atk related strings, that's not necessary. + * src/hildon-set-password-dialog.c (create_contents): Ditto. + * src/hildon-sort-dialog.c (hildon_sort_dialog_init): Remove the + cancel button, it is not required. + +2009-04-02 Alejandro G. Castro + + * src/hildon-pannable-area.c, + (hildon_pannable_area_class_init): Modified the default value of + the overshooting max speed, we have reduced it. + +2009-04-02 Alberto Garcia + + * doc/hildon-sections.txt + * src/hildon-window-private.h + * src/hildon-window.h + * src/hildon-window.c (hildon_window_class_init) + (hildon_window_init, hildon_window_finalize) + (hildon_window_realize, hildon_window_get_property) + (hildon_window_set_property, hildon_window_update_markup) + (hildon_window_get_markup, hildon_window_set_markup): + New "markup" property and hildon_window_{get,set}_markup() methods. + + * examples/hildon-stackable-window-example.c (new_window): + Update example to use hildon_window_set_markup() + + Fixes: NB#106375 (Need API to retitle a window with a title + including markup) + +2009-04-01 Alejandro G. Castro + + * src/hildon-pannable-area.c, + (hildon_pannable_area_class_init): Changed the default value of + the initial_hint to TRUE. + (hildon_pannable_area_initial_effect): Changed the initial effect, + not the effect is just the fade-out of the scrollbars. + + Fixes: NB#107775 (No scrollbars can be seen when several items are + available in a dialog) + +2009-04-01 Alberto Garcia + + * src/hildon-program.c (hildon_program_update_top_most): + Fix memory leak. + + Fixes: NB#109179 (Memory leak in Hildon program) + +2009-04-01 Alberto Garcia + + * src/hildon-banner.c (-get_current_app_window): + Remove unused function. + +2009-04-01 Alejandro G. Castro + + * src/hildon-pannable-area.c: Modified the documentation of the + get adjustments functions to explain the problem of using the + adjustment directly. + (hildon_pannable_area_class_init): Improved the explanation about + the velocity. + +2009-04-01 Alberto Garcia + + * src/hildon-app-menu-private.h + * src/hildon-app-menu.c + (hildon_app_menu_class_init): + Bring back the 'external-border' style property + (hildon_app_menu_class_init, hildon_app_menu_init) + (hildon_app_menu_apply_style, hildon_app_menu_size_request): + Set a fixed width-request for the menu, independent of the number + of items. + + Fixes: NB#94957 (Smoothly opened application menu) + +2009-03-30 Alberto Garcia + + * src/hildon-defines.h: Define HILDON_WINDOW_TITLEBAR_HEIGHT + + * src/hildon-banner.c + Change HILDON_BANNER_WINDOW_Y to HILDON_WINDOW_TITLEBAR_HEIGHT. + (hildon_banner_map) + Make sure that the banner is correctly placed the first time it's + shown. + (hildon_banner_check_position, -check_fullscreen_state): + Show the banner in the same place no matter if the window is in + fullscreen mode or not. + + Fixes: NB#107386 (Odd stacking behaviour for information banners) + +2009-04-01 Claudio Saavedra + + * src/hildon-touch-selector.c (_default_print_func): reorder + concatenation for clarity. + +2009-04-01 Claudio Saavedra + + * src/hildon-touch-selector.c (_default_print_func): Plug a memory leak + for multicolumn selectors. + + Fixes: NB#109099 (Memory leak in Hildon touch selector) + +2009-03-30 Claudio Saavedra + + [Release 2.1.58] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-03-27 Claudio Saavedra + + * src/hildon-sound.c (hildon_ca_context_get): Mark function as static and + coding style fixes. + +2009-03-26 Alejandro Pinheiro Iglesias + + * configure.ac: removed libcangerra-gtk dependency + * debian/control: removed libcanberra-gtk dependency + * src/Makefile.am: removed libcanberra gtk related flags + * src/hildon-sound.c: avoid to use ca_gtk_context_get to get a canberra + context, and manage a global canberra context instead + + Fixes: NB#106067 (hildon_play_system_sound() play sound only first time called) + +2009-03-26 Alberto Garcia + + Patch by Daniel Borgmann (danielb@openismus.com) + + * src/hildon-edit-toolbar.c: + Adjust the left padding. + (hildon_edit_toolbar_class_init, +hildon_edit_toolbar_expose): + Paint background of the edit toolbar. + + Fixes: NB#107897 (Patch to make editmodetoolbar background + themeable and adjust margin) + +2009-03-25 Alberto Garcia + + Patch by Adam Endrodi (adam.endrodi@blumsoft.eu) + + * src/hildon-program.c (hildon_program_update_top_most): + Update is-topmost when _MB_CURRENT_APP_WINDOW is 0 + + Fixes: NB#106998 (HildonProgram's is-topmost property doesn't + change when the user tasks in/out of an application) + +2009-03-25 Alejandro Pinheiro Iglesias + + * configure.ac: added libcangerra-gtk dependency + * debian/control: added libcanberra-gtk dependency + * src/Makefile.am: added libcanberra gtk related flags + * src/hildon-sound.c: use ca_gtk_context_get to get a canberra context + instead of use it. + + Fixes: NB#106067 (hildon_play_system_sound() play sound only first time called) + +2009-03-25 Alberto Garcia + + * src/hildon-program.c (hildon_program_remove_window) + (hildon_program_add_window): Add checks for the window + parameter. Don't decrease the window counter if the window is not + registered. + +2009-03-24 Alejandro G. Castro + + * src/hildon-pannable-area.c, + (hildon_pannable_area_realize): Fixed position of the event_window + in the realize method. + +2009-03-24 Alberto Garcia + + * src/hildon-app-menu-private.h + * src/hildon-app-menu.c (hildon_app_menu_find_intruder) + (hildon_app_menu_map, hildon_app_menu_hide_idle) + (hildon_app_menu_key_press, hildon_app_menu_init) + (hildon_app_menu_finalize): + Make sure that all idle functions are removed when the widget is + destroyed. + + Fixes: NB#107583 (Hildon app menu crashes in various applications) + +2009-03-24 Claudio Saavedra + + [Release 2.1.56] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-03-24 Claudio Saavedra + + * src/hildon-entry.c + (+hildon_entry_show_placeholder), + (+hildon_entry_hide_placeholder), Methods to show/hide the placeholder text + that replace hildon_entry_update_contents(). + (hildon_entry_set_text), + (hildon_entry_set_placeholder), + (hildon_entry_focus_in_event), + (hildon_entry_focus_out_event): Determine when it is needed + either to show or hide the placeholder and call the above methods. + + Fixes: NB#107471 (hildon_entry_set_text() not setting the text + when the placeholder text is already set) + +2009-03-24 Claudio Saavedra + + * src/hildon-banner.c (+hildon_banner_create_animation): Build a + simple GdkPixbufAnim using the new icons for the banner. + (hildon_banner_show_animation): Use the above mentioned method to + create the animation widget. + + Fixes: NB#103564 (Make hildon animation banner use individual + image files as the animation) + +2009-03-24 Alejandro G. Castro + + * src/hildon-pannable-area.c, + (hildon_pannable_leave_notify_event): Check if the child is NULL + to avoid sending the leave. + +2009-03-24 Alejandro G. Castro + + * src/hildon-pannable-area.c, + (hildon_pannable_area_class_init), + (hildon_pannable_leave_notify_event): Added a handler of the + leave-notify-signal to consider when no motion notify before + leaving. + + Fixes: NB#107494 (Items stay selected when clicking and moving + away when inside pannable area) + +2009-03-23 Claudio Saavedra + + [Release 2.1.54] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-03-19 Alejandro G. Castro + + Patch by Alberto Garcia (agarcia@igalia.com) + + * src/hildon-date-button.c, + (hildon_date_button_class_init), + (hildon_date_button_init): Removed the construct property handling + and created a default selector in the init method. + * src/hildon-picker-button.c, + (hildon_picker_button_class_init): Removed the construct flag of the + selector property. + +2009-03-18 Alberto Garcia + + * src/hildon-main.c (hildon_init): + Don't allow hildon_init() to be called more than once. + + Fixes: NB#106607 (hildon_init should issue error message upon + successive calls) + +2009-03-17 Alejandro Pinheiro + + * examples/hildon-pannable-area-touch-list-example.c + * examples/hildon-pannagle-area-touch-grid-example.c + * examples/hildon-edit-toolbar-example.c + * examples/hildon-touch-selector-multi-cells-example.c + Removed the call to gtk_rc_parse_string, as it is not required since + some time ago. + +2009-03-17 Alejandro G. Castro + + * src/hildon-pannable-area.c, + (hildon_pannable_area_class_init): Modified the default panning + threshold of the widget to 6px. + + Fixes: NB#105427 (Clicking and dragging ( for pixel values more + than the threshold value ) within the button is not sending the + event to the clild) + +2009-03-16 Claudio Saavedra + + * src/hildon-touch-selector.c (_create_new_column): Unset GTK_CAN_FOCUS + for the treeview in the new column. This way, the touch list will never + grab the focus. + + Fixes: NB#105190 (Text input area of HildonTouchSelectorEntry to + be selected manually for the HW keys to work) + +2009-03-16 Claudio Saavedra + + * src/hildon-touch-selector-entry.c (entry_on_text_changed): Do a simple + comparison instead of using strcmp(). Fixes a compiler warning as well. + +2009-03-16 Claudio Saavedra + + * doc/hildon-docs.sgml: Do not set the library version in the + document title, use the releaseinfo tag for that purpose instead. + +2009-03-16 Claudio Saavedra + + * src/hildon-touch-selector-entry.c (entry_on_text_changed): + Do not jump to the first item if the text in the entry is removed. + +2009-03-16 Claudio Saavedra + + [Release 2.1.52] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-03-16 Claudio Saavedra + + * src/hildon-entry.c (hildon_entry_refresh_contents): + * src/hildon-text-view.c (hildon_text_view_refresh_contents): + Use "ReversedSecondaryTextColor" for the placeholder text. + +2009-03-12 Alberto Garcia + + * src/hildon-text-view.c: Fix compilation warning. + +2009-03-12 Alberto Garcia + + * src/hildon-button.c (hildon_button_class_init): Don't make + "title" and "value" construction properties, to prevent them from + overwriting labels set from derived classes. + + * src/hildon-picker-button.c + (hildon_picker_button_set_selector): Allow setting a NULL selector. + (hildon_picker_button_class_init): Make touch-selector a + construction property. + + * src/hildon-date-button.c (hildon_date_button_class_init) + (+hildon_date_button_constructed): Add a default date selector if + none is provided. + +2009-03-12 Claudio Saavedra + + * src/hildon-touch-selector.c: Small documentation fixes. + +2009-03-12 Claudio Saavedra + + Based on a patch by Daniel Borgmann (danielb@openismus.com) + + * src/hildon-entry.c (hildon_entry_refresh_contents), + (hildon_entry_get_text), (hildon_entry_init): Do not use the + widget name, set the logical color directly instead and a boolean + showing_placeholder instead. + * src/hildon-text-view.c (hildon_text_view_refresh_contents): Do not + use the widget name here either. + + Fixes: NB#105678 (HildonTextView should use logical colours + instead of setting widget name) + +2009-03-12 Claudio Saavedra + + Patch by Daniel Elster (danielk@openismus.com) + + * src/hildon-touch-selector.[ch] (HildonTouchSelectorPrintFunc): + Add user_data parameter. + (hildon_touch_selector_set_print_func_full): New function akin + hildon_touch_selector_set_print_func() but with support for user + data and a destroy callback. + (hildon_touch_selector_dispose): Implement GObjectClass::dispose + to clean up the print function user data. + (hildon_touch_selector_class_init): Install dispose function. + (HildonTouchSelectorPrivate::print_user_data), + (HildonTouchSelectorPrivate::print_destroy_func): New private + member data. + (hildon_touch_selector_init): Initialize new private members. + (hildon_touch_selector_get_current_text): Pass along user data + to the print function. + (_default_print_func): Add dummy user_data to parameter list. + * hildon-date-selector.c (_custom_print_func): ditto, + * hildon-time-selector.c (_custom_print_func): ditto, + * hildon-touch-selector-entry.c + (hildon_touch_selector_entry_print_func): ditto. + + Fixes: NB#105455 (HildonTouchSelectorPrintFunc lacks user data) + +2009-03-12 Claudio Saavedra + + * examples/hildon-pannable-area-tuning-example.c: Fix copyright. + +2009-03-12 Alejandro G. Castro + + * src/hildon-pannable-area.c, + (hildon_pannable_area_init), + (hildon_pannable_area_button_press_cb), + (hildon_pannable_area_motion_notify_cb): We have added code to + handle the leave and enter events when using the motion events. + + Fixes: NB#105407 (hilghlight is not cancelled when panning starts) + +2009-03-11 Alberto Garcia + + * src/hildon-date-button.c (hildon_date_button_get_date) + (hildon_date_button_set_date): Make sure that the button has a + selector. + + Fixes: NB#105507 (hildon_date_button_set_date leads to crash.) + +2009-03-11 Alejandro G. Castro + + * src/hildon-pannable-area.c, + (hildon_pannable_area_class_init), + (hildon_pannable_area_calculate_velocity): Modify the use of the + force and adapt the value. + +2009-03-10 Alberto Garcia + + * src/hildon-app-menu.c (+hildon_app_menu_delete_event_handler) + (hildon_app_menu_class_init): Hide the menu if it receives a + delete-event, but don't destroy it + + Fixes: NB#104485 (Not able to address the call when application + menu is opened at background) + +2009-03-10 Alberto Garcia + + * src/hildon-app-menu.c + (hildon_app_menu_apply_style, hildon_app_menu_class_init): + Remove the "external-border" style property, let the menu take its + natural size (or the one set by the window manager) + (hildon_app_menu_repack_items): + Don't reshow the menu, avoid flickers. + + Partially fixes NB#94957 (Smoothly opened application menu) + +2009-03-10 Claudio Saavedra + + [Release 2.1.50] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + 2009-03-10 Alejandro G. Castro * src/hildon-pannable-area.c, @@ -5,7 +751,8 @@ direction error margin is used just in case the movement is allowed in the other direction. - Fixes: NB#105012 (Check boxes don't change state when toggled) + Fixes: NB#105012 (buttons inside a pannable area not getting + release event when dragging/releasing) 2009-03-10 Alejandro G. Castro