X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=ChangeLog2;h=1773d7e96422351504949c0f9ab0399e4d317cab;hp=0ecc1d66d384078de18c4c15f5fbc6a78ba04032;hb=7b9db8885dba9968b48c1ddca7e2e2bd183ac219;hpb=7303a1091352b0745cad4f59ca0ff193c616cf99 diff --git a/ChangeLog2 b/ChangeLog2 index 0ecc1d6..1773d7e 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,5 +1,36 @@ 2007-07-26 Murray Cumming + * src/modest-tny-account-store.c: (recreate_all_accounts): + Recreate them even if they were NULL before. I guess something + else was already creating them before, or this would never + have worked. + (modest_tny_account_store_get_server_account): Make sure that + the tny accounts have been created before trying to find one. + This allows libmodest_dbus_client_compose_mail() to work + when the UI is not yet visible. + This is probably useful in other cases too. + + (get_password): When the password is wrong after it is entered + in the protected password dialog, show an info banner (in an + idle handler) before showing the protected password dialog + again. + +2007-07-26 Murray Cumming + + * src/modest-ui-actions.h: + * src/modest-ui-actions.c: Added + modest_do_refresh_current_folder() containing some code from + modest_ui_actions_on_send_receive(). + * src/dbus_api/modest-dbus-callbacks.c: (on_idle_send_receive): + Call modest_do_refresh_current_folder() before refreshing the + requested account, as in modest_ui_actions_on_send_receive(). + This is strange, but seems to be necessary to show new mails. + Now new emails are finally visible in the UI when downloaded + via the automatic update interval, fixing bug NB#57458. + This also works because bug NB#57458 has been fixed somehow. + +2007-07-26 Murray Cumming + * src/dbus_api/modest-dbus-callbacks.c: (modest_dbus_req_filter): printf more details when we get unhandled D-Bus methods, because it is interesting. @@ -10,7 +41,8 @@ See the comment in the code. * src/modest-search.c: (modest_search_folder): Ignore deleted emails, - by checking the header flags. + by checking the header flags. This fixes projects.maemo.org bug + NB#64225. 2007-07-25 Murray Cumming