commit 668b1e336c2728ee22937f030a6355c7e7a75768 Author: Chenthill Palanisamy Date: Tue Jun 29 23:45:09 2010 +0530 News update for 2.31.4 release NEWS | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 63 insertions(+), 0 deletions(-) commit 4690bbe1d7d077cd0e75a7be43b21537dc1e4dd5 Author: Guido Günther Date: Tue Jun 29 19:48:32 2010 +0200 Bug 623157 - Missing linker flag in dbx-import plugins/dbx-import/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit ffd26a2443ec593d9c3ec750136d83a10cf60009 Author: Matthew Barnes Date: Tue Jun 29 14:03:21 2010 -0400 Use the correct evolution-shell pkg-config file. evolution-mail-3.0 and evolution-calendar-3.0 should require evolution-shell-3.0. evolution-mail and evolution-calendar should require evolution-shell. configure.ac | 5 +++++ evolution-calendar.pc.in | 2 +- evolution-mail.pc.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) commit 83abb5845e4cc92e3f9a980677c91321f08ec367 Author: Matthew Barnes Date: Tue Jun 29 13:56:15 2010 -0400 Clean up pkg-config files during distclean. Makefile.am | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit cd5e079ea927ceff9fc85638b71a5997b8506b5a Author: Matthew Barnes Date: Tue Jun 29 13:22:01 2010 -0400 TEMPORARILY build without inline images in distcheck. Will revert this when we see a gtkimageview release that uses gtk+-3.0. Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit f7543e4db9e1023fe5f097c6fc57cacdad896e18 Author: Matthew Barnes Date: Tue Jun 29 13:18:21 2010 -0400 TEMPORARILY build without weather calendars in distcheck. Will revert this when we see a libgweather-2.90.x release. Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit db1cc4a0dcb0e5df291c42c5598ed471904c1e78 Author: Matthew Barnes Date: Tue Jun 29 13:11:05 2010 -0400 Add missing files to po/POTFILES.in. po/POTFILES.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 0c3868b62ad05511458d18568aa7dc3c54a6dcb1 Author: Matthew Barnes Date: Tue Jun 29 13:10:31 2010 -0400 Fix pkg-config file management when using gtk+-3.0. Makefile.am | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) commit 00339ccb9568e19babebb5c90d666501d3ea60c4 Author: Matthew Barnes Date: Tue Jun 29 11:19:06 2010 -0400 Remove an obsolete GTK+ header include. libgnomecanvas/gnome-canvas-widget.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit cef101e749abc433c8f0f15dea84b521ffef7be0 Author: Matthew Barnes Date: Tue Jun 29 11:02:09 2010 -0400 Bump reqs on more libraries that don't link to gtk+-3.0 yet. These are bogus versions to force the plugins that use them to be disabled. champlain-gtk >= 0.8 (latest is 0.7) clutter-gtk >= 1.0 (latest is 0.90.1) gtkimageview >= 2.0 (latest is 1.6) configure.ac | 35 +++++++++++++++++++++-------------- 1 files changed, 21 insertions(+), 14 deletions(-) commit 125b36b99c39afa283f901785343f8bdecfda5e3 Author: Matthew Barnes Date: Tue Jun 29 10:52:15 2010 -0400 Require gweather >= 2.90.0 when building against gtk+-3.0. Note, at this moment libgweather-2.90.0 doesn't exist. The version requirement is a guess. The tarball should appear "any minute now". configure.ac | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 59aa704f310e7eeb11089022af7a706faf49a2c6 Author: Matthew Barnes Date: Tue Jun 29 10:46:46 2010 -0400 Require libnotify >= 0.5.1 when building against gtk+-3.0. configure.ac | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) commit f919a3bc4ebe0f000af4122a4b2f756f9b631136 Author: Matthew Barnes Date: Tue Jun 29 10:10:25 2010 -0400 Build against gtk+-3.0 when running distcheck. Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit a874d96995b94704b2acce8d3911bed2373d4220 Author: Matthew Barnes Date: Tue Jun 29 10:09:08 2010 -0400 Show the GTK+ package in configure summary. configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 363cc1cea5ef07ea2f37f9046f56a696272da15c Author: Chenthill Palanisamy Date: Tue Jun 29 20:26:26 2010 +0530 add gtkhtml-editor evolution-plugin.pc.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 968e1d621a92d0553cddecf079bd5355441180d4 Author: Chenthill Palanisamy Date: Tue Jun 29 20:20:02 2010 +0530 remove the duplicate string evolution-plugin.pc.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3b58c72b8254cd019a8f3c05437175fe59652adb Author: David Woodhouse Date: Mon Jun 28 12:12:44 2010 +0100 Add Outlook Express DBX mailbox file importer plugin [patch v2: Don't error on empty mailboxes, build plugin by default] configure.ac | 3 +- plugins/dbx-import/Makefile.am | 47 ++ plugins/dbx-import/dbx-importer.c | 753 +++++++++++++++++++++ plugins/dbx-import/org-gnome-dbx-import.eplug.xml | 22 + 4 files changed, 824 insertions(+), 1 deletions(-) commit aeb15ac4b5d17797cfe7a52c488f35b3270898d7 Author: Chenthill Palanisamy Date: Tue Jun 29 19:40:58 2010 +0530 look for gtkhtml-editor-3.14 while using gtk2 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bb574c97d5bbd6fd3cc0abf16ffaaee15145c143 Author: Chenthill Palanisamy Date: Tue Jun 29 19:09:50 2010 +0530 set gtk3 minimum version 2.90.4 configure.ac | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit d852bddc484166a06dc1bdd8ff362179e51f5a52 Author: Chenthill Palanisamy Date: Tue Jun 29 18:50:43 2010 +0530 Use version 3.0 for evolution-.pc files while compiling with gtk3. Set dependencies right between gtk3 and gtk2 compilations Makefile.am | 13 ++++++ configure.ac | 109 ++++++++++++++++++++++++++++++++++-------------- evolution-plugin.pc.in | 2 +- evolution-shell.pc.in | 2 +- 4 files changed, 93 insertions(+), 33 deletions(-) commit 1bf64514ac3c962ebe98e31b4d2010e0e39a5092 Author: Fran Diéguez Date: Tue Jun 29 13:24:53 2010 +0200 Updated Galician translations po/gl.po | 1432 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 660 insertions(+), 772 deletions(-) commit 8cc61ce38cfdab52e9f7705b7852202f0773b6d5 Author: Milan Crha Date: Mon Jun 28 13:16:56 2010 +0200 Bug #623029 - Work week days not restored on start calendar/gui/e-day-view.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 9014d5d426464d6e7a56969ce0b93e087e100e89 Author: Chenthill Palanisamy Date: Mon Jun 28 15:21:45 2010 +0530 use gtk-3.0 if available configure.ac | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) commit cc29ff46ea0bd257c7be1c08e0c43c957a6f7edf Author: Matthew Barnes Date: Sun Jun 27 09:04:47 2010 -0400 audio-inline: Fix linking order issue. plugins/audio-inline/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 0b27cf73c3afdb7427d93b968aa6bc247b5c1873 Author: Wouter Bolsterlee Date: Sun Jun 27 11:29:14 2010 +0200 Minor updates to Dutch translation by Armijn Hemel po/nl.po | 36 ++++++++++++++++++------------------ 1 files changed, 18 insertions(+), 18 deletions(-) commit 240c2a3dc01ba182f71a9ceea655227ee5febeab Author: Matthew Barnes Date: Fri Jun 25 17:56:47 2010 -0400 Bug 622535 - Account assistant loops on first run The issue was EConfig's GtkAssistantPageFunc callback assumed the pages in the GtkAssistant were sorted, but that assumption breaks as EPlugins with custom EConfigItemFactoryFunc callbacks are introduced and EConfig has to rebuild its assistant pages. It's an unnecessary requirement anyway, since EConfig already keeps a sorted list of widgets internally. After correcting that assumption a number of hacks addressing previous page ordering bugs fell out. e-util/e-config.c | 166 +++++++++++++++++++++++++++++----------------- mail/em-account-editor.c | 28 +++----- 2 files changed, 113 insertions(+), 81 deletions(-) commit c64d144a5d8aea2ce7b87b7ae215bbbf4e225e31 Author: Milan Crha Date: Fri Jun 25 15:47:52 2010 +0200 Bug #553104 - Ambiguous "for" in calendar translations calendar/gui/dialogs/event-page.ui | 10 +++++----- calendar/gui/dialogs/recurrence-page.ui | 14 +++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) commit 1a4ee432c91ef86ef8741d2883fba6c7400c6261 Author: Milan Crha Date: Fri Jun 25 15:16:12 2010 +0200 Bug #621770 - Bottom-left calendar too big calendar/gui/apps_evolution_calendar.schemas.in | 2 +- modules/calendar/e-cal-shell-sidebar.c | 1 - 2 files changed, 1 insertions(+), 2 deletions(-) commit cdda2031330f2e3e7a45b96d36d9a8f808c11349 Author: Milan Crha Date: Fri Jun 25 14:47:46 2010 +0200 Bug #617854 - Critical warnings in calendar view calendar/gui/e-cal-list-view.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 54f6924c8410d18b8bcae7f2294db73301d21bfe Author: Matthew Barnes Date: Thu Jun 24 20:41:19 2010 -0400 EHintedEntry: Don't select hints on grab_focus(). widgets/misc/e-hinted-entry.c | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) commit 71e92f3f2c45cd8dd9f44d8226e23603164974a5 Author: Matthew Barnes Date: Thu Jun 24 20:23:07 2010 -0400 EShellContent: Add a focus_search_results() method. This gives EShellSearchbar something concrete to call to direct focus away from itself instead of tabbing forward and hoping for the best. modules/addressbook/e-book-shell-content.c | 13 +++++++++++++ modules/calendar/e-cal-shell-content.c | 21 +++++++++++++++++++++ modules/calendar/e-memo-shell-content.c | 11 +++++++++++ modules/calendar/e-task-shell-content.c | 11 +++++++++++ modules/mail/e-mail-shell-content.c | 11 +++++++++++ shell/e-shell-content.c | 23 +++++++++++++++++++++++ shell/e-shell-content.h | 3 +++ shell/e-shell-searchbar.c | 13 +++++++------ 8 files changed, 100 insertions(+), 6 deletions(-) commit 179db75ce041706a590e90a6ac7b801b36091ed6 Author: Milan Crha Date: Thu Jun 24 20:43:16 2010 +0200 Bug #620815 - Memory leaks with Evolution composer/e-composer-header-table.c | 2 + composer/e-composer-name-header.c | 2 + mail/e-mail-reader-utils.c | 1 + mail/em-composer-utils.c | 2 + mail/mail-config.c | 49 +++++++++++++++-------------------- shell/e-shell-searchbar.c | 1 + shell/e-shell-window-private.c | 2 + widgets/misc/e-dateedit.c | 1 + 8 files changed, 32 insertions(+), 28 deletions(-) commit 9d538474a855d64e338bf7a94925cbde31a81bd5 Author: Matthew Barnes Date: Thu Jun 24 13:15:21 2010 -0400 Bug 622633 - Can't launch Evolution from clock applet modules/calendar/e-cal-shell-backend.c | 83 +++++++++++++++++++++++++++++++- modules/calendar/e-cal-shell-backend.h | 4 ++ widgets/misc/e-calendar-item.c | 12 ++-- widgets/misc/e-calendar-item.h | 4 +- 4 files changed, 94 insertions(+), 9 deletions(-) commit b62f965b04b036f3b9d647a339852bfdd3c79e12 Author: Milan Crha Date: Thu Jun 24 17:57:48 2010 +0200 Bug #621903 - Crash on HTML message print preview widgets/misc/e-web-view.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 6f014d4779a7bf13d39cdc6eea153cb40dba1b24 Author: Matthew Barnes Date: Thu Jun 24 11:12:53 2010 -0400 Bug 622547 - mail_async_event_destroy() doesn't cancel its idle callback mail/mail-mt.c | 19 +++++++++++++------ mail/mail-mt.h | 2 +- 2 files changed, 14 insertions(+), 7 deletions(-) commit ef9b23ef998f8dd4e987c5e7443a36dd48e59b2e Author: Matthew Barnes Date: Thu Jun 24 08:44:00 2010 -0400 Bug 604262 - "Copy Email Address" should also copy to primary clipboard widgets/misc/e-web-view.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit f1bad7677ab2928638f8705873d7ab599b6c99cd Author: Matthew Barnes Date: Thu Jun 24 08:13:46 2010 -0400 Bug 622559 - Changing search option should focus search entry shell/e-shell-searchbar.c | 4 +++- widgets/misc/e-hinted-entry.c | 41 +++++++++++++++++++++-------------------- 2 files changed, 24 insertions(+), 21 deletions(-) commit bcdea3f01e0b614a0e366ee19c0ff6810e43b32d Author: Milan Crha Date: Wed Jun 23 20:42:03 2010 +0200 Bug #611165 - Use memo start date from a calendar view, if active calendar/gui/comp-util.c | 53 ++++++++++++++++++++++++++ calendar/gui/comp-util.h | 4 ++ modules/calendar/e-cal-shell-view-memopad.c | 3 +- modules/calendar/e-memo-shell-backend.c | 6 ++- modules/calendar/e-memo-shell-view-actions.c | 3 +- 5 files changed, 65 insertions(+), 4 deletions(-) commit b0a06fc691d47dc1c3c0e73678c945a1e1bb4ff5 Author: Milan Crha Date: Wed Jun 23 19:12:32 2010 +0200 Bug #620246 - Increase size of 'group' combo box in task calendar/gui/dialogs/task-page.ui | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit c37352e589c1781ba0c23ff841d7c415b6d41106 Author: Matthew Barnes Date: Wed Jun 23 10:51:51 2010 -0400 Composer: Append drag dest targets to the GtkHTML widget. This is so that GtkHTML doesn't have to register drag destination targets that that it can't handle itself, like "text/calendar" and "text/x-vcard". composer/e-msg-composer.c | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) commit 0fbc7299d9f5c3ef7a27775e2a6414a3eb5253b7 Author: Matthew Barnes Date: Wed Jun 23 08:25:17 2010 -0400 Bug 331305 - Can't drag email addresses to Contact List Editor addressbook/gui/contact-list-editor/Makefile.am | 6 +- .../gui/contact-list-editor/contact-list-editor.ui | 2 - .../contact-list-editor/e-contact-list-editor.c | 88 ++++++++------------ 3 files changed, 40 insertions(+), 56 deletions(-) commit 30104e56e241d5eeef5fd091937043b2db5d20b1 Author: Matthew Barnes Date: Tue Jun 22 19:46:07 2010 -0400 Bug 621819 - Can't drag message attachments to folders mail/em-utils.c | 12 +++--------- 1 files changed, 3 insertions(+), 9 deletions(-) commit 06608d12dfd6d2480743cd16f5096fbccdb9babf Author: Matthew Barnes Date: Tue Jun 22 18:22:43 2010 -0400 Various folder tree icon enhancements. - Show selected folders with plain folder icons as "folder-open". - When a folder is a valid drag destination, use "folder-drag-accept". - When dragging folders, show the tree view row being dragged. mail/em-folder-tree.c | 105 ++++++++++++++++++++++++++++++++++--------------- 1 files changed, 73 insertions(+), 32 deletions(-) commit d1f097938d88167dfcf97f48900c2f3a6c3412bd Author: Jorge González Date: Tue Jun 22 21:23:15 2010 +0200 Updated Spanish translation po/es.po | 2087 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1073 insertions(+), 1014 deletions(-) commit df33c633ee19e9420f7d8f660cac71d71bea90c3 Author: Matthew Barnes Date: Tue Jun 22 14:29:28 2010 -0400 Use an appropriate icon when dragging attachments. widgets/misc/e-attachment-button.c | 44 +++++++++++++++++++++++++++++++++- widgets/misc/e-attachment-view.c | 45 ++++++++++++++++++++++++++++++++++- widgets/misc/e-attachment.c | 37 ++++++++++++++++++++++++++++- widgets/misc/e-attachment.h | 1 + 4 files changed, 122 insertions(+), 5 deletions(-) commit 94a9b040083f0a2d3b9d75b58ec641fe021e1a98 Author: Matthew Barnes Date: Mon Jun 21 19:23:14 2010 -0400 Bug 622329 - Help menu points to the wrong FAQ page shell/e-shell-window-actions.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ccc709490bf4b5ed5c3fc53c98ca453ff77730a7 Author: Matthew Barnes Date: Mon Jun 21 16:14:30 2010 -0400 Don't auto-undelete when viewing Trash folder. When a user marks a deleted message as important or unread in a normal folder, we automatically undelete the message. Doing so when viewing a virtual Trash folder makes the message immediately disappear (since it's no longer trash), which tends to confuse and alarm users. So limit this behavior to normal folders. mail/message-list.c | 17 +++++++++++++---- 1 files changed, 13 insertions(+), 4 deletions(-) commit 9a8b5041b60bc5136dd21efb2e07b1cb172bce12 Author: Matthew Barnes Date: Mon Jun 21 10:58:38 2010 -0400 Bug 619347 - Contact List Editor calls wrong EDestination function .../contact-list-editor/e-contact-list-editor.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d560acb233d4a0100d9cd52377c5dc2029d4a2b0 Author: Matthew Barnes Date: Sun Jun 20 23:54:27 2010 -0400 Bug 620951 - A11y support still thinks GnomeCalendar is a widget calendar/gui/ea-day-view.c | 2 -- calendar/gui/ea-week-view.c | 2 -- 2 files changed, 0 insertions(+), 4 deletions(-) commit 723528e407bca6f2aa26461e6f8bcc7de32b056d Author: Matthew Barnes Date: Sun Jun 20 22:02:02 2010 -0400 Revert "Bug 581032 – Some links can't be opened" This reverts commit 8b32dcadba4c705af60b1e33b24f46d97f7181d6. Breaks opening more common URL-encoded links (see bug #621721). Will take a closer look at the test case in bug #581032. e-util/e-util.c | 11 ++--------- 1 files changed, 2 insertions(+), 9 deletions(-) commit 402166be5496cfaf5ac5908702d74f02fce4c1e7 Author: Matthew Barnes Date: Sun Jun 20 17:34:27 2010 -0400 Composer: Only hide single From account in express mode. At least until we have another way to insert signatures. Obvious solution: Insert -> Signature -> (list of your signatures) composer/e-composer-header-table.c | 88 +++++++++++++++++++++++++++++------- composer/e-composer-header-table.h | 9 +++- composer/e-composer-private.c | 5 ++- widgets/misc/e-account-combo-box.h | 4 +- 4 files changed, 84 insertions(+), 22 deletions(-) commit b1ec17309b2aafb9b8aa2e1e39be9748fbe89030 Author: Matthew Barnes Date: Sun Jun 20 16:34:45 2010 -0400 Bug 621759 - EShellSearchbar reference counting errors shell/e-shell-content.c | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) commit 62f9c59af9400350069ddfcd2327760e81e5ab70 Author: Matthew Barnes Date: Sun Jun 20 14:36:34 2010 -0400 Bug 621210 - Can't get the shell back after closing it shell/e-shell.c | 31 ++++++++++++++++++++++++++++++- 1 files changed, 30 insertions(+), 1 deletions(-) commit a456e6897ff482271440fd01f14c0819d7d9b871 Author: Matthew Barnes Date: Sun Jun 20 14:24:02 2010 -0400 EShell cleanups. shell/e-shell.c | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) commit 5d0878967ee21a039ef599222b1cf3eb606354d4 Author: Matthew Barnes Date: Sun Jun 20 06:56:06 2010 -0400 Coding style and whitespace cleanup. .../gui/widgets/e-addressbook-reflow-adapter.c | 26 +- calendar/common/authentication.c | 21 +- calendar/gui/ea-calendar.c | 8 +- composer/e-msg-composer.c | 27 +- e-util/e-alert.c | 31 +- e-util/e-profile-event.h | 6 +- libart_lgpl/art_affine.c | 98 +---- libart_lgpl/art_affine.h | 20 +- libart_lgpl/art_alphagamma.h | 6 +- libart_lgpl/art_bpath.c | 9 +- libart_lgpl/art_bpath.h | 14 +- libart_lgpl/art_filterlevel.h | 1 - libart_lgpl/art_gray_svp.c | 20 +- libart_lgpl/art_gray_svp.h | 4 +- libart_lgpl/art_misc.c | 10 +- libart_lgpl/art_misc.h | 16 +- libart_lgpl/art_point.h | 4 +- libart_lgpl/art_rect.c | 12 +- libart_lgpl/art_rect.h | 12 +- libart_lgpl/art_rect_svp.c | 4 +- libart_lgpl/art_rect_uta.c | 21 +- libart_lgpl/art_rect_uta.h | 4 +- libart_lgpl/art_render.c | 161 ++++---- libart_lgpl/art_render.h | 28 +- libart_lgpl/art_rgb.c | 14 +- libart_lgpl/art_rgb.h | 6 +- libart_lgpl/art_rgb_affine.c | 14 +- libart_lgpl/art_rgb_affine.h | 6 +- libart_lgpl/art_rgb_affine_private.c | 14 +- libart_lgpl/art_rgb_affine_private.h | 8 +- libart_lgpl/art_rgb_rgba_affine.c | 22 +- libart_lgpl/art_rgb_rgba_affine.h | 6 +- libart_lgpl/art_rgb_svp.c | 76 ++-- libart_lgpl/art_rgb_svp.h | 8 +- libart_lgpl/art_svp.c | 13 +- libart_lgpl/art_svp.h | 10 +- libart_lgpl/art_svp_intersect.c | 239 +++++------ libart_lgpl/art_svp_intersect.h | 12 +- libart_lgpl/art_svp_ops.c | 84 +---- libart_lgpl/art_svp_point.c | 42 +- libart_lgpl/art_svp_point.h | 11 +- libart_lgpl/art_svp_render_aa.c | 95 ++-- libart_lgpl/art_svp_render_aa.h | 22 +- libart_lgpl/art_svp_vpath.c | 19 +- libart_lgpl/art_svp_vpath_stroke.c | 220 ++------- libart_lgpl/art_svp_vpath_stroke.h | 12 +- libart_lgpl/art_uta.c | 4 +- libart_lgpl/art_uta.h | 12 +- libart_lgpl/art_uta_rect.c | 8 +- libart_lgpl/art_uta_vpath.c | 82 ++-- libart_lgpl/art_uta_vpath.h | 4 +- libart_lgpl/art_vpath.c | 10 +- libart_lgpl/art_vpath.h | 8 +- libart_lgpl/art_vpath_bpath.c | 94 ++--- libart_lgpl/art_vpath_bpath.h | 12 +- libart_lgpl/art_vpath_dash.c | 37 +- libart_lgpl/art_vpath_dash.h | 6 +- libart_lgpl/art_vpath_svp.c | 36 +- libgnomecanvas/gailcanvas.c | 23 +- libgnomecanvas/gailcanvas.h | 3 +- libgnomecanvas/gailcanvasgroup.c | 1 - libgnomecanvas/gailcanvasgroupfactory.c | 8 +- libgnomecanvas/gailcanvasgroupfactory.h | 1 - libgnomecanvas/gailcanvasitem.c | 64 ++-- libgnomecanvas/gailcanvasitemfactory.c | 4 +- libgnomecanvas/gailcanvasitemfactory.h | 1 - libgnomecanvas/gailcanvastext.c | 50 +-- libgnomecanvas/gailcanvastextfactory.c | 4 +- libgnomecanvas/gailcanvastextfactory.h | 1 - libgnomecanvas/gailcanvaswidget.c | 2 +- libgnomecanvas/gailcanvaswidgetfactory.c | 4 +- libgnomecanvas/gailcanvaswidgetfactory.h | 1 - libgnomecanvas/gnome-canvas-bpath.c | 8 +- libgnomecanvas/gnome-canvas-bpath.h | 5 +- libgnomecanvas/gnome-canvas-clipgroup.c | 15 +- libgnomecanvas/gnome-canvas-clipgroup.h | 4 - libgnomecanvas/gnome-canvas-i18n.h | 2 +- libgnomecanvas/gnome-canvas-line.c | 135 +++--- libgnomecanvas/gnome-canvas-line.h | 33 +- libgnomecanvas/gnome-canvas-path-def.c | 38 +- libgnomecanvas/gnome-canvas-pixbuf.c | 134 ++++--- libgnomecanvas/gnome-canvas-pixbuf.h | 3 - libgnomecanvas/gnome-canvas-polygon.c | 19 +- libgnomecanvas/gnome-canvas-polygon.h | 4 - libgnomecanvas/gnome-canvas-rect-ellipse.c | 31 +- libgnomecanvas/gnome-canvas-rect-ellipse.h | 28 +- libgnomecanvas/gnome-canvas-rich-text.c | 206 +++++----- libgnomecanvas/gnome-canvas-shape-private.h | 4 +- libgnomecanvas/gnome-canvas-shape.c | 120 +++--- libgnomecanvas/gnome-canvas-shape.h | 7 +- libgnomecanvas/gnome-canvas-text.c | 310 +++++++------ libgnomecanvas/gnome-canvas-text.h | 64 ++-- libgnomecanvas/gnome-canvas-util.c | 90 ++-- libgnomecanvas/gnome-canvas-util.h | 27 +- libgnomecanvas/gnome-canvas-widget.c | 70 ++-- libgnomecanvas/gnome-canvas-widget.h | 23 +- libgnomecanvas/gnome-canvas.c | 464 +++++++++++--------- libgnomecanvas/gnome-canvas.h | 126 +++--- libgnomecanvas/libgnomecanvastypes.c | 2 +- mail/em-filter-editor.c | 10 +- mail/em-vfolder-rule.c | 31 +- mail/mail-config.h | 38 +- modules/calendar/e-task-shell-migrate.c | 6 +- modules/mail/e-mail-shell-content.c | 2 +- modules/mail/e-mail-shell-settings.c | 2 +- modules/mail/em-mailer-prefs.c | 2 +- shell/main.c | 4 +- smime/lib/e-cert-db.c | 1 - widgets/table/e-table-group-leaf.c | 45 ++- widgets/table/gal-a11y-e-table-factory.c | 1 - widgets/table/gal-a11y-e-tree-factory.c | 1 - widgets/text/e-text-model.c | 37 ++- widgets/text/gal-a11y-e-text-factory.c | 1 - widgets/text/gal-a11y-e-text.c | 43 +- 114 files changed, 1970 insertions(+), 2222 deletions(-) commit f5f2132d60cdd1884c6343f759aadfd38a159e04 Author: Matthew Barnes Date: Sat Jun 19 19:29:49 2010 -0400 Don't bother translating GnomeCanvas GObject properties. libgnomecanvas/gnome-canvas-rich-text.c | 80 ++++++++++---------- libgnomecanvas/gnome-canvas-text.c | 120 +++++++++++++++--------------- libgnomecanvas/gnome-canvas.c | 12 ++-- po/POTFILES.in | 3 - 4 files changed, 106 insertions(+), 109 deletions(-) commit 0439c01a9ab20875796c8ecae855627424742bf4 Author: Matthew Barnes Date: Sat Jun 19 11:39:49 2010 -0400 Bug 616724 - Initialize message window with threaded state of main window mail/e-mail-browser.c | 19 ++++++++ mail/e-mail-reader-utils.c | 3 + mail/e-mail-reader.c | 47 +++++++++++++++++++ mail/e-mail-reader.h | 5 ++ modules/mail/e-mail-shell-content.c | 75 ++++++++++-------------------- modules/mail/e-mail-shell-content.h | 5 -- modules/mail/e-mail-shell-view-private.c | 2 +- 7 files changed, 100 insertions(+), 56 deletions(-) commit 493cc5200496a857a31636c3b0de4617245ec3cd Author: Matthew Barnes Date: Sat Jun 19 09:47:18 2010 -0400 Bug 621958 - Due date is not displayed in message list mail/e-mail-tag-editor.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 1d389a5eb59574dc6bc702c94bdb0efb4a601ae3 Author: Matthew Barnes Date: Sat Jun 19 07:39:37 2010 -0400 Left-align text in switcher buttons. shell/e-shell-switcher.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 6420796df226e777cfa73061f2034c97fda08f27 Author: Kjartan Maraas Date: Sat Jun 19 13:11:32 2010 +0200 Added Norwegian bokmål translation po/nb.po | 1128 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 737 insertions(+), 391 deletions(-) commit 1b1dc3a35b70303cb0d08166a3e5983a59c21e56 Author: Fran Diéguez Date: Fri Jun 18 21:56:20 2010 +0200 Updated Galician translations po/gl.po | 887 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 439 insertions(+), 448 deletions(-) commit 524a26232bf4028f59880a6636b938d60a3227d9 Author: Jonathon Jongsma Date: Fri Jun 18 10:33:08 2010 -0400 Bug 619098 - mail_shell_backend_sync_store_cb() has wrong signature modules/mail/e-mail-shell-backend.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 5d323ee0852bc5bc0fdbbef8c8c9e5a9d3160f66 Author: Fridrich Štrba Date: Fri Jun 18 13:13:14 2010 +0200 [win32] Don't run evolution when asked to register handlers. shell/main.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 9d7cb109d3f4bcae4e689c314f8dfb7d3c6bfc56 Author: Fridrich Štrba Date: Fri Jun 18 12:57:24 2010 +0200 [win32] add --register-handlers and --unregister-handlers options and don't tamper with registry unless asked for it explicitely. e-util/e-win32-defaults.c | 9 +++++++++ e-util/e-win32-defaults.h | 2 ++ shell/main.c | 18 ++++++++++++++++-- 3 files changed, 27 insertions(+), 2 deletions(-) commit 002f4def9f6c04273f42b18156b379b435d9dce0 Author: Lucian Langa Date: Fri Jun 18 07:57:35 2010 +0300 Bug 621930 - Error when using Assign Color filter action mail/filtertypes.xml | 2 +- mail/message-list.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 61215065cabb95ca45702ab15be1e80af4a0489e Author: Chenthill Palanisamy Date: Thu Jun 17 11:52:09 2010 +0530 Warn the user before marking all messages as read plugins/mark-all-read/mark-all-read.c | 31 ++++++++++++++++++++++--------- 1 files changed, 22 insertions(+), 9 deletions(-) commit 8dc6fd1344965e5bd0940e99be3af9be26e3f9bb Author: Matthew Barnes Date: Thu Jun 17 00:12:04 2010 -0400 Bug 621839 - Improve auto-selection of messages mail/e-mail-reader.c | 2 +- mail/message-list.c | 163 ++++++++++++++++++++++++++++------ mail/message-list.h | 4 +- modules/mail/e-mail-shell-content.c | 27 ++---- 4 files changed, 145 insertions(+), 51 deletions(-) commit 53e86fe162ba90c9457ea63ce1c595e947bd93d3 Author: Fridrich Štrba Date: Wed Jun 16 14:32:22 2010 +0200 Now it looks like libart_lgpl directory is callcatcher clean libart_lgpl/Makefile.am | 2 - libart_lgpl/art_affine.c | 91 ------------------------------- libart_lgpl/art_affine.h | 3 - libart_lgpl/art_misc.c | 16 ------ libart_lgpl/art_misc.h | 3 - libart_lgpl/art_pixbuf.c | 113 --------------------------------------- libart_lgpl/art_pixbuf.h | 75 -------------------------- libart_lgpl/art_rect.c | 22 -------- libart_lgpl/art_render.c | 93 -------------------------------- libart_lgpl/art_render.h | 11 ---- libart_lgpl/art_svp.c | 77 -------------------------- libart_lgpl/art_svp.h | 6 -- libart_lgpl/art_svp_intersect.c | 93 -------------------------------- libart_lgpl/art_vpath.c | 3 - libart_lgpl/libart.h | 1 - 15 files changed, 0 insertions(+), 609 deletions(-) commit d4a32e5a9867bc2dbd41ffa6e8eb3be44a70c00a Author: Matthew Barnes Date: Wed Jun 16 07:04:07 2010 -0400 Remove unused libart_lgpl API. According to CallCatcher. libart_lgpl/Makefile.am | 18 - libart_lgpl/art_affine.c | 109 --- libart_lgpl/art_affine.h | 24 - libart_lgpl/art_alphagamma.c | 85 -- libart_lgpl/art_alphagamma.h | 6 - libart_lgpl/art_pixbuf.c | 172 ---- libart_lgpl/art_pixbuf.h | 25 - libart_lgpl/art_rect.c | 38 - libart_lgpl/art_rect.h | 8 - libart_lgpl/art_render.c | 552 ------------- libart_lgpl/art_render.h | 21 - libart_lgpl/art_render_gradient.c | 716 ---------------- libart_lgpl/art_render_gradient.h | 81 -- libart_lgpl/art_render_mask.c | 168 ---- libart_lgpl/art_render_mask.h | 43 - libart_lgpl/art_render_svp.c | 421 ---------- libart_lgpl/art_render_svp.h | 42 - libart_lgpl/art_rgb_a_affine.c | 149 ---- libart_lgpl/art_rgb_a_affine.h | 47 -- libart_lgpl/art_rgb_bitmap_affine.c | 198 ----- libart_lgpl/art_rgb_bitmap_affine.h | 47 -- libart_lgpl/art_rgb_pixbuf_affine.c | 104 --- libart_lgpl/art_rgb_pixbuf_affine.h | 46 - libart_lgpl/art_rgba.c | 258 ------ libart_lgpl/art_rgba.h | 45 - libart_lgpl/art_svp_ops.c | 155 ---- libart_lgpl/art_svp_ops.h | 3 - libart_lgpl/art_svp_wind.c | 1545 ----------------------------------- libart_lgpl/art_svp_wind.h | 7 - libart_lgpl/art_uta_ops.c | 112 --- libart_lgpl/art_uta_ops.h | 38 - libart_lgpl/art_vpath.c | 126 --- libart_lgpl/art_vpath.h | 9 - libart_lgpl/libart.h | 1 - libgnomecanvas/gnome-canvas-text.c | 2 - libgnomecanvas/gnome-canvas.c | 1 - 36 files changed, 0 insertions(+), 5422 deletions(-) commit f06717f6ef100bd840c0cd470c6227e47201f907 Author: Matthew Barnes Date: Wed Jun 16 06:23:02 2010 -0400 Install header files for libgnomecanvas and libart_lpgl. libart_lgpl/Makefile.am | 93 ++++++++++++++++++++++---------------------- libgnomecanvas/Makefile.am | 62 +++++++++++++++-------------- 2 files changed, 79 insertions(+), 76 deletions(-) commit 90c7ee59a32d35ea0578936dddb50fc417e0c9e0 Author: Matthew Barnes Date: Tue Jun 15 16:38:36 2010 -0400 Remove libgnomecanvas-2.0 from pkg-config files. evolution-calendar.pc.in | 2 +- evolution-mail.pc.in | 2 +- evolution-plugin.pc.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit d729ecb765965c8acb041e1c6f39c598cc391387 Author: Milan Crha Date: Tue Jun 15 21:00:39 2010 +0200 Fix typo in mail-folder-cache.c:rename_folders mail/mail-folder-cache.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c2c89fcb8cfa5661e94de5e57c7dbc80c3342ede Author: Matthew Barnes Date: Wed Jan 13 12:50:49 2010 -0500 Fix all remaining GTK3 issues. Work around the issue of GnomeCanvasItem amending its own flags to GtkObject::flags (which is sealed) by giving it its own flags field. This breaks libgnomecanvas ABI and API, but I see no other way. This commit didn't work the first time because gnome-pilot libraries were still pulling in the system-wide libgnomecanvas, and that was interfereing with our bundled version which has a different ABI. But gnome-pilot integration was dropped in the previous commit, so everything is now using the bundled libgnomecanvas. addressbook/gui/widgets/e-minicard-label.c | 4 +- addressbook/gui/widgets/e-minicard.c | 14 +- calendar/gui/e-day-view.c | 30 +- calendar/gui/e-week-view.c | 10 +- calendar/gui/ea-week-view.c | 2 +- e-util/gtk-compat.h | 1 + libgnomecanvas/gailcanvas.c | 10 +- libgnomecanvas/gailcanvasitem.c | 8 +- libgnomecanvas/gnome-canvas-line.c | 6 +- libgnomecanvas/gnome-canvas-rich-text.c | 29 ++- libgnomecanvas/gnome-canvas-shape.c | 17 +- libgnomecanvas/gnome-canvas-text.c | 17 +- libgnomecanvas/gnome-canvas.c | 451 +++++++++++++++++++--------- libgnomecanvas/gnome-canvas.h | 26 +- widgets/misc/e-canvas-background.c | 2 +- widgets/misc/e-canvas-vbox.c | 6 +- widgets/misc/e-canvas.c | 28 ++- widgets/table/e-table-group-container.c | 2 +- widgets/table/e-table-item.c | 79 ++++-- widgets/text/e-reflow.c | 6 +- 20 files changed, 508 insertions(+), 240 deletions(-) commit 333897772f2cf3251915800aff2c836f02095c84 Author: Matthew Barnes Date: Tue Jun 15 11:20:30 2010 -0400 Remove gnome-pilot integration. It just doesn't belong in Evolution anymore. We don't support syncing with more modern devices -- see Conduits or SyncEvolution for that -- so it does not make sense for older model Palm Pilot PDAs to be the lone exception. I have repackaged the Evolution-Data-Server conduit modules to be provided by gnome-pilot itself in bug #619315. This should provide eqivalent Palm Pilot syncing functionality; it's just being moved to gnome-pilot. This completely severs our dependency on deprecated GNOME 2.x libraries which were still being dragged in by way of gnome-pilot dependencies. It was also interfereing with our bundling of libgnomecanvas. AUTHORS | 3 - README | 18 - addressbook/Makefile.am | 6 +- addressbook/conduit/Makefile.am | 40 - addressbook/conduit/address-conduit.c | 2250 -------------------- addressbook/conduit/e-address.conduit.in | 9 - calendar/Makefile.am | 8 +- calendar/conduits/Makefile.am | 3 - calendar/conduits/calendar/Makefile.am | 43 - calendar/conduits/calendar/calendar-conduit.c | 2174 ------------------- calendar/conduits/calendar/e-calendar.conduit.in | 9 - calendar/conduits/common/Makefile.am | 24 - .../conduits/common/libecalendar-common-conduit.c | 372 ---- .../conduits/common/libecalendar-common-conduit.h | 36 - calendar/conduits/memo/Makefile.am | 43 - calendar/conduits/memo/e-memo.conduit.in | 8 - calendar/conduits/memo/memo-conduit.c | 1442 ------------- calendar/conduits/todo/Makefile.am | 42 - calendar/conduits/todo/e-todo.conduit.in | 9 - calendar/conduits/todo/todo-conduit.c | 1634 -------------- configure.ac | 85 - doc/reference/shell/tmpl/eshell-unused.sgml | 7 + doc/reference/shell/tmpl/shell-actions.sgml | 8 - e-util/Makefile.am | 54 +- e-util/e-pilot-map.c | 418 ---- e-util/e-pilot-map.h | 60 - e-util/e-pilot-util.c | 119 - e-util/e-pilot-util.h | 38 - evolution-zip.in | 2 - m4/evo_pilot_link_check.m4 | 117 - po/POTFILES.in | 5 - shell/e-shell-window-actions.c | 45 - shell/e-shell-window-actions.h | 2 - ui/evolution-shell.ui | 1 - widgets/misc/Makefile.am | 16 +- widgets/misc/e-pilot-settings.c | 190 -- widgets/misc/e-pilot-settings.h | 72 - 37 files changed, 11 insertions(+), 9401 deletions(-) commit 3acb21484e8b93916641dcd0a9b13fed2488a1ef Author: Milan Crha Date: Tue Jun 15 16:10:03 2010 +0200 Bug #206061 - Allow normal, non-vFolder, Trash and Junk folder mail/em-account-editor.c | 191 ++++++++++++++++++++++++++++++++++++++++++++++ mail/mail-config.ui | 104 +++++++++++++++++++++++++- mail/message-list.c | 8 ++- 3 files changed, 300 insertions(+), 3 deletions(-) commit da4b198ffa205cafc5de986085e77e1b8cc47408 Author: David Woodhouse Date: Tue Jun 15 14:41:22 2010 +0100 Bug 585904 - Don't overwrite Date: header when writing Fcc mail/mail-ops.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit dfb3b918b0dfe988cdf1e45dc129cb02fea59107 Author: Milan Crha Date: Tue Jun 15 15:10:05 2010 +0200 Bug #617557 - Quits without asking user to save unfinished messages The second attempt. composer/e-composer-actions.c | 45 +---------------- composer/e-msg-composer.c | 113 +++++++++++++++++++++++++++++++++++++++-- composer/e-msg-composer.h | 3 + 3 files changed, 114 insertions(+), 47 deletions(-) commit a55021bcef7eb082b48e56aac361bd35a3a77b64 Author: Matthew Barnes Date: Mon Jun 14 21:38:53 2010 -0400 Revert "Fix all remaining GTK3 issues." This reverts commit fd8b55edaa88906b588aa07d9eadcacd34a7a774. Something in this commit seriously hosed ETable, making Evolution pretty much unusable. Reverting this until I can track down the problem. addressbook/gui/widgets/e-minicard-label.c | 4 +- addressbook/gui/widgets/e-minicard.c | 14 +- calendar/gui/e-day-view.c | 30 +- calendar/gui/e-week-view.c | 10 +- calendar/gui/ea-week-view.c | 2 +- e-util/gtk-compat.h | 1 - libgnomecanvas/gailcanvas.c | 10 +- libgnomecanvas/gailcanvasitem.c | 8 +- libgnomecanvas/gnome-canvas-line.c | 6 +- libgnomecanvas/gnome-canvas-rich-text.c | 29 +-- libgnomecanvas/gnome-canvas-shape.c | 17 +- libgnomecanvas/gnome-canvas-text.c | 17 +- libgnomecanvas/gnome-canvas.c | 451 +++++++++------------------- libgnomecanvas/gnome-canvas.h | 26 +- widgets/misc/e-canvas-background.c | 2 +- widgets/misc/e-canvas-vbox.c | 6 +- widgets/misc/e-canvas.c | 28 +-- widgets/table/e-table-group-container.c | 2 +- widgets/table/e-table-item.c | 79 ++---- widgets/text/e-reflow.c | 6 +- 20 files changed, 240 insertions(+), 508 deletions(-) commit ead63f16b2269325c1e4080b3dce8818bbafe189 Author: Milan Crha Date: Mon Jun 14 20:15:55 2010 +0200 Bug #534369 - [new-mail-notify] Intermittent notifications mail/e-mail-backend.c | 2 +- mail/mail-folder-cache.c | 16 ++++++++++++---- 2 files changed, 13 insertions(+), 5 deletions(-) commit 3f34eeab520965a14afbeb678b8f186c7a63e616 Author: Matthew Barnes Date: Mon Jun 14 13:18:06 2010 -0400 Drop the "2" from libgnomecanvas and libart_lgpl. libart_lgpl/Makefile.am | 10 +++++----- libgnomecanvas/Makefile.am | 12 ++++++------ widgets/misc/Makefile.am | 4 ++-- widgets/table/Makefile.am | 4 ++-- widgets/text/Makefile.am | 2 +- 5 files changed, 16 insertions(+), 16 deletions(-) commit e92f18edb69b6419c640aa5e6708131e8d5ffd95 Author: Matthew Barnes Date: Mon Jun 14 13:10:13 2010 -0400 Add some missing linker flags. widgets/misc/Makefile.am | 1 + widgets/table/Makefile.am | 18 ++++++++++-------- widgets/text/Makefile.am | 13 +++++++------ 3 files changed, 18 insertions(+), 14 deletions(-) commit fd8b55edaa88906b588aa07d9eadcacd34a7a774 Author: Matthew Barnes Date: Wed Jan 13 12:50:49 2010 -0500 Fix all remaining GTK3 issues. Work around the issue of GnomeCanvasItem amending its own flags to GtkObject::flags (which is sealed) by giving it its own flags field. This breaks libgnomecanvas ABI and API, but I see no other way. addressbook/gui/widgets/e-minicard-label.c | 4 +- addressbook/gui/widgets/e-minicard.c | 14 +- calendar/gui/e-day-view.c | 30 +- calendar/gui/e-week-view.c | 10 +- calendar/gui/ea-week-view.c | 2 +- e-util/gtk-compat.h | 1 + libgnomecanvas/gailcanvas.c | 10 +- libgnomecanvas/gailcanvasitem.c | 8 +- libgnomecanvas/gnome-canvas-line.c | 6 +- libgnomecanvas/gnome-canvas-rich-text.c | 29 ++- libgnomecanvas/gnome-canvas-shape.c | 17 +- libgnomecanvas/gnome-canvas-text.c | 17 +- libgnomecanvas/gnome-canvas.c | 451 +++++++++++++++++++--------- libgnomecanvas/gnome-canvas.h | 26 +- widgets/misc/e-canvas-background.c | 2 +- widgets/misc/e-canvas-vbox.c | 6 +- widgets/misc/e-canvas.c | 28 ++- widgets/table/e-table-group-container.c | 2 +- widgets/table/e-table-item.c | 79 ++++-- widgets/text/e-reflow.c | 6 +- 20 files changed, 508 insertions(+), 240 deletions(-) commit e8a1662875e3e957d96d4f60cb8b5664ee4f74b3 Author: Fran Diéguez Date: Mon Jun 14 18:00:58 2010 +0200 Updated Galician translations po/gl.po | 468 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 files changed, 408 insertions(+), 60 deletions(-) commit 867baef985e647f1904301d834d7e2ee67f47fa3 Author: Matthew Barnes Date: Sun Jun 13 22:25:54 2010 -0400 Fix build breakage. smime/lib/Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit e6972011f01eab9f8d0a4584f32ee1e2a00f3231 Author: Matthew Barnes Date: Sun Jun 13 18:37:27 2010 -0400 Embed libart_lgpl and libgnomecanvas. Both of these modules are deprecated and going away in GNOME 3 but we still rely heavily on them for GnomeCalendar and ETable. So, welcome to the island of unwanted libraries... Makefile.am | 2 + configure.ac | 8 +- libart_lgpl/AUTHORS | 1 + libart_lgpl/COPYING | 482 ++++ libart_lgpl/MAINTAINERS | 7 + libart_lgpl/Makefile.am | 103 + libart_lgpl/README | 19 + libart_lgpl/README.CVS | 14 + libart_lgpl/art_affine.c | 458 +++ libart_lgpl/art_affine.h | 89 + libart_lgpl/art_alphagamma.c | 85 + libart_lgpl/art_alphagamma.h | 51 + libart_lgpl/art_bpath.c | 92 + libart_lgpl/art_bpath.h | 53 + libart_lgpl/art_filterlevel.h | 68 + libart_lgpl/art_gray_svp.c | 123 + libart_lgpl/art_gray_svp.h | 41 + libart_lgpl/art_misc.c | 93 + libart_lgpl/art_misc.h | 98 + libart_lgpl/art_pathcode.h | 39 + libart_lgpl/art_pixbuf.c | 285 ++ libart_lgpl/art_pixbuf.h | 100 + libart_lgpl/art_point.h | 38 + libart_lgpl/art_rect.c | 215 ++ libart_lgpl/art_rect.h | 78 + libart_lgpl/art_rect_svp.c | 82 + libart_lgpl/art_rect_svp.h | 43 + libart_lgpl/art_rect_uta.c | 134 + libart_lgpl/art_rect_uta.h | 38 + libart_lgpl/art_render.c | 1383 +++++++++ libart_lgpl/art_render.h | 179 ++ libart_lgpl/art_render_gradient.c | 716 +++++ libart_lgpl/art_render_gradient.h | 81 + libart_lgpl/art_render_mask.c | 168 ++ libart_lgpl/art_render_mask.h | 43 + libart_lgpl/art_render_svp.c | 421 +++ libart_lgpl/art_render_svp.h | 42 + libart_lgpl/art_rgb.c | 175 ++ libart_lgpl/art_rgb.h | 40 + libart_lgpl/art_rgb_a_affine.c | 149 + libart_lgpl/art_rgb_a_affine.h | 47 + libart_lgpl/art_rgb_affine.c | 106 + libart_lgpl/art_rgb_affine.h | 45 + libart_lgpl/art_rgb_affine_private.c | 127 + libart_lgpl/art_rgb_affine_private.h | 39 + libart_lgpl/art_rgb_bitmap_affine.c | 198 ++ libart_lgpl/art_rgb_bitmap_affine.h | 47 + libart_lgpl/art_rgb_pixbuf_affine.c | 104 + libart_lgpl/art_rgb_pixbuf_affine.h | 46 + libart_lgpl/art_rgb_rgba_affine.c | 142 + libart_lgpl/art_rgb_rgba_affine.h | 46 + libart_lgpl/art_rgb_svp.c | 457 +++ libart_lgpl/art_rgb_svp.h | 50 + libart_lgpl/art_rgba.c | 258 ++ libart_lgpl/art_rgba.h | 45 + libart_lgpl/art_svp.c | 152 + libart_lgpl/art_svp.h | 63 + libart_lgpl/art_svp_intersect.c | 1803 ++++++++++++ libart_lgpl/art_svp_intersect.h | 68 + libart_lgpl/art_svp_ops.c | 401 +++ libart_lgpl/art_svp_ops.h | 40 + libart_lgpl/art_svp_point.c | 144 + libart_lgpl/art_svp_point.h | 45 + libart_lgpl/art_svp_render_aa.c | 463 +++ libart_lgpl/art_svp_render_aa.h | 63 + libart_lgpl/art_svp_vpath.c | 215 ++ libart_lgpl/art_svp_vpath.h | 39 + libart_lgpl/art_svp_vpath_stroke.c | 739 +++++ libart_lgpl/art_svp_vpath_stroke.h | 65 + libart_lgpl/art_svp_wind.c | 1545 ++++++++++ libart_lgpl/art_svp_wind.h | 53 + libart_lgpl/art_uta.c | 88 + libart_lgpl/art_uta.h | 68 + libart_lgpl/art_uta_ops.c | 112 + libart_lgpl/art_uta_ops.h | 38 + libart_lgpl/art_uta_rect.c | 111 + libart_lgpl/art_uta_rect.h | 37 + libart_lgpl/art_uta_svp.c | 54 + libart_lgpl/art_uta_svp.h | 40 + libart_lgpl/art_uta_vpath.c | 382 +++ libart_lgpl/art_uta_vpath.h | 45 + libart_lgpl/art_vpath.c | 241 ++ libart_lgpl/art_vpath.h | 66 + libart_lgpl/art_vpath_bpath.c | 328 +++ libart_lgpl/art_vpath_bpath.h | 43 + libart_lgpl/art_vpath_dash.c | 200 ++ libart_lgpl/art_vpath_dash.h | 46 + libart_lgpl/art_vpath_svp.c | 196 ++ libart_lgpl/art_vpath_svp.h | 38 + libart_lgpl/libart.h | 39 + libart_lgpl/libart.m4 | 165 ++ libgnomecanvas/Makefile.am | 83 + libgnomecanvas/gailcanvas.c | 266 ++ libgnomecanvas/gailcanvas.h | 74 + libgnomecanvas/gailcanvasgroup.c | 102 + libgnomecanvas/gailcanvasgroup.h | 55 + libgnomecanvas/gailcanvasgroupfactory.c | 77 + libgnomecanvas/gailcanvasgroupfactory.h | 53 + libgnomecanvas/gailcanvasitem.c | 514 ++++ libgnomecanvas/gailcanvasitem.h | 54 + libgnomecanvas/gailcanvasitemfactory.c | 57 + libgnomecanvas/gailcanvasitemfactory.h | 53 + libgnomecanvas/gailcanvastext.c | 522 ++++ libgnomecanvas/gailcanvastext.h | 52 + libgnomecanvas/gailcanvastextfactory.c | 57 + libgnomecanvas/gailcanvastextfactory.h | 53 + libgnomecanvas/gailcanvaswidget.c | 113 + libgnomecanvas/gailcanvaswidget.h | 55 + libgnomecanvas/gailcanvaswidgetfactory.c | 56 + libgnomecanvas/gailcanvaswidgetfactory.h | 53 + libgnomecanvas/gnome-canvas-bpath.c | 175 ++ libgnomecanvas/gnome-canvas-bpath.h | 61 + libgnomecanvas/gnome-canvas-clipgroup.c | 450 +++ libgnomecanvas/gnome-canvas-clipgroup.h | 58 + libgnomecanvas/gnome-canvas-i18n.h | 68 + libgnomecanvas/gnome-canvas-line.c | 1423 ++++++++++ libgnomecanvas/gnome-canvas-line.h | 154 + libgnomecanvas/gnome-canvas-marshal.list | 2 + libgnomecanvas/gnome-canvas-path-def.c | 1287 +++++++++ libgnomecanvas/gnome-canvas-path-def.h | 96 + libgnomecanvas/gnome-canvas-pixbuf.c | 1077 +++++++ libgnomecanvas/gnome-canvas-pixbuf.h | 62 + libgnomecanvas/gnome-canvas-polygon.c | 246 ++ libgnomecanvas/gnome-canvas-polygon.h | 88 + libgnomecanvas/gnome-canvas-rect-ellipse.c | 431 +++ libgnomecanvas/gnome-canvas-rect-ellipse.h | 159 ++ libgnomecanvas/gnome-canvas-rich-text.c | 2202 ++++++++++++++ libgnomecanvas/gnome-canvas-rich-text.h | 79 + libgnomecanvas/gnome-canvas-shape-private.h | 103 + libgnomecanvas/gnome-canvas-shape.c | 1558 ++++++++++ libgnomecanvas/gnome-canvas-shape.h | 81 + libgnomecanvas/gnome-canvas-text.c | 1746 ++++++++++++ libgnomecanvas/gnome-canvas-text.h | 170 ++ libgnomecanvas/gnome-canvas-util.c | 700 +++++ libgnomecanvas/gnome-canvas-util.h | 155 + libgnomecanvas/gnome-canvas-widget.c | 599 ++++ libgnomecanvas/gnome-canvas-widget.h | 103 + libgnomecanvas/gnome-canvas.c | 4090 +++++++++++++++++++++++++++ libgnomecanvas/gnome-canvas.h | 635 +++++ libgnomecanvas/libgnomecanvas.h | 48 + libgnomecanvas/libgnomecanvastypes.c | 43 + po/POTFILES.in | 3 + widgets/misc/Makefile.am | 15 +- 143 files changed, 36835 insertions(+), 9 deletions(-) commit 7f3377c78a560aa762e04d596b79f847c4acd870 Author: Kjartan Maraas Date: Sun Jun 13 23:51:50 2010 +0200 Updated Norwegian bokmål translation po/nb.po | 3298 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1691 insertions(+), 1607 deletions(-) commit 108c95a83e567ae20010cdd7f99cd58d816ba484 Author: Fran Diéguez Date: Sun Jun 13 17:31:23 2010 +0200 Updated Galician translations po/gl.po | 23 +++++++++++++++-------- 1 files changed, 15 insertions(+), 8 deletions(-) commit d9a3aa296c691def82e20a261da55a850bc8a0f3 Author: Fran Diéguez Date: Sun Jun 13 17:13:36 2010 +0200 Updated Galician translations po/gl.po | 1233 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 638 insertions(+), 595 deletions(-) commit 51d0fc6863be998af5056605281cc0ebc2abfe00 Author: Matthew Barnes Date: Sat Jun 12 14:28:07 2010 -0400 Bug 603468 - Improve handling of --quit option addressbook/gui/contact-editor/eab-editor.c | 11 ++- doc/reference/shell/tmpl/e-shell.sgml | 2 + glib-gen.mak | 42 ++++++++++ mail/e-mail-backend.c | 5 + shell/Makefile.am | 13 +++- shell/e-shell-window-actions.c | 2 +- shell/e-shell.c | 116 ++++++++++++++------------- shell/e-shell.h | 33 +++++++- shell/main.c | 16 +++- 9 files changed, 170 insertions(+), 70 deletions(-) commit 077116eac4cbfd5f06c44c8f5634469eab3130e6 Author: Milan Crha Date: Fri Jun 11 19:28:16 2010 +0200 Bug #619218 - Should select imported certificate when succeeded smime/gui/certificate-manager.c | 108 ++++++++++++- smime/lib/e-cert-db.c | 332 ++++++++++++++++++++++++++++++++++----- smime/lib/e-cert-db.h | 7 + 3 files changed, 400 insertions(+), 47 deletions(-) commit 9e99aac0a660952488a91c40196be594367983b3 Author: David Woodhouse Date: Thu Jun 10 13:49:31 2010 +0100 Bug 585301 - Use camel_init() to initialize NSS consistently The logic for working out what database to use should only be in one place. smime/lib/e-cert-db.c | 59 +++++-------------------------------------------- 1 files changed, 6 insertions(+), 53 deletions(-) commit 66a84a057d9526f6b4787bfc23b6c34cbd7b3605 Author: Chenthill Palanisamy Date: Fri Jun 11 02:02:47 2010 +0530 fixed an error in previous commit e-util/gtk-compat.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0686a750512618951c53fa5180f6856e793f3266 Author: Milan Crha Date: Thu Jun 10 14:36:52 2010 +0200 Return back accidentally dropped widgets mail/mail-config.ui | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) commit 36b9f8d4a42617283e13fbc5dcc30afb64bbe942 Author: Chenthill Palanisamy Date: Thu Jun 10 17:52:16 2010 +0530 use gdk_drag_context_get_action instead of gdk_drag_context_get_selected_action for gtk version 2.21.1 e-util/gtk-compat.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 62fc79a149bb4a33bbaf3388c0776e44067b21fb Author: Chenthill Palanisamy Date: Thu Jun 10 14:55:27 2010 +0530 post release version bump configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)