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