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