X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=ChangeLog2;h=80ce63adc20591ccfb2405d9fe82d552fbc922f8;hp=d6394b93b869f1a7a88ef127dceb7ef523d2f496;hb=2fdc2098eafeff06bef3764fb77a94ac430e674f;hpb=b81ecbe1a310981ed852104abf0d011153d1f1bb diff --git a/ChangeLog2 b/ChangeLog2 index d6394b9..80ce63a 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,5 +1,19 @@ 2007-07-27 Murray Cumming + * src/maemo/modest-main-window.c: (modest_main_window_on_show): + Offer a connection dialog if there is no connection when + starting modest. This should fix projects.maemo.org bug NB#61134. + +2007-07-27 Murray Cumming + + * src/maemo/modest-msg-edit-window.c: (replace_with_attachments): + Reverted my last commit. I was able to fix the build by doing + apt-get install wpeditor0 (replacing other wpeditor packages) and + an explicit apt-get install wpeditor-dev to upgrade the -dev + package. + +2007-07-27 Murray Cumming + * src/maemo/modest-msg-edit-window.c: (replace_with_attachments): Commented out the use of wp_text_buffer_replace_image() because it does not exist, to break the build. Added a TODO for it.