X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=ChangeLog2;h=d10e4e15f683555a3cfef9c470314a37c0aa7309;hp=0d66c7921137bd4af7691de2c654e01035bda0e6;hb=093036248fff66852acee1e747b5ceb3dabbf57d;hpb=916772be7b84e78505ce6f8d8344e685ee05d2cd diff --git a/ChangeLog2 b/ChangeLog2 index 0d66c79..d10e4e1 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,8 +1,48 @@ +2007-07-06 Murray Cumming + + * src/modest-tny-account-store.c: (modest_tny_account_store_alert): + Use the new TNY_ACCOUNT_ERROR_TRY_CONNECT_CERTIFICATE error code to + give a more exact error message that can be partly translated. + +2007-07-05 Murray Cumming + + * src/maemo/modest-address-book.c: + (select_email_addrs_for_contact): Specify a default window size for the + select-email-address dialog, so that it is probably big enough for the + title. This should fix projects.maemo.org bug NB#62277. + +2007-07-05 Murray Cumming + + * src/maemo/easysetup/modest-easysetup-wizard.c: + (create_page_complete_easysetup): Use + gtk_widget_set_size() request to ensure that the text wraps + even in osso 1.1. + +2007-07-05 Johannes Schmid + + * src/maemo/easysetup/modest-easysetup-wizard.c: + (on_entry_invalid_character), (create_page_account_details), + (create_page_user_details): + Use new API of ModestValidatingEntry. But for some reason the banner is + not shown. I will have to investigate that further. + + * src/widgets/modest-validating-entry.c: (on_insert_text), + (modest_validating_entry_set_func): + * src/widgets/modest-validating-entry.h: + Added a new callback function to be able to react to prevented + characters whitespaces to e.g show a banner. + +2007-07-05 Armin Burgmeier + + * src/maemo/modest-account-settings-dialog.c: Use the notify::value + notification of HildonNumberEditor instead of remembering the port + number. Thanks to Johannes for pointing this out. + 2007-07-05 Johannes Schmid * src/maemo/easysetup/modest-easysetup-wizard.c: Check if there are any user changes before showing a confirmation - dialog (projects.maemo.org NB#59361) + dialog (projects.maemo.org NB#60946) 2007-07-05 Armin Burgmeier