X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=ChangeLog2;h=0af99b9aa5af248f7965bfce6dc3abe54a3b144c;hp=14935273ba1fd52f56c00e19b99126b147a7c4a1;hb=d6a7a149dadd86d95f26e76e8410ed8a7104d7b1;hpb=c7c6dcc7f18dcf6c479c2b68e4317248c89d44c3 diff --git a/ChangeLog2 b/ChangeLog2 index 1493527..0af99b9 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,3 +1,46 @@ +2007-05-21 Christian Kellner + + * src/modest-search.h: + Correct bit shifting in the ModestSearchFlags enum. + +2007-05-21 Murray Cumming + + * src/modest-tny-account.c: + (modest_tny_account_new_from_server_account): Do not use the lsub and + check-all hard-coded IMAP options when using POP. + +2007-05-21 Murray Cumming + + * src/modest-tny-account.c: + (modest_tny_account_new_from_server_account): + Use NULL for the secure-auth method for POP when Password auth has been + specified by the user, as we already do for IMAP. "auth=Login" causes + an error from camel or the server. + +2007-05-17 Murray Cumming + + * src/maemo/modest-account-settings-dialog.c: + (create_page_account_details), + (modest_account_settings_dialog_set_account_name): + * src/maemo/modest-account-settings-dialog.h: Hide the whole caption + for the leave-on-server checkbox, rathr than just the checkbox, when + the protocol is not POP. + +2007-05-17 Murray Cumming + + * src/widgets/modest-account-view.c: + * src/widgets/modest-account-view.h: + Added modest_account_view_select_account() which will be useful later + to asynchronously re-select the edited account. + +2007-05-17 Murray Cumming + + * src/maemo/modest-account-settings-dialog.c: + (modest_account_settings_dialog_set_account_name): + Automatically choose the port numbers based on the secure authentication + methods, if they have not been chosen before. + This fixes projects.maemo.org bug NB#56273 . + 2007-05-17 Murray Cumming * src/maemo/modest-main-window-ui.h: