aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-08-08 10:08:44 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-08-08 10:08:44 +0800
commit573ea91f0c6dc6de73884bbf1a4b039975fcacda (patch)
treebdfab5a98b22e1253d7864cf70528360add0fb62 /mail/ChangeLog
parent5428d055d162ffa0dde2b0dc5a9b2e6907a6ca73 (diff)
downloadgsoc2013-evolution-573ea91f0c6dc6de73884bbf1a4b039975fcacda.tar
gsoc2013-evolution-573ea91f0c6dc6de73884bbf1a4b039975fcacda.tar.gz
gsoc2013-evolution-573ea91f0c6dc6de73884bbf1a4b039975fcacda.tar.bz2
gsoc2013-evolution-573ea91f0c6dc6de73884bbf1a4b039975fcacda.tar.lz
gsoc2013-evolution-573ea91f0c6dc6de73884bbf1a4b039975fcacda.tar.xz
gsoc2013-evolution-573ea91f0c6dc6de73884bbf1a4b039975fcacda.tar.zst
gsoc2013-evolution-573ea91f0c6dc6de73884bbf1a4b039975fcacda.zip
Added mail-view.c
2000-08-07 Jeffrey Stedfast <fejj@helixcode.com> * Makefile.am: Added mail-view.c * folder-browser-factory.c (control_activate): Adda menu item for viewing the message * mail-view.c: New file containing methods for viewing messages in separate windows * mail-ops.c (view_message): New callback for viewing messages in a new window. svn path=/trunk/; revision=4588
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 760b678752..0ec5dce9bc 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,18 @@
2000-08-07 Jeffrey Stedfast <fejj@helixcode.com>
+ * Makefile.am: Added mail-view.c
+
+ * folder-browser-factory.c (control_activate): Adda menu item for
+ viewing the message
+
+ * mail-view.c: New file containing methods for viewing messages in
+ separate windows
+
+ * mail-ops.c (view_message): New callback for viewing messages in
+ a new window.
+
+2000-08-07 Jeffrey Stedfast <fejj@helixcode.com>
+
* component-factory.c (real_create_generic_storage): New function
to replace real_create_imap_storage and real_create_news_storage
(create_imap_storage): Updated.