From e062a9f88dc9372254e690864f1aa0d4102bdbf4 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 15 Jun 2004 20:27:55 +0000 Subject: New function to format an attribution string (won't crash if translators 2004-06-15 Jeffrey Stedfast * 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 --- mail/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'mail/ChangeLog') 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 + + * 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 * em-folder-view.c (emfv_init): Changed the second -- cgit