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