<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/evolution-data-server.git, branch evolution-1-5-90</title>
<subtitle>gitlab.gnome.org: GNOME/evolution-data-server.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/'/>
<entry>
<title>s/Can't/Cannot/.</title>
<updated>2004-07-02T12:19:34+00:00</updated>
<author>
<name>Christian Neumair</name>
<email>chris@gnome-de.org</email>
</author>
<published>2004-07-02T12:19:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=e625ea7b8cea5d7c42bc0e5df5b5f2b2653af29b'/>
<id>e625ea7b8cea5d7c42bc0e5df5b5f2b2653af29b</id>
<content type='text'>
2004-07-02  Christian Neumair  &lt;chris@gnome-de.org&gt;

	* camel-smime-context.c: s/Can't/Cannot/.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2004-07-02  Christian Neumair  &lt;chris@gnome-de.org&gt;

	* camel-smime-context.c: s/Can't/Cannot/.
</pre>
</div>
</content>
</entry>
<entry>
<title>Set the size of the ptrarray to prevent potentially realloc'ing several</title>
<updated>2004-06-30T19:55:29+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@novell.com</email>
</author>
<published>2004-06-30T19:55:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=b12dd0e1642694a70c1023b5969603c88e7bc0cd'/>
<id>b12dd0e1642694a70c1023b5969603c88e7bc0cd</id>
<content type='text'>
2004-06-30  Jeffrey Stedfast  &lt;fejj@novell.com&gt;

	* providers/imap4/camel-imap4-search.c (imap4_body_contains): Set
	the size of the ptrarray to prevent potentially realloc'ing
	several times.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2004-06-30  Jeffrey Stedfast  &lt;fejj@novell.com&gt;

	* providers/imap4/camel-imap4-search.c (imap4_body_contains): Set
	the size of the ptrarray to prevent potentially realloc'ing
	several times.
</pre>
</div>
</content>
</entry>
<entry>
<title>Aded a new %formatter 'V' which takes a string vector (needed for SEARCH).</title>
<updated>2004-06-29T21:22:09+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@novell.com</email>
</author>
<published>2004-06-29T21:22:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=5c297cd994ba3a31ea94f0a76a262fbf3e88eefe'/>
<id>5c297cd994ba3a31ea94f0a76a262fbf3e88eefe</id>
<content type='text'>
2004-06-29  Jeffrey Stedfast  &lt;fejj@novell.com&gt;

	* providers/imap4/camel-imap4-command.c
	(camel_imap4_command_newv): Aded a new %formatter 'V' which takes
	a string vector (needed for SEARCH).

	* providers/imap4/camel-imap4-search.[c,h]: New source files
	implementing search functionality.

	* providers/imap4/camel-imap4-folder.c (imap4_sync_flag): Use the
	new public version of imap4_get_uid_set().
	(imap4_transfer_messages_to): Same.
	(camel_imap4_folder_new): Create a search context.
	(camel_imap4_folder_finalize): Unref the search context.
	(camel_imap4_folder_class_init): Override the search methods.
	(imap4_search_by_expression): New.
	(imap4_search_by_uids): New.
	(imap4_search_free): New.

	* providers/imap4/camel-imap4-utils.c (camel_imap4_get_uid_set):
	Moved here from camel-imap4-folder.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2004-06-29  Jeffrey Stedfast  &lt;fejj@novell.com&gt;

	* providers/imap4/camel-imap4-command.c
	(camel_imap4_command_newv): Aded a new %formatter 'V' which takes
	a string vector (needed for SEARCH).

	* providers/imap4/camel-imap4-search.[c,h]: New source files
	implementing search functionality.

	* providers/imap4/camel-imap4-folder.c (imap4_sync_flag): Use the
	new public version of imap4_get_uid_set().
	(imap4_transfer_messages_to): Same.
	(camel_imap4_folder_new): Create a search context.
	(camel_imap4_folder_finalize): Unref the search context.
	(camel_imap4_folder_class_init): Override the search methods.
	(imap4_search_by_expression): New.
	(imap4_search_by_uids): New.
	(imap4_search_free): New.

	* providers/imap4/camel-imap4-utils.c (camel_imap4_get_uid_set):
	Moved here from camel-imap4-folder.c
</pre>
</div>
</content>
</entry>
<entry>
<title>add any parents of the new name before we actually do the rename so the</title>
<updated>2004-06-29T10:05:21+00:00</updated>
<author>
<name>Not Zed</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2004-06-29T10:05:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=5811588a469faf0a07465bdda34b625686ad877b'/>
<id>5811588a469faf0a07465bdda34b625686ad877b</id>
<content type='text'>
2004-06-29  Not Zed  &lt;NotZed@Ximian.com&gt;

        * camel-vee-store.c (vee_rename_folder): add any parents of the
        new name before we actually do the rename so the rename has
        somewhere to go to.  #60775.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2004-06-29  Not Zed  &lt;NotZed@Ximian.com&gt;

        * camel-vee-store.c (vee_rename_folder): add any parents of the
        new name before we actually do the rename so the rename has
        somewhere to go to.  #60775.
</pre>
</div>
</content>
</entry>
<entry>
<title>Translation updated.</title>
<updated>2004-06-28T15:04:40+00:00</updated>
<author>
<name>Laurent Dhima</name>
<email>laurenti@alblinux.net</email>
</author>
<published>2004-06-28T15:04:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=3836adae6ac51c3d2f90773fc40ed22fcfb3d376'/>
<id>3836adae6ac51c3d2f90773fc40ed22fcfb3d376</id>
<content type='text'>
2004-06-28  Laurent Dhima  &lt;laurenti@alblinux.net&gt;

	* sq.po: Translation updated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2004-06-28  Laurent Dhima  &lt;laurenti@alblinux.net&gt;

	* sq.po: Translation updated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated Norwegian translation.</title>
<updated>2004-06-28T13:49:50+00:00</updated>
<author>
<name>Kjartan Maraas</name>
<email>kmaraas@gnome.org</email>
</author>
<published>2004-06-28T13:49:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=f0e8e4845552360896ad105e9dab2447441f941b'/>
<id>f0e8e4845552360896ad105e9dab2447441f941b</id>
<content type='text'>
2004-06-28  Kjartan Maraas  &lt;kmaraas@gnome.org&gt;

	* no.po: Updated Norwegian translation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2004-06-28  Kjartan Maraas  &lt;kmaraas@gnome.org&gt;

	* no.po: Updated Norwegian translation.
</pre>
</div>
</content>
</entry>
<entry>
<title>override CAMEL_FOLDER_NAME arg so we can translate "." into "Inbox".</title>
<updated>2004-06-28T08:36:29+00:00</updated>
<author>
<name>Not Zed</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2004-06-28T08:36:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=9d99644c6d544ddf19a3d124866f551e5fe06bfd'/>
<id>9d99644c6d544ddf19a3d124866f551e5fe06bfd</id>
<content type='text'>
2004-06-28  Not Zed  &lt;NotZed@Ximian.com&gt;

        * providers/local/camel-maildir-folder.c (maildir_folder_getv):
        override CAMEL_FOLDER_NAME arg so we can translate "." into
        "Inbox".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2004-06-28  Not Zed  &lt;NotZed@Ximian.com&gt;

        * providers/local/camel-maildir-folder.c (maildir_folder_getv):
        override CAMEL_FOLDER_NAME arg so we can translate "." into
        "Inbox".
</pre>
</div>
</content>
</entry>
<entry>
<title>take url argument directly, fixes a memleak. (camel_folder_info_new): make</title>
<updated>2004-06-28T06:59:38+00:00</updated>
<author>
<name>Not Zed</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2004-06-28T06:59:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=0a41c188fe30d3b3bb05c10ec3f3f7b0c86efa08'/>
<id>0a41c188fe30d3b3bb05c10ec3f3f7b0c86efa08</id>
<content type='text'>
2004-06-28  Not Zed  &lt;NotZed@Ximian.com&gt;

        * providers/local/camel-maildir-store.c (camel_folder_info_new):
        take url argument directly, fixes a memleak.
        (camel_folder_info_new): make the toplevel "." into "Inbox"
        always.
        (maildir_rename_folder): dont let users rename inbox.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2004-06-28  Not Zed  &lt;NotZed@Ximian.com&gt;

        * providers/local/camel-maildir-store.c (camel_folder_info_new):
        take url argument directly, fixes a memleak.
        (camel_folder_info_new): make the toplevel "." into "Inbox"
        always.
        (maildir_rename_folder): dont let users rename inbox.
</pre>
</div>
</content>
</entry>
<entry>
<title>More fixes.</title>
<updated>2004-06-28T00:18:20+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@novell.com</email>
</author>
<published>2004-06-28T00:18:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=0065d23c624a52a1888ea48f882cce1211fea6b5'/>
<id>0065d23c624a52a1888ea48f882cce1211fea6b5</id>
<content type='text'>
2004-06-27  Jeffrey Stedfast  &lt;fejj@novell.com&gt;

	* camel-url-scanner.c (camel_url_web_end): More fixes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2004-06-27  Jeffrey Stedfast  &lt;fejj@novell.com&gt;

	* camel-url-scanner.c (camel_url_web_end): More fixes.
</pre>
</div>
</content>
</entry>
<entry>
<title>same. (remodel): same.</title>
<updated>2004-06-26T19:04:24+00:00</updated>
<author>
<name>Chris Toshok</name>
<email>toshok@ximian.com</email>
</author>
<published>2004-06-26T19:04:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=7921109a237c89daad6f69b22fc521ce4ac29e24'/>
<id>7921109a237c89daad6f69b22fc521ce4ac29e24</id>
<content type='text'>
2004-06-25  Chris Toshok  &lt;toshok@ximian.com&gt;

        * gui/widgets/e-minicard.c (add_field): same.
        (remodel): same.

        * gui/widgets/e-addressbook-reflow-adapter.c (addressbook_height): same.

        * gui/widgets/eab-popup-control.c (email_table_init): same.
        (contact_picker_init): same.

        * gui/widgets/eab-gui-util.c (eab_contact_save): use
        e_contact_get_const here to plug a leak.
        (eab_contact_list_save): same.
        (eab_send_contact_list_as_attachment): same.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2004-06-25  Chris Toshok  &lt;toshok@ximian.com&gt;

        * gui/widgets/e-minicard.c (add_field): same.
        (remodel): same.

        * gui/widgets/e-addressbook-reflow-adapter.c (addressbook_height): same.

        * gui/widgets/eab-popup-control.c (email_table_init): same.
        (contact_picker_init): same.

        * gui/widgets/eab-gui-util.c (eab_contact_save): use
        e_contact_get_const here to plug a leak.
        (eab_contact_list_save): same.
        (eab_send_contact_list_as_attachment): same.
</pre>
</div>
</content>
</entry>
</feed>
