aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-03-29 10:08:23 +0800
committerChris Lahey <clahey@src.gnome.org>2000-03-29 10:08:23 +0800
commit468049294f22d48ab9b43e9e5d88f5457bb04002 (patch)
treefc5a9b11f76caa9d9f47c86e49d25d65fbfdcbd5 /ChangeLog
parent7bbcabbc1e87f5188e3e44b37abc90cb7a7864fd (diff)
downloadgsoc2013-evolution-468049294f22d48ab9b43e9e5d88f5457bb04002.tar
gsoc2013-evolution-468049294f22d48ab9b43e9e5d88f5457bb04002.tar.gz
gsoc2013-evolution-468049294f22d48ab9b43e9e5d88f5457bb04002.tar.bz2
gsoc2013-evolution-468049294f22d48ab9b43e9e5d88f5457bb04002.tar.lz
gsoc2013-evolution-468049294f22d48ab9b43e9e5d88f5457bb04002.tar.xz
gsoc2013-evolution-468049294f22d48ab9b43e9e5d88f5457bb04002.tar.zst
gsoc2013-evolution-468049294f22d48ab9b43e9e5d88f5457bb04002.zip
Removed an infinite loop.
2000-03-28 Christopher James Lahey <clahey@helixcode.com> * addressbook/backend/pas/pas-backend-file.c: Removed an infinite loop. * addressbook/backend/ebook/test-client-list.c: New test that doesn't add an extra database item. * addressbook/backend/ebook/Makefile.am, addressbook/backend/ebook/.cvsignore: Added test-client-list. svn path=/trunk/; revision=2239
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5409761549..3811bcaa66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2000-03-28 Christopher James Lahey <clahey@helixcode.com>
+ * addressbook/backend/pas/pas-backend-file.c: Removed an infinite
+ loop.
+
+ * addressbook/backend/ebook/test-client-list.c: New test that
+ doesn't add an extra database item.
+
+ * addressbook/backend/ebook/Makefile.am,
+ addressbook/backend/ebook/.cvsignore: Added test-client-list.
+
+2000-03-28 Christopher James Lahey <clahey@helixcode.com>
+
* addressbook/backend/pas/pas-card-cursor.c: Fixed memory
allocation.