aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-10-03 04:16:53 +0800
committerDan Winship <danw@src.gnome.org>2000-10-03 04:16:53 +0800
commit3694d8a1359eee3ff5e834056130c02f08ae0f0b (patch)
treece2daf82ec94fccfb4bb7a86d9ec012d592af896 /mail/ChangeLog
parent853d2b99ff4a6509cad65e893a84bb00bae4f669 (diff)
downloadgsoc2013-evolution-3694d8a1359eee3ff5e834056130c02f08ae0f0b.tar
gsoc2013-evolution-3694d8a1359eee3ff5e834056130c02f08ae0f0b.tar.gz
gsoc2013-evolution-3694d8a1359eee3ff5e834056130c02f08ae0f0b.tar.bz2
gsoc2013-evolution-3694d8a1359eee3ff5e834056130c02f08ae0f0b.tar.lz
gsoc2013-evolution-3694d8a1359eee3ff5e834056130c02f08ae0f0b.tar.xz
gsoc2013-evolution-3694d8a1359eee3ff5e834056130c02f08ae0f0b.tar.zst
gsoc2013-evolution-3694d8a1359eee3ff5e834056130c02f08ae0f0b.zip
Remove "Port" entry from source dialog. We'll use "host:port" like
* mail-config-gui.c: Remove "Port" entry from source dialog. We'll use "host:port" like Netscape and other programs do. (service_page_get_url): If host ends in ":###", use that as port. (service_page_set_url): If URL contains a port, append it to the hostname, separated by a colon. svn path=/trunk/; revision=5670
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 90b3b125ea..6b2974772e 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,11 @@
+2000-10-02 Dan Winship <danw@helixcode.com>
+
+ * mail-config-gui.c: Remove "Port" entry from source dialog. We'll
+ use "host:port" like Netscape and other programs do.
+ (service_page_get_url): If host ends in ":###", use that as port.
+ (service_page_set_url): If URL contains a port, append it to the
+ hostname, separated by a colon.
+
2000-10-02 Chris Toshok <toshok@helixcode.com>
* Makefile.am (evolution_mail_SOURCES): subscribe-control.[ch] -> subscribe_dialog.[ch]