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