From 562afc46d5e83393978d94c80025aa49557d8f26 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 11 Apr 2000 15:08:11 +0000 Subject: 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 --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7329c9e0ce..6fa9a730cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2000-04-11 Chris Toshok + + * 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 * addressbook/gui/minicard/e-minicard-view.c: This was setting -- cgit