diff options
author | Sivaiah Nallagatla <snallagatla@novell.com> | 2005-01-27 19:30:20 +0800 |
---|---|---|
committer | Sivaiah Nallagatla <siva@src.gnome.org> | 2005-01-27 19:30:20 +0800 |
commit | b9bc87999f59c9628706ae460c5c1bd5068cebc1 (patch) | |
tree | f9056982d8ba002d215afc2dab20d52d096fd595 /addressbook/ChangeLog | |
parent | dc0c9aef2765fdcf882c5f156e013f679bf265f4 (diff) | |
download | gsoc2013-evolution-b9bc87999f59c9628706ae460c5c1bd5068cebc1.tar gsoc2013-evolution-b9bc87999f59c9628706ae460c5c1bd5068cebc1.tar.gz gsoc2013-evolution-b9bc87999f59c9628706ae460c5c1bd5068cebc1.tar.bz2 gsoc2013-evolution-b9bc87999f59c9628706ae460c5c1bd5068cebc1.tar.lz gsoc2013-evolution-b9bc87999f59c9628706ae460c5c1bd5068cebc1.tar.xz gsoc2013-evolution-b9bc87999f59c9628706ae460c5c1bd5068cebc1.tar.zst gsoc2013-evolution-b9bc87999f59c9628706ae460c5c1bd5068cebc1.zip |
case insesitive version of strstr. Used from camel
2005-01-26 Sivaiah Nallagatla <snallagatla@novell.com>
* util/eab-book-util.c (strstrcase) :
case insesitive version of strstr. Used
from camel
(eab_contact_list_from_string) : do case in sensitive
search for "BEGIN:VCARD" and "END:VCARD" to
take care of broken vcards
Fixes #70339
svn path=/trunk/; revision=28578
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 1f7d7d0a95..7f2fc21abc 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,16 @@ +2005-01-26 Sivaiah Nallagatla <snallagatla@novell.com> + + * util/eab-book-util.c (strstrcase) : + case insesitive version of strstr. Used + from camel + + (eab_contact_list_from_string) : do case in sensitive + search for "BEGIN:VCARD" and "END:VCARD" to + take care of broken vcards + + Fixes #70339 + + 2005-01-26 Hao Sheng <hao.sheng@sun.com> * gui/contact-list-editor/e-contact-list-editor.c: |