aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-06-19 12:28:17 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-06-19 12:28:17 +0800
commitc75809d23ca6ecf29a77895c33d87b4aaa2ac101 (patch)
treefaa2a9b700e3c784fe6a2e49344583f9c109c59b /mail/ChangeLog
parent0d89b1de4249b086ca6718de413f4f20c0537d0e (diff)
downloadgsoc2013-evolution-c75809d23ca6ecf29a77895c33d87b4aaa2ac101.tar
gsoc2013-evolution-c75809d23ca6ecf29a77895c33d87b4aaa2ac101.tar.gz
gsoc2013-evolution-c75809d23ca6ecf29a77895c33d87b4aaa2ac101.tar.bz2
gsoc2013-evolution-c75809d23ca6ecf29a77895c33d87b4aaa2ac101.tar.lz
gsoc2013-evolution-c75809d23ca6ecf29a77895c33d87b4aaa2ac101.tar.xz
gsoc2013-evolution-c75809d23ca6ecf29a77895c33d87b4aaa2ac101.tar.zst
gsoc2013-evolution-c75809d23ca6ecf29a77895c33d87b4aaa2ac101.zip
Should now correctly display the Transport page (made it set the
2000-06-19 Jeffrey Stedfast <fejj@helixcode.com> * mail-config.c (providers_config_new): Should now correctly display the Transport page (made it set the optionmenu correctly, before it would only set SMTP). (create_transport_page): Updated to set the page info to sendmail/smtp based on the url. (create_service_page): Had to add some code to set data on some objects so I could grab the objects I needed to modify in the above function. svn path=/trunk/; revision=3629
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 3ff6199364..3b52e54cf5 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,13 @@
+2000-06-19 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * mail-config.c (providers_config_new): Should now correctly display
+ the Transport page (made it set the optionmenu correctly, before it
+ would only set SMTP).
+ (create_transport_page): Updated to set the page info to sendmail/smtp
+ based on the url.
+ (create_service_page): Had to add some code to set data on some objects
+ so I could grab the objects I needed to modify in the above function.
+
2000-06-18 Jeffrey Stedfast <fejj@helixcode.com>
* folder-browser.c (folder_browser_load_folder): started to add