X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=ChangeLog2;h=e5c353168a55aa5c13ede9676f4fd641e6952dcf;hp=3b63a549362c885dd6b8a02cc36c05a21193a656;hb=b28e06396213a7471eaf3f1af0ac7e93bbf72c39;hpb=a78fab7394e7c5f6b4143966621257ca49ba2fcd diff --git a/ChangeLog2 b/ChangeLog2 index 3b63a54..e5c3531 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,5 +1,12 @@ 2007-04-04 Murray Cumming + * configure.ac: Define MODEST_PLATFORM_MAEMO and MODEST_PLATFORM_GNOME in config.h, + so we can #ifdef around platform-specific code when necessary. + * src/modest-ui-actions.c: (modest_ui_actions_on_new_account): Use MODEST_PLATFORM_MAEMO + to allow this to build for the GNOME platform too. + +2007-04-04 Murray Cumming + * src/maemo/easysetup/modest-easysetup-wizard.c: Added util_increment_name() and used it in create_page_account_details() to make sure that the default account name is always a new name.