<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/wombat, branch WITH_LIBEFS</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<id>https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=WITH_LIBEFS</id>
<link rel='self' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=WITH_LIBEFS'/>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2000-06-24T10:47:21+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'WITH_LIBEFS'.</title>
<updated>2000-06-24T10:47:21+00:00</updated>
<author>
<name>nobody</name>
<email>nobody@localhost</email>
</author>
<published>2000-06-24T10:47:21+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=98a8e41c8a585b2773fd91bff188346c24477c01'/>
<id>urn:sha1:98a8e41c8a585b2773fd91bff188346c24477c01</id>
<content type='text'>
svn path=/tags/WITH_LIBEFS/; revision=3727
</content>
</entry>
<entry>
<title>fixed a bunch of problems use libical instead of libversit</title>
<updated>2000-06-06T21:56:20+00:00</updated>
<author>
<name>Seth Alves</name>
<email>alves@src.gnome.org</email>
</author>
<published>2000-06-06T21:56:20+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=c219c79496fca669af1ae093a660a1ce4d81a682'/>
<id>urn:sha1:c219c79496fca669af1ae093a660a1ce4d81a682</id>
<content type='text'>
	* cal-util/icalendar.c, icalendar-save.c: fixed a bunch of problems
	* cal-util/calobj.c (ical_object_find_in_string): use libical
	instead of libversit
	(ical_object_to_string): same
	(dump_icalobject): prints the contents of an icalobject for debugging

	* gui/Makefile.am (LINK_FLAGS): link libical.a instead of libical.la
	so we don't have to modify the build system of the released libical
	* cal-client/Makefile.am (client_test_LDADD): same
	* cal-util/Makefile.am (icalendar_test_LDADD): same

svn path=/trunk/; revision=3446
</content>
</entry>
<entry>
<title>a bunch of patches to make evolution compile with bonobo in strange prefixes. see Changelog.</title>
<updated>2000-06-05T15:09:10+00:00</updated>
<author>
<name>Mathieu Lacage</name>
<email>mathieu@src.gnome.org</email>
</author>
<published>2000-06-05T15:09:10+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=10918b623bc7726091b84476293d83ded3e5a811'/>
<id>urn:sha1:10918b623bc7726091b84476293d83ded3e5a811</id>
<content type='text'>
svn path=/trunk/; revision=3420
</content>
</entry>
<entry>
<title>Fix Makefile so that it looks for include files in the Evolution</title>
<updated>2000-05-13T13:02:08+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2000-05-13T13:02:08+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=196a6688a65eb82e2c982c5c92e91a299fa9da84'/>
<id>urn:sha1:196a6688a65eb82e2c982c5c92e91a299fa9da84</id>
<content type='text'>
source first, and then in the GNOME include directory.

svn path=/trunk/; revision=3011
</content>
</entry>
<entry>
<title>Removed dist-hook section.</title>
<updated>2000-05-10T14:47:09+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@helixcode.com</email>
</author>
<published>2000-05-10T14:47:09+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=4a2777a279daf60afcb4ae2995e4b93c94bdab28'/>
<id>urn:sha1:4a2777a279daf60afcb4ae2995e4b93c94bdab28</id>
<content type='text'>
2000-05-10  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* Makefile.am: Removed dist-hook section.

	* configure.in: Set the version number.  Added a check for gnome
	window icons.  Removed a bunch of unused Makefiles.

	* tools/Makefile.am: Created a proper EXTRA_DIST section.

	* widgets/e-text/Makefile.am: Added
	e-text-event-processor-types.h.

From addressbook/ChangeLog:

2000-05-10  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* backend/ebook/Makefile.am: Added e-book-types.h, e-card-pairs.h,
	e-card-types.h.

	* backend/pas/Makefile.am: Added pas-backend-ldap.h.

	* contact-editor/Makefile.am: Added a proper EXTRA_DIST section.
	Removed some old defines.

	* ename/Makefile.am: Added e-name-western-tables.h.

	* gui/component/Makefile.am: Added e-ldap-server-dialog.h.  Added
	a proper EXTRA_DIST section.

	* gui/minicard/e-reflow.c: Added a missed cast.

	* printing/Makefile.am: Added a proper EXTRA_DIST section.

From calendar/ChangeLog:

2000-05-10  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* gui/Makefile.am: Added main.h.  Combined the two EXTRA_DIST
	sections.

From camel/ChangeLog:

2000-05-10  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* Makefile.am: Added camel-types.h, camel-folder-pt-proxy.h, and
	camel-thread-proxy.h.

From default_user/ChangeLog:

2000-05-10  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* Makefile.am, local/Calendar/Makefile.am,
	local/Contacts/Makefile.am, local/Directories/Makefile.am,
	local/Directories/subfolders/Bigfoot/Makefile.am,
	local/Directories/subfolders/Netcenter/Makefile.am,
	local/Drafts/Makefile.am, local/Inbox/Makefile.am,
	local/Outbox/Makefile.am, local/Trash/Makefile.am: Created a
	proper EXTRA_DIST section.

From filter/ChangeLog:

2000-05-10  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* filter-arg.h: Changed tree.h to gnome-xml/tree.h.

	* Makefile.am: Added filter-arg-types.h, filter-arg.h,
	filter-xml.h, filter-format.h, filter-druid.h, filter-editor.h.

From libical/ChangeLog:

2000-05-10  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* configure.in: Reorder Makefiles so that it will build.

From mail/ChangeLog:

2000-05-09  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* Makefile.am: Removed folder-browser-factory.h since it doesn't
	exist.  Added mail-display.h, mail-types.h, pixmaps.h.

From widgets/e-table/ChangeLog:

2000-05-10  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* Makefile.am: Added e-table-col-dnd.h and table-test.h.

From wombat/ChangeLog:

2000-05-10  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* Makefile.am: Added an include for the pcs directory.

svn path=/trunk/; revision=2966
</content>
</entry>
<entry>
<title>CalBackendClass now is just an interface for calendar backends; this is an</title>
<updated>2000-05-08T16:58:27+00:00</updated>
<author>
<name>Federico Mena Quintero</name>
<email>federico@helixcode.com</email>
</author>
<published>2000-05-08T16:58:27+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8160d7388e27c6f97e3ed96bc5d61fbf20ff2d16'/>
<id>urn:sha1:8160d7388e27c6f97e3ed96bc5d61fbf20ff2d16</id>
<content type='text'>
2000-05-08  Federico Mena Quintero  &lt;federico@helixcode.com&gt;

	* pcs/cal-backend.h (CalBackendClass): CalBackendClass now is just
	an interface for calendar backends; this is an abstract class.
	Put in the vtable for the backend methods.

	* pcs/cal-backend.c (cal_backend_new): Removed function, since
	CalBackend is not just an abstract class.
	Removed implementation-specific functions and made public
	functions call the virtual methods instead.

	* pcs/cal-backend-imc.[ch]: New files with the CalBackendIMC
	implementation; this implements a backend for iCalendar and
	vCalendar files.  Moved the implementation-specific stuff from
	cal-backend.[ch] to here.

	* pcs/cal-backend-imc.c (CalendarFormat): Moved enumeration to
	here.  Added a CAL_UNKNOWN value for when the backend is not
	loaded yet.
	(cal_backend_imc_init): Initialize priv-&gt;format as CAL_UNKNOWN.
	(save_to_vcal): Use the same VCProdIdProp value as in
	cal-util/calobj.c.  Use "1.0" as the VCVersionProp as per the
	vCalendar spec.
	(ensure_uid): Return nothing, since the result value need not be
	used anymore.
	(add_object): Since we mark the calendar as dirty anyways, we do
	not need to check the result value of ensure_uid() anymore.
	(remove_object): Asssert that we know how to handle the object's
	type.  We do this in add_object() anyways.

	* pcs/Makefile.am (libpcs_a_SOURCES): Added cal-backend-imc.[ch].

	* gui/gnome-cal.c: Replaced debugging printf()s with g_message()
	so that we can see the line number where they occur.

	* gui/gnome-cal.c (gnome_calendar_load_cb): Sort of handle the
	LOAD_METHOD_NOT_SUPPORTED result code, and added a default for the
	switch.

	* cal-client/cal-listener.h (CalListenerLoadStatus): Removed
	enumeration; it is stupid to translate all values for the
	CalClient when it is going to translate them again.
	(CalListenerClass::cal_loaded): This signal now passes the
	LoadStatus directly from the CORBA side.

	* cal-client/cal-listener.c (Listener_cal_loaded): Do not
	translate the status value.

	* cal-client/cal-client.h (CalClientLoadStatus): Added the
	CAL_CLIENT_LOAD_METHOD_NOT_SUPPORTED error code.

	* cal-client/cal-client.c (cal_loaded_cb): Translate the CORBA
	version of the LoadStatus result code.

	* pcs/cal-factory.c (CalFactoryPrivate): New methods field for the
	hash table from method strings to the GtkTypes for backend class
	types.
	(cal_factory_init): Create the priv-&gt;methods hash table.
	(cal_factory_destroy): Free the priv-&gt;methods hash table.
	(cal_factory_register_method): New function to register a backend
	class for a particular URI method.
	(launch_backend_for_uri): New function to launch a backend for a
	particular URI's method.
	(load_backend): Use launch_backend_for_uri().  Move the error
	notification code from load_fn() to here.
	(create_backend): Use launch_backend_for_uri().  Move the error
	notification code form create_fn() to here; it is #ifdefed out
	since currently cal_backend_create() does not have any error
	reporting capabilities.

	* idl/evolution-calendar.idl (Listener::LoadStatus): Added a
	PROTOCOL_NOT_SUPPORTED error code.

	* pcs/cal-factory.c (cal_factory_load cal_factory_create): Removed
	functions, since they were supposed to be internal only.
	(CalFactory_load): Call queue_load_create_job() directly.
	(CalFactory_create): Likewise.

svn path=/trunk/; revision=2921
</content>
</entry>
<entry>
<title>ignore wombat.pure</title>
<updated>2000-05-06T21:19:13+00:00</updated>
<author>
<name>Chris Toshok</name>
<email>toshok@src.gnome.org</email>
</author>
<published>2000-05-06T21:19:13+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=279db10bfde5734a370ab1578e883106987689c0'/>
<id>urn:sha1:279db10bfde5734a370ab1578e883106987689c0</id>
<content type='text'>
        * .cvsignore: ignore wombat.pure

        * Makefile.am: add support for building wombat.pure

svn path=/trunk/; revision=2833
</content>
</entry>
<entry>
<title>ignore the .pure directory</title>
<updated>2000-05-05T11:46:46+00:00</updated>
<author>
<name>Chris Toshok</name>
<email>toshok@src.gnome.org</email>
</author>
<published>2000-05-05T11:46:46+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=1b8139c995a32f7f6843d56146c040e4f6d697ea'/>
<id>urn:sha1:1b8139c995a32f7f6843d56146c040e4f6d697ea</id>
<content type='text'>
        * addressbook/backend/ebook/.cvsignore,
        addressbook/contact-editor/.cvsignore,
        addressbook/gui/component/.cvsignore,
        addressbook/gui/minicard/.cvsignore,
        addressbook/printing/.cvsignore,
        calendar/cal-client/.cvsignore,
        calendar/gui/.cvsignore,
        calendar/pcs/.cvsignore,
        filter/.cvsignore,
        mail/.cvsignore,
        shell/.cvsignore,
        tests/.cvsignore,
        widgets/e-table/.cvsignore,
        widgets/e-text/.cvsignore,
        widgets/meeting-time-sel/.cvsignore,
        widgets/shortcut-bar/.cvsignore,
        wombat/.cvsignore: ignore the .pure directory

svn path=/trunk/; revision=2812
</content>
</entry>
<entry>
<title>Doh, also unref the pas_book_factory when we are done.</title>
<updated>2000-05-01T11:57:53+00:00</updated>
<author>
<name>Federico Mena Quintero</name>
<email>federico@helixcode.com</email>
</author>
<published>2000-05-01T11:57:53+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=39f5d7e6613743c8fced3913f02b7d84b90e0912'/>
<id>urn:sha1:39f5d7e6613743c8fced3913f02b7d84b90e0912</id>
<content type='text'>
2000-05-01  Federico Mena Quintero  &lt;federico@helixcode.com&gt;

	* wombat.c (main): Doh, also unref the pas_book_factory when we
	are done.

svn path=/trunk/; revision=2710
</content>
</entry>
<entry>
<title>Removed stale comment - Federico</title>
<updated>2000-05-01T11:48:51+00:00</updated>
<author>
<name>Federico Mena Quintero</name>
<email>federico@src.gnome.org</email>
</author>
<published>2000-05-01T11:48:51+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=d4fcab3e7bf87dd8cd683b40adf4c803c2fd612f'/>
<id>urn:sha1:d4fcab3e7bf87dd8cd683b40adf4c803c2fd612f</id>
<content type='text'>
svn path=/trunk/; revision=2709
</content>
</entry>
</feed>
