aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-08-06 00:37:22 +0800
committerDan Winship <danw@src.gnome.org>2000-08-06 00:37:22 +0800
commit51df4b80b2784ddedb81484bafc590ee1df32115 (patch)
tree7775d87c4cc04866a2637f65f5f16c6330b48ff8 /mail/ChangeLog
parent92e8723c4f2bfafd43ee85d382f1730ca5da7c14 (diff)
downloadgsoc2013-evolution-51df4b80b2784ddedb81484bafc590ee1df32115.tar
gsoc2013-evolution-51df4b80b2784ddedb81484bafc590ee1df32115.tar.gz
gsoc2013-evolution-51df4b80b2784ddedb81484bafc590ee1df32115.tar.bz2
gsoc2013-evolution-51df4b80b2784ddedb81484bafc590ee1df32115.tar.lz
gsoc2013-evolution-51df4b80b2784ddedb81484bafc590ee1df32115.tar.xz
gsoc2013-evolution-51df4b80b2784ddedb81484bafc590ee1df32115.tar.zst
gsoc2013-evolution-51df4b80b2784ddedb81484bafc590ee1df32115.zip
Update the README and the text of the Bonobo configure check to match
* configure.in, README: Update the README and the text of the Bonobo configure check to match reality. Remove the 0.15 vs 0.15-and-a-half check since we require post-0.16 now. * folder-browser-factory.c (control_activate): Remove bonobo 0.15 vs 0.15-and-a-half ifdef, since we require post-0.16 now. svn path=/trunk/; revision=4552
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 215db24b7b..2bc98fcc11 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2000-08-05 Dan Winship <danw@helixcode.com>
+
+ * folder-browser-factory.c (control_activate): Remove bonobo 0.15
+ vs 0.15-and-a-half ifdef, since we require post-0.16 now.
+
2000-08-04 Peter Williams <peterw@helixcode.com>
* mail-ops.c (move_msg): Fixed a pretty silly uninitialization bug.