X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=ChangeLog2;h=a46933c10ac538b230b6deac8d1d48873e89a5e2;hp=e13bce325a111b15dc2523713dc4f1fd36597596;hb=27dc1b7db4b741b4d7bd0acf233a8c402f172012;hpb=d13d05202985ca4da31fcfbcdc422e9eeee0b055 diff --git a/ChangeLog2 b/ChangeLog2 index e13bce3..a46933c 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,3 +1,40 @@ +2007-07-16 Johannes Schmid + + * src/maemo/easysetup/modest-easysetup-wizard.c: + Added scrollbars to account wizard dialog. + Fixed projects.maemo.org NB #62744 + +2007-07-16 Murray Cumming + + * src/widgets/modest-msg-view.h: + * src/widgets/modest-msg-view.c: + Added modest_msg_view_get_message_is_empty() but this needs + to be implemented. + * src/maemo/modest-msg-edit-window.c: (message_is_empty): + Check if there is any text in the message yet. + But this needs to be implemented properly. + (modest_msg_edit_window_toggle_find_toolbar): + * src/maemo/modest-msg-view-window.c: + (modest_msg_view_window_toggle_find_toolbar): + Show a banner warning if there is no text to search, when + trying to start a search. This partially fixes + projects.maemo.org bug NB#62350. + +2007-07-13 Murray Cumming + + * src/modest-mail-operation.c: (update_account_thread): + Initialized num_new_headers to fix the build. + +2007-07-13 Murray Cumming + + * src/modest-account-mgr.c: (modest_account_mgr_account_names): + Ignore modest accounts whose server accounts don't exist in gconf. + This prevents us trying to create TnyAccount instances for those + server accounts when the server account has been removed from gconf, + but the parent modest account has not yet been removed from modest. + I don't know why this is only noticeable now. It was probably just + a harmeless g_warning() anyway. + 2007-07-13 Murray Cumming * src/modest-ui-dimming-rules.c: (_selected_folder_is_root):