<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/ChangeLog, branch help</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=help</id>
<link rel='self' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=help'/>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2000-03-29T00:30:07+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'help'.</title>
<updated>2000-03-29T00:30:07+00:00</updated>
<author>
<name>nobody</name>
<email>nobody@localhost</email>
</author>
<published>2000-03-29T00:30:07+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=b7cd96d0dd7466c74efbc647601b4fd867bc9004'/>
<id>urn:sha1:b7cd96d0dd7466c74efbc647601b4fd867bc9004</id>
<content type='text'>
svn path=/tags/help/; revision=2234
</content>
</entry>
<entry>
<title>implement function. (get_nth): implement function. (cursor_destroy): free</title>
<updated>2000-03-28T05:32:40+00:00</updated>
<author>
<name>Chris Toshok</name>
<email>toshok@src.gnome.org</email>
</author>
<published>2000-03-28T05:32:40+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8b355664ab9cabed3c0dd1ec25dba20a8e2827a9'/>
<id>urn:sha1:8b355664ab9cabed3c0dd1ec25dba20a8e2827a9</id>
<content type='text'>
	* addressbook/backend/pas/pas-backend-file.c
	(get_length): implement function.
	(get_nth): implement function.
	(cursor_destroy): free up the internal glist of vcards, and fix
	warning.
	(pas_backend_file_build_all_cards_list): new function, to build up
	the list of cards in the db.
	(pas_backend_file_process_get_all_cards): call
	pas_backend_file_build_+all_cards_list, and fix warning.

svn path=/trunk/; revision=2210
</content>
</entry>
<entry>
<title>New function, used to flatten the images we get and composite them with</title>
<updated>2000-03-28T05:27:29+00:00</updated>
<author>
<name>Miguel de Icaza</name>
<email>miguel@gnu.org</email>
</author>
<published>2000-03-28T05:27:29+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=ea9b13f015089fdb90e1bc07e214bc80381fb08a'/>
<id>urn:sha1:ea9b13f015089fdb90e1bc07e214bc80381fb08a</id>
<content type='text'>
2000-03-27  Miguel de Icaza  &lt;miguel@gnu.org&gt;

	* widgets/shortcut-bar/e-icon-bar.c (flatten_alpha): New function,
	used to flatten the images we get and composite them with the
	background.
	(e_icon_bar_add_item): One happy tigert comming.

svn path=/trunk/; revision=2209
</content>
</entry>
<entry>
<title>new test program. Can be used to copy POP mail into your evolution inbox.</title>
<updated>2000-03-28T04:25:31+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@src.gnome.org</email>
</author>
<published>2000-03-28T04:25:31+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=9d0c0def4a16839bca1c688317b29718f5128e84'/>
<id>urn:sha1:9d0c0def4a16839bca1c688317b29718f5128e84</id>
<content type='text'>
	* tests/test-movemail.c: new test program. Can be used to copy POP
	mail into your evolution inbox.

svn path=/trunk/; revision=2208
</content>
</entry>
<entry>
<title>remove unneeded g_strdup;</title>
<updated>2000-03-28T04:19:16+00:00</updated>
<author>
<name>Chris Toshok</name>
<email>toshok@src.gnome.org</email>
</author>
<published>2000-03-28T04:19:16+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=7301e78bde90188847bc5348e19ac565622a765a'/>
<id>urn:sha1:7301e78bde90188847bc5348e19ac565622a765a</id>
<content type='text'>
        * addressbook/backend/pas/pas-backend-file.c
        (pas_backend_file_get_vcard): remove unneeded g_strdup;

svn path=/trunk/; revision=2207
</content>
</entry>
<entry>
<title>Fixed some warnings.</title>
<updated>2000-03-28T03:52:46+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@helixcode.com</email>
</author>
<published>2000-03-28T03:52:46+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=21e60e238477edd1ad157bd17024d5ea6395e048'/>
<id>urn:sha1:21e60e238477edd1ad157bd17024d5ea6395e048</id>
<content type='text'>
2000-03-27  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

        * addressbook/backend/ebook/test-card.c: Fixed some warnings.

        * addressbook/backend/ebook/test-client.c: Added a section to test
        cursors and returning an id when adding.

        * addressbook/backend/ebook/e-card-pairs.h: Removed the address
        pairs since they were added to e-card.c.

        * addressbook/backend/ebook/e-card.c,
        addressbook/backend/ebook/e-card.h: Made the set_id function take
        a const char *.

        * addressbook/backend/ebook/e-book-listener.c,
        addressbook/backend/ebook/e-book-listener.h,
        addressbook/backend/ebook/e-book.c,
        addressbook/backend/ebook/e-book.h,
        addressbook/backend/idl/addressbook.idl,
        addressbook/backend/pas/pas-backend-file.c,
        addressbook/backend/pas/pas-book.c,
        addressbook/backend/pas/pas-book.h: Added a get_all_cards function
        and made the response to the create_card function include the card
        id.

        * addressbook/backend/ebook/Makefile.am: Added e-card-cursor.c and
        e-card-cursor.h.

        * addressbook/backend/ebook/e-card-cursor.c,
        addressbook/backend/ebook/e-card-cursor.h: New class for proxying
        to an Evolution_CardCursor.

        * addressbook/backend/pas/Makefile.am: Added pas-card-cursor.c and
        pas-card-cursor.h.

        * addressbook/backend/pas/pas-card-cursor.c,
        addressbook/backend/pas/pas-card-cursor.h: New bonobo class for
        making an Evolution_CardCursor server.

svn path=/trunk/; revision=2205
</content>
</entry>
<entry>
<title>This test is basically now invalid.</title>
<updated>2000-03-27T22:48:24+00:00</updated>
<author>
<name>NotZed</name>
<email>NotZed@HelixCode.com</email>
</author>
<published>2000-03-27T22:48:24+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=767c63615d6229c42ea90503f3888aebf38519ae'/>
<id>urn:sha1:767c63615d6229c42ea90503f3888aebf38519ae</id>
<content type='text'>
2000-03-27  NotZed  &lt;NotZed@HelixCode.com&gt;

        * tests/test9.c (main): This test is basically now invalid.

        * tests/test11.c (main): Fix for async search api.  Probably works.
        Removed camel-mbox-*.h headers, should be private.

svn path=/trunk/; revision=2200
</content>
</entry>
<entry>
<title>Added some icons to-be-in-message-list-view... /tigert</title>
<updated>2000-03-27T08:17:25+00:00</updated>
<author>
<name>Tuomas Kuosmanen</name>
<email>tigert@src.gnome.org</email>
</author>
<published>2000-03-27T08:17:25+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=6a190d0ba92e062357a3a5357927c2e4855a9cc2'/>
<id>urn:sha1:6a190d0ba92e062357a3a5357927c2e4855a9cc2</id>
<content type='text'>
svn path=/trunk/; revision=2181
</content>
</entry>
<entry>
<title>check for db_185.h (present in newer db distributions.)</title>
<updated>2000-03-27T08:03:12+00:00</updated>
<author>
<name>Chris Toshok</name>
<email>toshok@src.gnome.org</email>
</author>
<published>2000-03-27T08:03:12+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=2e4f332ae7f02625f22583eb5d2de5dba18591ca'/>
<id>urn:sha1:2e4f332ae7f02625f22583eb5d2de5dba18591ca</id>
<content type='text'>
	* configure.in: check for db_185.h (present in newer db
	distributions.)

svn path=/trunk/; revision=2179
</content>
</entry>
<entry>
<title>	(string_to_dbt): new function.</title>
<updated>2000-03-27T06:29:58+00:00</updated>
<author>
<name>Chris Toshok</name>
<email>toshok@src.gnome.org</email>
</author>
<published>2000-03-27T06:29:58+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=b3b329b797f9943a656410a862a340264d92a4c5'/>
<id>urn:sha1:b3b329b797f9943a656410a862a340264d92a4c5</id>
<content type='text'>
	(pas_backend_file_process_create_card): use string_to_dbt
	(pas_backend_file_process_remove_card): likewise
	(pas_backend_file_process_modify_card): likewise
	(pas_backend_file_get_vcard): likewise
	(pas_backend_file_upgrade_db): new function, to upgrade a db file
	if we change the data format.
	(pas_backend_file_maybe_upgrade_db): check db version vs. current
	code version, and upgrade it necessary.
	(pas_backend_file_load_uri): call pas_backend_file_maybe_upgrade.

svn path=/trunk/; revision=2178
</content>
</entry>
</feed>
