aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-03-20 05:28:14 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-03-20 05:28:14 +0800
commit079d44f566d91d6eff53b7ceabadbeed5df66184 (patch)
tree27746f668771107124a3b4c767c84368bce02283 /composer/ChangeLog
parentd9d1469a926eb86e2fb18a02d27a5cb9de4b7aff (diff)
downloadgsoc2013-evolution-079d44f566d91d6eff53b7ceabadbeed5df66184.tar
gsoc2013-evolution-079d44f566d91d6eff53b7ceabadbeed5df66184.tar.gz
gsoc2013-evolution-079d44f566d91d6eff53b7ceabadbeed5df66184.tar.bz2
gsoc2013-evolution-079d44f566d91d6eff53b7ceabadbeed5df66184.tar.lz
gsoc2013-evolution-079d44f566d91d6eff53b7ceabadbeed5df66184.tar.xz
gsoc2013-evolution-079d44f566d91d6eff53b7ceabadbeed5df66184.tar.zst
gsoc2013-evolution-079d44f566d91d6eff53b7ceabadbeed5df66184.zip
Change the logic to attach text parts when appropriate. (map_default_cb):
2003-03-19 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (add_attachments_handle_mime_part): Change the logic to attach text parts when appropriate. (map_default_cb): Grab the focus of the To entry widget. Fixes bug #39800. Fixes another #warning too. svn path=/trunk/; revision=20371
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 50cb06c0ed..12c3ec2805 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -2,6 +2,8 @@
* e-msg-composer.c (add_attachments_handle_mime_part): Change the
logic to attach text parts when appropriate.
+ (map_default_cb): Grab the focus of the To entry widget. Fixes bug
+ #39800. Fixes another #warning too.
2003-03-18 Jeffrey Stedfast <fejj@ximian.com>