* examples/hildon-stackable-window-example.c (new_window): * src/Makefile.am (noinst_...
[hildon] / ChangeLog
index 1754c63..90adb72 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2008-06-25  Alberto Garcia  <agarcia@igalia.com>
+
+       * examples/hildon-stackable-window-example.c (new_window):
+       * src/Makefile.am (noinst_HEADERS):
+       * src/hildon-program.c (hildon_program_go_to_root_window):
+       * src/hildon-program.h:
+       * src/hildon-stackable-window-private.h:
+       * src/hildon-stackable-window.c:
+       * src/hildon-stackable-window.h:
+       Create hildon-stackable-window-private.h
+       Move hildon_stackable_window_go_to_root_window() to HildonProgram
+
+       * examples/hildon-app-menu-example.c (create_menu):
+       * examples/hildon-hvolumebar-insensitive-example.c (main):
+       * examples/hildon-hvolumebar-timer-example.c (on_idle):
+       * examples/hildon-toolbar-seekbar-example.c (main):
+       * src/hildon-app-menu.c (hildon_app_menu_add_filter):
+       * src/hildon-banner.c (hildon_banner_set_property):
+       * src/hildon-dialog.c (hildon_dialog_new_with_buttons):
+       Fix compilation warnings
+
+       * src/hildon-window.c:
+       Fix typo in doc
+
 2008-06-24  Alberto Garcia  <agarcia@igalia.com>
 
        * src/hildon-stackable-window.c
@@ -8,6 +32,9 @@
        Send delete events starting from the topmost window.
        Stop if one of the windows is not destroyed.
        Update doc.
+       (hildon_stackable_window_delete_event)
+       (hildon_stackable_window_class_init):
+       Ignore the delete event if the window is not the topmost one.
 
 2008-06-24  Alejandro G. Castro <alex@igalia.com>