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