X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=debian%2Fchangelog;h=5cae7ff0ee4855b2bff93d1967a4f083e009e460;hp=95285777e55a9c1888593081778c8fbc2c3d946d;hb=f1b54c4a866e1449165c22314474a0d0bdda1cf0;hpb=92ca066bc599b7d9206629432f6ae8e499677d9f diff --git a/debian/changelog b/debian/changelog index 9528577..5cae7ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,454 @@ +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#131187 No kinetic scrolling in message viewer * Fixes: NB#131375 "Replace existing file of same name?" confirmation note is not asked upon * saving a file which already exist in target folder.