diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-25 07:52:05 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-25 07:52:05 +0800 |
commit | 85b2913a380c69f14ae0254ad23b10fabfb33667 (patch) | |
tree | c1cf143e37294dd9dd3667ebbe0a1d0c00b04b56 /ChangeLog | |
parent | e7a31c5035a0afeed6c1675e30487c1e2bdc139f (diff) | |
download | gsoc2013-evolution-85b2913a380c69f14ae0254ad23b10fabfb33667.tar.gz gsoc2013-evolution-85b2913a380c69f14ae0254ad23b10fabfb33667.tar.zst gsoc2013-evolution-85b2913a380c69f14ae0254ad23b10fabfb33667.zip |
Merge revisions 36534:36684 from trunk.
svn path=/branches/kill-bonobo/; revision=36685
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 40 |
1 files changed, 40 insertions, 0 deletions
@@ -1,3 +1,43 @@ +2008-10-22 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes part of bug #549025 + + * configure.in: + Restrict libmono linkage to the mono plugin, so that downstream + packagers can isolate the mono dependency to a subpackage. + Add configuration summary lines indicating whether the Mono and + Python bindings are enabled. + +2008-10-17 Matthew Barnes <mbarnes@redhat.com> + + ** Fix for bug #548469 + + * configure.in: Drop support for deprecated libnm-glib. + +2008-10-14 Sankar P <psankar@novell.com> + + * calendar/gui/gnome-cal.h + * calendar/gui/gnome-cal.c + * calendar/gui/calendar-commands.h + * calendar/gui/calendar-commands.c + * calendar/conduits/memo/memo-conduit.c + * calendar/conduits/calendar/calendar-conduit.c + * calendar/conduits/todo/todo-conduit.c + * addressbook/conduit/address-conduit.c : + + * Remove improper FSF copyright statements; was never signed + over to them and was incorrectly added to this file due to a + mistake made by the original developer. + +2008-10-13 Suman Manjunath <msuman@novell.com> + + ** Fix for bug #424818 (bugzilla.novell.com) + + * configure.in: + * plugins/mark-calendar-offline : + Integrate the mark-calendar-offline plugin into the main code as we already + have a similar per-calendar option which does the same thing. + 2008-10-01 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #554458 |