diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-07-13 06:59:25 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-07-13 06:59:25 +0800 |
commit | 5e764dcac939cf6e3386234304bfa1bac862f8cf (patch) | |
tree | f0a85caee3a9a46d251e293a7b8cb253411a0630 /camel/ChangeLog | |
parent | 247366f851afcaff367fcf13c130e3f727566864 (diff) | |
download | gsoc2013-evolution-5e764dcac939cf6e3386234304bfa1bac862f8cf.tar gsoc2013-evolution-5e764dcac939cf6e3386234304bfa1bac862f8cf.tar.gz gsoc2013-evolution-5e764dcac939cf6e3386234304bfa1bac862f8cf.tar.bz2 gsoc2013-evolution-5e764dcac939cf6e3386234304bfa1bac862f8cf.tar.lz gsoc2013-evolution-5e764dcac939cf6e3386234304bfa1bac862f8cf.tar.xz gsoc2013-evolution-5e764dcac939cf6e3386234304bfa1bac862f8cf.tar.zst gsoc2013-evolution-5e764dcac939cf6e3386234304bfa1bac862f8cf.zip |
From addressbook/ChangeLog:
2000-07-12 Christopher James Lahey <clahey@helixcode.com>
* backend/pas/pas-backend-file.c: Do case insensitive compares.
* addressbook/gui/component/addressbook.c: Make quick search
search both name and company name.
From camel/ChangeLog:
2000-07-12 Christopher James Lahey <clahey@helixcode.com>
* camel-folder-search.c, providers/imap/camel-imap-store.c:
Changed from strstrcase to e_strstrcase.
* string-utils.c, string-utils.h: Removed strstrcase (in favor of
e_strstrcase in e-util/e-util.c.)
From e-util/ChangeLog:
2000-07-12 Christopher James Lahey <clahey@helixcode.com>
* e-util.c, e-util.h: Added e_strstrcase function.
svn path=/trunk/; revision=4127
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index dba02a52a5..83f4a923bd 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2000-07-12 Christopher James Lahey <clahey@helixcode.com> + + * camel-folder-search.c, providers/imap/camel-imap-store.c: + Changed from strstrcase to e_strstrcase. + + * string-utils.c, string-utils.h: Removed strstrcase (in favor of + e_strstrcase in e-util/e-util.c.) + 2000-07-12 Chris Toshok <toshok@helixcode.com> * providers/nntp/camel-nntp-folder.c |