X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=ChangeLog2;h=551133eb8009265d335b8d8efb39e0438117641a;hp=c38f2de2a8b6d798a051009f4330d254817c16d8;hb=3a8d9a614d0252fb00e601236ff429b933ab6492;hpb=a014f877f2dddcd7dc80c1268e1c070c9f7f98e2 diff --git a/ChangeLog2 b/ChangeLog2 index c38f2de..551133e 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,3 +1,103 @@ +2007-06-25 Johannes Schmid + + * src/maemo/easysetup/modest-wizard-dialog.c: (init): + Fixed icon size by using (50, 50) which is the same as defined by + newer hildon-libs + +2007-06-25 Armin Burgmeier + + * src/widgets/modest-window-mgr.c: + * src/modest-init.c: + * configure.ac: Correctly recognize hildon-notify presence and fixed + the build without it being installed. + +2007-06-25 Murray Cumming + + * libmodest-dbus-client/libmodest-dbus-client.c: + (libmodest_dbus_client_search): Fix the build. Sorry. + * src/modest-ui-actions.c: (modest_ui_actions_on_new_msg), + (reply_forward_cb): Initialize variables to fix the build. + + * src/modest-tny-account-store.c: + (modest_tny_account_store_get_tny_account_by): Fix the account URI + comparison (a silly typo) so that email search results can be opened + when there are more than one account. + +2007-06-25 Murray Cumming + + * libmodest-dbus-client/libmodest-dbus-client.c: + (libmodest_dbus_client_search), + (libmodest_dbus_client_get_folders): Use large timeouts (2 minutes) + instead of 1 second, because the search gets folders and messages from + the server, which can take a long time. When it times out, + osso-global-search will report no results. + + We need to specify whether we should search only cached information + (maybe with a user preference), and the osso-email-search-plugin + API should really be improved to allow that option, and to allow results + to be delivered asynchronously in batches. + +2007-06-25 Murray Cumming + + * src/maemo/easysetup/modest-wizard-dialog.c: (init): + Fix a typo to fix the osso 1.1. build. See the TODO comment though - + GTK_ICON_SIZE_DIALOG is probably the wrong size. + +2007-06-25 Murray Cumming + + * src/modest-search.c: (modest_search_folder): Ignore a seach folder + that is an empty string. D-Bus seems to give us these instead of NULL. + +2007-06-25 Johannes Schmid + + * src/dbus_api/modest-dbus-callbacks.c: + * src/maemo/easysetup/modest-easysetup-wizard.h: + * src/maemo/easysetup/modest-wizard-dialog.c: (init): + * src/maemo/modest-connection-specific-smtp-edit-window.c: + (modest_connection_specific_smtp_edit_window_init): + * src/maemo/modest-maemo-global-settings-dialog.c: + (on_range_error): + * src/maemo/modest-maemo-utils.c: + (modest_maemo_utils_setup_images_filechooser): + * src/maemo/modest-main-window.c: (create_details_widget): + * src/maemo/modest-msg-edit-window.c: + (modest_msg_edit_window_attach_file_noninteractive), + (modest_msg_edit_window_color_button_change), + (modest_msg_edit_window_set_zoom): + * src/modest-mail-operation.c: (update_account_thread): + * src/modest-tny-account-store.c: + * src/modest-tny-account.c: + * src/widgets/modest-global-settings-dialog.c: + * src/widgets/modest-window.h: + + Fixed build on bora! + +2007-06-25 Murray Cumming + + * src/dbus_api/modest-dbus-callbacks.c: (on_dbus_method_search): + * src/modest-search.c: (modest_search_folder), + (modest_search_all_accounts): Actually search only in the specified folder, + doing a simple match on the folder ID. + * src/modest-search.h: Added a folder field to the ModestSearch struct, + and added some documentation. + +2007-06-22 Armin Burgmeier + + * src/maemo/modest-maemo-utils.h: + * src/maemo/modest-maemo-utils.c: Added a GError parameter to + modest_maemo_utils_get_supported_secure_authentication_methods. + + * src/maemo/easysetup/modest-easysetup-wizard.c: + * src/maemo/modest-account-settings-dialog.c: Show correct error if + one occured, not just "Server does not support secure authentication". + +2007-06-22 Murray Cumming + + * src/modest-tny-account-store.c: (get_password): + Restored the call to tny_account_set_user() because Philip seems to have + stopped this from crashing (by not using the freed string). It still does + not work, but now we can test it. + 2007-06-22 Murray Cumming * src/maemo/modest-msg-edit-window.c: (init_window): @@ -3191,4 +3291,3 @@ Added modest_ui_actions_on_new_account() as a signal handler for the New Account menu item. It shows the easysetup wizard. * po/en_GB.po: Added additional needed logical IDs and translations. -