diff options
author | 2 <NotZed@Ximian.com> | 2001-09-13 04:53:29 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-09-13 04:53:29 +0800 |
commit | 7999ad2c0087c2bbddf3e323709901736c13e6f4 (patch) | |
tree | 6a314a59af755f7a92a5a19922d1a7a81c9b44da /camel/ChangeLog | |
parent | 2241b7b81d11784ea7f7c1380ae265a5be624633 (diff) | |
download | gsoc2013-evolution-7999ad2c0087c2bbddf3e323709901736c13e6f4.tar gsoc2013-evolution-7999ad2c0087c2bbddf3e323709901736c13e6f4.tar.gz gsoc2013-evolution-7999ad2c0087c2bbddf3e323709901736c13e6f4.tar.bz2 gsoc2013-evolution-7999ad2c0087c2bbddf3e323709901736c13e6f4.tar.lz gsoc2013-evolution-7999ad2c0087c2bbddf3e323709901736c13e6f4.tar.xz gsoc2013-evolution-7999ad2c0087c2bbddf3e323709901736c13e6f4.tar.zst gsoc2013-evolution-7999ad2c0087c2bbddf3e323709901736c13e6f4.zip |
Change the 'not' virtual method from an immediate e-sexp function to a
2001-09-12 <NotZed@Ximian.com>
* camel-folder-search.h: Change the 'not' virtual method from an
immediate e-sexp function to a non-immediate one, which is what it
should be.
* camel-folder-search.c (search_not): Implement a 'not' function
ourselves. If 'not' on a vector value, then not over all items
in the summary.
(builtings[]): Change the 'not' builtin to be a non-immediate
function.
svn path=/trunk/; revision=12781
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index abc694efa9..0aa82cd78c 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,15 @@ +2001-09-12 <NotZed@Ximian.com> + + * camel-folder-search.h: Change the 'not' virtual method from an + immediate e-sexp function to a non-immediate one, which is what it + should be. + + * camel-folder-search.c (search_not): Implement a 'not' function + ourselves. If 'not' on a vector value, then not over all items + in the summary. + (builtings[]): Change the 'not' builtin to be a non-immediate + function. + 2001-09-12 Jeffrey Stedfast <fejj@ximian.com> * camel-filter-driver.c (camel_filter_driver_filter_mbox): Unref |