aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-06-15 23:24:40 +0800
committerDan Winship <danw@src.gnome.org>2000-06-15 23:24:40 +0800
commit86c38b418e5b2e6aac95409c40c073f60115e22e (patch)
tree5afb40ddac12263a13d9bce0a74069d737350cd8 /mail/ChangeLog
parent927da631980f20b076109939190fa6c20b75bf8e (diff)
downloadgsoc2013-evolution-86c38b418e5b2e6aac95409c40c073f60115e22e.tar
gsoc2013-evolution-86c38b418e5b2e6aac95409c40c073f60115e22e.tar.gz
gsoc2013-evolution-86c38b418e5b2e6aac95409c40c073f60115e22e.tar.bz2
gsoc2013-evolution-86c38b418e5b2e6aac95409c40c073f60115e22e.tar.lz
gsoc2013-evolution-86c38b418e5b2e6aac95409c40c073f60115e22e.tar.xz
gsoc2013-evolution-86c38b418e5b2e6aac95409c40c073f60115e22e.tar.zst
gsoc2013-evolution-86c38b418e5b2e6aac95409c40c073f60115e22e.zip
if the document requests an unknown URL, it's not an error; just ignore
* mail-display.c (on_url_requested): if the document requests an unknown URL, it's not an error; just ignore the URL. * mail-ops.c (fetch_mail): If there's no new mail, tell the user. svn path=/trunk/; revision=3574
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 7f947eb3e6..7e792895d7 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,10 @@
+2000-06-15 Dan Winship <danw@helixcode.com>
+
+ * mail-display.c (on_url_requested): if the document requests an
+ unknown URL, it's not an error; just ignore the URL.
+
+ * mail-ops.c (fetch_mail): If there's no new mail, tell the user.
+
2000-06-14 Radek Doulik <rodo@helixcode.com>
* main.c (main): call gtkhtmllib_init here