diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-10-29 21:43:36 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-10-29 21:43:36 +0800 |
commit | e7f020e3a2bd293193a73ed349163aec23bd310c (patch) | |
tree | a9a4d708a7e0e4d7f4c4e5987c4f721d117ca371 /addressbook/ChangeLog | |
parent | 6dae7abcf15b057aae8a4fc0e8f8f7fb1f269172 (diff) | |
download | gsoc2013-evolution-e7f020e3a2bd293193a73ed349163aec23bd310c.tar gsoc2013-evolution-e7f020e3a2bd293193a73ed349163aec23bd310c.tar.gz gsoc2013-evolution-e7f020e3a2bd293193a73ed349163aec23bd310c.tar.bz2 gsoc2013-evolution-e7f020e3a2bd293193a73ed349163aec23bd310c.tar.lz gsoc2013-evolution-e7f020e3a2bd293193a73ed349163aec23bd310c.tar.xz gsoc2013-evolution-e7f020e3a2bd293193a73ed349163aec23bd310c.tar.zst gsoc2013-evolution-e7f020e3a2bd293193a73ed349163aec23bd310c.zip |
New function to set the ECardName on this card and fix the file_as if
2001-10-29 Christopher James Lahey <clahey@ximian.com>
* backend/ebook/e-card-simple.c, backend/ebook/e-card-simple.h
(e_card_simple_set_name): New function to set the ECardName on
this card and fix the file_as if necessary.
svn path=/trunk/; revision=14337
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 2553bdbb44..2fd1a3580f 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,6 +1,12 @@ 2001-10-29 Christopher James Lahey <clahey@ximian.com> * backend/ebook/e-card-simple.c, backend/ebook/e-card-simple.h + (e_card_simple_set_name): New function to set the ECardName on + this card and fix the file_as if necessary. + +2001-10-29 Christopher James Lahey <clahey@ximian.com> + + * backend/ebook/e-card-simple.c, backend/ebook/e-card-simple.h (e_card_simple_get): Handle returning dates here. (e_card_simple_get_allow_newlines): New function. Returns whether it makes much sense to have newlines in this string. |