diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-12-10 07:18:31 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-12-10 07:18:31 +0800 |
commit | d2971bf6453efbd6b0d63ac9d4a06727062c2955 (patch) | |
tree | efca52bca3d06cb3d4df00c1ab3e225f7ad98f2b /camel/ChangeLog | |
parent | 3b74718def0fd873118d80332cfd1c7e83642394 (diff) | |
download | gsoc2013-evolution-d2971bf6453efbd6b0d63ac9d4a06727062c2955.tar gsoc2013-evolution-d2971bf6453efbd6b0d63ac9d4a06727062c2955.tar.gz gsoc2013-evolution-d2971bf6453efbd6b0d63ac9d4a06727062c2955.tar.bz2 gsoc2013-evolution-d2971bf6453efbd6b0d63ac9d4a06727062c2955.tar.lz gsoc2013-evolution-d2971bf6453efbd6b0d63ac9d4a06727062c2955.tar.xz gsoc2013-evolution-d2971bf6453efbd6b0d63ac9d4a06727062c2955.tar.zst gsoc2013-evolution-d2971bf6453efbd6b0d63ac9d4a06727062c2955.zip |
New code to scan for patterns (used only for url pattern matching atm, but
2002-12-09 Jeffrey Stedfast <fejj@ximian.com>
* camel-url-scanner.c: New code to scan for patterns (used only
for url pattern matching atm, but we may find other uses for this
and thus rename it? I dunno). Uses ETrie.
svn path=/trunk/; revision=19075
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 1e81abd4e3..1d81bead50 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2002-12-09 Jeffrey Stedfast <fejj@ximian.com> + + * camel-url-scanner.c: New code to scan for patterns (used only + for url pattern matching atm, but we may find other uses for this + and thus rename it? I dunno). Uses ETrie. + 2002-12-07 Not Zed <NotZed@Ximian.com> * camel-data-cache.c (data_cache_init): Use a bag instead of a |