diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-06-16 04:27:55 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-06-16 04:27:55 +0800 |
commit | e062a9f88dc9372254e690864f1aa0d4102bdbf4 (patch) | |
tree | 76b52506ec13900dd80a3b1955f3a0a85e1f3854 /mail/ChangeLog | |
parent | cccb8da21acffb968087b528a71ef291830a2597 (diff) | |
download | gsoc2013-evolution-e062a9f88dc9372254e690864f1aa0d4102bdbf4.tar.gz gsoc2013-evolution-e062a9f88dc9372254e690864f1aa0d4102bdbf4.tar.zst gsoc2013-evolution-e062a9f88dc9372254e690864f1aa0d4102bdbf4.zip |
New function to format an attribution string (won't crash if translators
2004-06-15 Jeffrey Stedfast <fejj@novell.com>
* em-composer-utils.c (attribution_format): New function to format
an attribution string (won't crash if translators were sloppy with
their strftime/printf-style formatters). Also nice/extendable for
future feature enhancements such as user-customisable attribution
strings.
(composer_set_body): Use above function rather than using
e_strftime/etc ourselves.
svn path=/trunk/; revision=26356
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1f8a9fab29..515f5a70ce 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2004-06-15 Jeffrey Stedfast <fejj@novell.com> + + * em-composer-utils.c (attribution_format): New function to format + an attribution string (won't crash if translators were sloppy with + their strftime/printf-style formatters). Also nice/extendable for + future feature enhancements such as user-customisable attribution + strings. + (composer_set_body): Use above function rather than using + e_strftime/etc ourselves. + 2004-06-15 Jeffrey Stedfast <fejj@ximian.com> * em-folder-view.c (emfv_init): Changed the second |