commit e9739c8d421c3dc4e3c2c0cf5980b14d8974df1f Author: Matthew Barnes Date: Mon Jan 16 10:36:27 2012 -0500 NEWS update for 3.3.4 release. NEWS | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 69 insertions(+), 0 deletions(-) commit f014bdd1451b67776f4923fcaae5bc9c663ee1a7 Author: Matthew Barnes Date: Sun Jan 15 15:58:59 2012 -0500 Add emae_list_providers(). Convenience function returns a sorted GList of available CamelProviders with a "mail" or "news" domain. mail/em-account-editor.c | 78 +++++++++++++++++++++++++++++---------------- 1 files changed, 50 insertions(+), 28 deletions(-) commit 39b8837d13fc38c50464e82039280e3fe82accb3 Author: Daniel Mustieles Date: Sun Jan 15 19:56:37 2012 +0100 Updated Spanish translation help/es/es.po | 181 +++++++++++++++++++++++++++++++++++++++++++-------------- 1 files changed, 136 insertions(+), 45 deletions(-) commit 95bd58d78c25a94eb5e949d4fa25622332a8ad50 Author: Daniel Mustieles Date: Sun Jan 15 19:55:41 2012 +0100 Updated Spanish translation po/es.po | 40 ++++++++++++++++++++-------------------- 1 files changed, 20 insertions(+), 20 deletions(-) commit 0b13db37cfe85a64debae89eb106decc42a83bb5 Author: Daniel Mustieles Date: Sun Jan 15 19:27:15 2012 +0100 Updated Spanish translation po/es.po | 2342 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1178 insertions(+), 1164 deletions(-) commit ad85f14c950a55072831fdf08b3e11c4a459cb2a Author: Matthew Barnes Date: Sun Jan 15 06:00:57 2012 -0500 Split up emae_check_complete(). Split emae_check_complete() into smaller, more understandable functions so the overall logic flow can be more easily understood. mail/em-account-editor.c | 866 +++++++++++++++++++++++++++++----------------- 1 files changed, 551 insertions(+), 315 deletions(-) commit 5b3cf04b74f89934055ec0f490384b2df358a234 Author: Brian Grohe Date: Sun Jan 15 15:38:37 2012 +0100 Add introduction. Fixes bug #657026 help/C/intro-application.page | 30 ++++++++++++++++++++++++++++++ help/Makefile.am | 1 + 2 files changed, 31 insertions(+), 0 deletions(-) commit ff1db12d7f06e3c3739f0aec7543552d33e34739 Author: Fran Diéguez Date: Sun Jan 15 01:43:17 2012 +0100 Updated Galician translations po/gl.po |12394 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 6203 insertions(+), 6191 deletions(-) commit da8f0945662116b82fb39bca3dfe159fbe3dfa25 Author: Andre Klapper Date: Thu Jan 12 22:39:48 2012 +0100 Add new offline.page help page help/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 617bcf114eae11f45f4d19b3469dff4d1eff2b43 Author: Brian Grohe Date: Thu Jan 12 22:38:58 2012 +0100 Docs: Add page about Offline issues. Fixes bug #658810 help/C/offline.page | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) commit 6be87e86be95e37fc5634076f01f9d14afd184a1 Author: Matthew Barnes Date: Wed Jan 11 13:46:25 2012 -0500 Bug 667384 - Misspelling: "Olsen" timezone database "Olson", not "Olsen". data/org.gnome.evolution.calendar.gschema.xml.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d0f2c46a1cf7bbbfc56b1f9e835756cdf542ac75 Author: Milan Crha Date: Wed Jan 11 15:59:25 2012 +0100 Do not auto-mark-as-seen when changing filter type mail/e-mail-reader.c | 38 +++++++++++++++++++++++++++++- mail/e-mail-reader.h | 2 + mail/message-list.c | 22 +++++++++++++++++ mail/message-list.h | 1 + modules/mail/e-mail-shell-view-private.c | 24 +++++++++++++++++++ shell/e-shell-view.c | 16 +++++++++++- shell/e-shell-view.h | 2 + widgets/table/e-tree.h | 1 - 8 files changed, 103 insertions(+), 3 deletions(-) commit dd49067b2acfb72419f97a0348dc2524c3bbf56e Author: Milan Crha Date: Tue Jan 10 22:22:22 2012 +0100 Bug #667119 - Hard to change Attendee role in meeting editor calendar/gui/e-meeting-list-view.c | 44 +++- widgets/misc/Makefile.am | 4 - widgets/misc/e-cell-renderer-combo.c | 202 ---------------- widgets/misc/e-cell-renderer-combo.h | 59 ----- widgets/misc/e-combo-cell-editable.c | 435 ---------------------------------- widgets/misc/e-combo-cell-editable.h | 68 ------ 6 files changed, 35 insertions(+), 777 deletions(-) commit 73fe6fb330ac9fab009d2bcb5766a2b908a201c7 Author: Milan Crha Date: Tue Jan 10 19:30:23 2012 +0100 Bug #667398 - Automatic mark-as-seen too aggressive mail/e-mail-reader.c | 38 +++++++++++++++++++++++++++++++++++++- widgets/table/e-tree.c | 23 +++++++++++++++++++++++ widgets/table/e-tree.h | 2 ++ 3 files changed, 62 insertions(+), 1 deletions(-) commit fea81db90a01ce184e5955c19d4c340aeb1cbfff Author: Milan Crha Date: Tue Jan 10 18:18:44 2012 +0100 EMailSession does not respect user settings on start Running in offline had no meaning, a store connected to its server anyway. mail/e-mail-session.c | 75 ++++++++++++++++++++++++++++++------------------ 1 files changed, 47 insertions(+), 28 deletions(-) commit a4afc774381b8da813b8a615a4e5f29fabbcee7c Author: Milan Crha Date: Tue Jan 10 18:17:29 2012 +0100 Slow start due to instant saving of no change in an EAccountList mail/e-mail-account-store.c | 23 ++++++++++++++++------- 1 files changed, 16 insertions(+), 7 deletions(-) commit f2994d54460e8467a525851bd92941730b548914 Author: Milan Crha Date: Tue Jan 10 15:49:27 2012 +0100 mail-folder-cache: Update folders only on stores whose support it mail/mail-folder-cache.c | 43 +++++++++++++++++++++++++++++-------------- 1 files changed, 29 insertions(+), 14 deletions(-) commit 11c24dac12bddd5ab14fdea64e71cdd6758945a3 Author: Milan Crha Date: Tue Jan 10 15:30:09 2012 +0100 Bug #667281 - Deadlock on evolution start mail/e-mail-session.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit f15c6e4e8fcfce0b5d12871db6a48840dc34c38b Author: Vincent Untz Date: Mon Jan 9 18:17:54 2012 +0100 Bug #667346 - Fix build with libpst 0.6.54 and require this version configure.ac | 4 ++-- plugins/pst-import/pst-importer.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) commit df77623924aaa03cba0e861ddf840de1f2b8f28a Author: Milan Crha Date: Mon Jan 9 14:27:53 2012 +0100 Bug #667528 - Crash in pine-importer.c with no book source defined mail/importers/pine-importer.c | 19 ++++++++++++++----- 1 files changed, 14 insertions(+), 5 deletions(-) commit d690aaea2687f9cc32571accb65a60e6b390acd9 Author: Kjartan Maraas Date: Fri Jan 6 20:46:35 2012 +0100 Updated Norwegian bokmål translation po/nb.po |11525 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 5780 insertions(+), 5745 deletions(-) commit 02bcba4fad4a8a9254b1179f3442d056098cf9a3 Author: Milan Crha Date: Fri Jan 6 19:01:30 2012 +0100 Bug #638810 - Crash in camel_folder_search_set_folder with IMAP account mail/mail-vfolder.c | 22 +++++++++------------- 1 files changed, 9 insertions(+), 13 deletions(-) commit 885a1f44666b6f6e51c9b6bc4b170410befbd41d Author: Kristjan SCHMIDT Date: Fri Jan 6 15:29:13 2012 +0100 Add Esperanto translation po/eo.po |23566 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 12342 insertions(+), 11224 deletions(-) commit 0a016671ee2b5004df4fd2bca80f0e34e68476c3 Author: Milan Crha Date: Fri Jan 6 09:37:27 2012 +0100 Do not call gtk_main_quit() on shell quit when none is running shell/e-shell.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 86f4b5049a1e7261a2dc50738e2a6544eef475bd Author: Yuri Myasoedov Date: Fri Jan 6 01:39:57 2012 +0400 Updated Russian translation po/ru.po |16747 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 8956 insertions(+), 7791 deletions(-) commit 88505f694e57aa016359aa994e202f62da8b5142 Author: Matthew Barnes Date: Thu Jan 5 09:08:10 2012 -0500 Make em_utils_generate_account_hash() private. Only used by em_utils_get_reply_all(), and the hash table it returns is not safe for general-purpose use. Make it a static function and rename it generate_recipient_hash(). mail/em-composer-utils.c | 60 +++++++++++++++++++++++++++++++++++++++++++++- mail/em-utils.c | 58 -------------------------------------------- mail/em-utils.h | 1 - 3 files changed, 59 insertions(+), 60 deletions(-) commit ea4c16fdadd48c89bfedf04972b10674e70fcca9 Author: Kai Juse Date: Thu Jan 5 14:22:04 2012 +0100 Bug #664370 - Crash when putting same component into icalcomponent plugins/publish-calendar/publish-format-fb.c | 4 ++-- plugins/publish-calendar/publish-format-ical.c | 2 +- plugins/save-calendar/ical-format.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) commit 5aa4790e47a1cea8a94b0142922c7e6914d43694 Author: Milan Crha Date: Wed Jan 4 17:19:28 2012 +0100 Bug #667185 - Menu items from plugins not translated e-util/e-util.c | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ e-util/e-util.h | 6 +++++ 2 files changed, 67 insertions(+), 0 deletions(-) commit 79e691cc11662e6a2f0fdd7ecb02364f8dc3c5cb Author: Matthew Barnes Date: Wed Jan 4 09:47:38 2012 -0500 get_receive_type(): Avoid hard-coding built-in mail store names. mail/mail-send-recv.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit ef8832bb8035edaad77749413afc110e9b8ea01e Author: Milan Crha Date: Wed Jan 4 14:53:21 2012 +0100 Bug #665036 - Memory leaks spot in Contacts view addressbook/gui/contact-editor/e-contact-editor.c | 4 ++ addressbook/gui/merging/eab-contact-merging.c | 39 +++++++++++++------- addressbook/gui/widgets/e-minicard.c | 2 +- addressbook/gui/widgets/eab-contact-display.c | 5 ++- e-util/e-sorter-array.c | 15 ++++++++ modules/addressbook/e-book-shell-view-private.c | 3 ++ 6 files changed, 52 insertions(+), 16 deletions(-) commit 064d9187ab85ad1987b3cd0440fec33b6254ac20 Author: Muhammet Kara Date: Wed Jan 4 14:03:03 2012 +0200 [l10n]Updated Turkish translation po/tr.po |18303 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 9636 insertions(+), 8667 deletions(-) commit 9df46251a323b7f2cf11eb14742ed6f1c55b3ccc Author: Milan Crha Date: Tue Jan 3 19:18:38 2012 +0100 Bug #666832 - Skip local/vfolder services from Send/Receive update mail/mail-send-recv.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit 1b8cda5f01f62625b396fa58841ef7c7d3433bcb Author: Milan Crha Date: Tue Jan 3 17:18:15 2012 +0100 Inherit smaller time division from preferences in day calendar printout calendar/gui/print.c | 62 +++++++++++++++++++++++++++++++++----------------- 1 files changed, 41 insertions(+), 21 deletions(-) commit e53a866afa08085048db5940a3b3175ed52c4f93 Author: Milan Crha Date: Mon Jan 2 18:52:07 2012 +0100 Bug #661885 - Disable horizontal scrolling in filter rule editor filter/e-filter-rule.c | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) commit 4dc5558f19f96858ec2a97d82b23b6401ed74a0b Author: Milan Crha Date: Mon Jan 2 17:07:59 2012 +0100 Bug #353743 - Add Print button to meeting notification dialog calendar/Makefile.am | 2 +- calendar/alarm-notify/Makefile.am | 66 + calendar/alarm-notify/alarm-notify-dialog.c | 525 +++++ calendar/alarm-notify/alarm-notify-dialog.h | 63 + calendar/alarm-notify/alarm-notify.c | 566 +++++ calendar/alarm-notify/alarm-notify.h | 81 + calendar/alarm-notify/alarm-notify.ui | 377 +++ calendar/alarm-notify/alarm-queue.c | 2418 ++++++++++++++++++++ calendar/alarm-notify/alarm-queue.h | 37 + calendar/alarm-notify/alarm.c | 324 +++ calendar/alarm-notify/alarm.h | 41 + calendar/alarm-notify/config-data.c | 410 ++++ calendar/alarm-notify/config-data.h | 64 + .../alarm-notify/evolution-alarm-notify-icon.rc | 1 + calendar/alarm-notify/evolution-alarm-notify.ico | Bin 0 -> 17542 bytes calendar/alarm-notify/notify-main.c | 110 + calendar/alarm-notify/util.c | 92 + calendar/alarm-notify/util.h | 33 + calendar/gui/Makefile.am | 2 +- calendar/gui/alarm-notify/Makefile.am | 65 - calendar/gui/alarm-notify/alarm-notify-dialog.c | 502 ---- calendar/gui/alarm-notify/alarm-notify-dialog.h | 62 - calendar/gui/alarm-notify/alarm-notify.c | 566 ----- calendar/gui/alarm-notify/alarm-notify.h | 81 - calendar/gui/alarm-notify/alarm-notify.ui | 362 --- calendar/gui/alarm-notify/alarm-queue.c | 2400 ------------------- calendar/gui/alarm-notify/alarm-queue.h | 37 - calendar/gui/alarm-notify/alarm.c | 324 --- calendar/gui/alarm-notify/alarm.h | 41 - calendar/gui/alarm-notify/config-data.c | 410 ---- calendar/gui/alarm-notify/config-data.h | 64 - .../alarm-notify/evolution-alarm-notify-icon.rc | 1 - .../gui/alarm-notify/evolution-alarm-notify.ico | Bin 17542 -> 0 bytes calendar/gui/alarm-notify/notify-main.c | 110 - calendar/gui/alarm-notify/util.c | 92 - calendar/gui/alarm-notify/util.h | 33 - configure.ac | 2 +- po/POTFILES.in | 8 +- 38 files changed, 5215 insertions(+), 5157 deletions(-) commit 49ffbb973093f15e4d5e34f287445f66a8d64e6d Author: Milan Crha Date: Mon Jan 2 16:07:09 2012 +0100 Bug #343499 - Contacts not sorted the right way on print out addressbook/printing/e-contact-print.c | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) commit a822d5da967c9d98d50cad83b9e36b1404195a19 Author: Milan Crha Date: Mon Jan 2 14:32:29 2012 +0100 Bug #641154 - Crash in emae_check_authtype_done mail/em-account-editor.c | 40 ++++++++++++++++++++++++++++++++++------ 1 files changed, 34 insertions(+), 6 deletions(-) commit d41d432ccbcac3e527c351198584ab516d99ff24 Author: Matthew Barnes Date: Sat Dec 31 16:44:25 2011 -0500 EComposerHeaderTable: Rearrange initialization code. Prefer GObjectClass.constructed() over GObjectClass.constructor(). composer/e-composer-header-table.c | 307 ++++++++++++++++++------------------ 1 files changed, 154 insertions(+), 153 deletions(-) commit 70b27af74ecaf38a1567ff1a7d483f7a65d7f2fe Author: Matthew Barnes Date: Sat Dec 31 14:43:58 2011 -0500 Move gtkhtml data encoding/decoding to e-composer-private.c. Simplify the algorithms, trading efficiency for readability. composer/e-composer-private.c | 81 ++++++++++++++++++++++++++++++++ composer/e-composer-private.h | 2 + composer/e-msg-composer.c | 103 ++-------------------------------------- 3 files changed, 89 insertions(+), 97 deletions(-) commit a7abe3ac594dd3324f473b8200641e03cf64f774 Author: Matthew Barnes Date: Sat Dec 31 14:38:29 2011 -0500 Composer cleanups. composer/e-composer-activity.c | 7 +++- composer/e-composer-header-table.c | 55 ++++++++++++++++++++++++------------ composer/e-composer-header.c | 7 ++-- composer/e-composer-name-header.c | 19 +++++++----- composer/e-composer-post-header.c | 16 ++++++---- composer/e-composer-private.c | 1 - composer/e-composer-private.h | 4 ++ composer/e-msg-composer.c | 2 +- 8 files changed, 70 insertions(+), 41 deletions(-) commit 2c9b8c191d7ccf82c4d0c6df4c5acbe11cfa8701 Author: Matthew Barnes Date: Sat Dec 31 08:39:29 2011 -0500 EMailAccountStore: Avoid a bogus runtime warning. If the number of SortOrder items in sortorder.ini disagrees with the number of services in the EMailAccountStore, silently revert to the default ordering rather than emitting a runtime warning. mail/e-mail-account-store.c | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) commit e3735c74444e3fdc35d1677c3cdf68dfc174ce10 Author: Matthew Barnes Date: Sat Dec 24 17:44:51 2011 -0500 Move EMailLabelListStore to EMailSession. Access the EMailLabelListStore through EMailSession instead of EShellSettings, which was a quick hack of mine during kill-bonobo. mail/e-mail-session.c | 34 +++++++++ mail/e-mail-session.h | 3 + mail/message-list.c | 24 ++----- modules/mail/e-mail-shell-backend.c | 23 +++--- modules/mail/e-mail-shell-settings.c | 15 ---- modules/mail/e-mail-shell-view-actions.c | 109 +++++++++++++++--------------- modules/mail/e-mail-shell-view-private.c | 17 +++-- modules/mail/e-mail-shell-view.c | 26 +++----- modules/mail/em-mailer-prefs.c | 3 +- 9 files changed, 129 insertions(+), 125 deletions(-) commit 563a326b133b8e86db1ec4d2d8191cf0ab1c3516 Author: Matthew Barnes Date: Fri Dec 23 18:21:26 2011 -0500 Remove unnecessary #include calendar/gui/dialogs/alarm-list-dialog.c | 1 - calendar/gui/dialogs/memo-page.c | 1 - calendar/gui/dialogs/schedule-page.c | 1 - calendar/gui/dialogs/task-page.c | 1 - calendar/gui/print.c | 1 - 5 files changed, 0 insertions(+), 5 deletions(-) commit eb240691223ac8a2fedcce1445db95a4fd35fb64 Author: Matthew Barnes Date: Fri Dec 23 18:18:46 2011 -0500 Remove e_dialog_append_list_store_text(). Silly function. Do it manually or use a GtkComboBoxText. calendar/gui/dialogs/event-page.c | 42 +++++++++++++++++++++++++----------- calendar/gui/dialogs/memo-page.c | 38 ++++++++++++++++++++++++-------- calendar/gui/dialogs/task-page.c | 37 +++++++++++++++++++++++-------- e-util/e-dialog-widgets.c | 22 ------------------- e-util/e-dialog-widgets.h | 2 - 5 files changed, 84 insertions(+), 57 deletions(-) commit 6feca1bf560b3269555d4f0a890cd192fdaa0f00 Author: Matthew Barnes Date: Fri Dec 23 17:57:26 2011 -0500 Remove e_dialog_editable_get(). Silly function. Use gtk_entry_get_text() for a const string or else gtk_editable_get_chars() for an allocated string. calendar/gui/dialogs/alarm-dialog.c | 32 +++++++++++----------- calendar/gui/dialogs/event-page.c | 42 +++++++++++++----------------- calendar/gui/dialogs/memo-page.c | 30 ++++++++------------- calendar/gui/dialogs/task-details-page.c | 8 ++--- calendar/gui/dialogs/task-page.c | 24 +++++++---------- doc/reference/shell/eshell-sections.txt | 1 - e-util/e-dialog-widgets.c | 18 ------------- e-util/e-dialog-widgets.h | 2 - 8 files changed, 59 insertions(+), 98 deletions(-) commit 9d4348036c46232d3cfc728724be8b1d80e1df78 Author: Matthew Barnes Date: Fri Dec 23 17:05:49 2011 -0500 Remove e_dialog_editable_set(). Silly function. Use gtk_entry_set_text(). calendar/gui/dialogs/alarm-dialog.c | 10 ++++++---- calendar/gui/dialogs/event-page.c | 21 +++++++++++++++------ calendar/gui/dialogs/memo-page.c | 14 ++++++++++---- calendar/gui/dialogs/task-details-page.c | 4 ++-- calendar/gui/dialogs/task-page.c | 14 ++++++++++---- doc/reference/shell/eshell-sections.txt | 1 - e-util/e-dialog-widgets.c | 21 --------------------- e-util/e-dialog-widgets.h | 1 - 8 files changed, 43 insertions(+), 43 deletions(-) commit cfa04689fcf52f407bdbf6a5af8078613ead874b Author: Punit Jain Date: Fri Dec 23 16:05:52 2011 +0530 fixing double free error and using source host for comparison mail/em-account-editor.c | 19 +++++++++++++------ 1 files changed, 13 insertions(+), 6 deletions(-) commit 92d9de3e73e858457cab910c60b26d10eacb46bc Author: Milan Crha Date: Fri Dec 23 11:29:29 2011 +0100 Bug #612257 - Sanitize widgets in alarm notification dialog calendar/gui/alarm-notify/alarm-notify-dialog.c | 26 +++++++++++++--------- 1 files changed, 15 insertions(+), 11 deletions(-) commit fbbb2988f68bba66ccb07823e4917d7085eb8772 Author: Punit Jain Date: Fri Dec 23 13:00:50 2011 +0530 Bug#636214 Use CamelSettings instead of CamelURL mail/em-account-editor.c | 89 +++++++++++++++++++-------------------------- 1 files changed, 38 insertions(+), 51 deletions(-) commit c088a93b5d440a014fe81c843def1b0816d54b3f Author: punit Date: Fri Dec 23 00:53:30 2011 -0500 Bug 664003 - Cannot modify account name in account assistant mail/em-account-editor.c | 204 +++++++++++++++++++++++----------------------- 1 files changed, 102 insertions(+), 102 deletions(-) commit 511c2a0a57b8b8e34fbd95cb1d408facd758eaac Author: Matthew Barnes Date: Fri Dec 23 00:19:08 2011 -0500 Bug 666695 - Wrong schema for relocatable path in evolution.convert data/evolution.convert | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7de1862889a44b75278abb00da444a27ba99e65d Author: Matthew Barnes Date: Fri Dec 23 00:07:25 2011 -0500 Bug 666675: Remove evolution-addressbook-clean References evolution-addressbook-import, which was removed in 2007. Clearly no point in keeping this script around. addressbook/tools/Makefile.am | 15 +----------- addressbook/tools/evolution-addressbook-clean.in | 24 ---------------------- 2 files changed, 2 insertions(+), 37 deletions(-) commit 9a38889305241f6831feda75d175c34b1c743646 Author: Matthew Barnes Date: Thu Dec 22 23:59:30 2011 -0500 Bug 666706 - MailFolderCache: Crash on visiting a renamed folder mail/mail-folder-cache.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 2d99a4a0375d2ecc3481e60f323cef40f9a9e8fc Author: Milan Crha Date: Thu Dec 22 19:44:58 2011 +0100 Bug #357175 - IMAP alerts still too intrusive mail/e-mail-session.c | 61 +++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 59 insertions(+), 2 deletions(-) commit a1112c6e401a022f6222efffa5c149290d874663 Author: Milan Crha Date: Thu Dec 22 18:11:02 2011 +0100 Fix a typo in a commit for a bug #666490 mail/e-mail-session.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit f2ab123afa50e8fa0c905a04c1a2e846edbe87a4 Author: Milan Crha Date: Thu Dec 22 17:22:24 2011 +0100 Make sure EAlertDialog has at least one button, to be able to closed it This is a regression from commit 451179909849, which removes the default "Dismiss" action from each EAlert, but the EAlertDialog was using that button to allow users to close it. e-util/e-alert-dialog.c | 14 ++++++++++++++ po/POTFILES.in | 1 + 2 files changed, 15 insertions(+), 0 deletions(-) commit 8ad132c58be4ed401450d79f9d0cc3511d61f210 Author: Milan Crha Date: Thu Dec 22 17:05:44 2011 +0100 Bug #666490 - Crash in e-mail-session.c:user_message_response mail/e-mail-session.c | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) commit 0cd98f1a85724293e2583180b8d8dc4b2284647f Author: Milan Crha Date: Thu Dec 22 16:38:51 2011 +0100 Bug #661087 - Add ability to remove localized "Re:" prefixes in subject data/org.gnome.evolution.mail.gschema.xml.in | 5 ++ mail/em-composer-utils.c | 13 ++-- mail/em-utils.c | 77 ++++++++++++++++++++++++++ mail/em-utils.h | 5 ++ mail/message-list.c | 26 +++----- modules/mail/e-mail-shell-settings.c | 5 ++ 6 files changed, 108 insertions(+), 23 deletions(-) commit 987fb91d5ec4b61d1283acdb9cf02960cc47b74d Author: Matthew Barnes Date: Mon Dec 19 22:27:39 2011 -0500 Reduce diff noise with account-mgmt branch. mail/e-mail-account-manager.c | 1 + mail/e-mail-account-store.c | 33 ++++++++++++++++------------- mail/e-mail-session.c | 16 ++++++++++--- mail/em-account-editor.h | 2 + mail/em-composer-utils.c | 2 +- mail/em-config.h | 1 - mail/em-folder-tree-model.c | 4 +- mail/em-folder-utils.c | 31 ++++++++++------------------ mail/em-utils.c | 33 +++++++++++++++-------------- mail/em-utils.h | 10 ++++++-- mail/importers/pine-importer.c | 27 ++++++++++-------------- mail/mail-config.c | 1 + mail/mail-ops.c | 5 +-- mail/mail-send-recv.c | 4 +- mail/mail-vfolder.c | 3 -- modules/mail/e-mail-shell-view-actions.c | 2 +- modules/mail/em-account-prefs.c | 31 +++++++++++++++++++++------ modules/mail/em-account-prefs.h | 2 +- modules/mail/evolution-module-mail.c | 4 +++ modules/mdn/evolution-mdn.c | 10 +++----- shell/e-shell.c | 1 + 21 files changed, 122 insertions(+), 101 deletions(-) commit da67edd2a675481fb90b8f5fcbeb3eaf5dc427ea Author: Chenthill Palanisamy Date: Mon Dec 19 20:49:30 2011 +0530 post release version bump configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)