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