<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/e-util/ChangeLog, branch XPROP_REWRITE</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2002-05-15T16:19:25+00:00</updated>
<author>
<name>nobody</name>
<email>nobody@localhost</email>
</author>
<published>2002-05-15T16:19:25+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8f6f0d2eb8e4dc4d9eeeb6033eacff70538f8c65'/>
<id>8f6f0d2eb8e4dc4d9eeeb6033eacff70538f8c65</id>
<content type='text'>
'XPROP_REWRITE'.

svn path=/tags/XPROP_REWRITE/; revision=16889
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'XPROP_REWRITE'.

svn path=/tags/XPROP_REWRITE/; revision=16889
</pre>
</div>
</content>
</entry>
<entry>
<title>New.</title>
<updated>2002-05-07T15:09:40+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2002-05-07T15:09:40+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=f20ed7f2c6c5e7d67164bb94fad2623f014ab03a'/>
<id>f20ed7f2c6c5e7d67164bb94fad2623f014ab03a</id>
<content type='text'>
* e-corba-utils.c (e_safe_corba_string_dup): New.

svn path=/trunk/; revision=16702
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* e-corba-utils.c (e_safe_corba_string_dup): New.

svn path=/trunk/; revision=16702
</pre>
</div>
</content>
</entry>
<entry>
<title>Destroy our mutex too. (e_thread_new): Add thread to a new list of all</title>
<updated>2002-05-06T11:46:36+00:00</updated>
<author>
<name>Not Zed</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2002-05-06T11:46:36+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=95f58c95b6915c7003a52a652fa6aff2bb86b613'/>
<id>95f58c95b6915c7003a52a652fa6aff2bb86b613</id>
<content type='text'>
2002-05-06  Not Zed  &lt;NotZed@Ximian.com&gt;

        * e-msgport.c (e_thread_destroy): Destroy our mutex too.
        (e_thread_new): Add thread to a new list of all threads.
        (e_thread_destroy): Remove thread from list of all threads.
        (e_thread_busy): New function, returh true if we're busy somewhere
        processing work.

svn path=/trunk/; revision=16683
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2002-05-06  Not Zed  &lt;NotZed@Ximian.com&gt;

        * e-msgport.c (e_thread_destroy): Destroy our mutex too.
        (e_thread_new): Add thread to a new list of all threads.
        (e_thread_destroy): Remove thread from list of all threads.
        (e_thread_busy): New function, returh true if we're busy somewhere
        processing work.

svn path=/trunk/; revision=16683
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't leak the base64 encoded password buffer.</title>
<updated>2002-04-20T02:25:01+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2002-04-20T02:25:01+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=c2dbcb18f260d7bc7ed5a89e482cfb7649792b3e'/>
<id>c2dbcb18f260d7bc7ed5a89e482cfb7649792b3e</id>
<content type='text'>
2002-04-19  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* e-passwords.c (e_passwords_get_password): Don't leak the base64
	encoded password buffer.

svn path=/trunk/; revision=16551
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2002-04-19  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* e-passwords.c (e_passwords_get_password): Don't leak the base64
	encoded password buffer.

svn path=/trunk/; revision=16551
</pre>
</div>
</content>
</entry>
<entry>
<title>New wrapper around gethostbyaddr_r if the system has it, else a whole new</title>
<updated>2002-04-17T01:17:24+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2002-04-17T01:17:24+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=b06b0051c5fee1c0eafa87f164fe0b8f4e27e5ef'/>
<id>b06b0051c5fee1c0eafa87f164fe0b8f4e27e5ef</id>
<content type='text'>
2002-04-16  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* e-host-utils.c (e_gethostbyaddr_r): New wrapper around
	gethostbyaddr_r if the system has it, else a whole new
	implementation.

svn path=/trunk/; revision=16483
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2002-04-16  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* e-host-utils.c (e_gethostbyaddr_r): New wrapper around
	gethostbyaddr_r if the system has it, else a whole new
	implementation.

svn path=/trunk/; revision=16483
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle parsing negative integers.</title>
<updated>2002-04-11T21:53:44+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2002-04-11T21:53:44+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=48182f64e86638a5420b3768c13a8ae4d0dbd249'/>
<id>48182f64e86638a5420b3768c13a8ae4d0dbd249</id>
<content type='text'>
2002-04-11  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* e-sexp.c (parse_value): Handle parsing negative integers.

svn path=/trunk/; revision=16441
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2002-04-11  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* e-sexp.c (parse_value): Handle parsing negative integers.

svn path=/trunk/; revision=16441
</pre>
</div>
</content>
</entry>
<entry>
<title>open a file selection dialog with the given title and return the selected</title>
<updated>2002-03-29T21:30:46+00:00</updated>
<author>
<name>JP Rosevear</name>
<email>jpr@ximian.com</email>
</author>
<published>2002-03-29T21:30:46+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=9104b3079ae9654573f488774490d6bd27a347b8'/>
<id>9104b3079ae9654573f488774490d6bd27a347b8</id>
<content type='text'>
2002-03-29  JP Rosevear  &lt;jpr@ximian.com&gt;

	* e-dialog-utils.c (e_file_dialog_save): open a file selection
	dialog with the given title and return the selected file name
	(save_ok): if the ok button is clicked, make sure the file doesn't
	already exist and if it does, see if the user wants to over write
	it

	* e-dialog-utils.h: new proto

svn path=/trunk/; revision=16284
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2002-03-29  JP Rosevear  &lt;jpr@ximian.com&gt;

	* e-dialog-utils.c (e_file_dialog_save): open a file selection
	dialog with the given title and return the selected file name
	(save_ok): if the ok button is clicked, make sure the file doesn't
	already exist and if it does, see if the user wants to over write
	it

	* e-dialog-utils.h: new proto

svn path=/trunk/; revision=16284
</pre>
</div>
</content>
</entry>
<entry>
<title>New. New.</title>
<updated>2002-03-22T20:47:53+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2002-03-22T20:47:53+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=c197e1fd693a4957d81b33f8f87b7cdb476a4bc2'/>
<id>c197e1fd693a4957d81b33f8f87b7cdb476a4bc2</id>
<content type='text'>
* e-lang-utils.c: New.
* e-lang-utils.h: New.

svn path=/trunk/; revision=16231
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* e-lang-utils.c: New.
* e-lang-utils.h: New.

svn path=/trunk/; revision=16231
</pre>
</div>
</content>
</entry>
<entry>
<title>Document the fact that this takes two locale charset strings and one UTF8</title>
<updated>2002-03-22T15:46:20+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@src.gnome.org</email>
</author>
<published>2002-03-22T15:46:20+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=3e6b83577e82d3d1795ba0fce874abebba44ea22'/>
<id>3e6b83577e82d3d1795ba0fce874abebba44ea22</id>
<content type='text'>
	* e-request.c (e_request_string): Document the fact that this
	takes two locale charset strings and one UTF8 string and returns a
	UTF8 string. (Huh.)

svn path=/trunk/; revision=16226
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* e-request.c (e_request_string): Document the fact that this
	takes two locale charset strings and one UTF8 string and returns a
	UTF8 string. (Huh.)

svn path=/trunk/; revision=16226
</pre>
</div>
</content>
</entry>
<entry>
<title>#include &lt;string.h&gt; for strcmp.</title>
<updated>2002-03-04T20:33:34+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2002-03-04T20:33:34+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=046de2dc3f4350ed949cc7df1e49b43bbf710a30'/>
<id>046de2dc3f4350ed949cc7df1e49b43bbf710a30</id>
<content type='text'>
2002-03-04  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* e-mktemp.c: #include &lt;string.h&gt; for strcmp.

svn path=/trunk/; revision=15907
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2002-03-04  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* e-mktemp.c: #include &lt;string.h&gt; for strcmp.

svn path=/trunk/; revision=15907
</pre>
</div>
</content>
</entry>
</feed>
