commit cbae4d6584cb63053a29b573d55058cbb093d939 Author: Matthew Barnes Date: Sun May 23 11:33:55 2010 -0400 NEWS update for 2.31.2 release. NEWS | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 96 insertions(+), 0 deletions(-) commit 1896d2aef5ceaa1cbfc0131b42dee2b443b11828 Author: Matthew Barnes Date: Sat May 22 09:49:46 2010 -0400 Fix compiler warnings. addressbook/printing/e-contact-print.c | 2 +- modules/calendar/e-cal-shell-backend.c | 2 ++ widgets/table/e-cell-text.c | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) commit 8e3af3094e48e026cf52c584da50e8b600c4a216 Author: Milan Crha Date: Fri May 21 17:32:57 2010 +0200 Bug #617557 - Quits without asking user to save unfinished messages composer/e-msg-composer.c | 27 ++++++++++++++------------- 1 files changed, 14 insertions(+), 13 deletions(-) commit a5d79e9f915dc49ef0259ce7681c1f552c335a4c Author: Milan Crha Date: Fri May 21 16:30:40 2010 +0200 Bug #546551 - Dialog for mark-all-read always mentions subfolders mail/mail-folder-cache.c | 33 ++++++++++++++++++++++++++++++ mail/mail-folder-cache.h | 5 ++++ mail/mail.error.xml | 7 ++++++ modules/mail/e-mail-shell-view-actions.c | 6 ++++- plugins/mark-all-read/mark-all-read.c | 10 +++++++- 5 files changed, 58 insertions(+), 3 deletions(-) commit 22b33668db988f628e411ef67ecc10520c9f20d3 Author: Vibha Yadav Date: Fri May 21 11:10:33 2010 +0530 Bug #531013 - Proxy login window is not in focus. Grab focus for the Proxy Login window. plugins/groupwise-features/proxy-login.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit ca4937f8f76ed57b3ab7a00b3de8a721321f4ba6 Author: Matthew Barnes Date: Thu May 20 17:02:47 2010 -0400 Bug 608855 - Can't drag and drop multiple attachments Based on EggTreeMultiDragSource in libegg. widgets/misc/e-attachment-icon-view.c | 15 +++ widgets/misc/e-attachment-tree-view.c | 15 +++ widgets/misc/e-attachment-view.c | 160 ++++++++++++++++++++++++++++----- widgets/misc/e-attachment-view.h | 9 ++ 4 files changed, 175 insertions(+), 24 deletions(-) commit 077c5ca3abc299f41c74d48958477fa574d1824c Author: Gert Michael Kulyk Date: Thu May 20 21:11:45 2010 +0200 Bug #616889 - Force 24h format for locales not supporting 12h format calendar/gui/dialogs/cal-prefs-dialog.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 1d4c54eb68c4f5e381f1e0695b561a1374ba4ec4 Author: Fran Diéguez Date: Thu May 20 19:43:08 2010 +0200 Updated Galician translations po/gl.po | 1297 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 750 insertions(+), 547 deletions(-) commit 0ebe59cfbaa760ef024ab212db8ad0489dd68f2a Author: Fridrich Štrba Date: Thu May 20 15:29:44 2010 +0200 [win32] Register evolution as able to handle ldif files too e-util/e-win32-defaults.c | 115 +++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 107 insertions(+), 8 deletions(-) commit 86bdf0967bf8ab303fa92fffc723520e647728fe Author: Fridrich Štrba Date: Thu May 20 14:36:41 2010 +0200 On Windows, some LDIF files can have .ldi extension addressbook/importers/evolution-ldif-importer.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 71c0e4e0c2d5d8dfc8ab97650256c11108ffacba Author: Fridrich Štrba Date: Thu May 20 14:24:06 2010 +0200 Consider full name and also the first part of e-mail address for contact description in the import dialogue. addressbook/importers/evolution-vcard-importer.c | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) commit 428f26b128cf34f30e053584b07d29b1b44b0a36 Author: Chenthill Palanisamy Date: Thu May 20 13:11:04 2010 +0530 Create the source groups required to ensure local adresssbooks and calendars are created modules/addressbook/e-book-shell-backend.c | 1 + modules/calendar/e-cal-shell-backend.c | 7 +++++++ 2 files changed, 8 insertions(+), 0 deletions(-) commit c8b4228f3d2db7f0bd866f16ed48b800256d3187 Author: Matthew Barnes Date: Wed May 19 22:01:49 2010 -0400 Improve attachment bar selection behavior. Some improvements made while investigating bug #608855. This does not solve the bug however, and in fact I now believe the bug is actually a GTK+ issue after reproducing the bug in gtk-demo. These improvements restore multiple selections via Ctrl+Click and Shift+Click, and also reduces the frequency that we synchronize the selection between Icon View and Tree View. mail/e-mail-attachment-bar.c | 64 ++++++++++++------------------------- widgets/misc/e-attachment-paned.c | 62 +++++++++++------------------------ widgets/misc/e-attachment-view.c | 38 ++++++++++----------- 3 files changed, 59 insertions(+), 105 deletions(-) commit a53abe730b9e0d491ae92586862336b226d297bf Author: Matthew Barnes Date: Wed May 19 18:17:06 2010 -0400 Require GtkHtml 3.31.2 for new API in bug #220672. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7aa52ff5caaaa6044be90b04af375d6c63e38355 Author: Milan Crha Date: Wed May 19 23:48:58 2010 +0200 Bug #220672 - Excessive autosaving uses lots of resources composer/e-composer-autosave.c | 78 +++++++++++++++++++++++++++------------- 1 files changed, 53 insertions(+), 25 deletions(-) commit 98adb40685d4a454d792b23c6ba23468b95c6216 Author: Milan Crha Date: Wed May 19 23:09:26 2010 +0200 Bug #304415 - Allow change of signature hash algorithm composer/e-msg-composer.c | 29 ++++++++-- mail/em-account-editor.c | 61 ++++++++++++++++++++ mail/mail-config.ui | 138 +++++++++++++++++++++++++++++++++++++++----- smime/lib/e-cert.c | 9 +++ 4 files changed, 216 insertions(+), 21 deletions(-) commit 0e7a51c8bb58197beb605f8cd2f87d702912d49a Author: H.Habighorst Date: Wed May 19 18:44:17 2010 +0200 Add missing include widgets/misc/e-calendar-item.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 504b8dd26334aacbb939db59ef6aa92ac2e7abb1 Author: Fridrich Štrba Date: Wed May 19 17:22:28 2010 +0200 [win32} Register evolution as "Contacts" application and .vcf handler e-util/e-win32-defaults.c | 154 +++++++++++++++++++++++++++++++++++++++++++- e-util/e-win32-defaults.h | 2 + shell/main.c | 1 + 3 files changed, 153 insertions(+), 4 deletions(-) commit 37535d485773559602898b879c63c2d98ead3f74 Author: Gert Kulyk Date: Wed May 19 13:38:52 2010 +0200 Bug #617041 - Set translation domain for e-mail-reader actions mail/e-mail-reader.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit b94a22ea8cb810fa1683534b92babc84caa8acea Author: Yves-Alexis Perez Date: Wed May 19 13:10:19 2010 +0200 Bug #598833 - Do not ship dropped evo_mail_notifier.png help/Makefile.am | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 80ed887598a4187fd97f09a86032ec85943630bf Author: Milan Crha Date: Wed May 19 11:31:31 2010 +0200 Bug #523775 - Order of Email Addresses in UI is broken addressbook/gui/contact-editor/contact-editor.ui | 24 +++++++++++----------- 1 files changed, 12 insertions(+), 12 deletions(-) commit df5f0b0269fdbf90cb2d5f136c6fa939e76d669e Author: Fridrich Štrba Date: Wed May 19 10:20:36 2010 +0200 [win32] Try to get the default application registration right e-util/e-win32-defaults.c | 3 ++- shell/main.c | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) commit 79b0031a489e54319e7d3e19accaac40d6de7439 Author: Matthew Barnes Date: Tue May 18 20:08:25 2010 -0400 Bug 619010 - Mailer's crash avoidance features are broken modules/mail/e-mail-shell-content.c | 53 ++++++++++++++++++++-------------- modules/mail/e-mail-shell-settings.c | 4 ++ shell/main.c | 3 ++ 3 files changed, 38 insertions(+), 22 deletions(-) commit 3cda4f0d94c083199e89dae893ff5991ea3498c3 Author: Jim Ramsay Date: Wed Apr 28 10:46:15 2010 -0400 Bug 594153 (3/3) - Allow setting alarms on any meeting By tying the attachment view "editable" action group to comp-editor "individual" group, these add/remove actions are marked sensitive / insensitive in sync with the existing "Insert" menu items which are already in the "individual" group. Though not introduced with the other symptoms of this bug (0597b877c5bf4d21ac4048742ddf6b11e24877ba), the descreptency fixed here is integrally related. calendar/gui/dialogs/comp-editor.c | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit 25a4f7170655c9e55faa074664e1743c59c9f361 Author: Jim Ramsay Date: Tue May 18 16:50:20 2010 -0400 Bug 594153 (2/3) - Allow setting alarms on any meeting The "view-time-zone" and "view-categories" actions should not have been grouped with the "individual" action group but rather the "core" action group, as they should always be available regardless of whether or not the element being edited is read-only/owned, as they simply affect visibility of various widgets. This fixes a bug introduced in 0597b877c5bf4d21ac4048742ddf6b11e24877ba where these two actions were accidentally grouped with other actions that should legitimately be in the "individual" group. calendar/gui/dialogs/comp-editor.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 9b9899d5c249c6b01deb97e8b2099943a3f1b37d Author: Jim Ramsay Date: Tue May 18 16:39:47 2010 -0400 Bug 594153 (1/3) - Allow setting alarms on any meeting This introduces a new action_group called "editable" in the comp-editor that can be used by other components to assign actions that should be sensitized separately from the existing "individual" group, such as the "Alarms" and "Show Time as Busy" event actions. This fixes a bug introduced in 0597b877c5bf4d21ac4048742ddf6b11e24877ba where these two actions were accidentally grouped with other actions that should legitimately be in the "individual" group. calendar/gui/dialogs/comp-editor.c | 15 +++++++++++---- calendar/gui/dialogs/event-editor.c | 32 +++++++++++++++++++++++--------- calendar/gui/dialogs/event-page.c | 3 +++ calendar/gui/dialogs/memo-page.c | 3 +++ calendar/gui/dialogs/task-page.c | 3 +++ 5 files changed, 43 insertions(+), 13 deletions(-) commit ef7690c3845e3c1cebcf3caba7f7667a10e7123d Author: Milan Crha Date: Tue May 18 22:47:29 2010 +0200 Bug #499320 - Preview before import from command line addressbook/importers/Makefile.am | 2 + .../importers/evolution-addressbook-importers.h | 3 + addressbook/importers/evolution-csv-importer.c | 81 +++- addressbook/importers/evolution-ldif-importer.c | 63 +++- addressbook/importers/evolution-vcard-importer.c | 345 +++++++++++++ calendar/importers/Makefile.am | 3 + calendar/importers/icalendar-importer.c | 515 +++++++++++++++++++- e-util/e-import.c | 26 + e-util/e-import.h | 6 + mail/importers/Makefile.am | 1 + mail/importers/elm-importer.c | 1 + mail/importers/evolution-mbox-importer.c | 150 ++++++ mail/importers/mail-importer.h | 7 + mail/importers/pine-importer.c | 1 + modules/mail/e-mail-shell-backend.c | 33 ++ widgets/misc/Makefile.am | 2 + widgets/misc/e-import-assistant.c | 105 ++++- widgets/misc/e-web-view-preview.c | 481 ++++++++++++++++++ widgets/misc/e-web-view-preview.h | 101 ++++ 19 files changed, 1901 insertions(+), 25 deletions(-) commit 0f92771be57383e5d6e7d0f3e05743d192066eb3 Author: Fridrich Štrba Date: Tue May 18 16:57:11 2010 +0200 [win32] Implement --reinstall, --show-icons, --hide-icons options to be used by windows default application setting dialogue e-util/e-win32-defaults.c | 129 +++++++++++++++++++++------------------------ shell/main.c | 28 ++++++++++ 2 files changed, 89 insertions(+), 68 deletions(-) commit bc054c94cb46e4f8f8881c2a1b0268e2f05b307b Author: Matthew Barnes Date: Tue May 18 08:07:19 2010 -0400 Bug 618902 - Crash when viewing/closing messages quickly Closing an EMailBrowser window causes it to be disposed immediately, but ongoing async operations still hold an EMailBrowser reference -- in particular, regenerating the internal message list and fetching a mail message. The callback functions for these operations were not equipped to deal with the disposed-but-not-yet-finalized object. mail/e-mail-browser.c | 3 +- mail/e-mail-reader.c | 55 +++++++++++++++++++++++++++++++----------------- mail/message-list.c | 6 +--- 3 files changed, 39 insertions(+), 25 deletions(-) commit 0ef487186875ab5dc9a049998ac1af0a2bec085e Author: Matthew Barnes Date: Mon May 17 23:38:18 2010 -0400 EMailBrowser cleanup. mail/e-mail-browser.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit be8a06108f63d8ba1b8e1a2a6d5120a62c2bc5f2 Author: Fran Diéguez Date: Mon May 17 23:24:48 2010 +0200 Updated Galician translations po/gl.po | 576 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 289 insertions(+), 287 deletions(-) commit 2bc81c527704c280323a8b1ab16338e132ecdd46 Author: Matthew Barnes Date: Mon May 17 15:42:11 2010 -0400 Bug 617865 - Various data file cleanups - Install evolution-alarm-notify in $(privlibexecdir) instead of $(bindir). - Set the X-GNOME-Bugzilla-Version in evolution-alarm-notify.desktop to @BASE_VERSION@.x (patch was missing the .x suffix). - Killed data/evolution.keys.in.in since it's full of CORBA cruft. The MimeType field in evolution.desktop fills this role now. - Copied the AS_AC_EXPAND macro from gnome-settings-daemon. The macro sets up path-related substitutions for use in automake input files. So for example AS_AC_EXPAND(PRIVLIBEXECDIR, "$privlibexecdir") in configure.ac allows us to use @PRIVLIBEXECDIR@ in .desktop.in files. - Simplified .desktop rules using gnome-settings-daemon as a guide. calendar/gui/alarm-notify/Makefile.am | 2 +- configure.ac | 6 +++ data/Makefile.am | 24 +++----------- data/evolution-alarm-notify.desktop.in.in | 4 +- data/evolution.keys.in.in | 24 -------------- m4/as-ac-expand.m4 | 50 +++++++++++++++++++++++++++++ po/POTFILES.in | 1 - 7 files changed, 64 insertions(+), 47 deletions(-) commit 24cf856a89418fd7d43028be6e9eabe21224e33c Author: Matthew Barnes Date: Mon May 17 15:14:14 2010 -0400 Fix distcheck errors. po/POTFILES.in | 5 ++--- po/POTFILES.skip | 3 +++ 2 files changed, 5 insertions(+), 3 deletions(-) commit a9a4178fe5928bafb3b2cabd437cb554f0d70c30 Author: Fridrich Štrba Date: Mon May 17 09:42:10 2010 +0200 Ouch, fix a typo! e-util/e-win32-defaults.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 88d3c437e8340d8a61586339305b8f1f0dda3bac Author: Fridrich Štrba Date: Mon May 17 09:09:28 2010 +0200 [win32] Make Evolution actually appear in "Set Program Access and Defaults" dialogue and use quoted string instead of short path, since this is how the "Hotmail" e-mail provider is doing it (unlike what documentation says) e-util/e-win32-defaults.c | 18 ++++++------------ 1 files changed, 6 insertions(+), 12 deletions(-) commit d9bff586ce64c6d17bb1520e2c8a4d3466d899c1 Author: Fridrich Štrba Date: Mon May 17 09:07:50 2010 +0200 [win32] Don't call glib functions before g_thread_init was called and register evolution as capable to handle mailto: protocol on startup shell/main.c | 19 ++++++++++++------- 1 files changed, 12 insertions(+), 7 deletions(-) commit 3a9faf91a6c2e2f309718f139f69d0c3ddf56869 Author: Thomas Thurman Date: Sun May 16 13:42:15 2010 -0400 Updated Shavian translation po/en@shaw.po | 1219 +++++++++++++++++++-------------------------------------- 1 files changed, 399 insertions(+), 820 deletions(-) commit 491100bf58f34151cf0ce4fd3f0d8fe0d66472a7 Author: Jorge González Date: Sun May 16 11:20:37 2010 +0200 Updated Spanish translation help/es/es.po | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit c5fa89443f6564d0b94b79871414e9485bf05a5a Author: Jorge González Date: Sun May 16 11:20:34 2010 +0200 Updated Spanish translation po/es.po | 166 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 81 insertions(+), 85 deletions(-) commit ce37e4c0127a04471453ea02c7127a90a55fface Author: Ivar Smolin Date: Sat May 15 12:47:58 2010 +0300 Estonian translation updated po/et.po | 2860 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 1582 insertions(+), 1278 deletions(-) commit 85ebbc32ede0178c85bee4a302c3bc1fd3fbe8ae Author: Thomas Thurman Date: Fri May 14 20:26:04 2010 -0400 Updated Shavian translation po/en@shaw.po | 859 +++++++++++++++++++++------------------------------------ 1 files changed, 319 insertions(+), 540 deletions(-) commit fd151ac1b2ae622956e5ca45524d4fc4eb9082ba Author: Thomas Thurman Date: Fri May 14 19:37:17 2010 -0400 Updated Shavian translation po/en@shaw.po | 934 +++++++++++++++++++++++++-------------------------------- 1 files changed, 408 insertions(+), 526 deletions(-) commit 9d78c2ce79d5a58ced8da3342cbd9930c3a37451 Author: Matthew Barnes Date: Fri May 14 16:34:00 2010 -0400 Bug 618578 - Require automake >= 1.10 autogen.sh | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 45cf94ed85e40b23c60bad861e56009e8f899e4c Author: Milan Crha Date: Fri May 14 16:31:52 2010 +0200 Bug #531912 - Mail inline parser doesn't always work mail/em-format-html.c | 2 +- mail/em-inline-filter.c | 79 ++++++++++++++++++++++++++++++---------------- 2 files changed, 52 insertions(+), 29 deletions(-) commit c372b7016a8d626ec18a18dfd1d653b4d13698d5 Author: Matthew Barnes Date: Thu May 13 23:40:16 2010 -0400 Bug 615745 - New task pop up in calendar day view doesn't work modules/calendar/e-memo-shell-view-actions.c | 19 ++++++++++++++----- modules/calendar/e-task-shell-view-actions.c | 19 ++++++++++++++----- 2 files changed, 28 insertions(+), 10 deletions(-) commit 5a124a6add633ba4af8babc8de7a8a9b8058899e Author: Milan Crha Date: Thu May 13 23:49:58 2010 +0200 Bug #607257 - Add checks for event->comp_data != NULL calendar/gui/e-cal-list-view.c | 3 + calendar/gui/e-calendar-view.c | 54 +++++- calendar/gui/e-calendar-view.h | 8 + calendar/gui/e-day-view-main-item.c | 12 + calendar/gui/e-day-view-top-item.c | 13 + calendar/gui/e-day-view.c | 302 +++++++++++++++++++++++--- calendar/gui/e-week-view-event-item.c | 39 ++++ calendar/gui/e-week-view.c | 155 +++++++++++++- calendar/gui/ea-cal-view-event.c | 10 + calendar/gui/print.c | 9 + modules/calendar/e-cal-shell-view-actions.c | 36 +++- modules/calendar/e-cal-shell-view-private.c | 3 + modules/calendar/e-cal-shell-view.c | 2 +- plugins/groupwise-features/gw-ui.c | 2 +- plugins/groupwise-features/process-meeting.c | 16 +- 15 files changed, 623 insertions(+), 41 deletions(-) commit b936a2301feb69f420d930f8f74436dde35b9f04 Author: Milan Crha Date: Thu May 13 21:34:28 2010 +0200 Bug #604971 - Evolution allows deletion of default views widgets/menus/gal-define-views-dialog.c | 40 ++++++++++++++++++------------ 1 files changed, 24 insertions(+), 16 deletions(-) commit 74857dc13698763b8136092ba4267802fe53a399 Author: Fridrich Štrba Date: Thu May 13 15:35:06 2010 +0200 Initial implementation of setting evolution as default mail client and mailto handler. e-util/Makefile.am | 2 +- e-util/e-win32-defaults.c | 277 +++++++++++++++++++++++++++++++++++++++++++++ e-util/e-win32-defaults.h | 36 ++++++ 3 files changed, 314 insertions(+), 1 deletions(-) commit 0b60ec7c89f99eaf4ac8c655ed953d705cf034c3 Author: Matthew Barnes Date: Thu May 13 09:17:25 2010 -0400 Convert "default-mailer" plugin to an extension. configure.ac | 4 +- mail/em-utils.c | 2 +- modules/Makefile.am | 1 + modules/mailto-handler/Makefile.am | 54 ++++ ...-evolution-mail-prompts-checkdefault.schemas.in | 16 ++ modules/mailto-handler/evolution-mailto-handler.c | 274 ++++++++++++++++++++ plugins/default-mailer/Makefile.am | 66 ----- ...-evolution-mail-prompts-checkdefault.schemas.in | 16 -- plugins/default-mailer/default-mailer.c | 106 -------- .../org-gnome-default-mailer.eplug.xml | 20 -- .../org-gnome-default-mailer.error.xml | 10 - shell/main.c | 3 + 12 files changed, 351 insertions(+), 221 deletions(-) commit 801c425ada572a88375a44e91745799d65539495 Author: Thomas Thurman Date: Wed May 12 18:41:37 2010 -0400 Updated Shavian transliteration po/en@shaw.po |17150 ++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 10769 insertions(+), 6381 deletions(-) commit 933e668804e32a1831e2c76dc75c5e69f278227d Author: Fran Diéguez Date: Wed May 12 23:51:56 2010 +0200 Updated Galician translations po/gl.po | 238 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 127 insertions(+), 111 deletions(-) commit 4e53d5e948214fceadb1eb477dac11c1bcaae8d5 Author: Milan Crha Date: Wed May 12 19:27:45 2010 +0200 Bug #603006 - Move All Contacts To enabled for read-only address books addressbook/gui/widgets/e-addressbook-view.c | 11 +++++++++-- modules/addressbook/e-book-shell-view.c | 4 ++++ 2 files changed, 13 insertions(+), 2 deletions(-) commit 4abf496f28e91caeb434b0d13259434302acade7 Author: Matthew Barnes Date: Tue May 11 22:59:57 2010 -0500 Bug 615291 - Preview pane's attachment bar accepts drop widgets/misc/e-attachment-view.c | 19 ++++++++++++++----- 1 files changed, 14 insertions(+), 5 deletions(-) commit bb0209061c1c3d9947a769015b204d0d5d6c9ec0 Author: Matthew Barnes Date: Tue May 11 21:44:42 2010 -0500 Bug 618400 - "Mark All Messages as Read" shortcut missing modules/mail/e-mail-shell-view-actions.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit cadba671f336345f2b73728f757218b800439098 Author: Matthew Barnes Date: Tue May 11 13:13:10 2010 -0500 Bug 616640 - Don't display attachment size if it's unknown widgets/misc/e-attachment-tree-view.c | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) commit 073d7e15933e6ec96a486e25111c8d8c621bc91b Author: Kjartan Maraas Date: Tue May 11 20:10:11 2010 +0200 Updated Norwegian bokmål translation po/nb.po | 415 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 221 insertions(+), 194 deletions(-) commit 2f57daa7382c1dc64047c418fa000de6f12ec71e Author: Manoj Kumar Giri Date: Tue May 11 14:47:12 2010 +0530 Updated Oriya Translation po/or.po | 38 +++++++++++++++++++------------------- 1 files changed, 19 insertions(+), 19 deletions(-) commit a516af7fee05648f1480092dc0b8f95f24ee3153 Author: Manoj Kumar Giri Date: Tue May 11 14:39:13 2010 +0530 Updated Oriya Translation po/or.po | 8004 +++++++++++++++++++++++++++----------------------------------- 1 files changed, 3437 insertions(+), 4567 deletions(-) commit aa3e354b6ab3daef7bb7829ae32aec1bac64e5fa Author: Manoj Kumar Giri Date: Tue May 11 13:42:14 2010 +0530 Updated Oriya Translation po/or.po |21896 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 11573 insertions(+), 10323 deletions(-) commit 8b53dacec60eb150d376cc90c571540fb32a6af4 Author: Fridrich Štrba Date: Mon May 10 22:51:11 2010 +0200 [win32] Set patch to evolution's bindir because some child processes need it in some situations. shell/main.c | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit 8254cecbb865761e1cd1a854f5a8779b6448cb81 Author: Christian Kirbach Date: Mon May 10 21:20:59 2010 +0200 [help] Updated German help translation screenshots help/de/de.po | 19 ++++--------------- help/de/figures/categories_a.png | Bin 0 -> 75778 bytes help/de/figures/contacts_mainwindow_a.png | Bin 0 -> 60203 bytes help/de/figures/evo_caltasks_a.png | Bin 0 -> 151937 bytes help/de/figures/evo_edit_search.png | Bin 0 -> 100400 bytes help/de/figures/evo_junk_a.png | Bin 0 -> 186690 bytes help/de/figures/evo_label_a.png | Bin 0 -> 66364 bytes help/de/figures/evo_labels_a.png | Bin 0 -> 74563 bytes help/de/figures/evo_mail_a.png | Bin 0 -> 178821 bytes help/de/figures/evo_memo_a.png | Bin 26980 -> 60784 bytes help/de/figures/evo_rule_a.png | Bin 0 -> 61556 bytes help/de/figures/evo_shd_memo_a.png | Bin 0 -> 67958 bytes help/de/figures/evolution_contact_preference.png | Bin 0 -> 69203 bytes help/de/figures/evolution_mail_preference.png | Bin 0 -> 141040 bytes help/de/figures/exchng-rec-mails.png | Bin 0 -> 85101 bytes help/de/figures/filter-new-fig.png | Bin 0 -> 70449 bytes help/de/figures/local_ics_calendar.png | Bin 0 -> 50831 bytes help/de/figures/mailer_preferences.png | Bin 82364 -> 186927 bytes help/de/figures/ver_view_a.png | Bin 0 -> 217200 bytes 19 files changed, 4 insertions(+), 15 deletions(-) commit e1bae2893805b835fd255cff3c38e1e2c231ab80 Author: Jorge González Date: Mon May 10 19:32:16 2010 +0200 Updated Spanish translation po/es.po | 648 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 301 insertions(+), 347 deletions(-) commit 3c40a61b2904aec2765ff9bfecc777fa05b626b5 Author: Milan Crha Date: Mon May 10 19:05:10 2010 +0200 Bug #616823 - Evolution allows moving IMAP Inbox to other folders mail/em-folder-tree.c | 26 +++++++++++++++++++++++++- 1 files changed, 25 insertions(+), 1 deletions(-) commit 05148d661f58145f4a7482eebbd02b5b54e0019c Author: Milan Crha Date: Mon May 10 18:26:12 2010 +0200 There is no 'shadow-type' property on a GtkExpander addressbook/gui/contact-editor/contact-editor.ui | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit b41e9b362942d7503e9f61d503dd23ffb007ddf5 Author: Milan Crha Date: Mon May 10 12:10:45 2010 +0200 Bug #618177 - Mobile Phone of imported contact not shown in preview addressbook/importers/evolution-vcard-importer.c | 31 ++++++++++++++-------- 1 files changed, 20 insertions(+), 11 deletions(-) commit d8df50d395c42d8e82e0a895d3bd1f2fa4ee901d Author: Milan Crha Date: Mon May 10 11:22:18 2010 +0200 Bug #617496 - Critical warnings when open a task calendar/gui/dialogs/task-editor.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c08d9241d6de79304a932c812360f41fe568e57a Author: Matthew Barnes Date: Sat May 8 11:00:01 2010 -0500 Bug 618113 - Missing icon in alarm dialog calendar/gui/alarm-notify/Makefile.am | 1 + calendar/gui/alarm-notify/notify-main.c | 4 ++++ 2 files changed, 5 insertions(+), 0 deletions(-) commit 8ad0c51edff9677ca22c46257f4a596dc23d2055 Author: Matthew Barnes Date: Wed May 5 21:47:44 2010 -0400 Adapt to Camel API changes. This also removes the boxed CamelObject GType, since CamelObject is an honest-to-goodness GObject now. calendar/gui/e-cal-component-preview.c | 1 + e-util/e-marshal.list | 8 +- e-util/e-util.c | 30 +- e-util/e-util.h | 6 - mail/e-mail-backend.c | 23 +- mail/em-composer-utils.c | 2 +- mail/em-folder-tree-model.c | 54 ++- mail/em-folder-utils.c | 2 +- mail/mail-folder-cache.c | 856 +++++++++++++++---------------- mail/mail-folder-cache.h | 88 ++-- mail/mail-send-recv.c | 4 +- mail/mail-session.c | 2 +- mail/mail-vfolder.c | 47 +- mail/message-list.c | 30 +- plugins/itip-formatter/itip-formatter.c | 2 +- widgets/misc/e-attachment.c | 4 +- 16 files changed, 548 insertions(+), 611 deletions(-) commit 27eb820ea13c49af3d4f67c4c483aa0d3bbc1a94 Author: Ihar Hrachyshka Date: Fri May 7 20:19:02 2010 +0300 Added be to LINGUAS po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 769582c9e9f54148f5bdc889cc0f75ea2dea8baf Author: Bharath Acharya Date: Fri May 7 13:48:31 2010 +0530 Fix the double-free. mail/em-subscribe-editor.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 37b839a2d3be8bacf160df237e673d33b1689204 Author: Vibha Yadav Date: Fri May 7 11:30:49 2010 +0530 Bug #545462 - Printing of contacts is weird. Lot of improvements in contact printing. A few more to follow suit. addressbook/gui/widgets/e-addressbook-view.c | 6 +- addressbook/printing/e-contact-print.c | 145 +++++++++++++++++++++++--- addressbook/printing/e-contact-print.h | 3 + widgets/table/e-cell-text.c | 28 +++++- widgets/table/e-table-group-container.c | 9 ++- 5 files changed, 168 insertions(+), 23 deletions(-) commit 0b743a787cf5cc69b2521d41e1c7f5ec8a798101 Author: Milan Crha Date: Thu May 6 17:19:07 2010 +0200 Bug #240317 - Allow searching in subscribe dialog mail/em-subscribe-editor.c | 509 ++++++++++++++++++++++++++++++++++---------- mail/mail-dialogs.ui | 98 ++++++++-- 2 files changed, 482 insertions(+), 125 deletions(-) commit 518c616d27de69fe92834440a22c1c45982c3d0f Author: Mattias Põldaru Date: Tue May 4 07:00:07 2010 +0300 Estonian translation updated po/et.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 0a0657836b429289a918f509504813f7e4e112df Author: Milan Crha Date: Mon May 3 22:35:45 2010 +0200 Bug #593890 - New folder window is not in focus in filter dialog mail/em-folder-utils.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit 7636175248e8b6a8fa73244327f52230415cbaa6 Author: Milan Crha Date: Mon May 3 21:36:50 2010 +0200 Bug #611560 - 'Mark as junk' should be disabled in junk folder mail/e-mail-reader.c | 6 +++++- mail/e-mail-reader.h | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) commit e1b44a9c3e8db677b58723cb9738ce626a7a08da Author: Chenthill Palanisamy Date: Mon May 3 20:04:38 2010 +0530 post release version bump configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)