X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=ChangeLog2;h=2b1dd27fef8fc8d9cbbf4644831890c94e29507b;hp=c9470322ebe60fc552fdbda7d3cda4c3773078a0;hb=0f867d147ccfb5326b9d4331dc54586591071c60;hpb=a5426ee60e3bc5a1eef0e03ad9192818ef2a487b;ds=sidebyside diff --git a/ChangeLog2 b/ChangeLog2 index c947032..2b1dd27 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,3 +1,32 @@ +2007-05-04 Murray Cumming + + * src/maemo/Makefile.am: + * src/maemo/modest-osso-state-saving.c: + * src/maemo/modest-osso-state-saving.h: Added + modest_osso_load_state() and modest_osso_save_state() though they do + nothing now. They should iterate through all the open windows and load/save + their state. + * src/modest-ui-actions.c: (modest_ui_actions_on_quit): For Mameo, + save state when closing. + + * src/maemo/modest-main-window.c: + (on_hildon_program_is_topmost_notify), (modest_main_window_new): + Add a notification handler for the HildonProgram::is-topmost property, + so we can allow hibernation when the application goes into the background. + But we still need to detect when the accounts setup windows are open so + we can stop hibernation when they are open. + To do this, I also added the main window the HildonProgram. This might have + other side-effects/benefits, and should maybe be done for other windows. + + * src/maemo/modest-osso-autosave-callbacks.h: + * src/maemo/modest-osso-autosave-callbacks.c: + (modest_on_osso_application_autosave): Add a libosso auto-save callback, + though it does not do anything yet, and we might never need this to do + anything. For instance, we already save drafts. + + * src/maemo/modest-platform.c: (modest_platform_init): + Specify the libosso auto-save callback. + 2007-05-03 Murray Cumming * src/maemo/modest-platform.c: