2008-11-05 Claudio Saavedra <csaavedra@igalia.com>
[hildon] / debian / changelog
1 libhildon (2.1.21-1~unreleased1) unstable; urgency=low
2
3   * bump unreleased, remove this entry before releasing 2.1.22-1
4
5  -- Claudio Saavedra <csaavedra@igalia.com>  Wed, 05 Nov 2008 14:16:38 +0200
6
7 libhildon (2.1.20-1) unstable; urgency=low
8
9   Bug fixes:
10
11   * Fixes: NB#89541 (Crash in pannable area when closing picker dialog)
12   * Fixes: NB#90994 (HildonPannableArea does not connect "destroyed"
13     on child)
14   * Fixes: NB#91192 (Memory leak in HildonTouchSelector default print
15     function)
16   * Fixes: NB#91135 (Deprecate legacy hildon widgets)
17   * Fixes: NB#90662 (HildonButton "value" and "detail" text is
18     unformatted)
19   * Fixes: NB#91104 (Remove stepper buttons from legacy hildon widgets)
20   * Fixes: NB#91016 (Change toolbar sizes, simplification)
21   * Fixes: NB#91385 (Hildon Touch List panning should be ALWAYS vertical only)
22
23   Deprecations:
24
25   * All Fremantle deprecated widgets has been marked as such with
26     HILDON_DISABLE_DEPRECATED marks.
27
28   Other:
29
30   * Improved sizing of the HildonTouchSelector/HildonPickerDialog widgets.
31   * Corrected alignment of HildonCheckButton contents.
32   * Many cancel-like button fixes.
33
34   ABI:
35
36   * Reverted change introduced in 2.1.16 that broke ABI compatibility. See
37     NB#91636 for further explanation.
38
39  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 04 Nov 2008 13:40:40 +0200
40
41 libhildon (2.1.18-1) unstable; urgency=low
42
43   [ Alejandro Pinheiro ]
44
45   * Add a libhildon1-examples package with the examples.
46   * Avoid running autogen.sh twice during package construction.
47
48   [ Alberto Garcia ]
49
50   * Add libhildon1-doc examples with the API documentation.
51
52   Bug fixes:
53
54   * Fixes: NB#90535 (Memory leak in picker button)
55   * Fixes: NB#90861 (Custom Confirmation dialogs should be protected
56     from cancel button removal)
57   * Fixes: NB#90661 (Delete dialog is displayed without NO button)
58
59   Other:
60
61   * Remove all cancel/close dialogs, where appropriate.
62   * Documentation improvements, some internal cleanups.
63   * HildonAppMenu: unhandled keyboard accelerators are sent to the parent window.
64
65  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 27 Oct 2008 14:08:43 +0200
66
67 libhildon (2.1.16-1) unstable; urgency=low
68
69   * HildonTouchSelector internal layout cleaning.
70   * Improved HildonButton customizability.
71   * Allow Hildon Touch Menu theming (Daniel Borgmann)
72   * Set PKG_CONFIG_PATH in rules to allow building docs with pkg-config 1.10.
73
74   Bug fixes:
75
76   * Fixes: NB#89411 (Window Manager locks caused by HildonStackableWindow)
77   * Fixes: NB#89935 (Shortcuts for menu buttons are not working)
78   * Fixes  NB#90232 (Picker button does not set the label on done button for the
79     second time)
80
81  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 20 Oct 2008 11:37:31 +0200
82
83 libhildon (2.1.14-1) unstable; urgency=low
84
85   * Switch the build system to use cdbs.
86   * Add --disable-deprecated configure option.
87
88   Bug fixes:
89
90   * Fixes: NB#88644 (Hardcoded first column of the model as text column)
91   * Fixes: NB#89329 (selectors in picker dialog are not visible when a
92     long text is set as label for done button)
93   * Fixes: NB#89651 (HildonTouchSelectorEntry title is <unnamed>, when
94     entry is empty)
95   * Fixes: NB#89632 (Picker button selection doesn't change on first click)
96   * Fixes: NB#88946 (Hildon Picker button should disable itself if there are no
97     values)
98   * Fixes: NB#89650 (Picker button is not updated, when selection in selector
99     has changed)
100
101   API additions:
102
103   * HildonTouchSelectorColumn::text-column property.
104   * hildon_picker_button_set_done_button_text() and
105     hildon_picker_button_get_done_button_text()
106   * HildonCheckButton is a proper widget.
107
108   Deprecations:
109
110   * HildonWeekdayPicker
111   * HildonTouchSelectorEntry::text-column property, use
112     HildonTouchSelectorColumn::text-column instead.
113   * hildon_touch_selector_set_column_attributes(), use
114     HildonTouchSelectorColumn and friends.
115   * HildonAppMenu::columns property, this is managed automatically now.
116
117   Other:
118
119   * hildon_gtk_set_theme_size() sets widget name using "WidgetName-size" layout,
120     to ease proper theming (Daniel Borgmann)
121   * Many documentation improvements and additions.
122
123  -- Claudio Saavedra <csaavedra@igalia.com>  Fri, 10 Oct 2008 13:40:57 +0300
124
125 libhildon (2.1.12-2) unstable; urgency=low
126
127   * Add missing hildon-touch-selector-column.h to installable headers.
128   * Fix dh_makeshlibs rule.
129
130  -- Claudio Saavedra <csaavedra@igalia.com>  Wed, 01 Oct 2008 13:02:43 +0300
131
132 libhildon (2.1.12-1) unstable; urgency=low
133
134   * Ship the upstream ChangeLog and NEWS file.
135
136   Bug fixes:
137
138   * Fixes: NB#88576 (critical warning in HildonTouchSelectorEntry)
139   * Fixes: NB#88720 (HildonPickerButton leaks a reference to the
140     HildonTouchSelector)
141   * Fixes: NB#88718 (HildonPickerButton not synchronizing its initial
142     'value' with the selector)
143   * Fixes: NB#88891 (Allow WM to handle properly close-on-tap-outside behavior)
144   * Fixes: NB#88850 (Update HildonNote button strings + signals)
145   * Fixes: NB#88887 (Hildon Wizard changes for Hildon2.2)
146   * Fixes: NB#88680 (Limiting API in HildonTouchSelector)
147   * Fixes: NB#88923 (Semantics of hildon_stackable_window_set_main_menu()
148     changed)
149   * Fixes: NB#88927 (Hildon Wizard should not use icons anymore)
150
151   API additions:
152
153   * New methods to set/get index of selected item in HildonPickerButton and
154     HildonTouchSelector.
155   * Add HildonAppMenu::columns property.
156   * New HildonTouchSelectorColumn class implementing GtkCellLayout interface.
157
158   Other:
159
160   * Examples updated, coding, theming, and documentation fixes.
161
162  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 29 Sep 2008 10:08:47 +0300
163
164 libhildon (2.1.10-2) unstable; urgency=low
165
166   * Revert bump of shared library version to avoid shared library load issues.
167
168  -- Claudio Saavedra <csaavedra@igalia.com>  Wed, 17 Sep 2008 10:52:21 +0300
169
170 libhildon (2.1.10-1) unstable; urgency=low
171
172   * Fixes: NB#88214 (HildonPannableArea wrong requisition)
173   * Fixes: NB#88287 (Missing translations)
174   * Fixes: NB#88364 (Update margins definitions)
175   * Fixes: NB#88414 (Crash in HildonDateSelector on finalize)
176   * New widget: HildonTextEntry.
177   * Removed long deprecated methods hildon_check_button_set_label(),
178     hildon_check_button_get_label().
179   * New method: hildon_gtk_window_set_progress_indicator() to set progress indicator in
180     windows (depends on feature being implemented in WM).
181   * Documentation updates, coding fixes, examples updates. See ChangeLog for details.
182   * Add dependency of libhildon1 on hildon-libs-l10n-mr[0]
183   * Set myself as the maintainer of the debian package.
184
185  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 15 Sep 2008 15:36:06 +0300
186
187 libhildon (2.1.8-1) unstable; urgency=low
188
189   * Make -gdb package contain useful debugging symbols.
190   * Fixes: NB#88022 (parameter validation in
191     hildon_touch_selector_get_num_columns)
192   * Fixes: NB#88023 (day range check
193     in hildon_date_selector_select_current_date)
194   * Fixes: NB#88027 (implement hildon_date_selector_select_month)
195   * Fixes: NB#88045 (fix logical id for time in HildonTimeSelector)
196   * Fixes: NB#88047 (fix retrieval of selected items in HildonTouchSelector)
197   * Fixes: NB#88036 (fix range of 12h time in HildonTimeSelector)
198   * Fixes: NB#88049 (fix columns removal from HildonTouchSelector)
199   * New hildon_button_get_image() method in HildonButton.
200   * New widget: HildonEntry.
201   * New methods to add buttons with finger size in HildonDialog.
202   * Miscellaneous improvements, other minor bug fixes, documentation
203     improvementsand examples updates. See ChangeLog for details.
204
205  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 09 Sep 2008 10:47:11 +0300
206
207 libhildon (2.1.6-1) unstable; urgency=low
208
209   * Deprecated hildon_check_button_{set/get}_label().
210   * Renamed HILDON_PANNABLE_AREA_MOV_* macros to HILDON_MOVEMENT_*
211   * Initial hint in the pannable area set to FALSE.
212   * Renamed properties in HildonPannableArea from {h,v}indicator-mode to
213     {h,v}indicator_policy, and {h,v}scroll to {h,v}scroll_visible.
214   * New widget: HildonEditToolbar.
215   * Renamed hildon_touch_selector_{set,get}_active_iter() to
216     hildon_touch_selector_select_iter() and hildon_touch_selector_get_selected().
217   * Several API additions, bug fixes, internals improvements, documentation
218     improvements, and examples updates. See ChangeLog for details.
219
220  -- Claudio Saavedra <csaavedra@igalia.com>  Fri, 29 Aug 2008 15:25:33 +0300
221
222 libhildon (2.1.5-1~unreleased) gutsy; urgency=low
223
224   * Replace esd dependencies in the dev package with libcanberra-dev.
225     Fixes: NB#87481
226
227  -- Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>  Wed, 13 Aug 2008 16:10:36 +0300
228
229 libhildon (2.1.4-1) gutsy; urgency=low
230
231   * Lot of changes, see ChangeLog for more information.
232   * Depending on the new Gtk+.
233
234  -- Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>  Tue, 12 Aug 2008 18:22:00 +0300
235
236 libhildon (2.1.3-1) gutsy; urgency=low
237
238   * Tons of changes, see the ChangeLog for more information.
239   * Replaced libesd with libcanberra. Fixes: NB#86876
240
241  -- Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>  Mon,  4 Aug 2008 15:07:03 +0300
242
243 libhildon (2.1.2-1) gutsy; urgency=low
244
245   * Update version number to 2.1.2-1
246   * configure.ac 2.1.2
247   * Too many individual changes for them to all be relevant here, many widgets
248     added, many widgets have been changed. A full list of additional/changed  widgets
249     can be found in the Hildon 2.2 widget UI spec.
250
251  -- Karl Lattimer <karl.lattimer@nokia.com>  Mon, 30 Jun 2008 13:55:29 +0300 
252
253 libhildon (2.1.1-1) gutsy; urgency=low
254
255   * Update version number to 2.1.1-1
256   * configure.ac 2.1.1
257   * Too many individual changes for them to all be relevant here, many widgets
258     added, many widgets have been changed. A full list of additional/changed  widgets
259     can be found in the Hildon 2.2 widget UI spec.
260
261  -- Karl Lattimer <karl.lattimer@nokia.com>  Mon, 16 Jun 2008 16:00:00 +0200
262
263 libhildon (2.0.4-1) gutsy; urgency=low
264
265   * src/hildon-banner.c: revert the recent change, that introduced gtk_window_present() calls. 
266     This reopens: Bug 78481 - [freetest] information banners are hidden under browser menu
267     But resolves another variant of: Bug 83953
268
269  -- Natalia Dobrovolskaya <natalia.dobrovolskaya@nokia.com>  Wed, 16 Apr 2008 10:37:00 +0100
270
271 libhildon (2.0.3-1) gutsy; urgency=low
272
273   * Fixes: NB#78896: libhildon code inspection/coverity: uninitialised local values in 
274     hildon_date_editor_size_allocate
275   * Fixes: NB#77775: Media Player, Save Now playing list, too long name makes banner disappear.
276   * Fixes: NB#79182: info banner flickering with certain message lengts.
277   * Fixes: NB#83953: Lock dialog is not visible when device is locked for the first time after flash
278
279  -- Natalia Dobrovolskaya <natalia.dobrovolskaya@nokia.com>  Tue, 15 Apr 2008 15:03:00 +0100
280
281 libhildon (2.0.2-1) gutsy; urgency=low
282
283   * Fixes: MB#1220: HildonWindow should take GtkMenu accel_group into account
284   * Fixes NB#78481: information banners are hidden under browser menu
285   * Fixes: NB#79791: Cannot set focus to Master volume using stylus
286   * Fixes: NB#22072: Revisiting fix for "Implement robust timer handling in Info Banner" bug
287   * Fixes: MB#924: Hildon widgets doesn't support RTL mode
288   * Fixes: MB#1212: Hide info banners (infoprints) on click
289   * Enable fixing: NB#79916 and NB#79918: The help topic for Color selector cannot be opened
290   * Fixes: NB#81696: The passcode is not overwritten even after selecting
291
292  -- Natalia Dobrovolskaya <natalia.dobrovolskaya@nokia.com>  Thu, 03 Apr 2008 14:50:00 +0100
293
294 libhildon (2.0.1-2) gutsy; urgency=low
295
296   * Fixes: MB#1276: wrong allocators used in hildon_window_get_borders
297
298  -- Sven Herzberg <sven@imendio.com>  Mon, 25 Feb 2008 11:50:10 +0100
299
300 libhildon (2.0.1-1) unstable; urgency=low
301
302   * Do not use PACKAGE_VERSION_MAJOR for the API revision.
303
304  -- Xan Lopez <xan.lopez@nokia.com>  Thu, 10 Jan 2008 16:31:15 +0200
305
306 libhildon (2.0.0-1) unstable; urgency=low
307
308   * Fixes: NB#78616: breadcrumb trail node removal logic fix.
309   * Fixes: NB#75310: add missing outer-border style property to HildonColorChooser.
310
311  -- Xan Lopez <xan.lopez@nokia.com>  Wed, 09 Jan 2008 14:27:08 +0200
312
313 libhildon (1.99.1-1) stable; urgency=low
314
315   * Fixes: NB#25592 Accessibility unable to access entry box
316
317  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 14 Dec 2007 11:29:19 +0200
318
319 libhildon (1.99.0-2) stable; urgency=low
320
321   * Updating the gtk dependancy.
322
323  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Thu, 11 Oct 2007 16:05:48 +0300
324
325 libhildon (1.99.0-1) stable; urgency=low
326
327   * Fixes: NB#71660 RSS applet is not using correct logical colors for feeds
328   * Upping version to (almost) 2.0.0 for hildon 2.0
329
330  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Wed, 10 Oct 2007 14:10:28 +0300
331
332 libhildon (1.0.17-1.1) stable; urgency=low
333
334   * Fixes: NB#70842 General brokeness in toolbars visibility
335   * Fixes: NB#62031 Extra arrow in front of top level item in breadcrumb trail
336   * Fixes: MB#615 Can't show/hide the HildonWindow's toolbar
337
338  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 28 Sep 2007 15:03:11 +0300
339
340 libhildon (1.0.16-1.1) stable; urgency=low
341
342   * Mem-leak fixes in font selector and color selector
343   * Mem-leak fix in style helper
344   * Making the code dialog a bit more thumbable 
345
346   * Fixes: NB#63694 device lock, truncation of secu_application_title
347   * Fixes: NB#70273 Memory leaks when switching applets and background
348   * Fixes: NB#70474 Memory leak and access to already freed memory in color selector
349   * Fixes: NB#70499 HildonFontSelectionDialog memory leak 
350
351  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 21 Sep 2007 14:41:13 +0300
352
353 libhildon (1.0.15-1.1) stable; urgency=low
354
355   * debian/control: Add glib and gtk+ doc packages to build dependencies to
356     get gtk-doc crossreferences right
357   * debian/rules: --enable-gtk-doc (with nodocs DEB_BUILD_OPTIONS support)
358
359   * Fixes: NB#67955 Device lock/unlock code not accepted from HW keyboard
360   * Fixes: NB#52301 Wrong item is highlighted in Find toolbar history list 
361   * Fixes: NB#68610 caption multiple focus possible in Authentication dialog weba_fi_auhentication_realm
362   * Fixes: NB#69306 API documentation is missing
363
364  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Mon, 17 Sep 2007 14:07:51 +0300
365
366 libhildon (1.0.14-1) stable; urgency=low
367
368   * Removing the patch for hiding HildonWindow before destroy. Breaks DBus.
369   * Fixes for HildonCalendar expose methods
370   * Fixes for composite-widgets focus handling
371   * New dialog layout for the HildonCalendar (Ok/Cancel)
372   * Making find toolbar thumbable
373   * Changing the stylus repeat timeout to match our needs
374   * New esd dependency 
375
376   * Fixes: NB#54146 Hilon Calendar popup:The changes in active month/year are not shown
377   * Fixes: NB#59299 Leaving the calendar dialog is not possible without selecting something
378   * Fixes: NB#66060 Search toolbar has wrong height in ComboBoxEntry and toolbarbuttons are too narrow
379   * Fixes: NB#58352 on startup, hildon-desktop GLIB WARNING ** hildon-1...
380   * Fixes: NB#60489 Key repeat rate in number editor
381   * Fixes: NB#65155 HildonVolumebar: mute grabs focus, not possible to adjust volume using HW keys
382   * Fixes: NB#63955 hildon_volumebar_set_mute() grabs focus even if the widget is unmapped
383   * Fixes: NB#66673 Questionable main loop iteration in hildon_window_destroy()
384   * Fixes: NB#66628 Account setting dialog crashes while moving the focus using the h/w key. 
385  
386  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 24 Aug 2007 16:18:24 +0300
387
388 libhildon (1.0.13-1) stable; urgency=low
389
390   * Fixes to HildonBanners for temporary windows
391   * Minor bugfix in the helper function for logical colors
392   * New examples
393
394   * Fixes: NB#58352 on startup, hildon-desktop GLIB WARNING...
395
396  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 17 Aug 2007 14:46:03 +0300
397
398 libhildon (1.0.12-1) stable; urgency=low
399
400   * New HILDON_CHECK_VERSION macro
401   * Bugfixes
402   * Minor doc updates
403
404   * Fixes: NB#62061 Please include HILDON_CHECK_VERSION macro
405   * Fixes: NB#49374 Programs using HildonWizardDialog cannot set the sensitivity of buttons when the page changes
406   * Fixes: NB#64355 Control panel; Device lock: OK and Cancel buttons
407   * Fixes: NB#60154 It is possible to enter invalid date in the birthday date picker
408
409  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Mon, 06 Aug 2007 09:52:19 +0300
410
411 libhildon (1.0.11-1) stable; urgency=low
412
413   * Adding some new API functions to control the active item in HildonFindToolbar
414   * Fixing the default focus for font selection dialog
415   * New examples
416   * Changing the default long key press time
417   * Fixed time picker on-map breakage
418
419   * Fixes: NB#63700 wrong definition for HILDON_WINDOW_LONG_PRESS_TIME
420   * Fixes: NB#54182 HildonDateEditor min/max properties cannot be set
421   * Fixes: NB#63430 Ok button of preview dialog is not highlited,when font size is 32pt.
422
423  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Wed, 25 Jul 2007 10:14:34 +0300
424
425 libhildon (1.0.10-2) stable; urgency=low
426
427   * Fix header installation. 
428
429  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Mon,  2 Jul 2007 10:09:31 +0300
430
431 libhildon (1.0.10-1) stable; urgency=low
432
433   * Fixing a bit of focus crazyness in the time and date editors
434   * Removing the separator from the code dialog
435   * Fixing circular dep to enums
436   * Hide the HildonWindow before performing the destroy
437
438   * Fixes: NB#61129 volumebar info banner in muted state
439   * Fixes: NB#61128 volumebar sensitivy does not change when the widget is not mapped
440   * Fixes: NB#60518 Unable to move the focus from the buttons to date or time editor.
441   * Fixes: NB#60349 Date editor invalidates keyboard number input
442
443  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 29 Jun 2007 16:49:58 +0300
444
445 libhildon (1.0.9-1) stable; urgency=low
446
447   * Breadcrumb align/visibility fixes
448
449   * Fixes: MB#1466 hildon_window_toggle_menu() unconditionally uses button=0 for gtk_menu_popup()
450   * Fixes: MB#1230 libhildon doesn't build because of broken strict-aliasing
451   * Fixes: MB#1093 Banners should use GDK_WINDOW_TYPE_HINT_NOTIFICATION
452   * Fixes: NB#52946 Pressing (accidentally) back and then menu key with thumb in quick succession and unfocusing the menu closes the application
453   * Fixes: MB#1101 Reproducible unintentional window/application close bug 
454
455  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Thu, 07 Jun 2007 14:39:06 +0300
456
457 libhildon (1.0.8-1) stable; urgency=low
458
459   * Breadcrumb fixes
460   * HildonBanner fixes for transiency 
461   * Updated examples
462
463   * Fixes: NB#56434 Name of the month truncates in the Date & Time page in the startup wizard.
464   * 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.
465   * Fixes: NB#50288 Box remains on the am/pm indicator of the Date and Time Settings dialog.
466   * Fixes: NB#56082 HildonCalendarpopup:Sliding sylus to a dimmed date changes the year to 1970
467   * Fixes: NB#54147 Hildon calendar popup:The range checks for the years are not consistent.
468   * Fixes: NB#41501 Last line of text in preview dialog is not shown properly when bold and maximum font is selected
469   * Fixes: NB#38955 Inconsistent behaviour observed when 2 instances of date and time applet are open.
470   * Fixes: NB#52379 HildonCaption won't accept focus when it contains a complex widget tree
471   * Fixes: NB#56624 "Searching" info note displayed even after minimizing the search window
472   * Fixes: NB#59276 Escape timeout handler is not removed when HildonWindow is deleted.
473   * Fixes: NB#55161 Refreshing library is shown on top of other applications 
474   * Fixes: NB#58982 HildonBreadcrumbtrail:Pressing Esc key does not show any effect
475
476  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 01 Jun 2007 15:43:59 +0300
477
478 libhildon (1.0.7-1) stable; urgency=low
479
480   * Fixed at some point in the past, but adding here:
481
482   * Fixes: NB#44440 hildon_note_new_cancel_with_progress_bar does unreasonable ellipsization...
483   * Fixes: NB#49916 ADDRESS BOOK, truncation, §addr_nc_notification4b§
484   * Fixes: NB#52006 The number editor in Pdf Viewer goes on a loop after reaching the maximum value.
485
486  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 25 May 2007 11:05:41 +0300
487
488 libhildon (1.0.6-1) stable; urgency=low
489
490   * Fixes: NB#54061 Notes application crashes when font size & font colour is changed
491   * Fixes: NB#48934 Switch to page with empty page number dialog responded when taped outside the content area
492
493   * Memory allocation fixes for color and font selection widgets
494   * Breadcrumb leak/visibility fixes
495   * New examples
496
497  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Tue, 22 May 2007 13:45:59 +0300
498
499 libhildon (1.0.5-1) stable; urgency=low
500
501   * Fixes: NB#54149 Date editor: Accepts year greater than 2037
502   * Fixes: NB#49374 Programs using HildonWizardDialog cannot set the sensitivity of buttons when the page changes
503
504   * Memory freeing fixes in font selection dialog.
505   * Breadcrumb update.
506
507  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Mon, 07 May 2007 13:16:09 +0300
508
509 libhildon (1.0.4-1) stable; urgency=low
510
511   * Changing the API guard name to HILDON_ENABLE_UNSTABLE_API.
512
513  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Thu, 26 Apr 2007 16:20:55 +0300
514
515 libhildon (1.0.3-1) stable; urgency=low
516
517   * Removing the API guard from helper functions. It was a mistake.
518
519  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Thu, 26 Apr 2007 15:54:12 +0300
520
521 libhildon (1.0.2-1) stable; urgency=low
522
523   * Guard unstable API's with ENABLE_UNSTABLE_API define
524   * Breadcrumb updates
525   * Fixing a problem with timed banners having their parrent destroyed before they are
526   * Fixing the sh libs
527
528  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Wed, 25 Apr 2007 16:48:30 +0300
529
530 libhildon (1.0.1-1) stable; urgency=low
531
532   * New breadcrumb trial widget.
533   * Fingerable scrollbar API.
534
535   * Fixes: NB#54182 HildonDateEditor min/max properties cannot be set
536
537  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Mon, 16 Apr 2007 11:09:27 +0300
538
539 libhildon (1.0.0-1) stable; urgency=low
540
541   * Move to Gtk 2.10
542   * Consolidated API
543   * All the deprecated widgets are now removed
544   * Version bumping to 1.0.0 since we're now nice and stable
545   * Fix packaging for gtk-doc (not enabled by default)
546   * License change to LGPL version 2.1 or later
547   * Adding examples for many widgets
548
549   * Fixes: NB#49043 Build fails due to duplicate definition of INVALID_CHAR
550   * Fixes: NB#49810 Errors in hildon-libs
551   * Fixes: NB#47751 Tap and hold of Home key minimize applications but does not close the application menu
552   * Fixes: NB#46434 HildonWindow: inconsistent memory management
553   * Fixes: NB#30265 Warning from hildonlibs build
554   * Fixes: NB#47751 Tap and hold of Home key minimize applications but does not close the application menu
555   * Fixes: NB#47989 Not possible to set empty title for HildonWindow
556   * Fixes: NB#50496 While quickly tapping the same Edit button, the message is displayed differently.
557   * Fixes: NB#51736 Enhancement in hildon_caption_set_label_text()
558   * Fixes: NB#50854 application menu closes when mouse released
559   
560  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Thu, 29 Mar 2007 16:36:27 +0300
561