diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-03-26 14:10:42 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-03-26 14:10:42 +0800 |
commit | c66daf5a80ddfcf2bc6c3b9e98823c0b2b0eadae (patch) | |
tree | a39a085be00549a6986700999006f67f1a3c6453 /ChangeLog | |
parent | eb75c1615c50dca8e06a0ba6ed46b5662c0ff0aa (diff) | |
download | gsoc2013-evolution-c66daf5a80ddfcf2bc6c3b9e98823c0b2b0eadae.tar.gz gsoc2013-evolution-c66daf5a80ddfcf2bc6c3b9e98823c0b2b0eadae.tar.zst gsoc2013-evolution-c66daf5a80ddfcf2bc6c3b9e98823c0b2b0eadae.zip |
Removed the address->description field.
2000-03-26 Christopher James Lahey <clahey@helixcode.com>
* addressbook/backend/ebook/e-card-types.h: Removed the
address->description field.
* addressbook/backend/ebook/e-card.c: Added VCard output and
the use of GtkArguments.
* addressbook/backend/ebook/test-card.c: Updated this to use the
GtkArguments.
* addressbook/backend/ebook/e-book.c: Fixed a memory leak.
svn path=/trunk/; revision=2164
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2000-03-26 Christopher James Lahey <clahey@helixcode.com> + + * addressbook/backend/ebook/e-card-types.h: Removed the + address->description field. + + * addressbook/backend/ebook/e-card.c: Added VCard output and + the use of GtkArguments. + + * addressbook/backend/ebook/test-card.c: Updated this to use the + GtkArguments. + + * addressbook/backend/ebook/e-book.c: Fixed a memory leak. + 2000-03-25 Matt Loper <matt@helixcode.com> * shell/e-shell-view.c (get_view): Move CORBA_Environment to |