<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/libversit, branch BEFORE_BOBJECT</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>2001-02-04T04:10:39+00:00</updated>
<author>
<name>nobody</name>
<email>nobody@localhost</email>
</author>
<published>2001-02-04T04:10:39+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=541ed6bf346abe33775bfa8fbe4361d53a02924d'/>
<id>541ed6bf346abe33775bfa8fbe4361d53a02924d</id>
<content type='text'>
'BEFORE_BOBJECT'.

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

svn path=/tags/BEFORE_BOBJECT/; revision=7953
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed some warnings. Fixed a bug where quoted printable fields were</title>
<updated>2000-09-22T15:49:21+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@helixcode.com</email>
</author>
<published>2000-09-22T15:49:21+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=34766a085cad6e95aef84b82ec6af40d86f0ca52'/>
<id>34766a085cad6e95aef84b82ec6af40d86f0ca52</id>
<content type='text'>
2000-09-22  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* libversit/vcc.y: Fixed some warnings.  Fixed a bug where quoted
	printable fields were reading in semi-colons that should have been
	field separators.

From addressbook/ChangeLog:

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

	* backend/ebook/e-card.c: Made addresses be quoted printable again
	so that they will encode properly if they have carriage returns in
	them.  This is possible now because of a fix in libversit.

svn path=/trunk/; revision=5550
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2000-09-22  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* libversit/vcc.y: Fixed some warnings.  Fixed a bug where quoted
	printable fields were reading in semi-colons that should have been
	field separators.

From addressbook/ChangeLog:

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

	* backend/ebook/e-card.c: Made addresses be quoted printable again
	so that they will encode properly if they have carriage returns in
	them.  This is possible now because of a fix in libversit.

svn path=/trunk/; revision=5550
</pre>
</div>
</content>
</entry>
<entry>
<title>call finiLex in error case to avoid a memleak.</title>
<updated>2000-05-08T02:15:36+00:00</updated>
<author>
<name>Chris Toshok</name>
<email>toshok@src.gnome.org</email>
</author>
<published>2000-05-08T02:15:36+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=608783a45d9b85133e0302a915add2708ba9bbc4'/>
<id>608783a45d9b85133e0302a915add2708ba9bbc4</id>
<content type='text'>
svn path=/trunk/; revision=2895
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/; revision=2895
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix off by one error.</title>
<updated>2000-05-07T18:28:47+00:00</updated>
<author>
<name>Vadim Strizhevsky</name>
<email>vadim@src.gnome.org</email>
</author>
<published>2000-05-07T18:28:47+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=257a9db4f36d7c6b8766ba42926435c7220adf99'/>
<id>257a9db4f36d7c6b8766ba42926435c7220adf99</id>
<content type='text'>
svn path=/trunk/; revision=2877
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/; revision=2877
</pre>
</div>
</content>
</entry>
<entry>
<title>New function (borrowed from Korganizer's libversit code) to combine</title>
<updated>2000-03-29T02:03:51+00:00</updated>
<author>
<name>Russell Steinthal</name>
<email>rms39@columbia.edu</email>
</author>
<published>2000-03-29T02:03:51+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=7bbcabbc1e87f5188e3e44b37abc90cb7a7864fd'/>
<id>7bbcabbc1e87f5188e3e44b37abc90cb7a7864fd</id>
<content type='text'>
2000-03-28  Russell Steinthal  &lt;rms39@columbia.edu&gt;

	* libversit/vcc.y (appendValue): New function (borrowed from
	Korganizer's libversit code) to combine semicolon-separated
	multiple-value properties into one long semicolon-delimited string
	(which can then be parsed by the application code).  This works
	around a bug in libversit by which multiple values would overwrite
	each other.

NOTE: This change seems to work, but could use as much testing as possible
before GNOME 1.2 (and gnome-pim 1.2) is released....  Hopefully, this fixes the multiple CATEGORIES bug I've been complaining about for the last few weeks.

svn path=/trunk/; revision=2237
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2000-03-28  Russell Steinthal  &lt;rms39@columbia.edu&gt;

	* libversit/vcc.y (appendValue): New function (borrowed from
	Korganizer's libversit code) to combine semicolon-separated
	multiple-value properties into one long semicolon-delimited string
	(which can then be parsed by the application code).  This works
	around a bug in libversit by which multiple values would overwrite
	each other.

NOTE: This change seems to work, but could use as much testing as possible
before GNOME 1.2 (and gnome-pim 1.2) is released....  Hopefully, this fixes the multiple CATEGORIES bug I've been complaining about for the last few weeks.

svn path=/trunk/; revision=2237
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid yyconflict with libical</title>
<updated>2000-02-23T17:53:59+00:00</updated>
<author>
<name>Seth Alves</name>
<email>alves@src.gnome.org</email>
</author>
<published>2000-02-23T17:53:59+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=a9732704a17d704559e97748457002f52d82318f'/>
<id>a9732704a17d704559e97748457002f52d82318f</id>
<content type='text'>
svn path=/trunk/; revision=1910
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/; revision=1910
</pre>
</div>
</content>
</entry>
<entry>
<title>+	* widgets/e-minicard/.cvsignore: Added minicard-label-test,</title>
<updated>2000-02-19T21:28:47+00:00</updated>
<author>
<name>Matthew Loper</name>
<email>mloper@src.gnome.org</email>
</author>
<published>2000-02-19T21:28:47+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=7b725d20a355cb5b3858dffacae0bc6f697802e1'/>
<id>7b725d20a355cb5b3858dffacae0bc6f697802e1</id>
<content type='text'>
+	minicard-test, and reflow-test.
+
+	* shell/.cvsignore: added files autogenerated from Evolution.idl.
+
+	* libversit/.cvsignore: Added .libs, vcc.c, vcc.lo, vobject.lo,
+	vcaltmp.lo, libversit.la
+
+	* libical/src/test/.cvsignore: New file.
+
+	* libical/src/libical/.cvsignore: New file.
+
+	* libical/src/libicalss/.cvsignore: New file.
+
+	* libical/.cvsignore: New file, with config.log in it.
+
+	* calendar/.cvsignore: Added tlacuache and tl-test.
+
+	* libibex/.cvsignore: added lookup.
+
+	* mail/.cvsignore: added test-mail.

svn path=/trunk/; revision=1859
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+	minicard-test, and reflow-test.
+
+	* shell/.cvsignore: added files autogenerated from Evolution.idl.
+
+	* libversit/.cvsignore: Added .libs, vcc.c, vcc.lo, vobject.lo,
+	vcaltmp.lo, libversit.la
+
+	* libical/src/test/.cvsignore: New file.
+
+	* libical/src/libical/.cvsignore: New file.
+
+	* libical/src/libicalss/.cvsignore: New file.
+
+	* libical/.cvsignore: New file, with config.log in it.
+
+	* calendar/.cvsignore: Added tlacuache and tl-test.
+
+	* libibex/.cvsignore: added lookup.
+
+	* mail/.cvsignore: added test-mail.

svn path=/trunk/; revision=1859
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed the VFS crap; my mistake, it should not go here.</title>
<updated>2000-01-21T22:38:57+00:00</updated>
<author>
<name>Federico Mena Quintero</name>
<email>federico@helixcode.com</email>
</author>
<published>2000-01-21T22:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=9764088cda82b0f7d79d1d1d7170f4311c8e9465'/>
<id>9764088cda82b0f7d79d1d1d7170f4311c8e9465</id>
<content type='text'>
2000-01-21  Federico Mena Quintero  &lt;federico@helixcode.com&gt;

	* libversit/vcc.y: Removed the VFS crap; my mistake, it should not
	go here.

	* configure.in: Added yacc requirements for libversit.

svn path=/trunk/; revision=1603
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2000-01-21  Federico Mena Quintero  &lt;federico@helixcode.com&gt;

	* libversit/vcc.y: Removed the VFS crap; my mistake, it should not
	go here.

	* configure.in: Added yacc requirements for libversit.

svn path=/trunk/; revision=1603
</pre>
</div>
</content>
</entry>
<entry>
<title>Libversit / VFS work - Federico</title>
<updated>2000-01-21T08:28:09+00:00</updated>
<author>
<name>Arturo Espinosa</name>
<email>unammx@src.gnome.org</email>
</author>
<published>2000-01-21T08:28:09+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=6cfc31750daed7f502b3d0097892a70e9f134fdf'/>
<id>6cfc31750daed7f502b3d0097892a70e9f134fdf</id>
<content type='text'>
svn path=/trunk/; revision=1601
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/; revision=1601
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix handling of QUOTED-PRINTABLE strings. writeQPString has been fixed to</title>
<updated>1999-12-31T20:35:35+00:00</updated>
<author>
<name>Vadim Strizhevsky</name>
<email>vadim@src.gnome.org</email>
</author>
<published>1999-12-31T20:35:35+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=01f62452292ef0806edd03eced94e2637c146651'/>
<id>01f62452292ef0806edd03eced94e2637c146651</id>
<content type='text'>
* libversit/vobject.c: Fix handling of QUOTED-PRINTABLE strings.
writeQPString has been fixed to escape all chars according to rfc 1521.
writeString has been added for writing regular non-quoted strings.

* gmomecard/card.c: Fix infinite file growth problems, by not adding
the same attribute to the vcard property more than once.

* gnomecard/address-conduit.[ch]: Remove custom \n escaping and always
use QUOTED-PRINTABLE when necessary because libversit has been
fixed appropriately. Also remove various compiler warnings.

svn path=/trunk/; revision=1527
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* libversit/vobject.c: Fix handling of QUOTED-PRINTABLE strings.
writeQPString has been fixed to escape all chars according to rfc 1521.
writeString has been added for writing regular non-quoted strings.

* gmomecard/card.c: Fix infinite file growth problems, by not adding
the same attribute to the vcard property more than once.

* gnomecard/address-conduit.[ch]: Remove custom \n escaping and always
use QUOTED-PRINTABLE when necessary because libversit has been
fixed appropriately. Also remove various compiler warnings.

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