diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-10-19 03:38:52 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-10-19 03:38:52 +0800 |
commit | 8fefb8df4b9f1901537ab31cefc3e44e86f4d099 (patch) | |
tree | 271a38cef9dda302534353ed77be3c680ded88d2 /addressbook/ChangeLog | |
parent | c03848ecdf2e370aaed618044f042d93fcda5f5c (diff) | |
download | gsoc2013-evolution-8fefb8df4b9f1901537ab31cefc3e44e86f4d099.tar gsoc2013-evolution-8fefb8df4b9f1901537ab31cefc3e44e86f4d099.tar.gz gsoc2013-evolution-8fefb8df4b9f1901537ab31cefc3e44e86f4d099.tar.bz2 gsoc2013-evolution-8fefb8df4b9f1901537ab31cefc3e44e86f4d099.tar.lz gsoc2013-evolution-8fefb8df4b9f1901537ab31cefc3e44e86f4d099.tar.xz gsoc2013-evolution-8fefb8df4b9f1901537ab31cefc3e44e86f4d099.tar.zst gsoc2013-evolution-8fefb8df4b9f1901537ab31cefc3e44e86f4d099.zip |
Change NAME_OR_ORG to return the email address if both name and
2000-10-18 Christopher James Lahey <clahey@helixcode.com>
* backend/ebook/e-card-simple.c: Change NAME_OR_ORG to return the
email address if both name and organization are taken.
* gui/component/select-names/e-select-names.c: Fixed up the spec
strings in this class. Removed the "cursor_mode" argument to
ETable since it's part of the spec now.
svn path=/trunk/; revision=6003
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 7df3700a39..8b8aec9e75 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,12 @@ +2000-10-18 Christopher James Lahey <clahey@helixcode.com> + + * backend/ebook/e-card-simple.c: Change NAME_OR_ORG to return the + email address if both name and organization are taken. + + * gui/component/select-names/e-select-names.c: Fixed up the spec + strings in this class. Removed the "cursor_mode" argument to + ETable since it's part of the spec now. + 2000-10-17 Iain Holmes <iain@helixcode.com> * contact-editor/contact-editor.glade: Change the initial dialog |