From f5ec554c152ece6b2cac94f030760df4b53bb1c7 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sat, 22 Apr 2000 18:07:14 +0000 Subject: move msg_composer_cb and msg_composer_send_cb to mail-ops. Attach send, * folder-browser-factory.c: move msg_composer_cb and msg_composer_send_cb to mail-ops. Attach send, reply, and "reply to all" buttons. * mail-ops.c (composer_send_cb, send): moved from folder-browser-factory.c. (reply_to_sender, reply_to_all): new functions to do replies. * mail-format.c (text_to_html): Add an "add_pre" flag, to make it wrap the output in
.
	(mail_generate_reply): New function to create a composer and build
	a reply in it.

svn path=/trunk/; revision=2554
---
 mail/ChangeLog | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

(limited to 'mail/ChangeLog')

diff --git a/mail/ChangeLog b/mail/ChangeLog
index b7afba2070..64ca3a6b9d 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,18 @@
+2000-04-22  Dan Winship  
+
+	* folder-browser-factory.c: move msg_composer_cb and
+	msg_composer_send_cb to mail-ops. Attach send, reply, and "reply
+	to all" buttons.
+
+	* mail-ops.c (composer_send_cb, send): moved from
+	folder-browser-factory.c.
+	(reply_to_sender, reply_to_all): new functions to do replies.
+
+	* mail-format.c (text_to_html): Add an "add_pre" flag, to make
+	it wrap the output in 
.
+	(mail_generate_reply): New function to create a composer and build
+	a reply in it.
+
 2000-04-21  Dan Winship  
 
 	* mail-display.c (on_url_requested): deal with cid: URLs.
-- 
cgit