diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-03-05 06:27:47 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-03-05 06:27:47 +0800 |
commit | 399bef75b8e83330294f6469889afb5cdb78b2e2 (patch) | |
tree | 75529a32be98848ad2d48e6468806d1e49d22532 /mail/ChangeLog | |
parent | 8eb9e1f40b5d8e058f985659bea0a914b383710c (diff) | |
download | gsoc2013-evolution-399bef75b8e83330294f6469889afb5cdb78b2e2.tar gsoc2013-evolution-399bef75b8e83330294f6469889afb5cdb78b2e2.tar.gz gsoc2013-evolution-399bef75b8e83330294f6469889afb5cdb78b2e2.tar.bz2 gsoc2013-evolution-399bef75b8e83330294f6469889afb5cdb78b2e2.tar.lz gsoc2013-evolution-399bef75b8e83330294f6469889afb5cdb78b2e2.tar.xz gsoc2013-evolution-399bef75b8e83330294f6469889afb5cdb78b2e2.tar.zst gsoc2013-evolution-399bef75b8e83330294f6469889afb5cdb78b2e2.zip |
Define ml_duplicate_value and ml_free_value correctly.
2000-03-04 Christopher James Lahey <clahey@helixcode.com>
* message-list.c: Define ml_duplicate_value and ml_free_value
correctly.
svn path=/trunk/; revision=2048
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 8be9ee5e94..b7bb24d9f6 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,10 @@ 2000-03-04 Christopher James Lahey <clahey@helixcode.com> + * message-list.c: Define ml_duplicate_value and ml_free_value + correctly. + +2000-03-04 Christopher James Lahey <clahey@helixcode.com> + * message-list.c: Use g_int_compare and g_str_compare as we should be instead of g_int_equal and g_str_equal. |