X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=ChangeLog2;h=61c95b6ffdf0e600b80945d53794c0d143dd8bbb;hp=4f8afaa59354ac14ac6e96b9117450ccf4a97e13;hb=4e0cd4cd2c87db28d9bacf8b21cd509af36c0d84;hpb=aa9d45d56b19fdee314fc0610d6a510100650f87 diff --git a/ChangeLog2 b/ChangeLog2 index 4f8afaa..61c95b6 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,5 +1,43 @@ 2007-07-25 Murray Cumming + * src/maemo/modest-maemo-utils.h: + * src/maemo/modest-maemo-utils.c: Added + modest_maemo_show_information_note_in_main_context_and_forget(). + * src/modest-tny-account-store.c: (modest_tny_account_store_alert): + Use the new function to show simple error dialogs in the main + context, though question dialogs are still in the current context, + which is unfortunately usually not the main context. This should + fix some hangs. + +2007-07-25 Murray Cumming + + * src/modest-tny-account-store.c: (get_password): + Never save the entered username and password in gconf, + because the UI spec says we should not. This helps + slightly with projects.maemo.org bug NB#63671. + +2007-07-25 Murray Cumming + + * src/widgets/modest-msg-edit-window.h: + * src/maemo/modest-msg-edit-window.c: (create_stream_for_uri): + Moved some code here to make it simpler. + (modest_msg_edit_window_attach_file_one): Renamed from + modest_msg_edit_window_attach_file_interactive(). + (modest_msg_edit_window_offer_attach_file): Renamed from + modest_msg_edit_window_attach_file() and used + modest_msg_edit_window_attach_file_one() instead of + copy/pasting the code. The old code for one was not using + GnomeVFS. This allows use of smb:// URLs when using send-as + from external applications, fixing bug NB#63741. + + (modest_msg_edit_window_insert_image), + (modest_msg_edit_window_add_attachment_clicked): + * src/modest-ui-actions.c: (modest_ui_actions_on_attach_file): + * src/dbus_api/modest-dbus-callbacks.c: (on_idle_compose_mail): + Adapted to the new function names. + +2007-07-25 Murray Cumming + (modest_platform_set_update_interval): Set the alarm recurrence fields so that auto-update does not just happen the first time. This should have fixed projects.maemo.org bug NB#63938.