X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=ChangeLog2;h=badf3631e80f70d617e05162250ab91c51d839bd;hp=32f311da480e235f9b1034c9371ede813bcead3e;hb=622a810e13a3b84ecff6c620ae39c3828ea3214e;hpb=65aed723f936a94579a16855f66d58f87e74eeec diff --git a/ChangeLog2 b/ChangeLog2 index 32f311d..badf363 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,11 +1,24 @@ -2007-07-02 Murray Cumming + + (modest_tny_account_store_get_tny_account_by): Do not allow accounts to + be found by their display name. This is never useful. + * src/modest-tny-account-store.c: (on_account_removed): Find the account + by its ID, instead of trying to use its ID as its display name. + + * src/modest-tny-account-store.h: + * src/modest-tny-account.c: + (modest_tny_account_get_special_folder): Add a g_warning() when + tny_folder_store_get_folders() returns an empty list for the maildir. + + * src/modest-tny-send-queue.c: (modest_tny_send_queue_get_outbox): + Add a g_warning() when this returns NULL, because that it not allowed + by tinymail. + +2007-07-02 Armin Burgmeier + + * src/maemo/easysetup/modest-easysetup-wizard.c: Added a confirmation + note when trying to cancel the wizard. This fixes projects.maemo.org + bug NB#60946. 2007-07-02 Murray Cumming