diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-09-25 05:47:48 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-09-25 05:47:48 +0800 |
commit | 39a677e75a0f0a4b80d4457799ed44d21e173eaf (patch) | |
tree | 7d0ef2d661926648472366ec7e9bdd299acf592c /mail/ChangeLog | |
parent | 7bad4f195b39315f2792fb824046ef1767206e77 (diff) | |
download | gsoc2013-evolution-39a677e75a0f0a4b80d4457799ed44d21e173eaf.tar.gz gsoc2013-evolution-39a677e75a0f0a4b80d4457799ed44d21e173eaf.tar.zst gsoc2013-evolution-39a677e75a0f0a4b80d4457799ed44d21e173eaf.zip |
Use e_strftime_fix_am_pm instead of strftime.
2001-09-24 Christopher James Lahey <clahey@ximian.com>
* message-list.c (filter_date): Use e_strftime_fix_am_pm instead
of strftime.
svn path=/trunk/; revision=13104
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b61e1d97d6..c7781e86a0 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2001-09-24 Christopher James Lahey <clahey@ximian.com> + + * message-list.c (filter_date): Use e_strftime_fix_am_pm instead + of strftime. + 2001-09-24 <NotZed@Ximian.com> * mail-local.c (mls_get_folder): Removed unused variables. |