aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2004-05-12 05:25:17 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-05-12 05:25:17 +0800
commit3957b2480e8f4c50812c99b59236a35d2f5bdfe3 (patch)
tree846f87e54f43fcdcbada64d014e7a237161df130 /composer/ChangeLog
parenta1274d36fd9dcd9ab405816405d1e3607ca0e8d2 (diff)
downloadgsoc2013-evolution-3957b2480e8f4c50812c99b59236a35d2f5bdfe3.tar
gsoc2013-evolution-3957b2480e8f4c50812c99b59236a35d2f5bdfe3.tar.gz
gsoc2013-evolution-3957b2480e8f4c50812c99b59236a35d2f5bdfe3.tar.bz2
gsoc2013-evolution-3957b2480e8f4c50812c99b59236a35d2f5bdfe3.tar.lz
gsoc2013-evolution-3957b2480e8f4c50812c99b59236a35d2f5bdfe3.tar.xz
gsoc2013-evolution-3957b2480e8f4c50812c99b59236a35d2f5bdfe3.tar.zst
gsoc2013-evolution-3957b2480e8f4c50812c99b59236a35d2f5bdfe3.zip
Use CAMEL_EXCEPTION_SYSTEM instead of '1', also don't use
2004-05-11 Jeffrey Stedfast <fejj@novell.com> * e-msg-composer.c (build_message): Use CAMEL_EXCEPTION_SYSTEM instead of '1', also don't use camel_exception_setv() if we aren't using the printf-style arguments. Just use camel_exception_set() - safer anyway, since then we don't have to worry about translated strings containing printf-style formatters that could break stuff. svn path=/trunk/; revision=25861
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 50e9af6afb..5cb0cd874d 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,11 @@
+2004-05-11 Jeffrey Stedfast <fejj@novell.com>
+
+ * e-msg-composer.c (build_message): Use CAMEL_EXCEPTION_SYSTEM
+ instead of '1', also don't use camel_exception_setv() if we aren't
+ using the printf-style arguments. Just use camel_exception_set() -
+ safer anyway, since then we don't have to worry about translated
+ strings containing printf-style formatters that could break stuff.
+
2004-05-08 Enver ALTIN <enver.altin@frontsite.com.tr>
* e-msg-composer.c: Fixing parts of #53466.