aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@aful.org>1999-08-16 23:08:16 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-08-16 23:08:16 +0800
commit8efa5bea5494312b98c70c347cc7df84564eb86f (patch)
tree0bbdafb8895b35ec2122f28b73b8f08d7c0e4044 /ChangeLog
parentf5aadb31ca2ab34332e8d75787090e48a510d665 (diff)
downloadgsoc2013-evolution-8efa5bea5494312b98c70c347cc7df84564eb86f.tar
gsoc2013-evolution-8efa5bea5494312b98c70c347cc7df84564eb86f.tar.gz
gsoc2013-evolution-8efa5bea5494312b98c70c347cc7df84564eb86f.tar.bz2
gsoc2013-evolution-8efa5bea5494312b98c70c347cc7df84564eb86f.tar.lz
gsoc2013-evolution-8efa5bea5494312b98c70c347cc7df84564eb86f.tar.xz
gsoc2013-evolution-8efa5bea5494312b98c70c347cc7df84564eb86f.tar.zst
gsoc2013-evolution-8efa5bea5494312b98c70c347cc7df84564eb86f.zip
Now has a popup menu on mailbox tree to allow easier tests. Implemented
1999-08-16 bertrand <Bertrand.Guiheneuf@aful.org> * tests/ui-tests/store_listing.c: Now has a popup menu on mailbox tree to allow easier tests. Implemented the copy stuff. Works well for the MH provider :))) * camel/providers/MH/camel-mh-folder.c (_copy_message_to): Test MH provider fast copy implemented. svn path=/trunk/; revision=1119
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aeceeb1ea3..328f598aad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+1999-08-16 bertrand <Bertrand.Guiheneuf@aful.org>
+
+ * tests/ui-tests/store_listing.c:
+ Now has a popup menu on mailbox tree to allow
+ easier tests. Implemented the copy stuff.
+ Works well for the MH provider :)))
+
+ * camel/providers/MH/camel-mh-folder.c (_copy_message_to):
+ Test MH provider fast copy implemented.
+
+
1999-08-15 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-folder.c (camel_folder_expunge):