aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNat Friedman <nat@novell.com>2004-10-22 12:32:27 +0800
committerNat Friedman <nat@src.gnome.org>2004-10-22 12:32:27 +0800
commit9045f9fddba2e3d7b20894b0675d0cf8eeb9a9a5 (patch)
tree58b983827589adbb62ffa0d30e7121f5583d334b /mail/ChangeLog
parent92dab166b6cd33e4631c8fb018278fd5091dfc05 (diff)
downloadgsoc2013-evolution-9045f9fddba2e3d7b20894b0675d0cf8eeb9a9a5.tar
gsoc2013-evolution-9045f9fddba2e3d7b20894b0675d0cf8eeb9a9a5.tar.gz
gsoc2013-evolution-9045f9fddba2e3d7b20894b0675d0cf8eeb9a9a5.tar.bz2
gsoc2013-evolution-9045f9fddba2e3d7b20894b0675d0cf8eeb9a9a5.tar.lz
gsoc2013-evolution-9045f9fddba2e3d7b20894b0675d0cf8eeb9a9a5.tar.xz
gsoc2013-evolution-9045f9fddba2e3d7b20894b0675d0cf8eeb9a9a5.tar.zst
gsoc2013-evolution-9045f9fddba2e3d7b20894b0675d0cf8eeb9a9a5.zip
Add a REPLY_ALL flag to the Message target. Set the REPLY_ALL flag when
2004-10-22 Nat Friedman <nat@novell.com> * em-event.c: Add a REPLY_ALL flag to the Message target. * em-composer-utils.c (em_utils_reply_to_message): Set the REPLY_ALL flag when appropriate. svn path=/trunk/; revision=27689
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index a045865c04..cf1a4ad1d0 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,9 +1,15 @@
+2004-10-22 Nat Friedman <nat@novell.com>
+
+ * em-event.c: Add a REPLY_ALL flag to the Message target.
+ * em-composer-utils.c (em_utils_reply_to_message): Set the
+ REPLY_ALL flag when appropriate.
+
2004-10-21 Not Zed <NotZed@Ximian.com>
* em-composer-utils.c (em_utils_reply_to_message): emit a
'message.replying' event with a message target.
-2004-10-21 Nat <nat@novell.com>
+2004-10-21 Nat Friedman <nat@novell.com>
* em-event.c (em_event_target_new_message): new target type for
message-related events.