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