From 34766a085cad6e95aef84b82ec6af40d86f0ca52 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 22 Sep 2000 15:49:21 +0000 Subject: Fixed some warnings. Fixed a bug where quoted printable fields were 2000-09-22 Christopher James Lahey * 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 * 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 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 748e7e80d5..a082bc3d2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-09-22 Christopher James Lahey + + * libversit/vcc.y: Fixed some warnings. Fixed a bug where quoted + printable fields were reading in semi-colons that should have been + field separators. + 2000-09-22 Christopher James Lahey * ui/Makefile.am: Added evolution-addressbook-ldap.xml. -- cgit