Add new file size formatting method
[hildon] / debian / changelog
1 libhildon (2.1.73-1) unstable; urgency=low
2
3   * unreleased
4   * Depend on osso-filemanager l10n package.
5
6  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 11 May 2009 13:22:15 +0300
7
8 libhildon (2.1.72-2) unstable; urgency=low
9
10   * Fixes: NB#116289 (Hildon home crashes while adding task shortcuts.)
11
12  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 12 May 2009 19:12:56 +0300
13
14 libhildon (2.1.72-1) unstable; urgency=low
15
16    * Fixes: NB#114395 ('Disconnect charger...' info banner in portrait is truncated)
17    * Fixes: NB#113761 (Update progress banner to use progress indicator)
18    * Fixes: NB#114253 (HildonPickerButton not refreshing its value)
19    * Fixes: NB#109369 (Hard-coded height in HildonPickerDialog)
20    * Fixes: NB#105529 (Empty App menu is launched in a scenario.)
21    * Fixes: NB#115166 (Formatting memory card is not taking place)
22    * Fixes: NB#115242 (Sound is not played every time for the 'Switch off
23      device?' confirmation note)
24    * New unit tests for HildonPickerButton
25    * Set "dialog-information" role for sounds played by hildon_play_system_sound()
26    * Documentation and examples fixes.
27
28  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 11 May 2009 10:54:29 +0300
29
30 libhildon (2.1.70-1) unstable; urgency=low
31
32   * Fixes: NB#111962 (mail_in_ui_folder_move_target_error not aligned
33     properly)
34   * Fixes: NB#112933 (text is not left aligned in confirmation dialog
35     is connectivity dialog)
36   * Fixes: NB#111606 (HildonTimeSelector should expose API to
37     set/unset am/pm mode)
38   * Fixes: NB#111160 (!HildonEditToolbar buttons are focused after
39     typing on an HW arrows key)
40
41   New API:
42
43   * HildonTimeSelector:time-format-policy
44
45   [ Alberto Garcia ]
46   * Don't need to fix example files anymore in debian/rules
47
48  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 04 May 2009 11:29:42 +0300
49
50 libhildon (2.1.68-1) unstable; urgency=low
51
52   * Fixes: NB#109635 (Confirmation notes do not support portrait)
53   * Fixes: NB#112328 (Adding helpers for setting portrait properties)
54   * Fixes: NB#108470 (Selected items in multiple selection are either
55     having a tick that is cut or not visible at all.)
56   * NB#111027 (Title menu closed immediately if activated when
57     "Invalid e-mail address" banner is shown)
58
59   New API:
60
61   * hildon_gtk_window_set_portrait_flags()
62   *(hildon_gtk_window_set_progress_indicator),
63    (hildon_gtk_window_set_do_not_disturb),
64    (hildon_gtk_window_set_portrait_flags): will work even if the window is
65    not realized yet.
66
67   Deprecated API:
68
69   * hildon_pannable_area_get/set_size_request_policy,
70     HildonSizeRequestPolicy: deprecated.
71
72  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 27 Apr 2009 11:23:58 +0300
73
74 libhildon (2.1.66-1) unstable; urgency=low
75
76   * Fixes: NB#110689 (HildonPickerButton doesn't ellipsize very long values)
77   * Fixes: NB#110959 (Add API to set the do-not-disturb flag to a window)
78   * Fixes: NB#111206 (stylus sized icon for animation banner)
79   * Fixes: NB#111962 (mail_in_ui_folder_move_target_error not aligned
80     properly)
81   * Fixes: NB#111830 (HildonBanner should be marked as supporting
82     portrait)
83
84  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 21 Apr 2009 14:09:53 +0300
85
86 libhildon (2.1.64-1) unstable; urgency=low
87
88   * Fixes: NB#110244 (Problems with the
89     hildon_pannable_area_set_size_request_policy API)
90
91  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 14 Apr 2009 11:17:53 +0300
92
93 libhildon (2.1.62-1) unstable; urgency=low
94
95   * Fixes: NB#110029 (selectors not scrolling to selected value)
96   * Coverity reported fixes.
97   * Improved documentation (Ivan Gomez)
98
99  -- Claudio Saavedra <csaavedra@igalia.com>  Wed, 08 Apr 2009 09:49:45 +0300
100
101 libhildon (2.1.60-1) unstable; urgency=low
102
103   * Fixes: NB#109099 (Memory leak in Hildon touch selector)
104   * Fixes: NB#107386 (Odd stacking behaviour for information banners)
105   * Fixes: NB#94957 (Smoothly opened application menu)
106   * Fixes: NB#109179 (Memory leak in Hildon program)
107   * Fixes: NB#107775 (No scrollbars can be seen when several items are
108     available in a dialog)
109   * Fixes: NB#106375 (Need API to retitle a window with a title
110     including markup)
111   * Fixes: NB#109369 (Hard-coded height in HildonPickerDialog)
112   * Fixes: NB#109639 (Update hildon passwd dialogs to Hildon 2.2)
113
114   New API:
115
116   * hildon_window_stack_get_windows()
117   * New "markup" property and hildon_window_{get,set}_markup()
118     methods.
119
120   Other:
121
122   * More HildonPannableArea tunning.
123   * Fixed some memory leaks.
124
125  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 06 Apr 2009 15:34:47 +0300
126
127 libhildon (2.1.58-1) unstable; urgency=low
128
129   * Fixes: NB#107583 (Hildon app menu crashes in various applications)
130   * Fixes: NB#106067 (hildon_play_system_sound() play sound only first
131     time called)
132   * Fixes: NB#106998 (HildonProgram's is-topmost property doesn't
133     change when the user tasks in/out of an application)
134   * Fixes: NB#107897 (Patch to make editmodetoolbar background
135     themeable and adjust margin)
136
137  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 30 Mar 2009 11:31:07 +0300
138
139 libhildon (2.1.56-2) unstable; urgency=low
140
141   * Do not use new gtk+ API yet to avoid depending on a new GTK+ version.
142
143  -- Claudio Saavedra <csaavedra@igalia.com>  Wed, 25 Mar 2009 20:59:01 +0200
144
145 libhildon (2.1.56-1) unstable; urgency=low
146
147   * Fixes: NB#107494 (Items stay selected when clicking and moving
148     away when inside pannable area)
149   * Fixes: NB#103564 (Make hildon animation banner use individual image
150     files as the animation)
151   * Fixes: NB#107471 (hildon_entry_set_text() not setting the text
152     when the placeholder text is already set)
153   * Bump GTK+ dependency to 2:2.12.12-1maemo12.
154
155  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 24 Mar 2009 16:56:29 +0200
156
157 libhildon (2.1.54-1) unstable; urgency=low
158
159   Bug fixes:
160
161   * Fixes: NB#105190 (Text input area of HildonTouchSelectorEntry to
162     be selected manually for the HW keys to work)
163   * Fixes: NB#105427 (Clicking and dragging (for pixel values more
164     than the threshold value) within the button is not sending the
165     event to the child)
166   * Fixes: NB#106607 (hildon_init should issue error message upon successive calls)
167
168   Other:
169
170   * Improved usability in HildonPannableArea and HildonTouchSelectorEntry.
171   * Some examples cleaned up.
172   * Code fixes.
173
174  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 23 Mar 2009 10:09:21 +0200
175
176 libhildon (2.1.52-2) unstable; urgency=low
177
178   * Reverted some changes that were causing problems in the date-button creation
179
180  -- Alejandro G. Castro <alex@igalia.com>  Thu, 19 Mar 2009 13:58:33 +0200
181
182 libhildon (2.1.52-1) unstable; urgency=low
183
184   Bug fixes:
185
186   * Fixes: NB#104485 (Not able to address the call when application menu is
187     opened at background)
188   * Fixes: NB#105507 (hildon_date_button_set_date leads to crash.)
189   * Fixes: NB#105407 (highlight is not cancelled when panning starts)
190   * Fixes: NB#105455 (HildonTouchSelectorPrintFunc lacks user data)
191   * Fixes: NB#105678 (HildonTextView should use logical colours instead of
192     setting widget name)
193
194   New API:
195
196   * (HildonTouchSelectorPrintFunc *) (HildonTouchSelector * selector, gpointer user_data)
197   User data parameter added to (HildonTouchSelectorPrintFunc *) signature.
198   * hildon_touch_selector_set_print_func_full (): support for user data and a destroy callback.
199
200   Other:
201
202   * More HildonPannableArea fine tunning.
203   * Documentation improvements.
204   * Minor theming fixes.
205
206  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 16 Mar 2009 10:50:54 +0200
207
208 libhildon (2.1.50-1) unstable; urgency=low
209
210   * Fixes: NB#105012 (buttons inside a pannable area not getting release
211     event when dragging/releasing)
212
213  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 10 Mar 2009 16:40:03 +0200
214
215 libhildon (2.1.48-1) unstable; urgency=low
216
217   Bug fixes:
218
219   * Fixes: NB#103758 (No way to obtain a menu from a  HildonStackableWindow)
220   * Fixes: NB#103761 (HildonAppMenu doesn't have methods to get its children)
221   * Fixes: NB#104439 (hildon_date_button_new() isn't set to the current date by
222     default)
223   * Fixes: NB#104485 (Not able to address the call when application menu is
224   opened at background)
225   * Fixes: NB#104819 (Clean up old icon names from hildon-widgets)
226   * Fixes: NB#104815 (I need accessor to the entry inside
227   HildonTouchSelectorEntry)
228   * Fixes: NB#102541 (value entered in the touch selector entry is not shown
229   when opened for second time)
230
231   New API:
232
233   * HildonAppMenu:
234     hildon_app_menu_get_items()
235     hildon_app_menu_get_filters()
236     HildonAppMenu::filter-vertical-spacing style property.
237   * hildon_stackable_window_{get,set}_app_menu()
238   * hildon_window_get_main_menu()
239   * hildon_touch_selector_entry_get_entry()
240   * HildonPannableArea properties:
241     ::drag-inertia, ::panning-threshold, ::scrollbar-fade-delay,
242     ::bounce-steps, ::force and ::direction-error-margin
243
244   Deprecations:
245
246   * hildon_window_get_menu(): use hildon_window_get_main_menu()
247   * hildon_stackable_window_set_main_menu(): use hildon_stackable_window_set_app_menu()
248
249  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 09 Mar 2009 10:15:08 +0200
250
251 libhildon (2.1.46-1) unstable; urgency=low
252
253   Bug fixes:
254
255   * Fixes: NB#101603 (Focus is not even for the text entry boxes in
256     Contact editor dialog)
257   * Fixes: NB#92297 (Preview content is not clearly visible for
258     default colour text)
259   * Fixes: NB#101889 (Picker dialog should not close when nothing is
260     selected in multiple selection list)
261   * Fixes: NB#97458 (Pannable area prevents propagation of button
262     press events)
263   * Fixes: NB#103242 ("HildonPickerButton:value-changed" is emitted
264     before actual change of values)
265   * Fixes: NB#100468 (Application menu window is launched even when a
266     new secondary-window/dialog is pending to be shown/realized)
267
268   New API:
269
270   * hildon_app_menu_popup(): New function to pop up a HildonAppMenu
271   * hildon_picker_button_value_changed(): Programmatically emit "value-changed".
272
273   Other:
274
275   * unit testing suite fixes (Sven Herzberg)
276   * Removed hildon-remote-texture.h from hildon.h.
277   * Themability improvements.
278   * Code fixes.
279   * HildonPannableArea improvements.
280
281  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 02 Mar 2009 11:38:42 +0200
282
283 libhildon (2.1.44-1) unstable; urgency=low
284
285   Bug fixes:
286
287   * Fixes: NB#100646 (Logical strings is shown for ok in set
288     password,Password needed dialogs)
289   * Fixes: NB#100445 (Hildon banner gets destroyed when a dialog is
290     opened)
291   * Fixes: NB#101916 (Do not allow custom icons on animation banner)
292   * Fixes: NB#101698 (Back button long press and delete-event handling)
293   * Fixes: NB#99915 (Date and Time options are not localised in Date
294     and Time setttings)
295   * Fixes: NB#101043 (Second row of all the command button are
296     displayed in transparent mode.)
297   * Fixes: NB#102225 (Crash setting the progress indicator to a non
298     visible window)
299   * Fixes: NB#102262 (memory leak in hildon_button_set_style())
300   * Fixes: NB#101793 (Make edit toolbar the same height as window
301     title bar (use title area theming))
302   * Fixes: NB#102467 (Do not show highlight on the text in
303     HildonCaption)
304   * Fixes: NB#102338 (HildonPannableArea scrolling indicator does not
305     treat ->lower correctly)
306   * Fixes: NB#102413 (The text margins (wrapping) in information
307     banner should be HILDON_MARGIN_TRIPLE)
308
309   New API:
310
311   * HildonRemoteTexture (Gordon Williams)
312   * HildonPannableArea:low-friction-mode property.
313
314   Deprecations:
315
316   * hildon_banner_show_annimation(): No more user defined icons.
317
318   Other:
319
320   * Theming improvements.
321   * Increased the maximum speed of the pannable area to improve usability.
322   * Memory leaks fixed and other code fixes.
323
324  -- Claudio Saavedra <csaavedra@igalia.com>  Fri, 20 Feb 2009 15:12:02 +0200
325
326 libhildon (2.1.42-1) unstable; urgency=low
327
328   Bug fixes:
329
330   * Fixes: NB#100487 (HildonStackableWindow transiency becomes
331     incoherent)
332   * Fixes: NB#98039 (Wishlist: hildon_window_add_edit_toolbar())
333   * Fixes: NB#100320 (HildonPannableArea does not listen to
334     GtkAdjustment "change" signals)
335   * Fixes: NB#99802 (Hildon touch selector entry not working properly
336     for some of the input modes)
337   * Fixes: NB#100468 (Application menu window is launched even when a
338     new secondary-window/dialog is pending to be shown/realized.)
339   * Fixes: NB#93165 (HildonTouchSelector::changed not emitted when the
340     selection is programmatically changed)
341
342   Deprecations:
343
344   * Removed obsolete icon sizes:
345     HILDON_ICON_PIXEL_SIZE_WIZARD
346     HILDON_ICON_PIXEL_SIZE_BIG_NOTE
347     HILDON_ICON_PIXEL_SIZE_NOTE
348
349   Other:
350
351   * Documentation improvements.
352   * Misc. code improvements.
353   * Icon sizes updates.
354
355  -- Claudio Saavedra <csaavedra@igalia.com>  Fri, 06 Feb 2009 09:51:54 +0200
356
357 libhildon (2.1.40-1) unstable; urgency=low
358
359   * bump GTK+ dependency to 2.12.12-1maemo7
360
361   Bug fixes:
362
363   * Fixes: NB#98855 (HildonBanner uses qgn_note_infoprint)
364   * Fixes: NB#98614 (Hildon information note (background) should have
365     minimum height and maximum text width)
366   * Fixes: NB#91657 (HildonPickerDialog closes immediately when used
367     with some dynamic tree model)
368   * Fixes: NB#97468 (HildonPickerDialog doesn't need to show selected
369     contents in title)
370   * Fixes: NB#99713 (HildonButton value label color is wrong)
371   * Fixes: NB#94970 (Hildon Edit Mode Toolbar should use back button
372     graphics from theme)
373
374   Other:
375
376   * Do not use cairo to render the HildonPannableArea panning indicators.
377   * HildonButton layout fixes.
378   * Improved and updated examples.
379   * Documentation improvements.
380
381  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 02 Feb 2009 09:25:09 +0200
382
383 libhildon (2.1.38-1) unstable; urgency=low
384
385   * fix DEB_BUILD_OPTIONS=nodocs
386
387   Bug fixes:
388
389   * Fixes: NB#98609 (Use wdgt_ strings for all hildon dialog buttons)
390   * Fixes: NB#98537 (Device hangs in account settings dialog)
391   * Fixes: NB#95395 (prestarted applications show GLIB WARNING ** Gdk
392     - gdkdrawable-x11.c:878 drawable is not a pixmap or window)
393   * Fixes: NB#98383 (is-topmost signal is not emitted when task
394     switcher is clicked.)
395
396   New API:
397
398   * New HildonAnimationActor widget (Artem Egorkine)
399
400   Other:
401
402   * Reverted change in pannable area that caused irresponsive applications.
403   * Pannable Area misc. improvements.
404
405  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 26 Jan 2009 10:59:00 +0200
406
407 libhildon (2.1.36-2) unstable; urgency=low
408
409   * Fix a potencial lock HildonPickerButton.
410   * Fix a potencial crasher in HildonTimeSelector.
411
412  -- Claudio Saavedra <csaavedra@igalia.com>  Thu, 22 Jan 2009 19:14:33 +0200
413
414 libhildon (2.1.36-1) unstable; urgency=low
415
416   Bug fixes:
417
418   * Fixes: NB#93410 (API required for setting IM mode in HildonTouchSelectorEntry)
419   * Fixes: NB#97015 (HildonPickerButton shouldn't gtk_dialog_run() the picker dialog)
420   * Fixes: NB#95828 (HildonTextView functionality)
421   * Fixes: NB#96202 (FKB causes HildonPickerButton's value update before the selection is accepted in the dialog)
422   * Fixes: NB#94970 (Hildon Edit Mode Toolbar should use back button graphics from theme)
423   * Fixes: NB#96225 (Dialog titles are not shown according to the values selected in the list picker)
424   * Fixes: NB#96226 (In multiple selection mode Done button is shown sometimes in listpicker)
425   * Fixes: NB#96837 (HildonPannableArea - scroll indicator shown despite the view not being scrollable)
426   * Fixes: NB#95709 (Invalid casts in HildonPannableArea(?))
427   * Fixes: NB#97028 (Pannable area updates on every motion event)
428   * Fixes: NB#92849 (Selected item is not always visible when HildonTouchSelector is shown)
429   * Fixes: NB#97908 (Not possible to change the year range in HildonDateSelector/HildonDateButton)
430   * Fixes: NB#98317 (Provide parametarized API for TimePicker widget)
431
432   New API:
433
434   * HildonPickerDialog:
435
436     - ::center-on-show property:
437       Whether to center on the selected items each time the dialog is presented.
438
439   * HildonTouchSelector:
440
441     - hildon_touch_selector_entry_set/get_input_mode: New accessors for
442       the input mode used in a HildonTouchSelectorEntry's entry.
443     - hildon_touch_selector_unselect_all(): Unselect current selection
444       in one of the columns.
445     - hildon_touch_selector_center_on_selected(): Centers on the nearest
446       selected element in each column.
447
448   * HildonDateSelector:
449
450     - ::min-year, ::max-year properties:
451       Allows to define boundaries for the year column in the selector.
452     - hildon_date_selector_new_with_year_range():
453       Create a date selector with custom year boundaries.
454
455   * HildonDateButton:
456
457     - hildon_date_button_new_with_year_range():
458       Create a button with custom year boundaries in its date selector.
459
460   * HildonEditToolbar:
461
462     - ::arrow-width and ::arrow-height style properties:
463       Allow to set the size of the arrow button.
464
465   * HildonTimeSelector:
466
467     - ::minutes-step:
468       Allows to define steps between minutes in the time selector.
469     - hildon_time_selector_new_step():
470       Allows to create a HildonTimeSelector with a custom minutes step.
471
472   * HildonTimeButton:
473
474     - hildon_time_button_new_step():
475       Allows to create a HildonTimeButton with a custom minutes step in
476       its selector.
477
478   Other:
479
480   * Improved documentation.
481   * Many code fixes and memory leaks fixed.
482   * Improved HildonPannableArea responsiveness/performance.
483
484  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 20 Jan 2009 14:29:55 +0200
485
486 libhildon (2.1.34-2) unstable; urgency=low
487
488   * Fixes: NB#94460 (stackable window's menu is not closed when its
489   window is hidden)
490
491  -- Claudio Saavedra <csaavedra@igalia.com>  Thu, 08 Jan 2009 11:35:40 +0200
492
493 libhildon (2.1.34-1) unstable; urgency=low
494
495   [ Alberto Garcia ]
496   * Use dh_install to install all examples.
497   * Use DEB_SRCDIR instead of defining SOURCE_DIR
498
499   Bug fixes:
500
501   * Fixes: NB#94460 (stackable window's menu is not closed when its
502   window is hidden)
503   * Fixes: NB#89890 (Information notes does not get disappeared after
504   few seconds)
505
506   Other:
507
508   * Code cleanups, minor fixes.
509
510  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 16 Dec 2008 13:25:38 +0100
511
512 libhildon (2.1.32-1) unstable; urgency=low
513
514   * Bump GTK+ dependency to 2.12.12-1maemo5.
515
516   Bug fixes:
517
518   * Fixes: NB#95714 (GtkCellView in HildonCheckButton should be
519     larger / configurable size)
520
521   Other:
522
523   * Quick release to update a GtkRange property change in GTK+.
524
525  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 16 Dec 2008 13:10:47 +0100
526
527 libhildon (2.1.30-1) unstable; urgency=low
528
529   Bug fixes:
530
531   * Fixes: NB#93744 (Tapping should jump to location on GtkScale)
532
533   New API:
534
535   * hildon_pannable_area_get_[sv]adjustment(): Method to retrieve the GtkAdjustments
536     in HildonPannableArea.
537
538   Other:
539
540   * Code fixes.
541   * Leaks fixed.
542   * New progress indicator example (Thomas Thurman)
543   * Documentation improvements and updates (Ivan Gomez).
544   * Theme properly HildonPickerButton derived classes.
545
546  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 15 Dec 2008 11:55:23 +0100
547
548 libhildon (2.1.28-1) unstable; urgency=low
549
550   * Bump GTK+ dependency to 2.12.12-1maemo4 for the GtkDialog changes.
551
552   Bug fixes:
553
554   * Fixes: NB#94214 (No way to stop HildonWizardDialog from going to
555     next page)
556   * Fixes: NB#94972 (Hildon Picker with Entry should use HildonEntry
557     widget, not GtkEntry)
558   * Fixes: NB#90867 (Deprecate HildonDialog and use GtkDialog (with
559     maemo changes) instead)
560
561   New API:
562
563   * hildon_program_set/get_common_app_menu(): Use to set a common
564     HildonAppMenu for all stackable windows in a HildonProgram.
565   * hildon_wizard_dialog_set_forward_page_func(): Use to define a
566     HildonWizardDialogPageFunc function to control flow of the wizard.
567   * hildon_gtk_tree_view_set_ui_mode(): Method to change the UI mode.
568   * hildon_gtk_icon_view_set_ui_mode(): Method to change the UI mode.
569   * HildonPannableArea::size-request-policy: Size requisition policy property.
570   * hildon_pannable_area_set/get_size_request_policy(): Method to change the
571     size request policy.
572
573   Deprecations:
574
575   * HildonDialog. Prefer GtkDialog instead.
576
577   Other:
578
579   * Examples updated, code fixes, documentation updates.
580   * Explicitely set the interactive search widget off in hildon specific
581     GtkTreeView.
582
583  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 09 Dec 2008 16:09:45 +0100
584
585 libhildon (2.1.26-1) unstable; urgency=low
586
587   Bug fixes:
588
589   * Fixes: NB#92230 (Scroll indication not visible in HildonTouchSelector)
590   * Fixes: NB#93281 (new API: hildon_button_set_picker_style() to set
591     HildonButton look like PickerButton)
592   * Fixes: NB#93680 (HildonTimePicker need fully localized am/pm)
593   * Fixes: NB#93228 (Done button is not shown always in listpicker)
594   * Fixes: NB#93890 (Empty HildonAppMenu is pop-up)
595   * Fixes: NB#92032 (In calendar application, date values in 'new event'
596     are not proper)
597   * Fixes: NB#94322 (Scale Updates)
598   * Fixes: NB#94350 (HildonWindowStack:s have the same X Window group)
599
600   New API:
601
602   * HildonWindowStack: Support for multiple window stacks per application.
603   * HildonButton::style property. See below.
604   * hildon_button_set_picker_style(): Sets a different style to the value label
605     in HildonButton.
606   * HildonTouchSelector:columns-changed signal: Emitted every time the number
607     of columns in a HildonTouchSelector changes.
608
609   Deprecations:
610
611   * hildon_program_pop_window_stack(),
612     hildon_program_peek_window_stack(),
613     hildon_program_go_to_root_window(): Superseded by HildonWindowStack.
614
615   Other:
616
617   * Many code fixes.
618   * Examples updates and improvements.
619   * Documentation improvements.
620
621  -- Claudio Saavedra <csaavedra@igalia.com>  Wed, 03 Dec 2008 09:17:52 +0100
622
623 libhildon (2.1.24-1) unstable; urgency=low
624
625   Bug fixes:
626
627   * Fixes: NB#89811 (Not able to select first image thumbnail in multi
628     selection mode using custom widget inside pannable)
629   * Fixes: NB#91863 (hildon_touch_selector_set_column_selection_mode()
630     breaks HildonPickerDialog)
631   * Fixes: NB#91769 (HildonColorChooserDialog's selected colour is
632     highlighted but not visible)
633   * Fixes: NB#92897 (HildonNotes have incorrect WINDOW_TYPE)
634   * Fixes: NB#92744 (HildonDateSelector emits multiple "changed" singal
635     with strange parameters)
636   * Fixes: NB#92664 (Deprecate hildon_helper_set_insensitive_message)
637   * Fixes: NB#89754 (Applications shouldn't display their names in the
638     window title)
639   * Fixes: NB#92476 (Update icon size constants to Fremantle (hildon-defines.h))
640
641   Deprecations:
642
643   * hildon_helper_set_insensitive_message()
644   * hildon_helper_set_insensitive_messagef()
645   * hildon_volumebar_set_range_insensitive_message()
646   * hildon_volumebar_set_range_insensitive_messagef()
647
648   New API:
649
650   * hildon_init(): Initialization function for the library.
651   * hildon_gtk_init(): Convenience init function for hildon and GTK+
652
653   Other:
654
655   * Build system improvements.
656   * Examples updated.
657
658  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 24 Nov 2008 15:21:49 -0300
659
660 libhildon (2.1.22-1) unstable; urgency=low
661
662   [ Alejandro Pinheiro ]
663   * Added --enable-maintainer-mode on debian/rules
664
665   Bug fixes:
666
667   * Fixes: NB#91688 (Never show icons in information notes/confirmation
668     notes)
669   * Fixes: NB#91995 (Calendar is crashing after pressing 'Enter' HW key
670     in HildonDateSelector dialog)
671
672   Deprecations:
673
674   * hildon_note_new_confirmation_with_icon_name(): deprecated
675   * hildon_note_new_information_with_icon_name(): deprecated
676   * HildonNote::icon and HildonNote::stock_icon: deprecated
677
678   Other:
679
680   * Logical ids fixes.
681   * Examples updated.
682   * Build system improved.
683
684  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 11 Nov 2008 07:05:33 -0300
685
686 libhildon (2.1.20-1) unstable; urgency=low
687
688   Bug fixes:
689
690   * Fixes: NB#89541 (Crash in pannable area when closing picker dialog)
691   * Fixes: NB#90994 (HildonPannableArea does not connect "destroyed"
692     on child)
693   * Fixes: NB#91192 (Memory leak in HildonTouchSelector default print
694     function)
695   * Fixes: NB#91135 (Deprecate legacy hildon widgets)
696   * Fixes: NB#90662 (HildonButton "value" and "detail" text is
697     unformatted)
698   * Fixes: NB#91104 (Remove stepper buttons from legacy hildon widgets)
699   * Fixes: NB#91016 (Change toolbar sizes, simplification)
700   * Fixes: NB#91385 (Hildon Touch List panning should be ALWAYS vertical only)
701
702   Deprecations:
703
704   * All Fremantle deprecated widgets has been marked as such with
705     HILDON_DISABLE_DEPRECATED marks.
706
707   Other:
708
709   * Improved sizing of the HildonTouchSelector/HildonPickerDialog widgets.
710   * Corrected alignment of HildonCheckButton contents.
711   * Many cancel-like button fixes.
712
713   ABI:
714
715   * Reverted change introduced in 2.1.16 that broke ABI compatibility. See
716     NB#91636 for further explanation.
717
718  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 04 Nov 2008 13:40:40 +0200
719
720 libhildon (2.1.18-1) unstable; urgency=low
721
722   [ Alejandro Pinheiro ]
723
724   * Add a libhildon1-examples package with the examples.
725   * Avoid running autogen.sh twice during package construction.
726
727   [ Alberto Garcia ]
728
729   * Add libhildon1-doc examples with the API documentation.
730
731   Bug fixes:
732
733   * Fixes: NB#90535 (Memory leak in picker button)
734   * Fixes: NB#90861 (Custom Confirmation dialogs should be protected
735     from cancel button removal)
736   * Fixes: NB#90661 (Delete dialog is displayed without NO button)
737
738   Other:
739
740   * Remove all cancel/close dialogs, where appropriate.
741   * Documentation improvements, some internal cleanups.
742   * HildonAppMenu: unhandled keyboard accelerators are sent to the parent window.
743
744  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 27 Oct 2008 14:08:43 +0200
745
746 libhildon (2.1.16-1) unstable; urgency=low
747
748   * HildonTouchSelector internal layout cleaning.
749   * Improved HildonButton customizability.
750   * Allow Hildon Touch Menu theming (Daniel Borgmann)
751   * Set PKG_CONFIG_PATH in rules to allow building docs with pkg-config 1.10.
752
753   Bug fixes:
754
755   * Fixes: NB#89411 (Window Manager locks caused by HildonStackableWindow)
756   * Fixes: NB#89935 (Shortcuts for menu buttons are not working)
757   * Fixes  NB#90232 (Picker button does not set the label on done button for the
758     second time)
759
760  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 20 Oct 2008 11:37:31 +0200
761
762 libhildon (2.1.14-1) unstable; urgency=low
763
764   * Switch the build system to use cdbs.
765   * Add --disable-deprecated configure option.
766
767   Bug fixes:
768
769   * Fixes: NB#88644 (Hardcoded first column of the model as text column)
770   * Fixes: NB#89329 (selectors in picker dialog are not visible when a
771     long text is set as label for done button)
772   * Fixes: NB#89651 (HildonTouchSelectorEntry title is <unnamed>, when
773     entry is empty)
774   * Fixes: NB#89632 (Picker button selection doesn't change on first click)
775   * Fixes: NB#88946 (Hildon Picker button should disable itself if there are no
776     values)
777   * Fixes: NB#89650 (Picker button is not updated, when selection in selector
778     has changed)
779
780   API additions:
781
782   * HildonTouchSelectorColumn::text-column property.
783   * hildon_picker_button_set_done_button_text() and
784     hildon_picker_button_get_done_button_text()
785   * HildonCheckButton is a proper widget.
786
787   Deprecations:
788
789   * HildonWeekdayPicker
790   * HildonTouchSelectorEntry::text-column property, use
791     HildonTouchSelectorColumn::text-column instead.
792   * hildon_touch_selector_set_column_attributes(), use
793     HildonTouchSelectorColumn and friends.
794   * HildonAppMenu::columns property, this is managed automatically now.
795
796   Other:
797
798   * hildon_gtk_set_theme_size() sets widget name using "WidgetName-size" layout,
799     to ease proper theming (Daniel Borgmann)
800   * Many documentation improvements and additions.
801
802  -- Claudio Saavedra <csaavedra@igalia.com>  Fri, 10 Oct 2008 13:40:57 +0300
803
804 libhildon (2.1.12-2) unstable; urgency=low
805
806   * Add missing hildon-touch-selector-column.h to installable headers.
807   * Fix dh_makeshlibs rule.
808
809  -- Claudio Saavedra <csaavedra@igalia.com>  Wed, 01 Oct 2008 13:02:43 +0300
810
811 libhildon (2.1.12-1) unstable; urgency=low
812
813   * Ship the upstream ChangeLog and NEWS file.
814
815   Bug fixes:
816
817   * Fixes: NB#88576 (critical warning in HildonTouchSelectorEntry)
818   * Fixes: NB#88720 (HildonPickerButton leaks a reference to the
819     HildonTouchSelector)
820   * Fixes: NB#88718 (HildonPickerButton not synchronizing its initial
821     'value' with the selector)
822   * Fixes: NB#88891 (Allow WM to handle properly close-on-tap-outside behavior)
823   * Fixes: NB#88850 (Update HildonNote button strings + signals)
824   * Fixes: NB#88887 (Hildon Wizard changes for Hildon2.2)
825   * Fixes: NB#88680 (Limiting API in HildonTouchSelector)
826   * Fixes: NB#88923 (Semantics of hildon_stackable_window_set_main_menu()
827     changed)
828   * Fixes: NB#88927 (Hildon Wizard should not use icons anymore)
829
830   API additions:
831
832   * New methods to set/get index of selected item in HildonPickerButton and
833     HildonTouchSelector.
834   * Add HildonAppMenu::columns property.
835   * New HildonTouchSelectorColumn class implementing GtkCellLayout interface.
836
837   Other:
838
839   * Examples updated, coding, theming, and documentation fixes.
840
841  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 29 Sep 2008 10:08:47 +0300
842
843 libhildon (2.1.10-2) unstable; urgency=low
844
845   * Revert bump of shared library version to avoid shared library load issues.
846
847  -- Claudio Saavedra <csaavedra@igalia.com>  Wed, 17 Sep 2008 10:52:21 +0300
848
849 libhildon (2.1.10-1) unstable; urgency=low
850
851   * Fixes: NB#88214 (HildonPannableArea wrong requisition)
852   * Fixes: NB#88287 (Missing translations)
853   * Fixes: NB#88364 (Update margins definitions)
854   * Fixes: NB#88414 (Crash in HildonDateSelector on finalize)
855   * New widget: HildonTextEntry.
856   * Removed long deprecated methods hildon_check_button_set_label(),
857     hildon_check_button_get_label().
858   * New method: hildon_gtk_window_set_progress_indicator() to set progress indicator in
859     windows (depends on feature being implemented in WM).
860   * Documentation updates, coding fixes, examples updates. See ChangeLog for details.
861   * Add dependency of libhildon1 on hildon-libs-l10n-mr[0]
862   * Set myself as the maintainer of the debian package.
863
864  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 15 Sep 2008 15:36:06 +0300
865
866 libhildon (2.1.8-1) unstable; urgency=low
867
868   * Make -gdb package contain useful debugging symbols.
869   * Fixes: NB#88022 (parameter validation in
870     hildon_touch_selector_get_num_columns)
871   * Fixes: NB#88023 (day range check
872     in hildon_date_selector_select_current_date)
873   * Fixes: NB#88027 (implement hildon_date_selector_select_month)
874   * Fixes: NB#88045 (fix logical id for time in HildonTimeSelector)
875   * Fixes: NB#88047 (fix retrieval of selected items in HildonTouchSelector)
876   * Fixes: NB#88036 (fix range of 12h time in HildonTimeSelector)
877   * Fixes: NB#88049 (fix columns removal from HildonTouchSelector)
878   * New hildon_button_get_image() method in HildonButton.
879   * New widget: HildonEntry.
880   * New methods to add buttons with finger size in HildonDialog.
881   * Miscellaneous improvements, other minor bug fixes, documentation
882     improvementsand examples updates. See ChangeLog for details.
883
884  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 09 Sep 2008 10:47:11 +0300
885
886 libhildon (2.1.6-1) unstable; urgency=low
887
888   * Deprecated hildon_check_button_{set/get}_label().
889   * Renamed HILDON_PANNABLE_AREA_MOV_* macros to HILDON_MOVEMENT_*
890   * Initial hint in the pannable area set to FALSE.
891   * Renamed properties in HildonPannableArea from {h,v}indicator-mode to
892     {h,v}indicator_policy, and {h,v}scroll to {h,v}scroll_visible.
893   * New widget: HildonEditToolbar.
894   * Renamed hildon_touch_selector_{set,get}_active_iter() to
895     hildon_touch_selector_select_iter() and hildon_touch_selector_get_selected().
896   * Several API additions, bug fixes, internals improvements, documentation
897     improvements, and examples updates. See ChangeLog for details.
898
899  -- Claudio Saavedra <csaavedra@igalia.com>  Fri, 29 Aug 2008 15:25:33 +0300
900
901 libhildon (2.1.5-1~unreleased) gutsy; urgency=low
902
903   * Replace esd dependencies in the dev package with libcanberra-dev.
904     Fixes: NB#87481
905
906  -- Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>  Wed, 13 Aug 2008 16:10:36 +0300
907
908 libhildon (2.1.4-1) gutsy; urgency=low
909
910   * Lot of changes, see ChangeLog for more information.
911   * Depending on the new Gtk+.
912
913  -- Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>  Tue, 12 Aug 2008 18:22:00 +0300
914
915 libhildon (2.1.3-1) gutsy; urgency=low
916
917   * Tons of changes, see the ChangeLog for more information.
918   * Replaced libesd with libcanberra. Fixes: NB#86876
919
920  -- Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>  Mon,  4 Aug 2008 15:07:03 +0300
921
922 libhildon (2.1.2-1) gutsy; urgency=low
923
924   * Update version number to 2.1.2-1
925   * configure.ac 2.1.2
926   * Too many individual changes for them to all be relevant here, many widgets
927     added, many widgets have been changed. A full list of additional/changed  widgets
928     can be found in the Hildon 2.2 widget UI spec.
929
930  -- Karl Lattimer <karl.lattimer@nokia.com>  Mon, 30 Jun 2008 13:55:29 +0300 
931
932 libhildon (2.1.1-1) gutsy; urgency=low
933
934   * Update version number to 2.1.1-1
935   * configure.ac 2.1.1
936   * Too many individual changes for them to all be relevant here, many widgets
937     added, many widgets have been changed. A full list of additional/changed  widgets
938     can be found in the Hildon 2.2 widget UI spec.
939
940  -- Karl Lattimer <karl.lattimer@nokia.com>  Mon, 16 Jun 2008 16:00:00 +0200
941
942 libhildon (2.0.4-1) gutsy; urgency=low
943
944   * src/hildon-banner.c: revert the recent change, that introduced gtk_window_present() calls. 
945     This reopens: Bug 78481 - [freetest] information banners are hidden under browser menu
946     But resolves another variant of: Bug 83953
947
948  -- Natalia Dobrovolskaya <natalia.dobrovolskaya@nokia.com>  Wed, 16 Apr 2008 10:37:00 +0100
949
950 libhildon (2.0.3-1) gutsy; urgency=low
951
952   * Fixes: NB#78896: libhildon code inspection/coverity: uninitialised local values in 
953     hildon_date_editor_size_allocate
954   * Fixes: NB#77775: Media Player, Save Now playing list, too long name makes banner disappear.
955   * Fixes: NB#79182: info banner flickering with certain message lengts.
956   * Fixes: NB#83953: Lock dialog is not visible when device is locked for the first time after flash
957
958  -- Natalia Dobrovolskaya <natalia.dobrovolskaya@nokia.com>  Tue, 15 Apr 2008 15:03:00 +0100
959
960 libhildon (2.0.2-1) gutsy; urgency=low
961
962   * Fixes: MB#1220: HildonWindow should take GtkMenu accel_group into account
963   * Fixes NB#78481: information banners are hidden under browser menu
964   * Fixes: NB#79791: Cannot set focus to Master volume using stylus
965   * Fixes: NB#22072: Revisiting fix for "Implement robust timer handling in Info Banner" bug
966   * Fixes: MB#924: Hildon widgets doesn't support RTL mode
967   * Fixes: MB#1212: Hide info banners (infoprints) on click
968   * Enable fixing: NB#79916 and NB#79918: The help topic for Color selector cannot be opened
969   * Fixes: NB#81696: The passcode is not overwritten even after selecting
970
971  -- Natalia Dobrovolskaya <natalia.dobrovolskaya@nokia.com>  Thu, 03 Apr 2008 14:50:00 +0100
972
973 libhildon (2.0.1-2) gutsy; urgency=low
974
975   * Fixes: MB#1276: wrong allocators used in hildon_window_get_borders
976
977  -- Sven Herzberg <sven@imendio.com>  Mon, 25 Feb 2008 11:50:10 +0100
978
979 libhildon (2.0.1-1) unstable; urgency=low
980
981   * Do not use PACKAGE_VERSION_MAJOR for the API revision.
982
983  -- Xan Lopez <xan.lopez@nokia.com>  Thu, 10 Jan 2008 16:31:15 +0200
984
985 libhildon (2.0.0-1) unstable; urgency=low
986
987   * Fixes: NB#78616: breadcrumb trail node removal logic fix.
988   * Fixes: NB#75310: add missing outer-border style property to HildonColorChooser.
989
990  -- Xan Lopez <xan.lopez@nokia.com>  Wed, 09 Jan 2008 14:27:08 +0200
991
992 libhildon (1.99.1-1) stable; urgency=low
993
994   * Fixes: NB#25592 Accessibility unable to access entry box
995
996  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 14 Dec 2007 11:29:19 +0200
997
998 libhildon (1.99.0-2) stable; urgency=low
999
1000   * Updating the gtk dependancy.
1001
1002  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Thu, 11 Oct 2007 16:05:48 +0300
1003
1004 libhildon (1.99.0-1) stable; urgency=low
1005
1006   * Fixes: NB#71660 RSS applet is not using correct logical colors for feeds
1007   * Upping version to (almost) 2.0.0 for hildon 2.0
1008
1009  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Wed, 10 Oct 2007 14:10:28 +0300
1010
1011 libhildon (1.0.17-1.1) stable; urgency=low
1012
1013   * Fixes: NB#70842 General brokeness in toolbars visibility
1014   * Fixes: NB#62031 Extra arrow in front of top level item in breadcrumb trail
1015   * Fixes: MB#615 Can't show/hide the HildonWindow's toolbar
1016
1017  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 28 Sep 2007 15:03:11 +0300
1018
1019 libhildon (1.0.16-1.1) stable; urgency=low
1020
1021   * Mem-leak fixes in font selector and color selector
1022   * Mem-leak fix in style helper
1023   * Making the code dialog a bit more thumbable 
1024
1025   * Fixes: NB#63694 device lock, truncation of secu_application_title
1026   * Fixes: NB#70273 Memory leaks when switching applets and background
1027   * Fixes: NB#70474 Memory leak and access to already freed memory in color selector
1028   * Fixes: NB#70499 HildonFontSelectionDialog memory leak 
1029
1030  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 21 Sep 2007 14:41:13 +0300
1031
1032 libhildon (1.0.15-1.1) stable; urgency=low
1033
1034   * debian/control: Add glib and gtk+ doc packages to build dependencies to
1035     get gtk-doc crossreferences right
1036   * debian/rules: --enable-gtk-doc (with nodocs DEB_BUILD_OPTIONS support)
1037
1038   * Fixes: NB#67955 Device lock/unlock code not accepted from HW keyboard
1039   * Fixes: NB#52301 Wrong item is highlighted in Find toolbar history list 
1040   * Fixes: NB#68610 caption multiple focus possible in Authentication dialog weba_fi_auhentication_realm
1041   * Fixes: NB#69306 API documentation is missing
1042
1043  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Mon, 17 Sep 2007 14:07:51 +0300
1044
1045 libhildon (1.0.14-1) stable; urgency=low
1046
1047   * Removing the patch for hiding HildonWindow before destroy. Breaks DBus.
1048   * Fixes for HildonCalendar expose methods
1049   * Fixes for composite-widgets focus handling
1050   * New dialog layout for the HildonCalendar (Ok/Cancel)
1051   * Making find toolbar thumbable
1052   * Changing the stylus repeat timeout to match our needs
1053   * New esd dependency 
1054
1055   * Fixes: NB#54146 Hilon Calendar popup:The changes in active month/year are not shown
1056   * Fixes: NB#59299 Leaving the calendar dialog is not possible without selecting something
1057   * Fixes: NB#66060 Search toolbar has wrong height in ComboBoxEntry and toolbarbuttons are too narrow
1058   * Fixes: NB#58352 on startup, hildon-desktop GLIB WARNING ** hildon-1...
1059   * Fixes: NB#60489 Key repeat rate in number editor
1060   * Fixes: NB#65155 HildonVolumebar: mute grabs focus, not possible to adjust volume using HW keys
1061   * Fixes: NB#63955 hildon_volumebar_set_mute() grabs focus even if the widget is unmapped
1062   * Fixes: NB#66673 Questionable main loop iteration in hildon_window_destroy()
1063   * Fixes: NB#66628 Account setting dialog crashes while moving the focus using the h/w key. 
1064  
1065  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 24 Aug 2007 16:18:24 +0300
1066
1067 libhildon (1.0.13-1) stable; urgency=low
1068
1069   * Fixes to HildonBanners for temporary windows
1070   * Minor bugfix in the helper function for logical colors
1071   * New examples
1072
1073   * Fixes: NB#58352 on startup, hildon-desktop GLIB WARNING...
1074
1075  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 17 Aug 2007 14:46:03 +0300
1076
1077 libhildon (1.0.12-1) stable; urgency=low
1078
1079   * New HILDON_CHECK_VERSION macro
1080   * Bugfixes
1081   * Minor doc updates
1082
1083   * Fixes: NB#62061 Please include HILDON_CHECK_VERSION macro
1084   * Fixes: NB#49374 Programs using HildonWizardDialog cannot set the sensitivity of buttons when the page changes
1085   * Fixes: NB#64355 Control panel; Device lock: OK and Cancel buttons
1086   * Fixes: NB#60154 It is possible to enter invalid date in the birthday date picker
1087
1088  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Mon, 06 Aug 2007 09:52:19 +0300
1089
1090 libhildon (1.0.11-1) stable; urgency=low
1091
1092   * Adding some new API functions to control the active item in HildonFindToolbar
1093   * Fixing the default focus for font selection dialog
1094   * New examples
1095   * Changing the default long key press time
1096   * Fixed time picker on-map breakage
1097
1098   * Fixes: NB#63700 wrong definition for HILDON_WINDOW_LONG_PRESS_TIME
1099   * Fixes: NB#54182 HildonDateEditor min/max properties cannot be set
1100   * Fixes: NB#63430 Ok button of preview dialog is not highlited,when font size is 32pt.
1101
1102  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Wed, 25 Jul 2007 10:14:34 +0300
1103
1104 libhildon (1.0.10-2) stable; urgency=low
1105
1106   * Fix header installation. 
1107
1108  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Mon,  2 Jul 2007 10:09:31 +0300
1109
1110 libhildon (1.0.10-1) stable; urgency=low
1111
1112   * Fixing a bit of focus crazyness in the time and date editors
1113   * Removing the separator from the code dialog
1114   * Fixing circular dep to enums
1115   * Hide the HildonWindow before performing the destroy
1116
1117   * Fixes: NB#61129 volumebar info banner in muted state
1118   * Fixes: NB#61128 volumebar sensitivy does not change when the widget is not mapped
1119   * Fixes: NB#60518 Unable to move the focus from the buttons to date or time editor.
1120   * Fixes: NB#60349 Date editor invalidates keyboard number input
1121
1122  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 29 Jun 2007 16:49:58 +0300
1123
1124 libhildon (1.0.9-1) stable; urgency=low
1125
1126   * Breadcrumb align/visibility fixes
1127
1128   * Fixes: MB#1466 hildon_window_toggle_menu() unconditionally uses button=0 for gtk_menu_popup()
1129   * Fixes: MB#1230 libhildon doesn't build because of broken strict-aliasing
1130   * Fixes: MB#1093 Banners should use GDK_WINDOW_TYPE_HINT_NOTIFICATION
1131   * Fixes: NB#52946 Pressing (accidentally) back and then menu key with thumb in quick succession and unfocusing the menu closes the application
1132   * Fixes: MB#1101 Reproducible unintentional window/application close bug 
1133
1134  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Thu, 07 Jun 2007 14:39:06 +0300
1135
1136 libhildon (1.0.8-1) stable; urgency=low
1137
1138   * Breadcrumb fixes
1139   * HildonBanner fixes for transiency 
1140   * Updated examples
1141
1142   * Fixes: NB#56434 Name of the month truncates in the Date & Time page in the startup wizard.
1143   * Fixes: NB#54127 The arrow heads of Calendar popup vanish(except the one that is tapped) when tapped on one of the arrows of month or year.
1144   * Fixes: NB#50288 Box remains on the am/pm indicator of the Date and Time Settings dialog.
1145   * Fixes: NB#56082 HildonCalendarpopup:Sliding sylus to a dimmed date changes the year to 1970
1146   * Fixes: NB#54147 Hildon calendar popup:The range checks for the years are not consistent.
1147   * Fixes: NB#41501 Last line of text in preview dialog is not shown properly when bold and maximum font is selected
1148   * Fixes: NB#38955 Inconsistent behaviour observed when 2 instances of date and time applet are open.
1149   * Fixes: NB#52379 HildonCaption won't accept focus when it contains a complex widget tree
1150   * Fixes: NB#56624 "Searching" info note displayed even after minimizing the search window
1151   * Fixes: NB#59276 Escape timeout handler is not removed when HildonWindow is deleted.
1152   * Fixes: NB#55161 Refreshing library is shown on top of other applications 
1153   * Fixes: NB#58982 HildonBreadcrumbtrail:Pressing Esc key does not show any effect
1154
1155  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 01 Jun 2007 15:43:59 +0300
1156
1157 libhildon (1.0.7-1) stable; urgency=low
1158
1159   * Fixed at some point in the past, but adding here:
1160
1161   * Fixes: NB#44440 hildon_note_new_cancel_with_progress_bar does unreasonable ellipsization...
1162   * Fixes: NB#49916 ADDRESS BOOK, truncation, §addr_nc_notification4b§
1163   * Fixes: NB#52006 The number editor in Pdf Viewer goes on a loop after reaching the maximum value.
1164
1165  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 25 May 2007 11:05:41 +0300
1166
1167 libhildon (1.0.6-1) stable; urgency=low
1168
1169   * Fixes: NB#54061 Notes application crashes when font size & font colour is changed
1170   * Fixes: NB#48934 Switch to page with empty page number dialog responded when taped outside the content area
1171
1172   * Memory allocation fixes for color and font selection widgets
1173   * Breadcrumb leak/visibility fixes
1174   * New examples
1175
1176  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Tue, 22 May 2007 13:45:59 +0300
1177
1178 libhildon (1.0.5-1) stable; urgency=low
1179
1180   * Fixes: NB#54149 Date editor: Accepts year greater than 2037
1181   * Fixes: NB#49374 Programs using HildonWizardDialog cannot set the sensitivity of buttons when the page changes
1182
1183   * Memory freeing fixes in font selection dialog.
1184   * Breadcrumb update.
1185
1186  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Mon, 07 May 2007 13:16:09 +0300
1187
1188 libhildon (1.0.4-1) stable; urgency=low
1189
1190   * Changing the API guard name to HILDON_ENABLE_UNSTABLE_API.
1191
1192  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Thu, 26 Apr 2007 16:20:55 +0300
1193
1194 libhildon (1.0.3-1) stable; urgency=low
1195
1196   * Removing the API guard from helper functions. It was a mistake.
1197
1198  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Thu, 26 Apr 2007 15:54:12 +0300
1199
1200 libhildon (1.0.2-1) stable; urgency=low
1201
1202   * Guard unstable API's with ENABLE_UNSTABLE_API define
1203   * Breadcrumb updates
1204   * Fixing a problem with timed banners having their parrent destroyed before they are
1205   * Fixing the sh libs
1206
1207  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Wed, 25 Apr 2007 16:48:30 +0300
1208
1209 libhildon (1.0.1-1) stable; urgency=low
1210
1211   * New breadcrumb trial widget.
1212   * Fingerable scrollbar API.
1213
1214   * Fixes: NB#54182 HildonDateEditor min/max properties cannot be set
1215
1216  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Mon, 16 Apr 2007 11:09:27 +0300
1217
1218 libhildon (1.0.0-1) stable; urgency=low
1219
1220   * Move to Gtk 2.10
1221   * Consolidated API
1222   * All the deprecated widgets are now removed
1223   * Version bumping to 1.0.0 since we're now nice and stable
1224   * Fix packaging for gtk-doc (not enabled by default)
1225   * License change to LGPL version 2.1 or later
1226   * Adding examples for many widgets
1227
1228   * Fixes: NB#49043 Build fails due to duplicate definition of INVALID_CHAR
1229   * Fixes: NB#49810 Errors in hildon-libs
1230   * Fixes: NB#47751 Tap and hold of Home key minimize applications but does not close the application menu
1231   * Fixes: NB#46434 HildonWindow: inconsistent memory management
1232   * Fixes: NB#30265 Warning from hildonlibs build
1233   * Fixes: NB#47751 Tap and hold of Home key minimize applications but does not close the application menu
1234   * Fixes: NB#47989 Not possible to set empty title for HildonWindow
1235   * Fixes: NB#50496 While quickly tapping the same Edit button, the message is displayed differently.
1236   * Fixes: NB#51736 Enhancement in hildon_caption_set_label_text()
1237   * Fixes: NB#50854 application menu closes when mouse released
1238   
1239  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Thu, 29 Mar 2007 16:36:27 +0300
1240