diff options
author | Not Zed <NotZed@HelixCode.com> | 2000-08-11 00:36:25 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-08-11 00:36:25 +0800 |
commit | 0c8f2908653fdecd2ef5ef8cf7f2333f9bc910c4 (patch) | |
tree | 13962cdf0d866737af6e80b85f218c0d503c5161 /filter/ChangeLog | |
parent | 690509bf826bc02af09cbec064f1f34c48dd9b0c (diff) | |
download | gsoc2013-evolution-0c8f2908653fdecd2ef5ef8cf7f2333f9bc910c4.tar.gz gsoc2013-evolution-0c8f2908653fdecd2ef5ef8cf7f2333f9bc910c4.tar.zst gsoc2013-evolution-0c8f2908653fdecd2ef5ef8cf7f2333f9bc910c4.zip |
Save the results of searches till we're done. So we dont have to go
2000-08-10 Not Zed <NotZed@HelixCode.com>
* filter-driver.c (filter_driver_run): Save the results of
searches till we're done. So we dont have to go strduping strings
agian and again and again and again ... Remove all the unecessary
strdups.
(do_colour): Implement.
(filter_driver_run): Change for append api change.
(free_key): Removed.
svn path=/trunk/; revision=4684
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r-- | filter/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index af6da0e2de..aa95acd936 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,3 +1,13 @@ +2000-08-10 Not Zed <NotZed@HelixCode.com> + + * filter-driver.c (filter_driver_run): Save the results of + searches till we're done. So we dont have to go strduping strings + agian and again and again and again ... Remove all the unecessary + strdups. + (do_colour): Implement. + (filter_driver_run): Change for append api change. + (free_key): Removed. + 2000-08-09 Not Zed <NotZed@HelixCode.com> * rule-context.c (rule_context_add_rule_gui): Helper function to |