X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=debian%2Fchangelog;h=5cae7ff0ee4855b2bff93d1967a4f083e009e460;hp=4280923ba898c02f403ef2e5134ac910a15623e0;hb=f1b54c4a866e1449165c22314474a0d0bdda1cf0;hpb=472d6c0023896bb420fa89faab27e421aae0aaaa diff --git a/debian/changelog b/debian/changelog index 4280923..5cae7ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,1141 @@ +modest (3.90.5) unstable; urgency=low + + * Add find toolbar to headers window. + * Also filter date ranges in headers list filter. + * Use live search in hildon. + * Misc build fixes. + * Misc runtime fixes. + * Properly detect the body in multipart/related messages. + * Added new dbus methods to emit signals account_created, account_removed, + * msg_read_changed and folder_updated. + * New method to fetch unread messages with dbus. + * Wrap into a mail operation the get unread messages dbus method. Also make + * get folders operation asynchronous. + * Move the reply calendar method from ui actions to plugin ui actions. + * API for reply calendar doesn't need now the msg, as the method internally + * can get the original msg. + * Add methods to get and retrieve list of custom header pairs in editor. + * Preserve headers of messages in drafts and sending messages. + * New method to send a mail without ui. + * Move modest_ui_actions_on_send_msg to plugin API. + * Add new ui actions method to send a custom message without editor. + * New method modest_ui_actions_reply_calendar_with_subject. + * Fixes: NB#134053 inline images lost with email sent from Thunderbird. + * Fixes: NB#153926 "insert image" button moved from app menu to toolbar. + * Fixes: NB#154396 Set a MODEST_MARGIN_HALF margin in the top of the editor + * window. + * Fixes: NB#155972 Move again models in header view. Now sort model is + * again inside filter model as we want to avoid resorting on changing the + * live search filter condition. + + -- Jose Dapena Paz Tue, 09 Feb 2010 08:15:19 +0100 + +modest (3.90.4) unstable; urgency=low + + * Misc build fixes. + * Set active account of folder window before registering, to allow window mgr + * to know it on register stage. + * Moved Back button to the top right corner. + * Removed unused includes. + * New mail operation modest_mail_operation_update_folder_counts. This is for + * only doing poke_status on all folders. + * New DBUS API for update_folder_counts method. + * Test app for update_folder_counts method. + * Show calendar flag in headers list. + * New method to find a calendar part in a message. + * Detect calendar status from parts in header view. + * On showing a calendar event in view, emit a signal to handle it in upper + * layers. + * If handle_calendar is not handler, then don't show the calendar containers. + * Autoretrieve calendar parts in bodystructure. + * Add methods to create a reply to calendar message and open it in editor. + * Pass to account protocol request to handle the calendar. + * Only set priority if it differs from normal. + * Fixes: Several reference leaks in ModestFolderView's filter method. + * Fixes: Zoom keys behaviour in Modest. + * Fixes: A crash creating new messages. + * Fixes: NB#134194 "volume %x" shown when attempt to zoom. + * Fixes: NB#140276 Only remove mail notifications for each account, when we + * see mails or folders from that account. + * Fixes: NB#142363 Use non-localized reply and forward prefixes. + * Fixes: NB#144441 "unable to zoom" shown in email inbox while mediaplayer + * is active. + * Fixes: NB#146213 Show progress information when saving attachments. + * Fixes: NB#147995 Show the signature in SecondaryTextColor for HTML emails. + * Fixes: NB#150401 Usage of zoom keys should be revised in email. + * Fixes: NB#152559 New show toolbar button in editor. + * Fixes: NB#153338 Fixed a typo in a logical id. + * Fixes: NB#153599 Fixes a crash when saving attachments fails. + + -- Jose Dapena Paz Sun, 24 Jan 2010 12:17:34 +0100 + +modest (3.90.3) unstable; urgency=low + + * Add applications .desktop file for gtk + * Properly detect inline images in multipart/related messages + * Do not reload messages from bodystruct + * Also fetch asyncrhonously embedded images in webkit. + * Use the ModestWindow to create the Move to dialog instead of ModestShell + * Fixed dimming rules for moving/deleting messages + * Show the proper UP icon in the "Move to" dialog + * Fixes an infinite loop while saving BS mime parts + * Do allow to remove messages when opened from notifications + * Include in the "Save attachments" dialog the messages that only contain 1 mime + * part and whose content disposition is attachment + * Fix detection of what an attachment is. Attachment is never a multipart that's + * not a TnyMsg, because in this case it would never be an attachment even if + * disposition lies and tells it is. + * Do not disable editing authentication method checkbox if the connection + * protocol is secure + * Added 4h, 8h and 24h update interval periods + * Some build fixes + * Remove some deprecated GTK+ symbols + * Fixes: NB#139674 Do ignore empty recipients when checking names + * Fixes: NB#145849 Do not search into emails when more than 1 recipient is + * resolved + * Fixes: NB#148667 Better quote+wrap algorithm. Fixes NB#148667. + * Fixes: NB#151298 Automatic add to contacts not working if "Check names" is + * performed + * Fixes: NB#151328 Do not allow to send messages to empty recipients + * Fixes: NB#151343 Show remote folders in "Move to" dialog when viewing + * archive folder + * Fixes: NB#151499 On checking if singleton accounts exist, take into account + * if they're enabled. + * Fixes: NB#151640 Properly handle download of parts for forwarding subpart + * messages. + * Fixes: NB#151892 Retrieve image attachments asynchronously to avoid hanging + * UI + * Fixes: NB#151895 Dim fetch images in msg view while downloading a message. + * Fixes: NB#152038 Don't add purged attachments on creating reply or forward + * messages + * Fixes: NB#152716 In wizard, if country picker change, only refresh the + * plugins entries in provider picker if the MCC hasn't changed. This + * should decrease the lag after cancelling the plugin protocols check. + + -- Jose Dapena Paz Thu, 14 Jan 2010 15:51:35 +0100 + +modest (3.90.2) unstable; urgency=low + + * Removed gnome folder, and added new gtk folder. Now gtk port will be more + * close to hildon port. + * Dropped maemo4 and mozembed support. + * Finally removed dependencies on ModestMainWindow + * Migration of many widgets + * * New toolkit factory for refactored widgets + * * All selectors + * * Text views and entries + * * Menu items, check buttons, ... + * * Scrollables + * * Find toolbar + * New ModestShell, a window that hosts all views in gtk port: + * * Menu button with title and hierarchy subtitle. + * * On creating a new window in Shell, switch to it. + * * New message button + * * Back button in shell, closes last window. + * * Title button in ModestShell, shows menu + * * Progress animation + * * Set Control+q as attachment for closing shell, and Control+w for closing + * last window. + * * Make dimming rules work in shell menu. + * New gtk window manager + * * Fix modality implementation in ModestShell window manager + * * Fix modest_utils_show_dialog_and_forget for gtk and modest shell + * Implement banner modest-platform API with new ModestShellBanner + * Other gtk port fixes + * * Remove help id's in windows (deprecated in hildon2, not used in gtk) + * * Do not show neither tabs nor tree view headers + * Moved most windows and dialogs to src/widgets as they are now common code. + * New global settings dialog in gtk. + * Fix use cases in gtk: + * * Moved ui files to src/widgets + * * Added close/cancel buttons in dialogs. + * * Show rows hint in accounts and folder view for gtk + * * Fix cases where we assumed ModestWindow was a GtkWindow + * * Removed ModestExpanderMailHeaderView + * * Fix compact mail header background color in gtk + * * Reenable smtp servers dialog in gtk. We'll try to implement it properly + * with network manager help. + * * Reenable move, delete and rename in gtk + * * Fix delete folder dialogs + * * Fix delete folder in gtk + * * Fix cc/bcc show/hide buttons in gtk + * * Reenable move to and delete in headers window + * * Fix remove attachments case in gtk + * Attachments handling in gtk: + * * Activate uris and files with desktop handler + * * Download properly files. + * * Detect proper icons for each mime type. + * * Desktop feedback on opening a file default app. + * Lots of layout enhancements and color fixes in gtk + * Adapt wpeditor settings to work better in gtk port. + * Fixed many keybindings. + * Basic Webkit support. + * Retrieve mime parts on demand with new Bodystruct support. + * Replaced translations of other modules in modest gtk. + * Expunge messages when closing headers window + * Use new color button in hildon, based on calendar application + * Added the dbus method handler for OpenEditAccountsDialog + * Only load one account in folders view (for header window). + * Fixes: MB#4887 use accessor functions instead direct access. (only stable + * Fixes: MB#4973 support silent build rules + * Fixes: MB#5161 fix some gnome version build warnings + * Fixes: MB#5241 import conic support only if It's available + * Fixes: MB#5242 remove Hildon 0.x conditional code + * Fixes: MB#5249 remove Hildon1 conditional code from hildon2. + * Panning fixes in gtkhtml message view: + * * Fixes: NB#138980 + * * Fixes: NB#114484 + * Fixes: NB#112533 long attachment's name is not truncated in the + * "Select attachment" dialog + * Fixes: NB#120969, MB#3941 insert proper trailing space on signature separator + * Fixes: NB#121661 show translated names in first item of paths in change + * folder dialog + * Fixes: NB#125223 Show * after mandatory fields in wizard + * Fixes: NB#129366 don't assume account protocols return a settings dialog + * Fixes: NB#132034 use the proper logical id for the "New" button in Move message dialog + * Fixes: NB#133593 fill better the name fields in created contacts + * Fixes: NB#133828 show "Copy link location" as an option in CSM + * Fixes: NB#133900 some countries are missing in the country list + * Fixes: NB#134253 save button active in account settings if incoming port + * is empty + * Fixes: NB#136936 do allow to move messages from local accounts + * Fixes: NB#137323 do not show account settings dialog if the UI is not shown + * Fixes: NB#137657 on cancelling attempt to retrieve a message, close message + * view window + * Fixes: NB#138240 do not delete content of the email body when switching + * signatures. + * Fixes: NB#139032 increase the char limit for considering a header as "secure" + * Fixes: NB#139196 CSM menus shown when tap-and-hold over blank view + * Fixes: NB#139348 save screenshot for startup in Hildon + * Fixes: NB#139404 download remote message attachments and open them from modest + * Fixes: NB#139674 ignore empty addresses when checking recipients + * Fixes: NB#140449 fix message not available error in account protocols + * Fixes: NB#140483 do not process alerts without error + * Fixes: NB#140509 sync() currently viewed folder on send&receive even with + * auto-updates + * GTK+ functions) + * Fixes: NB#140731 properly reply to pure HTML emails (using gtkhtml converter) + * Fixes: NB#141016 file with non-ASCII chars sent by Modest as attachment is + * not readable by Modest when received + * Fixes: NB#142269 do not select any attachment to save by default + * Fixes: NB#142363 do not use localized Re: or Fw: when replying/forwarding + * Fixes: NB#143352 add a DBus API to request inmmediate Send&Receive + * Fixes: NB#143546 select the region in the easysetup wizard based on device's + * regional settings + * Fixes: NB#144441, NB#150401 don't handle zoom keys out of message + * view in hildon + * Fixes: NB#144914 added support to automatically add contacts to abook when sending + * message + * Fixes: NB#145249 remove the first X lines when replying to HTML-only emails only + * Fixes: NB#145254 fixes a crash caused by an invalid dereference when changing colors + * Fixes: NB#145788 do not update the header window if the window was previously closed + * Fixes: NB#145849 do not search in contacts names in "Check names" option if the + * entered text does not contain '@' + * Fixes: NB#146292 do not show the settings dialog if the device is offline + * Fixes: NB#147995 show signature with grey color + * Fixes: NB#147998 added support to show incoming notifications based on settings + * Fixes: NB#148121 removed an invalid assertion + * Fixes: NB#148772 change wrap line limit to 72 columns + * Fixes: NB#149093 do not restart Modest every X minutes + * Fixes: NB#149801, MB#6279 avoid redrawing too much on loading + * external images. + * Fixes: NB#149855 expunge messages in server when removing them + * Fixes: NB#150022 do not use utf8 functions to measure string lengths + * Fixes: NB#150565 do not assume that every mime part has content type + * Fixes: NB#150632 remove "\r\n" before setting "In-Reply-To:" and "References:" + * headers. + * Fixes: NB#150923 fixed a crash when composing a msg from an external program + * Fixes: NB#150963 do not change text color if color dialog is closed + * Fixes: NB#150973 crash when closing viewer window while downloading external + * images + * Make modest_tny_mime_part_is_msg detection content type case insensitive. + + -- Jose Dapena Paz Mon, 14 Dec 2009 18:43:00 +0200 + +modest (3.90.1) unstable; urgency=low + + * Fixes: NB#141137 do not play email tone twice when sending notifications + * Fixes: NB#133657 set the proper parent to the account settings dialog. + * This could cause "hangs" when another modal dialog is shown after + * this one. + * Fixes: NB#132711 junk characters added to filenames with non-ASCII + * Fixes: NB#139637 coverity defects in modest + * Fixes: NB#139032 remove the colons in folder details dialog. Use secondary + * color as well for labels + + -- Jose Dapena Paz Wed, 14 Oct 2009 15:43:00 +0200 + +modest (3.90.0) unstable; urgency=low + + * First release in development series for modest 4.0 release. It includes + * lots of fixes from modest-3-0 branch + * Fixes: NB#136030 Increase the limit of characters to "secure" headers to + * 2048 + * Fixes: NB#140122 On error fetching messages in msg view window, close it + * always. + * Fixes: NB#141003 Remove the infinite loops that were causing the + * application hang. + * Use IPHB in Maemo Fremantle. + * Fixes: MB#5188 HildonDialog deprecated symbol. + * Fixes: MB#4918 Fix locales setup. + * Use Gtk+ single includes (in GNOME version of modest). + * Fixes: MB#5156 Add AM_PROG_CC_C_O to configure.ac + * Fixes: NB#125495 Do not show account settings dialog if the settings are ok + * and authentication fails due to timeouts + * Fixes: NB#139404 Fixes fro decode part to stream functionality. + * Fixes: NB#114184 Autoupdate not working when switching connections Added + * RUN_DELAYED flag to the alarm event. + * Fixes: NB#133759 Do allow sending messages without subject + * Fixes a crash when freeing a const gchar * + * Lots of fixes on selection behavior in recipient editor + * Fixes: NB#135463 Crash in check_data + * Fixes: NB#139035 Forward button moved from menu to toolbar + * Fixes: NB#130325 Remove additional separation among headers and body in editor + * Fixes: NB#131601 toolbar lost in editor when doing undo after changing the + * message settings to plain text + * Fixes: NB#114184 auto-update fails sometimes + * Fixes: NB#138110 sometimes manual send&receive does not work + * Fixes: NB#137949 show notifications even if the application is in the foreground + * Sync headers in ModestHeaderWindow dispose instead of finalize. + * Fixes: NB#137187 problems parsing email addresses + * Fixes: NB#138269 append @hotmail.com to the username if the user haven't inserted it + * Fixes: NB#138261 settings dialog not shown when the password is incorrect + * On html adjustment changes, resize children in idle. + * Fix dbus tests using the new library. + * Fixes: NB#137624 Crash when creating a new folder in offline mode + * Fixes: NB#131601 Toolbar lost in editor after canceling "lose formatting" + * confirmation note + * Additional check in sort dialog (code review). + * Code review fix in ModestAttachmentsView. + * Fixes: NB#131351 Crash when exiting modest if there are new connection attempts + * Improved the output of modest_mail_operation_to_string + * Fixes: NB#134905 Set word char wrapping mode in gtkhtml widget + * Fixes: NB#135345 Perform a case-insensitive emails comparison when looking for + * existing contacts + * Fixes: NB#134827 Take into account unichar space on converting to plain text + * quoted text + * Limit the number of changes for correcting scroll to avoid infinite loop. + * Fixes: NB#132706 Check emails addresses case when checking the presence of our + * email address when replying to emails + * Fixes: NB#135191 Move to use e book query for searches in check names select contacts + * Set gstreamer driver in canberra for playing sounds (supports aac then). + * Pass proper volume to canberra on play sounds from modest. + * Fixed a type-punned warning in compilation + * Do not check the presence of libmodest-dbus-client library in GNOME platform + * Added "separator" variable when not using hildon2 libs and only use + * MODEST_COMPACT_HEADER_BG if it's defined + * Do not use gtk_html_set_auto_panning for the GNOME version + * Added connection reattempts to get_password function Do not show the account settings + * dialog to the user if there is a connection issue + * Change scroll readjustment management in msg view. + * Better handling of spaces on converting text to html + * Add

to text-to-html stream, so that wrapping works better. + * Fixes: NB#133627 Added vertical scrolling using hw keys + * Fixes: NB#129121 Added row reference valid checks all around modest + * Fixes: NB#132625 Converted libmodest-dbus-client into a new library package + * New plugins API to fetch parts into streams. + * Make modest CUD script regenerate the NSS settings for maemosec + * Fixes: NB#134642 Fixes a crash in on_header_view_model_changed + * Handle properly ca_context_open, so that we can play more than one tone. + * Handle better finalize/last ref of model cases in ModestHeaderWindow + * On showing the check names "select contact" dialog, filter properly case. + * Fix reference leaks causing power consuption because of running IDLE. + * Fixed a reference problem in grey coloring of mail header view. + * Remove separator in hildon2 + * Also change bg color of attachments view. + * Put grey in compact mail header view. + * Fixes: NB#114929 Add support to autocomplete usernames for Ovi and Yahoo Mail Plus + * Fixes: NB#134700 Play a sound after a send&receive if new headers are received + * and application is active in the foreground + * Fixes: NB#135054 Default update interval should be 30 minutes + * Fixes: NB#134642 Crash when closing the headers window + + -- Jose Dapena Paz Wed, 07 Oct 2009 13:33:00 +0200 + +modest (3.0.17-rc40) unstable; urgency=low + + * Week 35, 2009 - fifth release + * + * Fixes: NB#131583 Email application hangs often when retrieving messages + * + + -- Moises Martinez Mon, 24 Aug 2009 11:19:03 +0300 + +modest (3.0.17-rc39) unstable; urgency=low + + * Week 35, 2009 - fourth release + * + * Fixes: NB#134613 Email editor body doesn't get expanded when entering text + + -- Moises Martinez Sun, 23 Aug 2009 01:53:00 +0300 + +modest (3.0.17-rc38) unstable; urgency=low + + * Week 35, 2009 - third release + * + * Fixes: NB#123383 [AF Checked]Unexpected lines appear in new email editor body area + * Fixes: NB#133838 Empty contact created in exchange server in the mentioned scenario. + * Fixes: NB#134457 Sort: Sort hildon touch list opens and displayed background of + * menu list and whole device is freezed. + + -- Moises Martinez Sat, 22 Aug 2009 00:19:42 +0300 + +modest (3.0.17-rc37) unstable; urgency=low + + * Week 35, 2009 - second release + * + * Fixes: NB#133352 Remove "mail_nc_msg_count_limit_exceeded" confirmation note + * Fixes: NB#133623 Security:Crash on tapping embedded message. + + -- Moises Martinez Fri, 21 Aug 2009 09:57:17 +0300 + +modest (3.0.17-rc36) unstable; urgency=low + + * Week 35, 2009 - first release + * + * Fixes: NB#121339 Remote folders are not shown and modest is continuously + * retrieving after disconnecting from network + * Fixes: NB#129177 Corematic: Random crash in pop3_get_local_size () + * Fixes: NB#133699 When receiving mail from AF, flow on UI is wrong + * Fixes: NB#133864 Crash after opening .msg file + + -- Moises Martinez Wed, 19 Aug 2009 19:29:06 +0300 + +modest (3.0.17-rc35) unstable; urgency=low + + * Week 34, 2009 - fourth release + * + * Fixes: NB#127203 IMAP traffic over GPRS contrary to settings + * Fixes: NB#132390 [REVIEW] remaining defects from Email + * Fixes: NB#133666 Panning on e-mail editor view has problems + * due the horizontal overshooting + + -- Moises Martinez Tue, 18 Aug 2009 18:23:20 +0300 + +modest (3.0.17-rc34) unstable; urgency=low + + * Week 34, 2009 - third release + * + * Fixes: NB#131116 Modest plugins stops receiving events + * Fixes: NB#131159 'Mail for Exchange' setup does not work in Modest if + * user returns to providers list + + -- Moises Martinez Mon, 17 Aug 2009 23:09:23 +0300 + +modest (3.0.17-rc33) unstable; urgency=low + + * Week 34, 2009 second release + * + * Fixes: NB#126941 [REVIEW] Major and moderate findings + * Fixes: NB#130848 New email -note on screen not with correct time + * Fixes: NB#131375 "Replace existing file of same name?" confirmation note is + * not asked upon saving a file which already exist in target folder. + * Fixes: NB#131389 Randomly modest hangs when attempt to delete message. + * Fixes: NB#131187 No kinetic scrolling in message viewer + + -- Moises Martinez Thu, 13 Aug 2009 23:32:11 +0300 + +modest (3.0.17-rc32) unstable; urgency=low + + * Week 34, 2009 - first release + * + * Fixes: NB#132639 Security:Crash Modest Crashed upon Tapping Message Details. + * Fixes: NB#132618 Corematic: random crash in "tny_cached_file_is_active" + * Fixes: NB#128171 Able to launch multiple instances of account wizard opens up from Contacts + + -- Moises Martinez Thu, 13 Aug 2009 07:20:43 +0300 + +modest (3.0.17-rc31) unstable; urgency=low + + * Week 33, 2009 - third release + * + * Fixes: NB#131375 "Replace existing file of same name?" confirmation note is not asked upon + * saving a file which already exist in target folder. + + -- Moises Martinez Tue, 11 Aug 2009 22:59:20 +0300 + +modest (3.0.17-rc30) unstable; urgency=low + + * Week 33, 2009 - second release + * + * Fixes: NB#131394 email needs to support global safe folders + * + + -- Moises Martinez Tue, 11 Aug 2009 12:23:16 +0300 + +modest (3.0.17-rc29) unstable; urgency=low + + * Week 33, 2009 - first release + * + * Fixes: NB#114614 (Multi-app test case) Folder created under Activesync inbox in exchange + * server is not synched to the device until Email application is restarted. + * Fixes: NB#123378 Security: Email UI hangs when attempt to check message details of + * the message attached. + * Fixes: NB#125205 Sort By Subject (A-Z) is incorrect + * Fixes: NB#126904 Crash in "camel_message_info_free"/ "tny_folder_change_finalize" + * Fixes: NB#128553 [REGF]Saving email attachment when usb mass storage is used - is not proper + * Fixes: NB#128634 attached pdf document in opened only one time , second time we are getting "File Error " + * Fixes: NB#129177 [Erkko S3 OPEN]Corematic: Random crash in pop3_get_local_size () + * Fixes: NB#130519 Experience of using the list items in "Region" field in wizard is poor + * Fixes: NB#130686 Valgrind shows memleaks in Modest + * Fixes: NB#130850 device is getting hung with unknown certificate and the confirmation note + * Fixes: NB#130999 memleak in camel-imap-folder.c + * Fixes: NB#131002 "Inbox" is hardcoded in the mailbox folders view + * Fixes: NB#131102 Memleak reported by Valgrind while executing test case "Message Move to Local Folder" + * Fixes: NB#131178 Email, Account setup - colon ':' should not be hardcoded after + * string §mcen_ti_emailsetup§ + * Fixes: NB#131348 Crash in notify_folder_observers_about_in_idle () + * Fixes: NB#131583 Email application hangs often when retrieving messages + * Fixes: NB#132131 Email- Gmail option is not present for pt-PT in service provider list + + -- Moises Martinez Mon, 10 Aug 2009 21:28:42 +0300 + +modest (3.0.17-rc27) unstable; urgency=low + + * Week 32, 2009 - first release + * + * Fixes: NB#117612 Email messages from user defined folder are not restoring + * with backup and restore + * Fixes: NB#122697 Security: when attempt to reply to the attached message, reply editor + * doesn't open and the whole device UI freezes + + -- Moises Martinez Fri, 31 Jul 2009 15:05:09 +0300 + +modest (3.0.17-rc26) unstable; urgency=low + + * Week 31, 2009 - second release + * + * Fixes: NB#116469 Editor: every further contact added is unnecessary highlighted + * Fixes: NB#122195 Email application and device becomes inaccessible while scrolling + * the message list when local folder has some set of security messages (MIME) + * Fixes: NB#123483 Performance: Time taken to open edit mode for Move messages/Delete + * message is too long [~20seconds] + * Fixes: NB#126904 Crash in "camel_message_info_free"/ "tny_folder_change_finalize" + * Fixes: NB#128529 codereview, S3 modest-utils.c + * Fixes: NB#128869 Corematic: Crash in "camel_imap_folder_changed" + * Fixes: NB#129039 Modest sends empty ENABLE command when IMAP server advertises ENABLE + * but not CONDSTORE or QRESYNC capabilities + * Fixes: NB#129516 Icon for "download images" not shown in view toolbar + * Fixes: NB#130151 Remove deprecated Glib symbols + * Fixes: NB#130154 Remove deprecated Gtk+ symbols + * Fixes: NB#130164 Crash in "selected_msg_sent_in_progress" + + -- Moises Martinez Wed, 29 Jul 2009 09:16:38 +0300 + +modest (3.0.17-rc25) unstable; urgency=low + + * Week 31, 2009 first release + * + * Fixes: NB#129013 modest adds himself into alarm list always + * Fixes: NB#129320 Continuous modest crashes at "parse_mime_part/ea_send_to" + * when attempt to forwarding a message after removing the email attachment + * Fixes: NB#128962 Crash> modest-singletons.c + * Fixes: NB#129121 Corematic: Crash in "IA__gtk_tree_row_reference_copy ()" + + -- Moises Martinez Sun, 26 Jul 2009 22:31:43 +0300 + +modest (3.0.17-rc24) unstable; urgency=low + + * Week 30, 2009 - second release + * + * Fixes: NB#116112 Already downloaded headers should be shown without a delay after + * messages view is activated + * Fixes: NB#120341 Folder view: message count of folder is not updated when push + * email is received + * Fixes: NB#125071 "Memory card full.\nRemove data to free memory." should show + * when attempt to move message under external MMC in memory full conition. + * Fixes: NB#125074 "Memory card full.\nRemove data to free memory." information note + * should show when attempt to save files in memory full external MMC + * Fixes: NB#125952 Modality Issue: Email stops responding @ on_response_before () upon + * launching an editor from Contacts + * Fixes: NB#126882 Progress bar to be replaced with progress indicator (spinning wheel) + * in wizard + * Fixes: NB#127102 Sometimes e-mail does not go to foreground after tapping on notification + * Fixes: NB#127684 Crash at "modest_ui_dimming_rules_on_view_window_move_to( )" + * Fixes: NB#127915 Modest crashed at "mgea_initialize ()" while configuring NMS account + * after correcting wrong email address in "Account setup:advanced settings" + + -- Moises Martinez Mon, 20 Jul 2009 09:12:27 +0300 + +modest (3.0.17-rc23) unstable; urgency=low + + * Week 30, 2009 - first release + * + * Fixes: NB#116112 Already downloaded headers should be shown without + * a delay after messages view is activated + * Fixes: NB#121339 Remote folders are not shown and modest is continuously + * retrieving after disconnecting from network + * Fixes: NB#125071 "Memory card full.\nRemove data to free memory." should show + * when attempt to move message under external MMC in memory full conition. + * Fixes: NB#125074 "Memory card full.\nRemove data to free memory." information + * note should show when attempt to save files in memory full external MMC + * Fixes: NB#125952 Modality Issue: Email stops responding @ on_response_before () + * upon launching an editor from Contacts + * Fixes: NB#126882 Progress bar to be replaced with progress indicator + * (spinning wheel) in wizard + * Fixes: NB#127102 Sometimes e-mail does not go to foreground after tapping on + * notification + * Fixes: NB#127684 Crash at "modest_ui_dimming_rules_on_view_window_move_to( )" + * Fixes: NB#127915 Modest crashed at "mgea_initialize ()" while configuring NMS + * account after correcting wrong email address in "Account setup:advanced settings" + + -- Moises Martinez Wed, 15 Jul 2009 15:38:38 +0300 + +modest (3.0.17-rc22) unstable; urgency=low + + * Week 28, 2009 - second release + * + * Fixes: NB#125835 NMS/m-nm-p needs a way to request that modest/tinymail flush its send-queue + + -- Moises Martinez Fri, 03 Jul 2009 17:59:55 +0300 + +modest (3.0.17-rc21) unstable; urgency=low + + * Week 27, 2009 - second release + * + * Fixes: NB#117612 Email messages from user defined folder are not restoring with backup and restore + * Fixes: NB#123040 Check Names Functionality Not working when contacts added with same first alphabet + * Fixes: NB#125051 Email application is crashed when attempt scroll drafts message list after date is changed. + * Fixes: NB#124317 "Message (no subject) is not available on the server" is shown to the user while it is there + * Fixes: NB#124628 20 newest messages are not downloaded when the account has been configured + * Fixes: NB#124639 Only headers are downloaded when Send&Receive command has been executed + * Fixes: NB#124936 Gmail profile creation parameters are incorrect + * Fixes NB#125192 "Account title" field's text input area not inline with other field in the Account settings dialog + + -- Moises Martinez Wed, 01 Jul 2009 12:21:19 +0300 + +modest (3.0.17-rc20) unstable; urgency=low + + * Week 27, 2009 - First release + * 11 bug fixes + * + * Fixes: NB#116112 Already downloaded headers should be shown without a delay after + * messages view is activated + * Fixes: NB#116869 Theme and Layout Issues + * Fixes: NB#124063 Email application is not localized + * Fixes: NB#124324 The original instance of "FW:" is not removed in the subject field. + * Fixes: NB#122233 Message is truncated and user is not notified + * Fixes: NB#124313 After account is removed the notification for this account in + * Task Switcher is still shown + * Fixes: NB#124410 Viewer view menu: "mcen_me_move_message" should be used for Move command + * Fixes: NB#121125 E-mail editor maximum amount of characters is way too low + * Fixes: NB#124742 Duplicate contacts are created in contacts application when a + * message is sent with same email address entered in all To: , Cc: , Bcc field + * Fixes: NB#124248 New folder: Inbox and drafts folder displayed twice in change folder dialog + * Fixes: NB#124831 Removed attachment should not include while forwarding HTML message + + -- Moises Martinez Sun, 28 Jun 2009 20:35:38 +0300 + +modest (3.0.17-rc19) unstable; urgency=low + + * Week 26, 2009 - second release + * 7 bug fixes. + * + * Fixes: NB#121603 Scheduled Sync does not happen as per the setting in the + * control panel applet and is very inconsistent + * Fixes: NB#122748 Modest is appearing in Title Window instead of Email + * Fixes: NB#123812 Duplicate contact is created in addressbook when mail + * sent to same email address . + * Fixes: NB#123829 Security:Email ui crashes on tapping on the message + * Fixes: NB#123895 Contents of message/rfc822 parts with no Content-type + * headers are not shown + * Fixes: NB#123994 Entries in the account setup wizard are the wrong size + * (graphics get scaled) + * Fixes: NB#124155 Done button in Select contacts dialog doesn't close the + * dialog after selecting a contact + + -- Moises Martinez Tue, 23 Jun 2009 17:55:45 +0300 + +modest (3.0.17-rc18) unstable; urgency=low + + * Week 26, 2009 - first release + * 19 bug fixes + * + * Fixes: NB#101663 Random date and time are shown in viewer when a draft message is attached from + * outlook as embedded message + * Fixes: NB#105445 Message content retrieving should not be stopped after navigating to Folders view + * Fixes: NB#107215 After account is tapped and navigating to Folders view remote imap folders are shown with a delay + * Fixes: NB#110254 inline images are not displayed while forwarding a message with inline images created from device + * Fixes: NB#117246 List of folders in Change folder dialog is not correct when attempt to move messages + * between two different accounts + * Fixes: NB#117612 Email messages from user defined folder are not restoring with backup and restore + * Fixes: NB#117967 Opening a email viewer when tapped on new email notification received should be improved + * Fixes: NB#119629 Mem full: a wrong notification/no notification is shown when attempt to move a remote + * folder under Archive fails + * Fixes: NB#120148 Cancel Sending: Waiting status messages get stuck in Outbox + * Fixes: NB#120415 Account setup cursor focus should be on the first text input field when setting up an account + * Fixes: NB#121091 Modest doesn't attempt to go online when a new email notification is tapped + * Fixes: NB#121783 The Original message in the message body is lost upon performing Reply or Reply to all. + * Fixes: NB#123141 Viewer view is not per Email UI spec + * Fixes: NB#123142 A long tap on a message in messages view doesn't open CSM + * Fixes: NB#123143 Folders view menu: "Edit account" command is missing + * Fixes: NB#123401 Toolbar icons are not dimmed during msg content retrieving after deletion of the previous message + * Fixes: NB#123431 size of some images file are showing wrong in attachment field + * Fixes: NB#123588 "Inbox" is untranslated in Change folder dialog + * Fixes: NB#123681 Remote folders are not listed out in New folder dialog box + + -- Moises Martinez Mon, 22 Jun 2009 11:52:08 +0300 + +modest (3.0.17-rc17) unstable; urgency=low + + * Week 25, 2009 - release + * + + -- Moises Martinez Wed, 17 Jun 2009 19:10:32 +0300 + +modest (3.0.17-rc16) unstable; urgency=low + + * + * Week 25, 2009 second release + * + * Fixes: NB#108159 Contacts Startup is slow in Email - New mail compose view + * Fixes: NB#116869 Theme and Layout Issues + * Fixes: NB#117340 Sometimes Send/receive not initiated after a connection is selected + * Fixes: NB#120910 Modest crash while updating the folders view. + * Fixes: NB#121339 Messages disappear from Inbox and modest is continuously retrieving in the particular scenario + * Fixes: NB#121911 No error note is shown upon creating non existing account using manual account setup + * Fixes: NB#121968 Move to folder: Unable to move local user defined folder under Gmail account root folder + * Fixes: NB#122003 modest-74E5-11-3571.rcore.lzo crashed + * Fixes: NB#122017 After removing all messages from Imap folder still the menu commands + * related to messages management are not dimmed + * Fixes: NB#122232 Signature gets duplicated + * Fixes: NB#122287 Conflict behavior in closing "Find on page" tool bar using Ctrl+F short cut key in Email + * Fixes: NB#119126 LED is not glowing for incoming mail when E-mail main view is open and display is off + + -- Moises Martinez Wed, 17 Jun 2009 15:01:31 +0300 + +modest (3.0.17-rc14) unstable; urgency=low + + * Could fix: + * NB#117967 Opening a email viewer when tapped on new email notification received should be improved + + -- Moises Martinez Fri, 12 Jun 2009 15:31:10 +0300 + +modest (3.0.17-rc13) unstable; urgency=low + + * Week 25 release + * + + -- Moises Martinez Fri, 12 Jun 2009 13:06:45 +0300 + +modest (3.0.17-rc12) unstable; urgency=low + + * Week 25, 2009 - first release + * + * Fixes: NB#112963 Opening New Editor takes more than expected time(ie 1 sec) when + * launched from Accounts view/Folders View. + * Fixes: NB#117782 'incorrect password' error banner is not displaying + * Fixes: NB#117967 Opening a email viewer when tapped on new email notification + * received should be improved + * Fixes: NB#120960 Attachments are not saved properly in local device folder after + * attempting to save in external MMC memory full condition + * Fixes: NB#121112 dbus API doesn't support filename with commas + * Fixes: NB#121163 modest is crashing while trying to select Sent/Outbox folders in new folder dialog box + * Fixes: NB#121240 No Information note is displayed when attempt to save files in Memory full external MMC. + * Fixes: NB#121353 New folder: All the account's Inbox folder is listed in change folder + * dialog once outbox folder is chosen as location + * Fixes: NB#121486 Editor: a wrong banner is shown when a file is too large to be attached + + -- Moises Martinez Tue, 09 Jun 2009 19:13:48 +0300 + +modest (3.0.17-rc11) unstable; urgency=low + + * Week 24, 2009 - second release + * + * Fixes NB#101877 Memory full: No error note is shown when account is not refreshed after it has been configured + * Fixes NB#110512 "Last Updated" time is proper + * Fixes NB#113658 Viewer view: Ctrl+R Shortcut is not working to open reply editor window. + * Fixes NB#113941 email application very slow with continuous mail notifications + * Fixes NB#114892 New folder dialog opened during move messages, location path should be chosen folder in the currently selected folder + * Fixes NB#114986 "Unable to create folder. External MMC memory full" information note should show when attempt to create folder if external MMC is full + * Fixes NB#116970 Modest crashes at "gstring_copy ()" when theme is changed while Email application is open + * Fixes NB#117408 Outbox folder : Message is not removed when email account is deleted from accounts settings dialog opened through error information banner. + * Fixes NB#118464 New message with no subject is moved to outbox using “Ctrl+Enter” shortcut key. + * Fixes NB#119126 LED is not glowing for incoming mail when E-mail main view is open and display is off + * Fixes NB#119622 Mem full: No notification is shown when an attempt to delete a user defined remote Gmail folder fails + * Fixes NB#119629 Mem full: a wrong notification/no notification is shown when attempt to move a remote folder under Archive fails + * Fixes NB#119631 Mem full and Email is not running: attempt to launch editor from other applications silently fails + * Fixes NB#119633 Archive folder name shown untranslated in the path area in Move to folder dialog + * Fixes NB#119715 E-Mail hangs while interacting with Camera under mentioned scenario + * Fixes NB#119775 mcen_va_new_messages logical ID + * Fixes NB#119784 Modest spams the console + * Fixes NB#119818 Folders view hierarchy is sometimes displayed incorrectly + * Fixes NB#119920 Folder status representation string has wrong vertical alignment + * Fixes NB#120155 Wrong file name is shown in the Replace existing file of same name confirmation note + * Fixes NB#120160 Colour pallete window appears instead of new message editor + * Fixes NB#120277 Different Infobanners while sharing a large file via email through FileManager & as an attachment in new email + * Fixes NB#120338 modest plugins need a way to notify modest that they don't want to received timed-interval syncs + * Fixes NB#120438 Remote Folders are not displayed while creating New Folder in Change Folder Dialog. + * Fixes NB#120943 IMAP Remote folders not shown in change folder dialog after choosing local user defined folder + * Fixes NB#120950 Modest crashes after connecting to network in a particular scenario + * Fixes NB#120969 Signature separator misses trailing space (RFC 3676 violation) + * Fixes NB#120978 find/search toolbar misplaced relative to main toolbar + + -- Moises Martinez Fri, 05 Jun 2009 18:17:56 +0300 + +modest (3.0.17-rc10) unstable; urgency=low + + * Week 24, 2009 - first release + * + * Fixes NB#110512 "Last Updated" time is proper + * Fixes NB#113941 email application very slow with continuous mail notifications + * Fixes NB#114986 "Unable to create folder. External MMC memory full" information note should show when attempt to create folder if external MMC is full + * Fixes NB#118464 New message with no subject is moved to outbox using “Ctrl+Enter” shortcut key. + * Fixes NB#119126 LED is not glowing for incoming mail when E-mail main view is open and display is off + * Fixes NB#119622 Mem full: No notification is shown when an attempt to delete a user defined remote Gmail folder fails + * Fixes NB#119631 Mem full and Email is not running: attempt to launch editor from other applications silently fails + * Fixes NB#119633 Archive folder name shown untranslated in the path area in Move to folder dialog + * Fixes NB#119715 E-Mail hangs while interacting with Camera under mentioned scenario + * Fixes NB#119775 mcen_va_new_messages logical ID + * Fixes NB#119784 Modest spams the console + * Fixes NB#119818 Folders view hierarchy is sometimes displayed incorrectly + * Fixes NB#119920 Folder status representation string has wrong vertical alignment + * Fixes NB#120155 Wrong file name is shown in the Replace existing file of same name confirmation note + * Fixes NB#120160 Colour pallete window appears instead of new message editor + * Fixes NB#120277 Different Infobanners while sharing a large file via email through FileManager & as an attachment in new email + * Fixes NB#120338 modest plugins need a way to notify modest that they don't want to received timed-interval syncs + * Fixes NB#120438 Remote Folders are not displayed while creating New Folder in Change Folder Dialog. + + -- Moises Martinez Wed, 03 Jun 2009 16:51:21 +0300 + +modest (3.0.17-rc9) unstable; urgency=low + + * Fixes: NB#111445 Email. truncation of §mcen_ia_customsetup_complete§ + * Fixes: NB#117246 List of folders in Change folder dialog is not correct when attempt to move messages between two different accounts + * Fixes: NB#117447 Stop Senidng: Email application hangs when try to stop sending message. + * Fixes: NB#119490 user created remote folders should use "email_remote_folder" icon + * Fixes: NB#119517 Resolved email address is not moved to the next line in the particular scenario + + -- Moises Martinez Fri, 29 May 2009 13:50:46 +0300 + +modest (3.0.17-rc8) unstable; urgency=low + + * Fixes: NB#111126 Misc defects from tinymail + * Fixes: NB#112513 Tapping on grouped mail notifications for 2 accounts opens Folders view with E-mail as title + * Fixes: NB#113242 Unreproducible modest crash at "_dbus_pending_call_get_connection_and_lock ()" when "Move" is tapped in the edit mode + * Fixes: NB#114977 unreproducible modest crash + * Fixes: NB#116091 Trying to forward the attached messages makes the device UI inaccessible and after some time modest quits + * Fixes: NB#116989 "Move folder" edit mode should not get closed after "Move" button is tapped + * Fixes: NB#117440 Nonreproducible modest crash in "get_folders_sync_ns_only_lsub" + * Fixes: NB#117533 Messages stay in waiting state for a long time even after connection is established + * Fixes: NB#117585 Logical string is showing as 'mcen_ti_new_messages' + * Fixes: NB#117618 Unexpected default for Name in account settings + * Fixes: NB#117665 Replace File name error note shows incorrect file name when attempted to save an attachment + * Fixes: NB#117666 Mail could add "auto" flag to its backup conf + * Fixes: NB#117669 Email UI doesn't respond in a particular scenario + * Fixes: NB#117778 Email to several recipient shown as if sent to 1st recipient only in 'Sent' folder. + * Fixes: NB#117875 IMAP message body of maemo-developers digest mail not shown + * Fixes: NB#117911 Unable to rename the folder when after accessing non empty local folder + * Fixes: NB#117938 Account setup wizard: Autocompletion should be added if email address is "username@provider" + * Fixes: NB#118129 logical string is coming as 'mcen_ti_new_messages_singular' + * Fixes: NB#118220 Email is not trasmitting the whole web link as URL. + * Fixes: NB#117985 External images are not downloaded after connecting the device to network + * Fixes: NB#118126 New e-mail notifications from Modest do not play audio + * Fixes: NB#118450 'ctrl+f' HW keys not working on email viewer view + * Fixes: NB#118506 Message from Sent folder: viewer shows only one recipient + * Fixes: NB#118518 Logical id sfil_va_number_of_objects_attachments is shown when trying to save more than one attachment(unsupported file format) + * Fixes: NB#118888 File name in "Replace existing file of same name" contains unexpected characters + + -- Moises Martinez Tue, 26 May 2009 15:21:44 +0300 + +modest (3.0.17-rc7) unstable; urgency=low + + * Week 22, 2009 - first release on Friday + * 19 bug fixes + * Fixes: NB#111126 Misc defects from tinymail + * Fixes: NB#112513 Tapping on grouped mail notifications for 2 accounts opens Folders view with E-mail as title + * Fixes: NB#113242 Unreproducible modest crash at "_dbus_pending_call_get_connection_and_lock ()" when "Move" is tapped in the edit mode + * Fixes: NB#114977 unreproducible modest crash + * Fixes: NB#116091 Trying to forward the attached messages makes the device UI inaccessible and after some time modest quits + * Fixes: NB#116989 "Move folder" edit mode should not get closed after "Move" button is tapped + * Fixes: NB#117440 Nonreproducible modest crash in "get_folders_sync_ns_only_lsub" + * Fixes: NB#117533 Messages stay in waiting state for a long time even after connection is established + * Fixes: NB#117585 Logical string is showing as 'mcen_ti_new_messages' + * Fixes: NB#117618 Unexpected default for Name in account settings + * Fixes: NB#117665 Replace File name error note shows incorrect file name when attempted to save an attachment + * Fixes: NB#117666 Mail could add "auto" flag to its backup conf + * Fixes: NB#117669 Email UI doesn't respond in a particular scenario + * Fixes: NB#117778 Email to several recipient shown as if sent to 1st recipient only in 'Sent' folder. + * Fixes: NB#117875 IMAP message body of maemo-developers digest mail not shown + * Fixes: NB#117911 Unable to rename the folder when after accessing non empty local folder + * Fixes: NB#117938 Account setup wizard: Autocompletion should be added if email address is "username@provider" + * Fixes: NB#118129 logical string is coming as 'mcen_ti_new_messages_singular' + * Fixes: NB#118220 Email is not trasmitting the whole web link as URL. + + -- Moises Martinez Fri, 22 May 2009 16:39:52 +0300 + +modest (3.0.17-rc6) unstable; urgency=low + + * Week 21, 2009 - second release on Monday + * + * Fixes: NB#117447 Stop Senidng: Email application hangs when try to stop sending message. + * Fixes: NB#114384 email is hanging in certain scenario + * Fixes: NB#115045 Account setup wizard: Name field is not prefilled with the name from a Me Card + * Fixes: NB#116720 Unopened task for email is not shown in task switcher area after rebooting the device + * Fixes: NB#116988 Once "Unable to connect to scrubs..." error note was shown after Intellisync had been already deleted + * Fixes: NB#117330 Account setup Wizard: Search field in Service provider touch list doesn't support numerical + * Fixes: NB#117428 Account setup Wizard: Search field in Region touch list doesn't support special characters + + -- Moises Martinez Mon, 18 May 2009 16:05:36 +0300 + +modest (3.0.17-rc5) unstable; urgency=low + + * Week 21, 2009 Friday release. + * Fixes: NB#116476 - Account setup Wizard: Search field in Service provider option doesn't support symbols. + * Fixes: NB#116491 - SMTP settings for some providers are wrong in auto account configuration setup + * Fixes: NB#116993 - Sent message doesn't come to Outbox for Yahoo! Mail account + * Fixes: NB#115922 - Email, Some countries appear more than once on a Region list + * Fixes: NB#116624 - Duplicate copy of contact is saved in address book when reply to all a message + * Fixes: NB#117008 - ISYNC and MfE shows up the incorrect wizard pages associated to them when switched these providers + * Fixes: NB#117117 - Corematic: Crash in "camel_folder_summary_count" + * Fixes: NB#99805 - Counter-intuitive digits input (French KB) + * Fixes: NB#111542 - All the Attachment selected at a time are not displayed in Message Editor when shared via Email from file manger. + * Fixes: NB#116438 - Unread status of folder should be shown as "%d new message" in case of 1 new message + * Fixes: NB#116483 - Name in Account setup wizard Account details field is pre filled wrongly if Me Card has not be created + * Fixes: NB#113314 - Tapping on attachment to view it should highlight the attachment + * Fixes: NB#115954 - To button is increasing in height when we tap on it and keep on adding the contacts + + -- Moises Martinez Fri, 15 May 2009 15:43:55 +0300 + +modest (3.0.17-rc4) unstable; urgency=low + + * Week 20, 2009 - Tuesday release + * Fixes: NB#111687 - SMTP settings are taking wrong in auto configuration + * Fixes: NB#113810 - Accounts view should be shown also when Email is launched first time from other applications + * Fixes: NB#102523 - Outbox Folder view and Title is updated properly after deleting account from account settings dialog. + * Fixes: NB#113242 - Unreproducible modest crash at "_dbus_pending_call_get_connection_and_lock ()" when "Move" is tapped in the edit mode + * Fixes: NB#114996 - two same contacts are showing in add to contact dialog box for embedded attachment + * Fixes: NB#115318 - Viewer view : "Updating" string and hildon progress indication should be shown when unread message is opened from Intellisync account + * Fixes: NB#115566 - "User name or password incorrect" reported when gmail is unavailable + * Fixes: NB#115712 - Corematic: Crash in "modest_mail_operation_create_folder" + * Fixes: NB#111126 - Misc defects from tinymail + * Fixes: NB#110057 - Region offered creating account different from Region set in first boot + * Fixes: NB#115045 - Account setup wizard: Name field is not prefilled with the name from a Me Card + * Fixes: NB#115325 - No error Note is shown when Outbox is selected for creating a new folder. + * Fixes: NB#116113 - missed mail identification opens up a seperate window + * Fixes: NB#116255 - Account setup wizard: SERVICE PROVIDER is not per Email UI spec + * Fixes: NB#115890 - Address gets added in To field instead of Bcc when Check name command is used + + -- Moises Martinez Tue, 12 May 2009 15:08:41 +0300 + +modest (3.0.17-rc3) unstable; urgency=low + + * Week 20, 2009 - Friday release + * Fixes: NB#111212 CHECKED_RETURN type of defects from tinymail + * Fixes: NB#112215 task swithcer and status bar is missing when ever delete confirmation dialog gets popup + * Fixes: NB#112787 Folders view: show folder name in ActiveTextColor if it's status is non-zero + * Fixes: NB#112797 Messages view: show Subject in ActiveTextColor if the message is new + * Fixes: NB#113810 Accounts view should be shown also when Email is launched first time from other applications + * Fixes: NB#114384 email is hanging in certain scenario + * Fixes: NB#114489 Account settings dialog is not opened after connection to server failed error note is closed + * Fixes: NB#114785 Modest crashes in "own_clipboard" in a particular scenario + * Fixes: NB#114847 Autocapitalization is not true in Account settings dialog in Name field + * Fixes: NB#114892 New folder dialog opened during move messages, location path should be chosen folder in the currently selected folder + * Fixes: NB#115315 Invalid email address is displayed when check names is selected from menu item + * Fixes: NB#115353 Modest crashed when tried to reply the message which contains external images + * Fixes: NB#115390 mixed findings + + -- Moises Martinez Fri, 08 May 2009 12:59:17 +0300 + +modest (3.0.16-rc1) unstable; urgency=low + + * Week 19, 2009 - Tuesday release. + * Fixes: NB#114271 - Not able to configure accounts using easy account setup in Email + * Fixes: NB#111687 - SMTP settings are taking wrong in auto configuration + * Fixes: NB#112215 - task swithcer and status bar is missing when ever delete confirmation dialog gets popup + * Fixes: NB#114434 - file name is missing in the "replace existing file of the same name" dialog + * Fixes: NB#114508 - Error occurred when attempt to rename the local folder after removing one attachment from message + * Fixes: NB#114517 - Save ' button got again highlighted + * Fixes: NB#111126 - Misc defects from tinymail + * Fixes: NB#112297 - Editor: "Send" button is missing in the message header + * Fixes: NB#114379 - Standalone editor: Outbox folder status is not updated after message is sent. + * Fixes: NB#112535 - Editor: Attached file should be shown on the same line as "Attachment" text string + + -- Moises Martinez Tue, 5 May 2009 13:46:09 +0300 + +modest (3.0.15-rc3) unstable; urgency=low + + * Week 19, 2009 - Thursday release. r9236. + * Fixes: NB#113364 - change confirmation note is showing without giving any text in user details dialog box of account setup wizard + * Fixes: NB#103840 - customized email account settings are incorrect + * Fixes: NB#111849 - modest crashed once while other applications are opened and try to open modest + * Fixes: NB#113192 - The recently sent To mailer address is not listed in Select contacts + * Fixes: NB#112983 - Newly created account always shows Last updated date as 01.01.1970 unless refreshed. + * Fixes: NB#113807 - My own email gets added to the contact list + * Fixes: NB#113211 - Viewer: Message header area includes Priority field for the normal embeded attachment viewer + * Fixes: NB#113218 - Viewer menu: Message details menu option is missing for the embedded viewer opened + * Fixes: NB#113282 - Viewer: "Priority" field is added in message header area after removing an attachment. + * Fixes: NB#113634 - Viewer view: progress indication should be shown if opening a proper viewer for an attachment takes longer time + + -- Moises Martinez Thu, 30 Apr 2009 13:36:55 +0300 + +modest (3.0.15-rc2) unstable; urgency=low + + * Week 18, 2009 - Monday release r9172. + * Fixes: NB#111126 - Misc defects from tinymail + * Fixes: NB#112297 - Editor: "Send" button is missing in the message header + * Fixes: NB#112535 - Editor: Attached file should be shown on the same line as "Attachment" text string + + -- Moises Martinez Mon, 27 Apr 2009 16:15:03 +0300 + +modest (3.0.15-rc1) unstable; urgency=low + + * Week 18, 2009 - friday release r9105 + * Fixes: NB#112012 - not able to make the username field as empty in connection specific SMTP dialog + * Fixes: NB#112208 - “Nokia-NXX-“ is shown in Email and in FM it is “Nokia-NXX-0“ + * Fixes: NB#112130 - Editor: email freezes for more than 10 s when Send button is tapped in a particular scenario + * Fixes: NB#94666 - Incoming events for ongoing tasks in task switcher view is not showing. + * Fixes: NB#108818 - It takes 6-7 s to see the Imap account folders in "Move to folder" dialog + * Fixes: NB#111359 - E-Mail - §cerm_device_memory_full§ is not shown properly + * Fixes: NB#112254 - "Move to folder" dialog: untranslated string in the dialog path + * Fixes: NB#112376 - Show Hildon Touch Progress indicator till all the external images are downloaded + * Fixes: NB#111375 - No textual description is used for the embedded email attachment which has no subject in select attachment dialog + * Fixes: NB#111955 - Viewer: use wdgt_va_date_medium instead of wdgt_va_date_long + * Fixes: NB#111978 - Viewer: show "mail_va_attachment" for 1 attachment and "mail_va_attachments" for multiple attachments + * Fixes: NB#112059 - Show cc and show bcc in Email Editor view should be aligned to center + * Fixes: NB#112366 - Viewer view menu: Load images and Message details menu commands are missing + + -- Moises Martinez Fri, 24 Apr 2009 12:38:53 +0300 + +modest (3.0.14-rc2) unstable; urgency=low + + * Week 17, 2009 - Monday release r8942 + * Fixes: NB#110838 - Modest UI stops responding when trying to access the Message details of the attached message + + -- Moises Martinez Mon, 20 Apr 2009 13:51:55 +0300 + +modest (3.0.14-rc1) unstable; urgency=low + + * Week 17, 2009 - Friday release r8890 + * Fixes: NB#94485 - modest is crashing while copy pasting big amount texts 7-8 times + * Fixes: NB#110866 - Modest crashes with signal 6 at "html_tokenizer_real_next_token" upon multiple taps on message details of the attached message + * Fixes: NB#111421 - Zoom functionality is not working in email application. + + -- Moises Martinez Fri, 17 Apr 2009 12:47:03 +0300 + +modest (3.0.13-rc1) unstable; urgency=low + + * Week 17, 2009 - Thursday release r8849 + * NB#107921 - libosso-email-interface: missing GNU_STACK causing executable stacks in applications + * NB#110349 - Cyrillic is not rendered properly in a viewer + * NB#110863 - REVERSE_INULL defects from tinymail + * NB#110907 - Second level local folder created disappears when a switch is made between account view and folder view + * NB#110947 - UI hang upon attempt to close the viewer of the attached message + * NB#110998 - change confirmation note is showing without modifying anything in account settings dialog box + * NB#111054 - Able to send a message with an invalid E-mail address + * NB#111106 - Modest crashes in "_gtk_text_iter_get_text_line" + * NB#111128 - Message priority buttons in Message settings dialog are not visually grouped + * NB#111353 - E-Mail, Unlocalized string, §mcen_va_example_email_address + * NB#111362 - Display issue for Sort §mcen_me_sort§ + + -- Moises Martinez Thu, 16 Apr 2009 14:20:22 +0300 + +modest (3.0.12-rc1) unstable; urgency=low + + * Week 16, 2009 - third release. + * Fixes: NB#:110349 Cyrillic is not rendered properly in a viewer + * Fixes: NB#:107921 libosso-email-interface: missing GNU_STACK causing executable stacks in applications + * Fixes: NB#:110907 Second level local folder created disappears when a switch is made between account view and folder view + * Fixes: NB#:110316 Messages view menu: "Move messages" and "Delete messages" menu option are not hidden if there is no messages in Inbox folder. + * Fixes: NB#:110813 email - §mcen_ib_invalid_servername§ banner not appear + * Fixes: NB#:110770 multiple viewer sub views are showing when multiple times tapped on embedded attachment + * Fixes: NB#:110863 REVERSE_INULL defects from tinymail + + -- Moises Martinez Wed, 15 Apr 2009 13:34:24 +0300 + +modest (3.0.11-rc1) unstable; urgency=low + + * Week 16, 2009 - second release + * modest trunk 8764 + * 9 bugs fixes + * Fixes: NB#102665 Modest crashes when tapped on "Download external images" while next message is retrieving + * Fixes: NB#110416 Modest crashes when deleting messages in waiting state from Outbox + * Fixes: NB#110127 Randomly modest crashed when attempt to access the message from Inbox + * Fixes: NB#96696 symbols dynamic exporting should be disabled as it was in Diablo + * Fixes: NB#107216 Long sender's name is not accomodated properly in editor + * Fixes: NB#107764 Layout of the "E-mail accounts" Hildon Touch Picker Dialog is distorted + * Fixes: NB#110512 "Last Updated" time is proper + * Fixes: NB#110459 Folder details: size of remote Imap folders is shown as 0 Kb + * Fixes: NB#110371 FORWARD_NULL type defects from tinymail + * Fixes: NB#108391 "Attachments" dialog should have "mcen_ti_select_attachments_title" title + + -- Moises Martinez Tue, 14 Apr 2009 14:07:30 +0300 + +modest (3.0.10-rc1) unstable; urgency=low + + * Week 16, 2009 - first release + * modest trunk 8730 + * 2 bug fixes + * Fixes: NB#110084 Application doesn't resond when opening the next message in a viewer and trying to access Message details + * Fixes: NB#110320 Messages are not deleted from Drafts/Sent folder + + -- Moises Martinez Thu, 09 Apr 2009 16:48:38 +0300 + +modest (3.0.9-rc1) unstable; urgency=low + + * Week 15, 2009 - wednesday release + * modest trunk r8679 + * 2 bug fixes + * Fixes: NB#106930 Root folder unnecessarily listed in Move to folder dialog although currently selected location is within a root folder + * Fixes: NB#107894 "Unable to rename" info banner is displayed when attempt to rename folder in device memory full + + -- Moises Martinez Tue, 07 Apr 2009 18:13:23 +0300 + +modest (3.0.8-rc1) unstable; urgency=low + + * Week 15, 2009 - tuesday release + * modest trunk r8644 + * 6 bug fixes + * Fixes: NB#108904 Logical string shown in the title area of Select Font Size dialog + * Fixes: NB#108651 + * Fixes: NB#109030 + * Fixes: NB#109660 Font dialog: list of fonts should have center allignment + * Fixes: NB#109728 Modest crashes in "add_protocol_to_pair_list" when checking for supported authentication methods + * Fixes: NB#109890 Weird behavior observed while deleting failed messages from Outbox folder. + + -- Moises Martinez Tue, 07 Apr 2009 09:31:28 +0300 + +modest (3.0.7-rc1) unstable; urgency=low + + * Week 15, 2009 - monday release + * modest trunkr8596 + * 7 bug fixes + * + * Fixes: NB#106344 Email application need to relaunch to apply the changes made in SMTP server settings + * Fixes: NB#107497 Folders view menu: when account refreshing is going on wrong menu items are shown/hidden + * Fixes: NB#108818 It takes 6-7 s to see the Imap account folders in "Move to folder" dialog + * Fixes: NB#109151 + * Fixes: NB#109327 + * Fixes: NB#109418 POP account root folder is not shown in "Move to folder" dialog, but appears there is any other location is accessed and navigating back + * Fixes: NB#109562 Email- Receiving an email with special characters on device from a PC to device in rich format does not work + + -- Moises Martinez Fri, 03 Apr 2009 17:23:53 +0300 + +modest (3.0.6-rc1) unstable; urgency=low + + * Week 15, 2009 - friday release + * modest/trunk r8555 + * 7 bug fixes + * Fixes: NB#108250 Account setup -> Incoming details: graphics glitch when scrolling display + * Fixes: NB#90878 Default folder is showing as device root folder instead of 'Document' folder + * Fixes: NB#96696 symbols dynamic exporting should be disabled as it was in Diablo + * Fixes: NB#97184 Cancel Sending: Email application hangs when attempt to cancel multiple sending messages. + * Fixes: NB#108619 Message details: Cc field doesn't contain all the addresses + * Fixes: NB#108766 Message from Inbox does not open properly in viewer view after immediately replying to message + * Fixes: NB#109447 + + -- Moises Martinez Thu, 02 Apr 2009 16:09:43 +0300 + modest (3.0.5-rc1) unstable; urgency=low * Week 14, 2009 - thursday release * modest trunk r8526 * 6 bug fixes - * Fixes: NB#104208 Intsync: message with 5 Mb attachment stays in failed status in Outbox, but received at least 4 times at the recipient's end + * Fixes: NB#104208 * Fixes: NB#104301 "Checking names" info banner shown blank in a particular scenario * Fixes: NB#107923 Device reboots when attempt to open a message with certain image inserted to message body from sent folder. - * Fixes: NB#108834 - * Fixes: NB#108954 + * Fixes: NB#108834 Coverity + * Fixes: NB#108954 * Fixes: NB#109068 Modest doesn't call gtk_widget_show() on its menu items -- Moises Martinez Wed, 01 Apr 2009 16:27:32 +0300 @@ -20,8 +1148,8 @@ modest (3.0.4-rc1) unstable; urgency=low * Fixes: NB#108704 New message saved with shortcut command "Ctrl+s" doesn't open * Fixes: NB#108765 moderate defects in modest * Fixes: NB#108791 Modest crashes at "modest_text_utils_hyperlinkify_begin" and "modest_text_utils_hyperlinkify_end" while trying to pane through the attached messages' content - * Fixes: NB#108797 - * Fixes: NB#108973 + * Fixes: NB#108797 + * Fixes: NB#108973 -- Moises Martinez Tue, 31 Mar 2009 16:28:09 +0300 @@ -33,7 +1161,7 @@ modest (3.0.3-rc1) unstable; urgency=low * Fixes: NB#108387 When Outbox or Drafts folder contains 1 message show "mcen_ti_message" in folder status * Fixes: NB#108391 "Attachments" dialog should have "mcen_ti_select_attachments_title" title * Fixes: NB#108705 Logical string "mail_va_no_subject" in "Message details" dialog - * Fixes: NB#108753 [Scrums server] : For longer timeout cases, error to connect to server is not notified to user + * Fixes: NB#108753 -- Moises Martinez Mon, 30 Mar 2009 16:03:32 +0300 @@ -44,7 +1172,7 @@ modest (3.0.2-rc1) unstable; urgency=low * 6 bug fixes * Fixes: NB#103571 for embedded attachment '.eml' extension is showing * Fixes: NB#107674 "mcen_ib_advsetup_settings_saved" to be shown only when changes are made to one or more fields - * Fixes: NB#107847 + * Fixes: NB#107847 * Fixes: NB#108268 Folder view title is not update after renaming the account title in account settings dialog opened from error note * Fixes: NB#108353 Trying to open a particular message in a viewier takes a long time and in process shows no progress indicator * Fixes: NB#108366 Trying to access the details of the attched messages crashes modest @@ -63,7 +1191,7 @@ modest (3.0.1-rc1) unstable; urgency=low * Fixes: NB#107766 "Downward triangle" indicating a list is missing for the Font face button in editor toolbar * Fixes: NB#107767 Font Size button in editor toolbar does not have a downward triangle representing list * Fixes: NB#108071 modest & Global Search - * Fixes: NB#108077 + * Fixes: NB#108077 * Fixes: NB#108236 modest: GLIB CRITICAL ** GModule - g_module_close: assertion `module->ref_count > 0' failed * Fixes: NB#108253 modest: GLIB CRITICAL ** default - modest_account_mgr_get_bool: assertion `account' failed * Fixes: NB#108254 modest: GLIB CRITICAL ** Gtk - gtk_widget_destroy: assertion `GTK_IS_WIDGET (widget)' failed @@ -78,12 +1206,12 @@ modest (3.0-rc1) unstable; urgency=low * Week 13, 2009 - thursday release * modest trunk r8354 * 8 bug fixes. - * Fixes: NB#107106 + * Fixes: NB#107106 * Fixes: NB#107607 deleting a POP email in modest does not clear its content from .modest/cache - * Fixes: NB#107697 Does not retrieve mailboxes until the previously trusted devices are removed for an alpo5 account + * Fixes: NB#107697 * Fixes: NB#107761 Select Font face - Hildon Touch picker dialog uses incorrect title * Fixes: NB#107763 Select Font Size - Hildon Touch picker dialog uses incorrect title - * Fixes: NB#107840 + * Fixes: NB#107840 * Fixes: NB#107853 AOL: some remote folders with a non zero status change font when scrolling the folders view * Fixes: NB#107917 WHEN and WHAT pickers should be insensitive when account has not been connected @@ -118,7 +1246,7 @@ modest (2.99-2009.13-2) unstable; urgency=low * Week 13, 2009 - second release on monday * modest trunk r8253 * 7 bug fixes - * Fixes: NB#101939 + * Fixes: NB#101939 * Fixes: NB#105328 TOP10: Internal memory card is not mounted to PC in USB Mass storage mode * Fixes: NB#106740 Device freezes and restarted when attempt to insert a certain image into the message body * Fixes: NB#106752 Modest gets crashed when Closing the Editor though back button while inserting large size image file @@ -140,14 +1268,14 @@ modest (2.99-2009.13-1) unstable; urgency=low * Fixes: NB#94954 'file error ' information banner is dispalying instead of 'device storage memory full ' error banner. * Fixes: NB#100246 Modest crashed when moving to Accounts view from Folders view * Fixes: NB#101068 'Done' button is missing in select contact dialog box after checking names - * Fixes: NB#102518 + * Fixes: NB#102518 * Fixes: NB#103983 There should be no action on tapping the path that is not allowed for moving messages * Fixes: NB#105531 selected value is not shown in touch selector * Fixes: NB#105869 'Value must be between 1 and 65535' error banner is not showing * Fixes: NB#105911 When moving a folder show progress indication - * Fixes: NB#106115 + * Fixes: NB#106115 * Fixes: NB#106165 Untranslated string for §mcen_me_folder_inbox§ in Email application - * Fixes: NB#106443 + * Fixes: NB#106443 -- Moises Martinez Thu, 19 Mar 2009 16:35:33 +0200 @@ -170,12 +1298,12 @@ modest (2.99-2009.12-4) unstable; urgency=low * Week 12, 2009 - fourth release on Wednesday * modest trunk r8076 * 7 bug fixes - * Fixes: NB#100070 + * Fixes: NB#100070 * Fixes: NB#103682 mail-gen Default region in email account creation does not reflect chosen country/region if country and region are not the same * Fixes: NB#104978 mail-acc Modest crashes in "fill_providers" - * Fixes: NB#105240 - * Fixes: NB#105557 - * Fixes: NB#105761 + * Fixes: NB#105240 + * Fixes: NB#105557 + * Fixes: NB#105761 * Fixes: NB#106143 mail-gen Modest crashed once in "tny_camel_folder_poke_status_default" -- Moises Martinez Tue, 17 Mar 2009 16:21:35 +0200 @@ -185,7 +1313,7 @@ modest (2.99-2009.12-3) unstable; urgency=low * Week 12, 2009 - third release on Tuesday * modest trunk r8048 * 4 bug fixes - * Fixes: NB#99258 + * Fixes: NB#99258 * Fixes: NB#105818 mail-sen message is sent instead of incorrect SMTP server name in connection specific SMTP server configuration * Fixes: NB#105903 mail-vie Inline image is not inserted without any notification * Fixes: NB#105914 mail-gen Modest crashes when renaming [Gmail] folder @@ -211,7 +1339,7 @@ modest (2.99-2009.12-1) unstable; urgency=low * Week 12, 2009 - first release on Firday * modest trunk r7980 * 5 bug fixes - * Fixes:NB#101939 Modest relaunch needed to update the fodler structure when a mailbox is added or deleted on an TEST account + * Fixes:NB#101939 * Fixes:NB#102852 Blank "Select attachment" dialog opened and "Done" button is active for remove email attachment from local folder * Fixes:NB#104301 "Checking names" info banner shown blank in a particular scenario * Fixes:NB#104780 Editor: a one tap on a resolved recipient should highlight the recipient. @@ -225,7 +1353,7 @@ modest (2.99-2009.11-4) unstable; urgency=low * modest trunk r7931 * 3 bug fixes * Fixes: NB#105206 mail-vie Conflict of behavior with respect to spec while attaching files - * Fixes: NB#105239 + * Fixes: NB#105239 * Fixes: NB#105319 mail-ui After renaming imap user defined folder it's status is not shown until the folder is accessed -- Moises Martinez Wed, 11 Mar 2009 14:47:44 +0200 @@ -236,14 +1364,14 @@ modest (2.99-2009.11-3) unstable; urgency=low * modest trunk r7922 * 10 bug fixes * Fixes: NB#100011 mail-gen just created child folder under user defined local folder disappears if Folders view is closed - * Fixes: NB#100070 + * Fixes: NB#100070 * Fixes: NB#104978 mail-acc Modest crashes in "fill_providers" * Fixes: NB#104982 mail-vie Editor view doesn't scroll when attempt to Find in message - * Fixes: NB#104998 + * Fixes: NB#104998 * Fixes: NB#105062 mail-gen after showing 'No matching contact found' , the enterred text disappearing from TO field * Fixes: NB#105115 mail-gen 'checking names' banner is showing after cancelling the 'select contact' dialog box * Fixes: NB#105153 mail-gen modest shouldn't depend on libhildonhelp0 - * Fixes: NB#105163 + * Fixes: NB#105163 * Fixes: NB#101877 mail-gen Memory full: No error note is shown when account is not refreshed after it has been configured -- Moises Martinez Tue, 10 Mar 2009 14:24:13 +0200 @@ -254,9 +1382,9 @@ modest (2.1-2009.11-2) unstable; urgency=low * modest trunk r7847 * 20 bug fixes * Fixes: NB#104896 mail-vie Removed attachment is included in Save attachment dialog - * Fixes: NB#97644 + * Fixes: NB#97644 * Fixes: NB#98705 mail-vie When forwarding a mail with multiple attachments a new editor opens with To field overlapped - * Fixes: NB#100392 + * Fixes: NB#100392 * Fixes: NB#101311 mail-tin A newly configured account is not refreshed until Email is relaunched and "Send&Receive" is tapped * Fixes: NB#102751 mail-vie Modest Crashes on moving message with external images from viewer view * Fixes: NB#103682 mail-gen Default region in email account creation does not reflect chosen country/region if country and region are not the same @@ -266,7 +1394,7 @@ modest (2.1-2009.11-2) unstable; urgency=low * Fixes: NB#103918 mail-ui "Checking names" should not be shown after the connection to database has been established * Fixes: NB#104017 mail-ui When Email is launched for the first time Accounts view should be shown * Fixes: NB#104083 mail-gen MMC user folders is also shown along with local user folders under local root folder path in "Move to Folder" dialog - * Fixes: NB#104208 + * Fixes: NB#104208 * Fixes: NB#104249 mail-acc "Enter text first" info banner not shown with an empty string in Account field. * Fixes: NB#104352 mail-gen icon of outbox and sent folder is changing in location field of new folder dialog box * Fixes: NB#104367 mail-gen auto increment is not happening for IMAP user created folder @@ -282,7 +1410,7 @@ modest (2.1-2009.11-1) unstable; urgency=low * modest r7811 * * Fixes NB#98705 When forwarding a mail with multiple attachments a new editor opens with To field overlapped - * Fixes NB#100392 + * Fixes NB#100392 * Fixes NB#101311 A newly configured account is not refreshed until Email is relaunched and "Send&Receive" is tapped * Fixes NB#102751 Modest Crashes on moving message with external images from viewer view * Fixes NB#103682 Default region in email account creation does not reflect chosen country/region if country and region are not the same