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