diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-01 01:03:06 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-01 01:03:06 +0800 |
commit | d87a10196cd82a391f9c2f937ee91dd9f06e5abe (patch) | |
tree | 0f39e8ecfe6495db3d32716ce5b20ffd50d9bca2 /addressbook/ChangeLog | |
parent | edf876f544a5f2010f117b0b609b557f9d2b1e04 (diff) | |
download | gsoc2013-evolution-d87a10196cd82a391f9c2f937ee91dd9f06e5abe.tar gsoc2013-evolution-d87a10196cd82a391f9c2f937ee91dd9f06e5abe.tar.gz gsoc2013-evolution-d87a10196cd82a391f9c2f937ee91dd9f06e5abe.tar.bz2 gsoc2013-evolution-d87a10196cd82a391f9c2f937ee91dd9f06e5abe.tar.lz gsoc2013-evolution-d87a10196cd82a391f9c2f937ee91dd9f06e5abe.tar.xz gsoc2013-evolution-d87a10196cd82a391f9c2f937ee91dd9f06e5abe.tar.zst gsoc2013-evolution-d87a10196cd82a391f9c2f937ee91dd9f06e5abe.zip |
From addressbook/ChangeLog
2000-04-30 Christopher James Lahey <clahey@helixcode.com>
* backend/ebook/e-card.c: Make file as not have the : after it if
it's empty. If there's no name, or file_as, fill in these fields
with defaults based on full_name or name respectively.
* backend/ebook/load-pine-addressbook.c: New file to do import of
pine .addressbook files.
* backend/pas/pas-backend-file.c: Made empty fields act as the
empty string for searches.
* contact-editor/e-contact-editor.c,
contact-editor/e-contact-editor.h: Made the File As field update
properly as you edit the name and company fields. Added the pull
down list of File As choices. Made sure that all fields will
be set to NULL if they are deleted to the empty string.
* gui/minicard/e-minicard.c: Use the File As field instead of the
Full Name field for the header. Make identical compares on the
File As field do a compare on the uid.
From wombat/ChangeLog
2000-04-30 Christopher James Lahey <clahey@helixcode.com>
* Makefile.am: Added ename libs to LDADD.
svn path=/trunk/; revision=2696
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index a0e59a5574..57c10947a5 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,27 @@ 2000-04-30 Christopher James Lahey <clahey@helixcode.com> + * backend/ebook/e-card.c: Make file as not have the : after it if + it's empty. If there's no name, or file_as, fill in these fields + with defaults based on full_name or name respectively. + + * backend/ebook/load-pine-addressbook.c: New file to do import of + pine .addressbook files. + + * backend/pas/pas-backend-file.c: Made empty fields act as the + empty string for searches. + + * contact-editor/e-contact-editor.c, + contact-editor/e-contact-editor.h: Made the File As field update + properly as you edit the name and company fields. Added the pull + down list of File As choices. Made sure that all fields will + be set to NULL if they are deleted to the empty string. + + * gui/minicard/e-minicard.c: Use the File As field instead of the + Full Name field for the header. Make identical compares on the + File As field do a compare on the uid. + +2000-04-30 Christopher James Lahey <clahey@helixcode.com> + * contact-editor/e-contact-editor-fullname.c, contact-editor/fullname.glade: Fixed a string mismatch. |