diff options
author | Peter Williams <peterw@src.gnome.org> | 2000-06-27 23:04:15 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2000-06-27 23:04:15 +0800 |
commit | 9135a5d0e44b1f2fc77beb7b09584be861f18e76 (patch) | |
tree | 6a2a7aa6e08158dff274123ccc9a854ac99416ab /mail/ChangeLog | |
parent | db8314acf59a18c1a26b0a6c86a5a28261ef7392 (diff) | |
download | gsoc2013-evolution-9135a5d0e44b1f2fc77beb7b09584be861f18e76.tar.gz gsoc2013-evolution-9135a5d0e44b1f2fc77beb7b09584be861f18e76.tar.zst gsoc2013-evolution-9135a5d0e44b1f2fc77beb7b09584be861f18e76.zip |
Solaris compatibility config check + implementation (ctime_r arguments)
svn path=/trunk/; revision=3754
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 75e59f4ca8..a9eaf38b88 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2000-06-27 Peter Williams <peterw@curious-george.helixcode.com> + + * message-list.c (filter_date): Solve the ctime_r problem the + correct way, with the magic of autoconf. + 2000-06-27 Christopher James Lahey <clahey@helixcode.com> * message-list.c: Work around mismatched ctime_r functions. This |