diff options
author | Not Zed <NotZed@Ximian.com> | 2003-08-19 21:58:22 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-08-19 21:58:22 +0800 |
commit | fee1a9752eabf8f5fc08b952adf3255415dea241 (patch) | |
tree | 318de496c5abd83a61b3af95eefdba9b3b317dab /mail/ChangeLog | |
parent | 4d5611dfa7864faf053033226ea2097cfbca8611 (diff) | |
download | gsoc2013-evolution-fee1a9752eabf8f5fc08b952adf3255415dea241.tar.gz gsoc2013-evolution-fee1a9752eabf8f5fc08b952adf3255415dea241.tar.zst gsoc2013-evolution-fee1a9752eabf8f5fc08b952adf3255415dea241.zip |
Added translation for day and localtime strings. Also removed the tz_zone
2003-08-19 Not Zed <NotZed@Ximian.com>
* mail-format.c (write_date): Added translation for day and
localtime strings. Also removed the tz_zone stuff, and just use
'localtime' always.
2003-08-15 David Woodhouse <dwmw2@infradead.org>
* mail-format.c (write_date): Show date in localtime too.
svn path=/trunk/; revision=22283
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 215864ed77..69d9f59aef 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2003-08-19 Not Zed <NotZed@Ximian.com> + + * mail-format.c (write_date): Added translation for day and + localtime strings. Also removed the tz_zone stuff, and just use + 'localtime' always. + +2003-08-15 David Woodhouse <dwmw2@infradead.org> + + * mail-format.c (write_date): Show date in localtime too. + 2003-08-19 Harry Lu <harry.lu@sun.com> ** For #45348 |