aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@src.gnome.org>2000-04-11 23:08:11 +0800
committerChris Toshok <toshok@src.gnome.org>2000-04-11 23:08:11 +0800
commit562afc46d5e83393978d94c80025aa49557d8f26 (patch)
treefec84185f7ece99e2daa44674ccd89bb44882d07 /ChangeLog
parent33d700d2eac61942d86df94d2dd1c8d01ea7e4b7 (diff)
downloadgsoc2013-evolution-562afc46d5e83393978d94c80025aa49557d8f26.tar
gsoc2013-evolution-562afc46d5e83393978d94c80025aa49557d8f26.tar.gz
gsoc2013-evolution-562afc46d5e83393978d94c80025aa49557d8f26.tar.bz2
gsoc2013-evolution-562afc46d5e83393978d94c80025aa49557d8f26.tar.lz
gsoc2013-evolution-562afc46d5e83393978d94c80025aa49557d8f26.tar.xz
gsoc2013-evolution-562afc46d5e83393978d94c80025aa49557d8f26.tar.zst
gsoc2013-evolution-562afc46d5e83393978d94c80025aa49557d8f26.zip
new function, taking code from func_contains to get string properties.
* addressbook/backend/pas/pas-backend-file.c (get_e_card_prop): new function, taking code from func_contains to get string properties. (entry_compare): new function generic, taking strstr-like function as a parameter. (func_contains): rewrite function to use entry_compare. (is_helper): new helper function to map strcmp to a strstr-like function. (func_is): new function, implementing "is" for searches. (endswith_helper): new function. (func_endswith) new function, implementing "endswith" for searches. (beginswith_helper): new function. (func_beginswith): new function, implementing "beginswith" for searches. svn path=/trunk/; revision=2392
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7329c9e0ce..6fa9a730cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2000-04-11 Chris Toshok <toshok@helixcode.com>
+
+ * addressbook/backend/pas/pas-backend-file.c
+ (get_e_card_prop): new function, taking code from func_contains to
+ get string properties.
+ (entry_compare): new function generic, taking strstr-like function
+ as a parameter.
+ (func_contains): rewrite function to use entry_compare.
+ (is_helper): new helper function to map strcmp to a strstr-like
+ function.
+ (func_is): new function, implementing "is" for searches.
+ (endswith_helper): new function.
+ (func_endswith) new function, implementing "endswith" for searches.
+ (beginswith_helper): new function.
+ (func_beginswith): new function, implementing "beginswith" for searches.
+
2000-04-11 Christopher James Lahey <clahey@helixcode.com>
* addressbook/gui/minicard/e-minicard-view.c: This was setting