Files
evolution/plugins/caldav/ChangeLog
Paul Bolle 92c958d9bf ** Fixes bug #546785
2008-08-07  Paul Bolle  <pebolle@tiscali.nl>

	** Fixes bug #546785

	* plugins/bbdb/bbdb.c: (e_plugin_lib_enable):
	The bbdb plugin is noisy when enabled:
	    "BBDB spinning up..."
	Make this plugin just as polite as google-account-setup.

	* plugins/caldav/caldav-source.c: (e_plugin_lib_enable):
	The caldav plugin is noisy when enabled:
	    "CalDAV Eplugin starting up ..."
	Make this plugin just as polite as google-account-setup.


svn path=/trunk/; revision=35928
2008-08-07 17:35:04 +00:00

65 lines
1.7 KiB
Plaintext

2008-08-07 Paul Bolle <pebolle@tiscali.nl>
** Fixes bug #546785
* caldav-source.c: (e_plugin_lib_enable): The caldav plugin is noisy
when enabled:
"CalDAV Eplugin starting up ..."
Make this plugin just as polite as google-account-setup.
2008-07-31 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #545568
* org-gnome-caldav.eplug.xml:
Add "system_plugin=true" so it's not shown in the Plugin Manager.
This plugin is not designed to be disabled by the user.
2007-10-26 Kjartan Maraas <kmaraas@gnome.org>
* caldav-source.c: (ensure_caldav_source_group):
ANSIfication of function declaration.
2007-05-12 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #337616
* Makefile.am: Add "eplug" file to CLEANFILES.
2006-08-28 Kjartan Maraas <kmaraas@gnome.org>
* org-gnome-evolution-caldav.eplug.xml: Mark name and
description for translation.
Makefile.am: Rename the above from .in to .xml
2006-06-15 Tor Lillqvist <tml@novell.com>
* Makefile.am: Use NO_UNDEFINED.
* org-gnome-evolution-caldav.eplug.in: Use SOEXT.
2006-03-28 Jeff Cai <jeff.cai@sun.com>
** Fixes #333881
* caldav-source.c: (oge_caldav):
Set an empty string instead of null for a TEXT entry.
2006-02-22 Irene.Huang <Irene.Huang@sun.com>
Fixes bug #328252
* Makefile.am: Add $(EVOLUTION_CALENDAR_LIBS)
to liborg_gnome_evolution_caldav_la_LIBADD.
2006-01-16 Harish Krishnaswamy <kharish@novell.com>
* Makefile.am : Integrate with eplugin make
scripts and add a ChangeLog file for the eplugin.
2006-01-16 Harish Krishnaswamy <kharish@novell.com>
* caldav*: 'Import' the CalDAV eplugin
implementation into evolution. Please
refer evolution-caldav module in cvs.gnome.org for
prior Change history.