diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-08 05:13:41 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-08 05:13:41 +0800 |
commit | 011e287e7d36126a6fbf88992c14a9b4c0344739 (patch) | |
tree | cf4415f66ef195463161874d055686b5ea79621e /camel/ChangeLog | |
parent | 665da2c706a462d92c70fad3e41974fe5f4d8c30 (diff) | |
download | gsoc2013-evolution-011e287e7d36126a6fbf88992c14a9b4c0344739.tar gsoc2013-evolution-011e287e7d36126a6fbf88992c14a9b4c0344739.tar.gz gsoc2013-evolution-011e287e7d36126a6fbf88992c14a9b4c0344739.tar.bz2 gsoc2013-evolution-011e287e7d36126a6fbf88992c14a9b4c0344739.tar.lz gsoc2013-evolution-011e287e7d36126a6fbf88992c14a9b4c0344739.tar.xz gsoc2013-evolution-011e287e7d36126a6fbf88992c14a9b4c0344739.tar.zst gsoc2013-evolution-011e287e7d36126a6fbf88992c14a9b4c0344739.zip |
Make this return a GPtrArray rather than a GList.
* camel-folder.c (camel_folder_search_by_expression): Make this
return a GPtrArray rather than a GList.
* camel-folder-search.c (camel_folder_search_execute_expression):
* providers/imap/camel-imap-folder.c (imap_search_by_expression):
* providers/mbox/camel-mbox-folder.c (mbox_search_by_expression):
* providers/nntp/camel-nntp-folder.c (nntp_search_by_expression):
Update to return a GPtrArray rather than a GList.
svn path=/trunk/; revision=3958
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index e628e69e64..03ecd349c4 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,14 @@ +2000-07-07 Dan Winship <danw@helixcode.com> + + * camel-folder.c (camel_folder_search_by_expression): Make this + return a GPtrArray rather than a GList. + + * camel-folder-search.c (camel_folder_search_execute_expression): + * providers/imap/camel-imap-folder.c (imap_search_by_expression): + * providers/mbox/camel-mbox-folder.c (mbox_search_by_expression): + * providers/nntp/camel-nntp-folder.c (nntp_search_by_expression): + Update to return a GPtrArray rather than a GList. + 2000-07-07 Jeffrey Stedfast <fejj@helixcode.com> * providers/smtp/camel-smtp-transport.c (esmtp_get_authtypes): |