aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-02-08 03:36:46 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-02-08 03:36:46 +0800
commit187d85dbf83254285be14b66898ae7ee584d875c (patch)
tree2227f9e8f4fd7beca023d3828b44195e079d485b /camel/ChangeLog
parentd7f8bb6f5d21ffa3341eaba5374af8a9c22421f9 (diff)
downloadgsoc2013-evolution-187d85dbf83254285be14b66898ae7ee584d875c.tar
gsoc2013-evolution-187d85dbf83254285be14b66898ae7ee584d875c.tar.gz
gsoc2013-evolution-187d85dbf83254285be14b66898ae7ee584d875c.tar.bz2
gsoc2013-evolution-187d85dbf83254285be14b66898ae7ee584d875c.tar.lz
gsoc2013-evolution-187d85dbf83254285be14b66898ae7ee584d875c.tar.xz
gsoc2013-evolution-187d85dbf83254285be14b66898ae7ee584d875c.tar.zst
gsoc2013-evolution-187d85dbf83254285be14b66898ae7ee584d875c.zip
Macro for making comparisons easy. (camel_ustrcasecmp): Use
2001-02-07 Jeffrey Stedfast <fejj@ximian.com> * camel-search-private.c (CAMEL_SEARCH_COMPARE): Macro for making comparisons easy. (camel_ustrcasecmp): Use CAMEL_SEARCH_COMPARE and check for end-of-string before the utf-8 error check. (camel_ustrncasecmp): Same. (camel_search_header_match): Strip leading spaces before doing anything else. Also use vlen and mlen so as to not need to do 500 strlen()'s. svn path=/trunk/; revision=8055
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index f69486b8ff..e2b0834e56 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,14 @@
+2001-02-07 Jeffrey Stedfast <fejj@ximian.com>
+
+ * camel-search-private.c (CAMEL_SEARCH_COMPARE): Macro for making
+ comparisons easy.
+ (camel_ustrcasecmp): Use CAMEL_SEARCH_COMPARE and check for
+ end-of-string before the utf-8 error check.
+ (camel_ustrncasecmp): Same.
+ (camel_search_header_match): Strip leading spaces before doing
+ anything else. Also use vlen and mlen so as to not need to do 500
+ strlen()'s.
+
2001-02-06 Jeffrey Stedfast <fejj@ximian.com>
* camel-search-private.c (utf8_get): Rewrote using unicode_get_utf8().