2009-03-30 Claudio Saavedra <csaavedra@igalia.com>
[hildon] / NEWS
1 [2.1.58 release]
2
3   * Fixes: NB#107583 (Hildon app menu crashes in various applications)
4   * Fixes: NB#106067 (hildon_play_system_sound() play sound only first
5     time called)
6   * Fixes: NB#106998 (HildonProgram's is-topmost property doesn't
7     change when the user tasks in/out of an application)
8   * Fixes: NB#107897 (Patch to make editmodetoolbar background
9     themeable and adjust margin)
10
11 [2.1.56 release]
12
13   * Fixes: NB#107494 (Items stay selected when clicking and moving
14     away when inside pannable area)
15   * Fixes: NB#103564 (Make hildon animation banner use individual image
16     files as the animation)
17   * Fixes: NB#107471 (hildon_entry_set_text() not setting the text
18     when the placeholder text is already set)
19
20 [2.1.54 release]
21
22   Bug fixes:
23
24   * Fixes: NB#105190 (Text input area of HildonTouchSelectorEntry to
25     be selected manually for the HW keys to work)
26   * Fixes: NB#105427 (Clicking and dragging ( for pixel values more
27     than the threshold value ) within the button is not sending the
28     event to the child)
29   * Fixes: NB#106607 (hildon_init should issue error message upon
30     successive calls)
31
32   Other:
33
34   * Improved usability in HildonPannableArea and HildonTouchSelectorEntry.
35   * Some examples cleaned up.
36   * Code fixes.
37
38 [2.1.52 release]
39
40   Bug fixes:
41
42   * Fixes: NB#104485 (Not able to address the call when application menu is
43     opened at background)
44   * Fixes: NB#105507 (hildon_date_button_set_date leads to crash.)
45   * Fixes: NB#105407 (highlight is not cancelled when panning starts)
46   * Fixes: NB#105455 (HildonTouchSelectorPrintFunc lacks user data)
47   * Fixes: NB#105678 (HildonTextView should use logical colours instead of
48     setting widget name)
49
50   New API:
51
52   * (HildonTouchSelectorPrintFunc *) (HildonTouchSelector * selector, gpointer user_data)
53   User data parameter added to (HildonTouchSelectorPrintFunc *) signature.
54   * hildon_touch_selector_set_print_func_full (): support for user data and a destroy callback.
55
56   Other:
57
58   * More HildonPannableArea fine tunning.
59   * Documentation improvements.
60   * Minor theming fixes.
61
62 [2.1.50 release]
63
64   Bug fixes:
65
66   * Fixes: NB#105012 (buttons inside a pannable area not getting release
67     event when dragging/releasing)
68
69 [2.1.48 release]
70
71   Bug fixes:
72
73   * Fixes: NB#103758 (No way to obtain a menu from a  HildonStackableWindow)
74   * Fixes: NB#103761 (HildonAppMenu doesn't have methods to get its children)
75   * Fixes: NB#104439 (hildon_date_button_new() isn't set to the current date by
76     default)
77   * Fixes: NB#104485 (Not able to address the call when application menu is
78   opened at background)
79   * Fixes: NB#104819 (Clean up old icon names from hildon-widgets)
80   * Fixes: NB#104815 (I need accessor to the entry inside
81   HildonTouchSelectorEntry)
82   * Fixes: NB#102541 (value entered in the touch selector entry is not shown
83   when opened for second time)
84
85   New API:
86
87   * HildonAppMenu:
88     hildon_app_menu_get_items()
89     hildon_app_menu_get_filters()
90     HildonAppMenu::filter-vertical-spacing style property.
91   * hildon_stackable_window_{get,set}_app_menu()
92   * hildon_window_get_main_menu()
93   * hildon_touch_selector_entry_get_entry()
94   * HildonPannableArea properties:
95     ::drag-inertia, ::panning-threshold, ::scrollbar-fade-delay,
96     ::bounce-steps, ::force and ::direction-error-margin
97
98   Deprecations:
99
100   * hildon_window_get_menu(): use hildon_window_get_main_menu()
101   * hildon_stackable_window_set_main_menu(): use hildon_stackable_window_set_app_menu()
102
103 [2.1.46 release]
104
105   Bug fixes:
106
107   * Fixes: NB#101603 (Focus is not even for the text entry boxes in
108     Contact editor dialog)
109   * Fixes: NB#92297 (Preview content is not clearly visible for
110     default colour text)
111   * Fixes: NB#101889 (Picker dialog should not close when nothing is
112     selected in multiple selection list)
113   * Fixes: NB#97458 (Pannable area prevents propagation of button
114     press events)
115   * Fixes: NB#103242 ("HildonPickerButton:value-changed" is emitted
116     before actual change of values)
117   * Fixes: NB#100468 (Application menu window is launched even when a
118     new secondary-window/dialog is pending to be shown/realized)
119
120   New API:
121
122   * hildon_app_menu_popup(): New function to pop up a HildonAppMenu
123   * hildon_picker_button_value_changed(): Programmatically emit "value-changed".
124
125   Other:
126
127   * unit testing suite fixes (Sven Herzberg)
128   * Removed hildon-remote-texture.h from hildon.h.
129   * Themability improvements.
130   * Code fixes.
131   * HildonPannableArea improvements.
132
133 [2.1.44 release]
134
135   Bug fixes:
136
137  * Fixes: NB#100646 (Logical strings is shown for ok in set
138    password,Password needed dialogs)
139  * Fixes: NB#100445 (Hildon banner gets destroyed when a dialog is
140    opened)
141  * Fixes: NB#101916 (Do not allow custom icons on animation banner)
142  * Fixes: NB#101698 (Back button long press and delete-event handling)
143  * Fixes: NB#99915 (Date and Time options are not localised in Date
144    and Time setttings)
145  * Fixes: NB#101043 (Second row of all the command button are
146    displayed in transparent mode.)
147  * Fixes: NB#102225 (Crash setting the progress indicator to a non
148    visible window)
149  * Fixes: NB#102262 (memory leak in hildon_button_set_style())
150  * Fixes: NB#101793 (Make edit toolbar the same height as window
151    title bar (use title area theming))
152  * Fixes: NB#102467 (Do not show highlight on the text in
153    HildonCaption)
154  * Fixes: NB#102338 (HildonPannableArea scrolling indicator does not
155    treat ->lower correctly)
156  * Fixes: NB#102413 (The text margins (wrapping) in information
157    banner should be HILDON_MARGIN_TRIPLE)
158
159   New API:
160
161   * HildonRemoteTexture (Gordon Williams)
162   * HildonPannableArea:low-friction-mode property.
163
164   Deprecations:
165
166   * hildon_banner_show_annimation(): No more user defined icons.
167
168   Other:
169
170   * Theming improvements.
171   * Increased the maximum speed of the pannable area to improve usability.
172   * Memory leaks fixed and other code fixes.
173
174 [2.1.42 release]
175
176   Bug fixes:
177
178   * Fixes: NB#100487 (HildonStackableWindow transiency becomes
179     incoherent)
180   * Fixes: NB#98039 (Wishlist: hildon_window_add_edit_toolbar())
181   * Fixes: NB#100320 (HildonPannableArea does not listen to
182     GtkAdjustment "change" signals)
183   * Fixes: NB#99802 (Hildon touch selector entry not working properly
184     for some of the input modes)
185   * Fixes: NB#100468 (Application menu window is launched even when a
186     new secondary-window/dialog is pending to be shown/realized.)
187   * Fixes: NB#93165 (HildonTouchSelector::changed not emitted when the
188     selection is programmatically changed)
189
190   Deprecations:
191
192   * Removed obsolete icon sizes:
193     HILDON_ICON_PIXEL_SIZE_WIZARD
194     HILDON_ICON_PIXEL_SIZE_BIG_NOTE
195     HILDON_ICON_PIXEL_SIZE_NOTE
196
197   Other:
198
199   * Documentation improvements.
200   * Misc. code improvements.
201   * Icon sizes updates.
202
203 [2.1.40 release]
204
205   Bug fixes:
206
207   * Fixes: NB#98855 (HildonBanner uses qgn_note_infoprint)
208   * Fixes: NB#98614 (Hildon information note (background) should have
209     minimum height and maximum text width)
210   * Fixes: NB#91657 (HildonPickerDialog closes immediately when used
211     with some dynamic tree model)
212   * Fixes: NB#97468 (HildonPickerDialog doesn't need to show selected
213     contents in title)
214   * Fixes: NB#99713 (HildonButton value label color is wrong)
215   * Fixes: NB#94970 (Hildon Edit Mode Toolbar should use back button
216     graphics from theme)
217
218   Other:
219
220   * Do not use cairo to render the HildonPannableArea panning indicators.
221   * HildonButton layout fixes.
222   * Improved and updated examples.
223   * Documentation improvements.
224
225 [2.1.38 release]
226
227   Bug fixes:
228
229   * Fixes: NB#98609 (Use wdgt_ strings for all hildon dialog buttons)
230   * Fixes: NB#98537 (Device hangs in account settings dialog)
231   * Fixes: NB#95395 (prestarted applications show GLIB WARNING ** Gdk
232     - gdkdrawable-x11.c:878 drawable is not a pixmap or window)
233   * Fixes: NB#98383 (is-topmost signal is not emitted when task
234     switcher is clicked.)
235
236   New API:
237
238   * New HildonAnimationActor widget (Artem Egorkine)
239
240   Other:
241
242   * Reverted change in pannable area that caused irresponsive applications.
243   * Pannable Area misc. improvements.
244
245 [2.1.36 release]
246
247   Bug fixes:
248
249   * Fixes: NB#93410 (API required for setting IM mode in HildonTouchSelectorEntry)
250   * Fixes: NB#94460 (stackable window's menu is not closed when its window is hidden)
251   * Fixes: NB#97015 (HildonPickerButton shouldn't gtk_dialog_run() the picker dialog)
252   * Fixes: NB#95828 (HildonTextView functionality)
253   * Fixes: NB#96202 (FKB causes HildonPickerButton's value update before the selection is accepted in the dialog)
254   * Fixes: NB#94970 (Hildon Edit Mode Toolbar should use back button graphics from theme)
255   * Fixes: NB#96225 (Dialog titles are not shown according to the values selected in the list picker)
256   * Fixes: NB#96226 (In multiple selection mode Done button is shown sometimes in listpicker)
257   * Fixes: NB#96837 (HildonPannableArea - scroll indicator shown despite the view not being scrollable)
258   * Fixes: NB#95709 (Invalid casts in HildonPannableArea(?))
259   * Fixes: NB#97458 (Pannable area prevents propagation of button press events)
260   * Fixes: NB#97028 (Pannable area updates on every motion event)
261   * Fixes: NB#92849 (Selected item is not always visible when HildonTouchSelector is shown)
262   * Fixes: NB#97908 (Not possible to change the year range in HildonDateSelector/HildonDateButton)
263   * Fixes: NB#98317 (Provide parametarized API for TimePicker widget)
264
265   New API:
266
267   * HildonPickerDialog:
268
269     - ::center-on-show property:
270       Whether to center on the selected items each time the dialog is presented.
271
272   * HildonTouchSelector:
273
274     - hildon_touch_selector_entry_set/get_input_mode: New accessors for
275       the input mode used in a HildonTouchSelectorEntry's entry.
276     - hildon_touch_selector_unselect_all(): Unselect current selection
277       in one of the columns.
278     - hildon_touch_selector_center_on_selected(): Centers on the nearest
279       selected element in each column.
280
281   * HildonDateSelector:
282
283     - ::min-year, ::max-year properties:
284       Allows to define boundaries for the year column in the selector.
285     - hildon_date_selector_new_with_year_range():
286       Create a date selector with custom year boundaries.
287
288   * HildonDateButton:
289
290     - hildon_date_button_new_with_year_range():
291       Create a button with custom year boundaries in its date selector.
292
293   * HildonEditToolbar:
294
295     - ::arrow-width and ::arrow-height style properties:
296       Allow to set the size of the arrow button.
297
298   * HildonTimeSelector:
299
300     - ::minutes-step:
301       Allows to define steps between minutes in the time selector.
302     - hildon_time_selector_new_step():
303       Allows to create a HildonTimeSelector with a custom minutes step.
304
305   * HildonTimeButton:
306
307     - hildon_time_button_new_step():
308       Allows to create a HildonTimeButton with a custom minutes step in
309       its selector.
310
311   Other:
312
313   * Improved documentation.
314   * Many code fixes and memory leaks fixed.
315   * Improved HildonPannableArea responsiveness/performance.
316
317 [2.1.34 release]
318
319   Bug fixes:
320
321   * Fixes: NB#94460 (stackable window's menu is not closed when its
322   window is hidden)
323   * Fixes: NB#89890 (Information notes does not get disappeared after
324   few seconds)
325
326   Other:
327
328   * Code cleanups, minor fixes.
329
330 [2.1.32 release]
331
332   Bug fixes:
333
334   * Fixes: NB#95714 (GtkCellView in HildonCheckButton should be
335     larger / configurable size)
336
337   Other
338
339    * Update a GtkRange property change in GTK+ (Christian Dywan)
340
341 [2.1.30 release]
342
343   Bug fixes:
344
345   * Fixes: NB#93744 (Tapping should jump to location on GtkScale)
346
347   New API:
348
349   * hildon_pannable_area_get_[sv]adjustment(): Method to retrieve the GtkAdjustments
350     in HildonPannableArea.
351
352   Other:
353
354   * Code fixes.
355   * Leaks fixed.
356   * New progress indicator example (Thomas Thurman)
357   * Documentation improvements and updates (Ivan Gomez).
358   * Theme properly HildonPickerButton derived classes.
359
360 [2.1.28 release]
361
362   Bug fixes:
363
364   * Fixes: NB#94214 (No way to stop HildonWizardDialog from going to
365     next page)
366   * Fixes: NB#94972 (Hildon Picker with Entry should use HildonEntry
367     widget, not GtkEntry)
368   * Fixes: NB#90867 (Deprecate HildonDialog and use GtkDialog (with
369     maemo changes) instead)
370
371   New API:
372
373   * hildon_program_set/get_common_app_menu(): Use to set a common
374     HildonAppMenu for all stackable windows in a HildonProgram.
375   * hildon_wizard_dialog_set_forward_page_func(): Use to define a
376     HildonWizardDialogPageFunc function to control flow of the wizard.
377   * hildon_gtk_tree_view_set_ui_mode(): Method to change the UI mode.
378   * hildon_gtk_icon_view_set_ui_mode(): Method to change the UI mode.
379   * HildonPannableArea::size-request-policy: Size requisition policy property.
380   * hildon_pannable_area_set/get_size_request_policy(): Method to change the
381     size request policy.
382
383   Deprecations:
384
385   * HildonDialog. Prefer GtkDialog instead.
386
387   Other:
388
389   * Examples updated, code fixes, documentation updates.
390   * Explicitely set the interactive search widget off in hildon specific
391     GtkTreeView.
392   * Bump GTK+ dependency to 2.12.12.
393
394 [2.1.26 release]
395
396   Bug fixes:
397
398   * Fixes: NB#92230 (Scroll indication not visible in HildonTouchSelector)
399   * Fixes: NB#93281 (new API: hildon_button_set_picker_style() to set
400     HildonButton look like PickerButton)
401   * Fixes: NB#93680 (HildonTimePicker need fully localized am/pm)
402   * Fixes: NB#93228 (Done button is not shown always in listpicker)
403   * Fixes: NB#93890 (Empty HildonAppMenu is pop-up)
404   * Fixes: NB#92032 (In calendar application, date values in 'new event'
405     are not proper)
406   * Fixes: NB#94322 (Scale Updates)
407   * Fixes: NB#94350 (HildonWindowStack:s have the same X Window group)
408
409   New API:
410
411   * HildonWindowStack: Support for multiple window stacks per application.
412   * HildonButton::style property. See below.
413   * hildon_button_set_picker_style(): Sets a different style to the value label
414     in HildonButton.
415   * HildonTouchSelector:columns-changed signal: Emitted every time the number
416     of columns in a HildonTouchSelector changes.
417
418   Deprecations:
419
420   * hildon_program_pop_window_stack(),
421     hildon_program_peek_window_stack(),
422     hildon_program_go_to_root_window(): Superseded by HildonWindowStack.
423
424   Other:
425
426   * Many code fixes.
427   * Examples updates and improvements.
428   * Documentation improvements.
429
430 [2.1.24 release]
431
432   Bug fixes:
433
434   * Fixes: NB#89811 (Not able to select first image thumbnail in multi
435     selection mode using custom widget inside pannable)
436   * Fixes: NB#91863 (hildon_touch_selector_set_column_selection_mode()
437     breaks HildonPickerDialog)
438   * Fixes: NB#91769 (HildonColorChooserDialog's selected colour is
439     highlighted but not visible)
440   * Fixes: NB#92897 (HildonNotes have incorrect WINDOW_TYPE)
441   * Fixes: NB#92744 (HildonDateSelector emits multiple "changed" singal
442     with strange parameters)
443   * Fixes: NB#92664 (Deprecate hildon_helper_set_insensitive_message)
444   * Fixes: NB#89754 (Applications shouldn't display their names in the
445     window title)
446   * Fixes: NB#92476 (Update icon size constants to Fremantle (hildon-defines.h))
447
448   Deprecations:
449
450   * hildon_helper_set_insensitive_message()
451   * hildon_helper_set_insensitive_messagef()
452   * hildon_volumebar_set_range_insensitive_message()
453   * hildon_volumebar_set_range_insensitive_messagef()
454
455   New API:
456
457   * hildon_init(): Initialization function for the library.
458   * hildon_gtk_init(): Convenience init function for hildon and GTK+
459
460   Other:
461
462   * Build system improvements.
463   * Examples updated.
464
465 [2.1.22 release]
466
467   Bug fixes:
468
469   * Fixes: NB#91688 (Never show icons in information notes/confirmation
470     notes)
471   * Fixes: NB#91995 (Calendar is crashing after pressing 'Enter' HW key
472     in HildonDateSelector dialog)
473
474   Deprecations:
475
476   * hildon_note_new_confirmation_with_icon_name(): deprecated
477   * hildon_note_new_information_with_icon_name(): deprecated
478   * HildonNote::icon and HildonNote::stock_icon: deprecated
479
480   Other:
481
482   * Logical ids fixes.
483   * Examples updated.
484   * Build system improved.
485
486 [2.1.20 release]
487
488   Bug fixes:
489
490   * Fixes: NB#89541 (Crash in pannable area when closing picker dialog)
491   * Fixes: NB#90994 (HildonPannableArea does not connect "destroyed"
492     on child)
493   * Fixes: NB#91192 (Memory leak in HildonTouchSelector default print
494     function)
495   * Fixes: NB#91135 (Deprecate legacy hildon widgets)
496   * Fixes: NB#90662 (HildonButton "value" and "detail" text is
497     unformatted)
498   * Fixes: NB#91104 (Remove stepper buttons from legacy hildon widgets)
499   * Fixes: NB#91016 (Change toolbar sizes, simplification)
500   * Fixes: NB#91385 (Hildon Touch List panning should be ALWAYS vertical only)
501
502   Deprecations:
503
504   * All Fremantle deprecated widgets has been marked as such with
505     HILDON_DISABLE_DEPRECATED marks.
506
507   Other:
508
509   * Improved sizing of the HildonTouchSelector/HildonPickerDialog widgets.
510   * Corrected alignment of HildonCheckButton contents.
511   * Many cancel-like button fixes.
512
513   ABI:
514
515   * Reverted change introduced in 2.1.16 that broke ABI compatibility. See
516     NB#91636 for further explanation.
517
518 [2.1.18 release]
519
520   Bug fixes:
521
522   * Fixes: NB#90535 (Memory leak in picker button)
523   * Fixes: NB#90861 (Custom Confirmation dialogs should be protected
524     from cancel button removal)
525   * Fixes: NB#90661 (Delete dialog is displayed without NO button)
526
527   Other:
528
529   * Remove all cancel/close dialogs, where appropriate.
530   * Documentation improvements, some internal cleanups.
531   * HildonAppMenu: unhandled keyboard accelerators are sent to the parent window.
532
533 [2.1.16 release]
534
535   * HildonTouchSelector internal layout cleaning.
536   * Improved HildonButton customizability.
537   * Allow Hildon Touch Menu theming (Daniel Borgmann)
538
539   Bug fixes:
540
541   * Fixes: NB#89411 (Window Manager locks caused by HildonStackableWindow)
542   * Fixes: NB#89935 (Shortcuts for menu buttons are not working)
543   * Fixes  NB#90232 (Picker button does not set the label on done button for the
544     second time)
545
546 [2.1.14 release]
547
548   Bug fixes:
549
550   * Fixes: NB#88644 (Hardcoded first column of the model as text column)
551   * Fixes: NB#89329 (selectors in picker dialog are not visible when a
552     long text is set as label for done button)
553   * Fixes: NB#89651 (HildonTouchSelectorEntry title is <unnamed>, when
554     entry is empty)
555   * Fixes: NB#89632 (Picker button selection doesn't change on first click)
556   * Fixes: NB#88946 (Hildon Picker button should disable itself if there are no
557     values)
558   * Fixes: NB#89650 (Picker button is not updated, when selection in selector
559     has changed)
560
561   API additions:
562
563   * HildonTouchSelectorColumn::text-column property.
564   * hildon_picker_button_set_done_button_text() and
565     hildon_picker_button_get_done_button_text()
566   * HildonCheckButton is a proper widget.
567
568   Deprecations:
569
570   * HildonWeekdayPicker
571   * HildonTouchSelectorEntry::text-column property, use
572     HildonTouchSelectorColumn::text-column instead.
573   * hildon_touch_selector_set_column_attributes(), use
574     HildonTouchSelectorColumn and friends.
575   * HildonAppMenu::columns property, this is managed automatically now.
576
577   Other:
578
579   * hildon_gtk_set_theme_size() sets widget name using "WidgetName-size" layout,
580     to ease proper theming (Daniel Borgmann)
581   * Many documentation improvements and additions.
582   * Add --disable-deprecated configure option.
583
584 [2.1.12 release]
585
586   Bug fixes:
587
588   * Fixes: NB#88576 (critical warning in HildonTouchSelectorEntry)
589   * Fixes: NB#88720 (HildonPickerButton leaks a reference to the
590     HildonTouchSelector)
591   * Fixes: NB#88718 (HildonPickerButton not synchronizing its initial
592     'value' with the selector)
593   * Fixes: NB#88891 (Allow WM to handle properly close-on-tap-outside behavior)
594   * Fixes: NB#88850 (Update HildonNote button strings + signals)
595   * Fixes: NB#88887 (Hildon Wizard changes for Hildon2.2)
596   * Fixes: NB#88680 (Limiting API in HildonTouchSelector)
597   * Fixes: NB#88923 (Semantics of hildon_stackable_window_set_main_menu()
598     changed)
599   * Fixes: NB#88927 (Hildon Wizard should not use icons anymore)
600
601   API additions:
602
603   * New methods to set/get index of selected item in HildonPickerButton and
604     HildonTouchSelector.
605   * Add HildonAppMenu::columns property.
606   * New HildonTouchSelectorColumn class implementing GtkCellLayout interface.
607
608   Other:
609
610   * Examples updated, coding, theming, and documentation fixes.
611
612 [2.1.10 release]
613
614 * Fixes: NB#88214 (HildonPannableArea wrong requisition)
615 * Fixes: NB#88287 (Missing translations)
616 * Fixes: NB#88364 (Update margins definitions)
617 * Fixes: NB#88414 (Crash in HildonDateSelector on finalize)
618 * New widget: HildonTextEntry.
619 * Removed long deprecated methods hildon_check_button_set_label(),
620   hildon_check_button_get_label().
621 * New method: hildon_gtk_window_set_progress_indicator() to set progress
622   indicator in windows (depends on feature being implemented in WM).
623 * Documentation updates, coding fixes, examples updates. See ChangeLog for
624   details.
625
626 [2.1.8 release]
627
628 * Make -gdb package contain useful debugging symbols.
629 * Fixes: NB#88022 (parameter validation in
630   hildon_touch_selector_get_num_columns)
631 * Fixes: NB#88023 (day range check
632   in hildon_date_selector_select_current_date)
633 * Fixes: NB#88027 (implement hildon_date_selector_select_month)
634 * Fixes: NB#88045 (fix logical id for time in HildonTimeSelector)
635 * Fixes: NB#88047 (fix retrieval of selected items in HildonTouchSelector)
636 * Fixes: NB#88036 (fix range of 12h time in HildonTimeSelector)
637 * Fixes: NB#88049 (fix columns removal from HildonTouchSelector)
638 * New hildon_button_get_image() method in HildonButton.
639 * New widget: HildonEntry.
640 * New methods to add buttons with finger size in HildonDialog.
641 * Miscellaneous improvements, other minor bug fixes, documentation
642   improvements and examples updates. See ChangeLog for details.
643
644 [2.1.6 release]
645
646 * Deprecated hildon_check_button_{set/get}_label().
647 * Renamed HILDON_PANNABLE_AREA_MOV_* macros to HILDON_MOVEMENT_*
648 * Initial hint in the pannable area set to FALSE.
649 * Renamed properties in HildonPannableArea from {h,v}indicator-mode to
650   {h,v}indicator_policy, and {h,v}scroll to {h,v}scroll_visible.
651 * New widget: HildonEditToolbar.
652 * Renamed hildon_touch_selector_{set,get}_active_iter() to
653   hildon_touch_selector_select_iter() and hildon_touch_selector_get_selected().
654 * Several API additions, bug fixes, internals improvements, documentation
655   improvements, and examples updates. See ChangeLog for details.
656
657 [2.1.4-1 release]
658
659 * Lot of changes, see ChangeLog for more information.
660 * Depending on the new Gtk+.
661
662 [2.1.3-1 release]
663
664 * Tons of changes, see the ChangeLog for more information.
665 * Replaced libesd with libcanberra. Fixes: NB#86876
666
667 [2.1.2-1 release]
668
669 * Too many individual changes for them to all be relevant here, many widgets
670   added, many widgets have been changed. A full list of additional/changed
671   widgets can be found in the Hildon 2.2 widget UI spec.
672
673 [2.1.1-1 release]
674
675 * Too many individual changes for them to all be relevant here, many widgets
676   added, many widgets have been changed. A full list of additional/changed
677   widgets can be found in the Hildon 2.2 widget UI spec.
678
679 [2.0.3-1 release]
680
681 * Fixes: NB#78896: libhildon code inspection/coverity: uninitialised local
682   values in hildon_date_editor_size_allocate
683 * Fixes: NB#77775: Media Player, Save Now playing list, too long name makes
684   banner disappear.
685 * Fixes: NB#79182: info banner flickering with certain message lengts.
686 * Fixes: NB#83953: Lock dialog is not visible when device is locked for the
687   first time after flash
688
689 [2.0.2-1 release]
690
691 * Fixes: MB#1220: HildonWindow should take GtkMenu accel_group into account
692 * Fixes NB#78481: information banners are hidden under browser menu
693 * Fixes: NB#79791: Cannot set focus to Master volume using stylus
694 * Fixes: NB#22072: Revisiting fix for "Implement robust timer handling in Info
695   Banner" bug
696 * Fixes: MB#924: Hildon widgets doesn't support RTL mode
697 * Fixes: MB#1212: Hide info banners (infoprints) on click
698 * Enable fixing: NB#79916 and NB#79918: The help topic for Color selector
699   cannot be opened
700 * Fixes: NB#81696: The passcode is not overwritten even after   selecting
701
702 [2.0.1-2 release]
703
704 * Fixes: MB#1276: wrong allocators used in hildon_window_get_borders
705
706 [2.0.1-1 release]
707 * Do not use PACKAGE_VERSION_MAJOR for the API revision.
708
709 [2.0.0-1 release]
710 * Fix breadcrumb trail node removal logic.
711 * Add missing outer-border style for HildonColorChooser.
712
713 [1.99.1-1 release]
714 * Accesability fixes for get/set password dialog.
715
716 [1.99.0-1 release]
717 * Upping version to (almost) 2.0.0 for hildon 2.0
718
719 [1.0.17-1 release]
720 * Fixed toolbar visibility
721 * Fixed breadcrumb separator 
722
723 [1.0.16-1 release]
724 * Mem-leak fixes in font selector and color selector
725 * Mem-leak fix in style helper
726 * Making the code dialog a bit more thumbable 
727
728 [1.0.15-1 release]
729 * Fixing hw keyboard support in lock code dialog
730 * Fixing focus behavior in caption
731 * Additions to find toolbar
732 * Documentation fixes
733
734 [1.0.14-1 release]
735 * Removing the patch for hiding HildonWindow before destroy. Breaks DBus.
736 * Fixes for HildonCalendar expose methods
737 * Fixes for composite-widgets focus handling
738 * New dialog layout for the HildonCalendar (Ok/Cancel)
739 * Making find toolbar thumbable
740 * Changing the stylus repeat timeout to match our needs
741 * New esd dependency 
742
743 [1.0.13-1 release]
744 * Fixes to HildonBanners for temporary windows
745 * Minor bugfix in the helper function for logical colors
746 * New examples
747
748 [1.0.12-1 release]
749 * New HILDON_CHECK_VERSION macro
750 * Bugfixes
751 * Minor doc updates
752
753 [1.0.11-1 release]
754 * Adding some new API functions to control the active item in HildonFindToolbar
755 * Fixing the default focus for font selection dialog
756 * New examples
757 * Changing the default long key press time
758 * Fixed time picker on-map breakage
759
760 [1.0.10-2 release]
761 * Fix header installation
762
763 [1.0.10-1 release]
764 * Fixing a bit of focus crazyness in the time and date editors
765 * Removing the separator from the code dialog
766 * Fixing circular dep to enums
767 * Hide the HildonWindow before performing the destroy
768
769 [1.0.9-1 release]
770 * Breadcrumb align/visibility fixes
771 * HildonWindow fixes
772
773 [1.0.8-1 release]
774 * HildonBanner fixes for transiency
775 * InfoBanner fixes
776 * Updated examples 
777 * A few other fixes in few places 
778
779 [1.0.7-1 release]
780 * Adding the gtk-timeout-update multiplier  to certain widgets
781
782 [1.0.6-1 release]
783 * Memory allocation fixes for color and font selection widgets
784 * Breadcrumb leak/visibility fixes
785 * New examples
786
787 [1.0.5-1 release]
788 * Fixes in the HildonWizardDialog
789 * Memory freeing fixes in font selection dialog
790 * Breadcrumb update
791
792 [1.0.3-1 release]
793 * Removing the API guard from helper functions. It was a mistake.
794
795 [1.0.2-1 release]
796 * Guard unstable API's with ENABLE_UNSTABLE_API define
797 * Breadcrumb updates
798 * Fixing a problem with timed banners having their parrent destroyed before they are
799 * Fixing the sh libs
800
801 [1.0.1-1 release] 
802 * Breadcrumb trail widget by Xan
803 * Fingerable scrollbar API by Michael