X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=ChangeLog2;h=3d425c3a499dbd1be2bcdb45a1fdf7c16dfdeb03;hp=e25d43f136e300fcaf96d325786b304bd5cd6bc2;hb=40e92875620a12ce1d34126c9a9c6bce97b21e6c;hpb=d6c282667a2757dee78d6916b676efb9db1bd3f8 diff --git a/ChangeLog2 b/ChangeLog2 index e25d43f..3d425c3 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,3 +1,41 @@ +2007-06-05 Murray Cumming + + * src/Makefile.am: + * src/modest-tny-simple-folder-store.c: + * src/modest-tny-simple-folder-store.h: Removed. + + * src/modest-tny-local-folders-account.h + * src/modest-tny-local-folders-account.c: Added a derived TnyAccount + for the local-folders maildir, with an extra TnyMergedFolder containing + the folders of the per-account outbox store accounts. + * src/modest-tny-account-store.c: (get_server_accounts): + Add the outboxes to the special local folders account after creating it. + + * src/modest-tny-account.c: + (modest_tny_account_new_for_local_folders): Create the derived + account when creating the main local-folders account. + + * src/maemo/modest-main-window.c: (create_details_widget), + (modest_main_window_set_contents_style): + Adapted to the use of the derived account instead of the folder store. + + * src/modest-ui-actions.c: + (modest_ui_actions_on_folder_selection_changed): + * src/modest-ui-dimming-rules.c: + (modest_ui_dimming_rules_on_new_folder): + * src/widgets/modest-folder-view.c: (text_cell_data), + (icon_cell_data), (filter_row), (update_model), + (get_cmp_rows_type_pos): + + + * src/modest-tny-send-queue.c: (modest_tny_send_queue_new): + Do not get the priv struct, because no priv struct has been set, + to avoid a runtime warning. + + * src/maemo/modest-platform.c: (modest_platform_show_help): Replace + #ifelse with #else, to fix a warning, to fix the build. + + 2007-06-05 Christian Kellner * libmodest-dbus-client/libmodest-dbus-client.c: