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