aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorJason Leach <jasonleach@usa.net>2001-01-18 11:15:16 +0800
committerJacob Leach <jleach@src.gnome.org>2001-01-18 11:15:16 +0800
commit809a9d80148789de20f4d00ec49dce7ead5a3399 (patch)
tree38c36623b45e568243d3675795278a5cca88063c /composer/ChangeLog
parentd184f178b8ede3b173789195ba22a243da08fc42 (diff)
downloadgsoc2013-evolution-809a9d80148789de20f4d00ec49dce7ead5a3399.tar
gsoc2013-evolution-809a9d80148789de20f4d00ec49dce7ead5a3399.tar.gz
gsoc2013-evolution-809a9d80148789de20f4d00ec49dce7ead5a3399.tar.bz2
gsoc2013-evolution-809a9d80148789de20f4d00ec49dce7ead5a3399.tar.lz
gsoc2013-evolution-809a9d80148789de20f4d00ec49dce7ead5a3399.tar.xz
gsoc2013-evolution-809a9d80148789de20f4d00ec49dce7ead5a3399.tar.zst
gsoc2013-evolution-809a9d80148789de20f4d00ec49dce7ead5a3399.zip
(Bug #1192: Set the Composer window title to something useful)
2001-01-17 Jason Leach <jasonleach@usa.net> (Bug #1192: Set the Composer window title to something useful) * e-msg-composer.c (e_msg_composer_construct): Connect up the new signal here. (subject_changed_cb): Set the composer window title to the subject as it's changed, or if it goes blank make it the default "Compose a message". * e-msg-composer-hdrs.c (class_init): Create a new signal "subject_changed". (entry_changed): Emit the signal here when the subject entry is changed. svn path=/trunk/; revision=7610
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 6b9e8bfd75..b5c8492f3e 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,18 @@
+2001-01-17 Jason Leach <jasonleach@usa.net>
+
+ (Bug #1192: Set the Composer window title to something useful)
+
+ * e-msg-composer.c (e_msg_composer_construct): Connect up the new
+ signal here.
+ (subject_changed_cb): Set the composer window title to the subject
+ as it's changed, or if it goes blank make it the default "Compose
+ a message".
+
+ * e-msg-composer-hdrs.c (class_init): Create a new signal
+ "subject_changed".
+ (entry_changed): Emit the signal here when the subject entry is
+ changed.
+
2001-01-17 Iain Holmes <iain@ximian.com>
* e-msg-composer-attachment.c (e_msg_composer_attachment_edit):