diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-06-23 05:39:57 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-06-23 05:39:57 +0800 |
commit | 8e54fc772c7e30ccb943ccdb57ffb02099bd29ae (patch) | |
tree | b20dccbe01cdc23ed856eb7dda6e794e2f222eb3 /mail/ChangeLog | |
parent | ced77ebe056db95f5e613bc7d9ce4a8d0d5f95dc (diff) | |
download | gsoc2013-evolution-8e54fc772c7e30ccb943ccdb57ffb02099bd29ae.tar gsoc2013-evolution-8e54fc772c7e30ccb943ccdb57ffb02099bd29ae.tar.gz gsoc2013-evolution-8e54fc772c7e30ccb943ccdb57ffb02099bd29ae.tar.bz2 gsoc2013-evolution-8e54fc772c7e30ccb943ccdb57ffb02099bd29ae.tar.lz gsoc2013-evolution-8e54fc772c7e30ccb943ccdb57ffb02099bd29ae.tar.xz gsoc2013-evolution-8e54fc772c7e30ccb943ccdb57ffb02099bd29ae.tar.zst gsoc2013-evolution-8e54fc772c7e30ccb943ccdb57ffb02099bd29ae.zip |
Changed ml_value_at to return "" instead of NULL in some cases.
2000-06-22 Christopher James Lahey <clahey@helixcode.com>
* message-list.c: Changed ml_value_at to return "" instead of NULL
in some cases.
svn path=/trunk/; revision=3697
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 4196976789..e8c0461cb0 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2000-06-22 Christopher James Lahey <clahey@helixcode.com> + + * message-list.c: Changed ml_value_at to return "" instead of NULL + in some cases. + 2000-06-22 Peter Williams <peterw@curious-george.helixcode.com> * Makefile.am: Add GNOME_EXTRA_LIBS so that we get libgthread in our LIBS for evolution-mail. |