diff options
author | Tor Lillqvist <tml@novell.com> | 2006-02-22 16:56:47 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2006-02-22 16:56:47 +0800 |
commit | 945b2343595dbd3d9fbd5dd9e145a9de03ba5068 (patch) | |
tree | 727b19abfe42ae6c8ed427c87872284175895421 /mail/ChangeLog | |
parent | dd19a253c8286bd5a24b5d335911f79ab7275d7c (diff) | |
download | gsoc2013-evolution-945b2343595dbd3d9fbd5dd9e145a9de03ba5068.tar.gz gsoc2013-evolution-945b2343595dbd3d9fbd5dd9e145a9de03ba5068.tar.zst gsoc2013-evolution-945b2343595dbd3d9fbd5dd9e145a9de03ba5068.zip |
Use the same Win32 macro for gmtime_r() that guards against gmtime()
2006-02-21 Tor Lillqvist <tml@novell.com>
* em-composer-utils.c: Use the same Win32 macro for gmtime_r()
that guards against gmtime() returning NULL as elsewhere. gmtime()
is thread-safe on Win32.
(attribution_format): Check if camel returns
CAMEL_MESSAGE_DATE_CURRENT for Date:, try the date from Received:
then. If that doesn't work either, use current date.
svn path=/trunk/; revision=31560
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 2982dbef9b..8557f84af0 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2006-02-21 Tor Lillqvist <tml@novell.com> + + * em-composer-utils.c: Use the same Win32 macro for gmtime_r() + that guards against gmtime() returning NULL as elsewhere. gmtime() + is thread-safe on Win32. + (attribution_format): Check if camel returns + CAMEL_MESSAGE_DATE_CURRENT for Date:, try the date from Received: + then. If that doesn't work either, use current date. + 2006-02-20 Srinivasa Ragavan <sragavan@novell.com> ** Fixes bug #322160 and committed for PRSuman. |