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