aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatt Loper <matt@helixcode.com>2000-02-19 08:20:47 +0800
committerMatthew Loper <mloper@src.gnome.org>2000-02-19 08:20:47 +0800
commite9f6e62c8bf9edb9878c5eb7a469b00aa16a1ea5 (patch)
tree46044751dd2b676c81f504e606e6efff7392d471 /ChangeLog
parentd82170a3f75247fdce0a6c8b922eda503dfdd2fb (diff)
downloadgsoc2013-evolution-e9f6e62c8bf9edb9878c5eb7a469b00aa16a1ea5.tar
gsoc2013-evolution-e9f6e62c8bf9edb9878c5eb7a469b00aa16a1ea5.tar.gz
gsoc2013-evolution-e9f6e62c8bf9edb9878c5eb7a469b00aa16a1ea5.tar.bz2
gsoc2013-evolution-e9f6e62c8bf9edb9878c5eb7a469b00aa16a1ea5.tar.lz
gsoc2013-evolution-e9f6e62c8bf9edb9878c5eb7a469b00aa16a1ea5.tar.xz
gsoc2013-evolution-e9f6e62c8bf9edb9878c5eb7a469b00aa16a1ea5.tar.zst
gsoc2013-evolution-e9f6e62c8bf9edb9878c5eb7a469b00aa16a1ea5.zip
Call camel_data_wrapper_set_input_stream, rather than
2000-02-18 Matt Loper <matt@helixcode.com> * tests/ui-tests/message-browser.c (filename_to_camel_msg): Call camel_data_wrapper_set_input_stream, rather than camel_data_wrapper_construct_from_stream. For the whole message, allow someone to see the header ("to", "from", etc.). Clicking on tree items to see their elements, now works also. svn path=/trunk/; revision=1845
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a5f24d7f26..8aa766cdcf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-02-18 Matt Loper <matt@helixcode.com>
+
+ * tests/ui-tests/message-browser.c (filename_to_camel_msg): Call
+ camel_data_wrapper_set_input_stream, rather than
+ camel_data_wrapper_construct_from_stream. For the whole message,
+ allow someone to see the header ("to", "from", etc.). Clicking on
+ tree items to see their elements, now works also.
+
2000-02-18 Miguel de Icaza <miguel@nuclecu.unam.mx>
* configure.in: Make gnomeui the last library on the command line,