Adding an example to test a HildonSeekbar widget inside a toolbar.
[hildon] / ChangeLog
1 2007-08-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
2
3         * examples/Makefile.am:
4         * examples/hildon-toolbar-seekbar-example.c: Adding an example to test a
5         HildonSeekbar widget inside a toolbar.
6
7 2007-08-16  Xan Lopez  <xan.lopez@nokia.com>
8
9         * src/hildon-banner.c (hildon_banner_init): mark the banners as
10         temporary, depends on maemo-gtk >= 2.10.12-osso7. Also ignore the
11         delete event that will come from _GTK_DELETE_TEMPORARIES, as we
12         don't want to be closed by non-temporary windows on map.
13
14         Also use G_DEFINE_TYPE instead of manually typed code.
15
16 2007-08-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
17
18         [1.0.12-1 release]
19
20         * NEWS:
21         * configure.ac:
22         * debian/changelog:
23         * debian/rules: Updating.
24
25 2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
26
27         * examples/Makefile.am:
28         * examples/hildon-hvolumebar-timer-example.c: Adding an exmaple to debug
29         bug NB#61128. Strangely it works.
30
31 2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
32
33         * src/hildon-date-editor.c: When the date editor entry has been changed
34         but the numbers of characters < max, turn off the skip validation flag.
35         Prevents a situation when we enter first a valid year and later re-write
36         it with an invalid one. Fixes NB#60154.
37
38 2007-07-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
39
40         * src/hildon-code-dialog.c: Fixing the dialog button alignment inside the
41         code dialog. Fixes NB#64355.
42
43 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
44
45         * src/hildon-wizard-dialog.c: Don't call the _set_sensitivity again after
46         switching the page. Fixes NB#49374.
47
48         * examples/Makefile.am:
49         * examples/hildon-wizard-dialog-example.c: Adding an example for
50         HildonWizardDialog that shows how to handle manual sensitivity setting on
51         the wizard dialog.
52
53 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
54
55         * configure.ac:
56         * src/Makefile.am:
57         * src/hildon-version.h.in:
58         * src/hildon.h: Adding the HILDON_CHECK_VERSION macro. Fixes: NB#62061.
59
60 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
61
62         * src/hildon-volumebar.c: Updating the docs.
63
64 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
65
66         [1.0.11-1 release]
67
68         * NEWS:
69         * configure.ac:
70         * debian/changelog: Updating.
71
72 2007-07-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
73
74         * src/hildon-find-toolbar.c:
75         * src/hildon-find-toolbar.h: Adding a few new functions to control the
76         selected item: hildon_find_toolbar_set_active,
77         hildon_find_toolbar_set_active_iter, hildon_find_toolbar_get_active, 
78         hildon_find_toolbar_get_active_iter . They correspond to respective
79         GtkComboBox functions. 
80
81         * examples/Makefile.am:
82         * examples/hildon-find-toolbar-example.c: Adding the example to test the
83         new functionality.
84
85 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
86
87         * examples/Makefile.am:
88         * examples/hildon-seekbar-example.c: Adding the seekbar example to check
89         theming easily.
90
91         * src/hildon-font-selection-dialog.c: Fixing the default focus for dialog
92         when font size > 32 and we pack a focusable widget inside. Actually using
93         the default response would work too, but since we don't show default
94         response state in any way (no theming) it would not be visible to the
95         user. Fixes NB#63430.
96
97 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
98
99         * src/hildon-date-editor.c: Adding the missing variable setter in the
100         set_property handler. Fixes NB#54182.
101
102 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
103
104         * src/hildon-window.h: Changing the long key press time from 1500ms to
105         800ms as requested in NB#63700. I have a bad feeling about this, let's
106         see... Fixes NB#63700.
107
108 2007-07-12  Tommi Komulainen  <tommi.komulainen@nokia.com>
109
110         * src/hildon-time-picker.c (hildon_time_picker_class_init,
111         hildon_time_picker_map, hildon_time_picker_realize,
112         hildon_time_picker_style_set): Split the contents of map to more
113         appropriate functions; set window decorations on realize and update
114         arrows' size requisitions on style-set. Avoids unnecessary resizing.
115
116 2007-07-02  Xan Lopez <xan.lopez@nokia.com>
117
118         [1.0.10-2 release]
119
120         * NEWS:
121         * debian/changelog: Updating.
122
123 2007-07-02  Johan Bilien  <johan.bilien@nokia.com>
124
125         * src/Makefile.am: fixed installation of the header files
126
127 2007-06-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
128
129         [1.0.10-1 release]
130
131         * NEWS:
132         * configure.ac:
133         * debian/changelog: Updating.
134
135 2007-06-27  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
136
137         * configure.ac: Removing some remaining of --enable-xan.
138
139 2007-06-26  Xan Lopez  <xan.lopez@nokia.com>
140
141         * src/hildon-date-editor.c: (hildon_date_editor_keypress):
142         * src/hildon-time-editor.c: (hildon_time_editor_entry_keypress):
143
144         Move all focus crazyness to the rc files. This depends on gtk+2.0 >=
145         2.10.12-osso6 because the move-focus signal needs to be available in
146         GtkWidget.
147
148 2007-06-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
149
150         * examples/Makefile.am:
151         * examples/hildon-hvolumebar-insensitive-map-example.c: Adding an example
152         that makes a HildonVolumebar insensitive before mapping it. Seems to work
153         fine. Prolly NB#61128 is fixed now.
154
155 2007-06-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
156
157         * src/hildon-volumebar.c:
158         * src/hildon-volumebar.h: Adding the
159         hildon_volumebar_set_range_insensitive_message and
160         hildon_volumebar_set_range_insensitive_messagef functions to set
161         insensitive message on the slider of the volumebar. Fixes NB#61129.
162
163         * examples/Makefile.am:
164         * examples/hildon-hvolumebar-insensitive-example.c: Adding an example to
165         test the new insensitive messsage functionality on HildonVolumebar.
166
167 2007-06-14  Xan Lopez  <xan.lopez@nokia.com>
168
169         * src/hildon-private.c (hildon_private_composite_focus): make the focus handler
170         work again.
171
172 2007-06-13  Xan Lopez  <xan.lopez@nokia.com>
173
174         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_clear): workaround
175         http://bugzilla.gnome.org/show_bug.cgi?id=56070 hiding and showing the back
176         button on after clearing the trail.
177
178 2007-06-13  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
179
180         * src/hildon-code-dialog.c: Removing the separator from the dialog.
181
182 2007-06-12  Xan Lopez  <xan.lopez@nokia.com>
183
184         * src/Makefile.am: remove circular dependency in hildon-enum-types.h creation
185         by splitting the installed headers in generated and non-generated groups. Use
186         only the non-generated headers to create the hildon-enum-types.h file.
187
188         * src/hildon-seekbar.h: gtkscale.h already includes gtkrange.h.
189
190 2007-06-12  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
191
192         * src/hildon-window.c: Hide the window before performing the destroy.
193         Should make the app closing a little tiny bit more snappy. 
194
195 2007-06-12  Xan Lopez  <xan.lopez@nokia.com>
196
197         * src/hildon-seekbar.c: add gtkrange.h header
198         * src/hildon-caption.c: remove unused variable
199
200 2007-06-08  Tommi Komulainen  <tommi.komulainen@nokia.com>
201
202         * configure.ac: Remove dysfunctional AC_ARG_ENABLE. Pointed out by
203         Loic Minier.
204
205 2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
206
207         [1.0.9-1 release]
208
209         * NEWS:
210         * configure.ac:
211         * debian/changelog: Updating.
212
213 2007-06-07  Tommi Komulainen  <tommi.komulainen@nokia.com>
214
215         * src/hildon-window.c (hildon_window_window_state_event,
216         hildon_window_is_topmost_notify, hildon_window_class_init): Stop the
217         escape timeout on focus-out-event rather than notify::is-topmost; the
218         latter doesn't get called when menus pop up. Fixes: NB#52946, MB#1101
219
220 2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
221
222         * src/hildon-window.c: Adding a patch from Tommi Komulainen to pass the
223         correct timestamp and button to gtk_menu_popup. Fixes MB#1466. 
224
225 2007-06-07  Xan Lopez  <xan.lopez@nokia.com>
226
227         * src/hildon-window: actually, you need to use the macro always, there's
228         no private pointer in the instance structure. We should have cleaned this up
229         when we had the chance...
230         
231 2007-06-07  Xan Lopez  <xan.lopez@nokia.com>
232
233         * src/hildon-window.c: do not get the private date from HildonWindow before
234         it passes the g_return_if_fail check. Once it's passed the test, there's no
235         need to g_assert that it exists. Do not create a HildonWindowPrivate variable
236         if you are only going to access the data once. Whitespace cleanups.
237
238 2007-06-04  Xan Lopez  <xan.lopez@nokia.com>
239
240         * src/hildon-bread-crumb-trail.c: set children visible before allocation.
241         * src/hildon-bread-crumb-widget.c: set xalign to 0.0 for labels.
242
243 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
244
245         [1.0.8-1 release]
246
247         * NEWS:
248         * configure.ac:
249         * debian/changelog: Updating.
250
251 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
252
253         * src/hildon-window.c: When destroying the window, remove (if exists) the
254         escape timeout handler. Fixes #NB59276.
255
256 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
257
258         * src/hildon-banner.c: When realizing the widget, set the window
259         transiency. Setting the transiency in the gobject constructor is not
260         good, as the widget is not realized at that point. Fixes: #NB56624.
261
262 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
263
264         * src/hildon-bread-crumb-trail.h (struct _HildonBreadCrumbTrailClass):
265         Add padding for future expansions.
266
267 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
268
269         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_class_init):
270         Add a new signal "move-parent", bind Escape and BackSpace to it. The handler
271         will fake an activation on the previous to the last item of the trail, so
272         the effect can be overrided by the developer as usual.
273         Also change the callback for the back button to do the same thing, so its
274         effect can be overrided too. Fixes: NB#58982
275
276 2007-05-30  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
277
278         * src/hildon-caption.c: Implementing the proper focus grabbing in the
279         HildonCaption. Fixes NB#52379. 
280
281 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
282
283         * src/hildon-bread-crumb-trail.c (crumb_activated_cb): be very paranoid about
284         the internal state of the trail after the user has had the chance of executing
285         his handler for the signal. Specifically, it may happen that the activated button
286         is removed and the user still lets the default handler run. This would segfault
287         previously.
288
289 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
290
291         * src/hildon-font-selection-dialog.c: When the font is really big, add the
292         scrollbar to the preview dialog. Fixes NB#54147.
293
294 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
295
296         * src/hildon-date-editor.c: Changing the default max year to 2037. The
297         max/min year properties can be altered, so the client can modify it
298         anyways. 1970 - 2037 sounds like a sane default. Fixes NB#54147.
299
300 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
301
302         * src/hildon-calendar.c: Removing the unused 'hildonlike' property, making
303         hildonlike by default. Fixing a problem with disappearing arrows when
304         scrolling through months and years. Fixes NB#54127. 
305
306 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
307
308         * examples/hildon-date-editor-example.c: Adding error callback to the date
309         editor example. 
310
311 2007-05-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
312
313         [1.0.7-1 release]
314
315         * NEWS:
316         * debian/changelog:
317         * configure.ac: Updating.
318
319 2007-05-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
320
321         * configure.ac: Adding a special '--enable-xan' configure option that
322         turns off the -Werror compilation setting. Usefull for development.
323
324         * src/hildon-calendar.c:
325         * src/hildon-number-editor.c:
326         * src/hildon-time-picker.c: Adding the 5* multiplier to
327         gtk-timeout-update.
328
329 2007-05-24  Xan Lopez  <xan.lopez@nokia.com>
330
331         * src/hildon-note.c (hildon_note_init): Use g_object_ref_sink
332         instead of g_object_ref + gtk_object_sink.
333
334 2007-05-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
335
336         [1.0.6-1 release]
337
338         * NEWS:
339         * configure.ac:
340         * debian/changelog: Updating.
341
342 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
343
344         * src/hildon-color-chooser-dialog.c:
345         * src/hildon-color-chooser.c: A few more GdkColor struct allocation fixes
346         straight from Tommi labs.
347
348 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
349
350         * examples/hildon-finger-example.c: Correcting the header file path.
351
352         * src/hildon-color-chooser-dialog.c: Allocate the color on the stack for 
353         the changed signal. Fixes a small memory leak.
354
355 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
356
357         * autogen.sh:
358         * debian/rules:
359         * src/hildon-banner.c: Importing several usefull fixes from the
360         ubuntu-mobile branch.
361
362 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
363
364         * examples/Makefile.am:
365         * examples/hildon-finger-example.c: Adding a finger-checking code
366         example. 
367
368         * src/hildon-font-selection-dialog.c: Do not allocate the color
369         structure using the g_new. Fixes NB#54061.
370
371 2007-05-09  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
372
373         * src/hildon-helper.c: Correcting tabs in file.
374
375 2007-05-08  Xan Lopez  <xan.lopez@nokia.com>
376
377         * src/hildon-bread-crumb-trail.c: Use set_child_visible only to
378         control the visibility of the children.
379
380         * examples/hildon-bread-crumb-trail-example.c: Plug leak.
381
382 2007-05-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
383
384         [1.0.5-1 release]
385
386         * NEWS:
387         * configure.ac:
388         * debian/changelog: Updating.
389
390 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
391
392         * src/hildon-bread-crumb-trail.c:
393         (hildon_bread_crumb_trail_size_allocate): 
394
395         Make the back button always a square.
396
397 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
398
399         * src/hildon-bread-crumb-trail.h: Include hildon-bread-crumb-widget.h
400         from the .c file as it's a private file. 
401
402 2007-05-03  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
403
404         * examples/hildon-vvolumebar-example.c: The VVolumebar example now
405         uses slightly bigger height.
406
407         * src/hildon-font-selection-dialog.c: Adding some checks before
408         freeing memory in the font selection dialog.
409
410 2007-05-02  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
411
412         * src/hildon-font-selection-dialog.c: Adding a small check when
413         freeing memory. 
414
415         * src/hildon-wizard-dialog.c: Applying a patch by Iain Holmes to fix
416         buttons sensitivity on page switching.
417
418 2007-04-27  Xan Lopez  <xan.lopez@nokia.com>
419
420         * src/hildon-bread-crumb-trail.c: make the add method handle all the
421         internal details of adding a bread crumb to the trail.
422
423 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
424
425         [1.0.4-1 release]
426
427         * README:
428         * configure.ac:
429         * debian/changelog: Updating.
430
431         * src/hildon-bread-crumb-trail.h:
432         * src/hildon-bread-crumb.h: Changing the API guard to
433         HILDON_ENABLE_UNSTABLE_API.
434
435 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
436
437         [1.0.3-1 release]
438
439         * NEWS:
440         * configure.ac:
441         * debian/changelog:
442         * debian/rules:
443         * src/hildon-helper.h: Updating.
444
445 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
446
447         [1.0.2-1 release]
448
449         * NEWS:
450         * configure.ac:
451         * debian/changelog:
452
453 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
454
455         * README:
456         * configure.ac:
457         * src/hildon-helper.h: Small fix to make the package actually compile.
458
459 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
460
461         * src/hildon-bread-crumb-trail.h:
462         * src/hildon-bread-crumb.h:
463
464         Guard with ENABLE_UNSTABLE_API. To use the bread crumb you'll need
465         to define ENABLE_UNSTABLE_API in the code that includes these headers.
466         
467 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
468         
469         * examples/hildon-bread-crumb-trail-example.c:
470         * src/Makefile.am:
471         * src/hildon-bread-crumb-trail.c:
472         * src/hildon-bread-crumb-trail.h:
473         * src/hildon-bread-crumb.c:
474         * src/hildon-bread-crumb.h:
475         * src/hildon-marshalers.list:
476         * src/hildon-bread-crumb-widget.c:
477         * src/hildon-bread-crumb-widget.h:
478
479         Slight change in the widget design. The bread crumb trail API is
480         unchanged, but HildonBreadCrumb is now an interface. A *private*
481         implementation, hildon-bread-crumb-widget, is provided and used
482         internally by the trail for the push_text/push_icon functions.
483
484         The generic push API is still available, so anyone can implement
485         and use its own bread crumb widget.
486         
487 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
488
489         * debian/rules: Fixing the shlibs.
490
491 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
492
493         * src/hildon-banner.c: Fixing a problem with timed banners having
494         their parrent destroyed before they are.
495
496 2007-04-17  Xan Lopez  <xan.lopez@nokia.com>
497
498         * src/hildon-bread-crumb.c:
499         * src/hildon-bread-crumb.h:
500
501         Make the get_natural_size function a vfunc.
502
503 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
504
505         * src/hildon-bread-crumb.c:
506         * src/hildon-bread-crumb-trail.c:
507
508         Some cleanups.
509
510 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
511
512         [1.0.1-1 release]
513
514         * AUTHORS:
515         * NEWS:
516         * configure.ac:
517         * debian/changelog: Updating for release.
518
519 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
520
521         * src/hildon-bread-crumb.c (hildon_bread_crumb_get_natural_size):
522         don't leak the pango layout.
523
524 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
525
526         * src/hildon.h:
527         * examples/hildon-bread-crumb-trail-example.c:
528
529         Fix example.
530
531 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
532
533         * debian/changelog: Removing the bug-fixed entries that were actually
534         resolved as WONTFIX.
535
536         * src/hildon-date-editor.c: Removing a redundant check. Fixes
537         NB#54182.
538
539 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
540
541         * src/hildon-bread-crumb-trail.c:
542         * src/hildon-bread-crumb-trail.h:
543         * src/hildon-bread-crumb.c:
544         * src/hildon-bread-crumb.h:
545
546         Untabify.
547         
548 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
549
550         * src/hildon-bread-crumb-trail.c: don't use the priv data of bct
551         until it's passed the type check.
552
553 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
554
555         * examples/hildon-bread-crumb-trail-example.c
556
557         Add license.
558         
559 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
560
561         * examples/Makefile.am
562         * examples/hildon-bread-crumb-trail-example.c
563         * src/Makefile.am
564         * src/hildon-bread-crumb-trail.c
565         * src/hildon-bread-crumb-trail.h
566         * src/hildon-bread-crumb.c
567         * src/hildon-bread-crumb.h
568
569         New HildonBreadCrumbTrail widget.
570
571 2007-04-02  Lucas Rocha  <lucas.rocha@nokia.com>
572
573         * src/hildon-range-editor.c (hildon_range_editor_init),
574         src/hildon-seekbar.c (hildon_seekbar_get_fraction,
575         hildon_seekbar_set_fraction, hildon_seekbar_set_position),
576         src/hildon-time-editor.c (hildon_time_editor_tap_and_hold_setup,
577         hildon_time_editor_class_init, hildon_time_editor_init),
578         src/hildon-get-password-dialog.c (invalid_input,
579         hildon_get_password_set_property, hildon_get_password_get_property,
580         create_contents, hildon_get_password_dialog_set_max_characters),
581         src/hildon-set-password-dialog.c (create_contents),
582         src/hildon-date-editor.c (hildon_date_editor_init),
583         src/hildon-login-dialog.c (hildon_login_dialog_init),
584         src/hildon-number-editor.c (hildon_number_editor_init),
585         src/hildon-find-toolbar.c (hildon_find_toolbar_emit_invalid_input,
586         hildon_find_toolbar_emit_close, hildon_find_toolbar_init): made all
587         the Maemo GTK+ specific API optional by adding a --with-maemo-gtk
588          configure option and adding the respective checks in the code.
589         * src/hildon-calendar.c (hildon_calendar_paint_week_numbers,
590         hildon_calendar_drag_data_received): fixed some build warnings.
591
592 2007-03-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
593
594         * debian/changelog: A 1.0.0 release notes.
595