X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=ChangeLog.2;h=e347a199f161228cb69525558ac52bc313a96ba8;hb=4ead33776037e4e12d54cc279c6d851180d913b2;hp=359c98aae6cff9f8ef4eb92563ba724ba8928df6;hpb=f62d885381f122909888f6f411150e68d0e98f4f;p=hildon diff --git a/ChangeLog.2 b/ChangeLog.2 index 359c98a..e347a19 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 @@ -1,3 +1,45 @@ +2007-02-09 Michael Dominic Kostrzewa + + * examples/Makefile.am: + * examples/hildon-toolbar-example.c: + * src/hildon-window.c: Adding a toolbar example. Making the add/remove + toolbar documentation in HildonWindow a bit more verbose about + visibility and memory management. + +2007-02-08 Michael Dominic Kostrzewa + + * examples/Makefile.am: + * examples/hildon-vvolumebar-example.c: Adding an exmaple for + HildonVVolumeBar. + +2007-02-08 Michael Dominic Kostrzewa + + * examples/Makefile.am: + * examples/hildon-window-cmn-menu-example.c: + * examples/hildon-window-menu-example.c: Adding a common menu example + and a window menu example. + + * src/hildon-program.c: Adding a note to the documentation about + HildonProgram reffing. Fixes MB#867. + + * src/hildon-window.c: Fixing the menu ref counting problem. Now + applications are NOT supposed to take care about menu destroying since + the HildonWindow handles that. Adding this to the documentation. Fixes + NB#46434. + +2007-02-07 Michael Dominic Kostrzewa + + * src/hildon-program.c: + * src/hildon-window.c: Trap the X error instead of aborting. A patch + by Johan Bilien, fixes MB#900. + +2007-02-07 Michael Dominic Kostrzewa + + * src/hildon-number-editor.c: + * src/hildon-number-editor.h: Prefixing the number editor enums with + HILDON_NUMBER_EDITOR_ERROR_. Not sure why I haven't really noticed + this before. + 2007-02-07 Michael Dominic Kostrzewa * src/hildon-color-chooser-dialog.c: