diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-09-19 07:35:04 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-09-19 07:35:04 +0800 |
commit | 633260a8fcd44ad6771ed77b7300a36da7d38c19 (patch) | |
tree | 665accc6ed604d73f432756bc36d22779c212d91 /mail/ChangeLog | |
parent | 635f31e410676a42bd3f0cf3c1571dd2cf156f28 (diff) | |
download | gsoc2013-evolution-633260a8fcd44ad6771ed77b7300a36da7d38c19.tar gsoc2013-evolution-633260a8fcd44ad6771ed77b7300a36da7d38c19.tar.gz gsoc2013-evolution-633260a8fcd44ad6771ed77b7300a36da7d38c19.tar.bz2 gsoc2013-evolution-633260a8fcd44ad6771ed77b7300a36da7d38c19.tar.lz gsoc2013-evolution-633260a8fcd44ad6771ed77b7300a36da7d38c19.tar.xz gsoc2013-evolution-633260a8fcd44ad6771ed77b7300a36da7d38c19.tar.zst gsoc2013-evolution-633260a8fcd44ad6771ed77b7300a36da7d38c19.zip |
Removed COL_ONLINE_STATUS because we don't want that. Renamed COL_PRIORITY
2000-09-18 Jeffrey Stedfast <fejj@helixcode.com>
* message-list.c: Removed COL_ONLINE_STATUS because we don't want
that. Renamed COL_PRIORITY to COL_SCORE and set it up to sort-of
work, I'm not really sure which renderer I should use.
svn path=/trunk/; revision=5493
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index e2d93839e2..4e6a4529a6 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2000-09-18 Jeffrey Stedfast <fejj@helixcode.com> + + * message-list.c: Removed COL_ONLINE_STATUS because we don't want + that. Renamed COL_PRIORITY to COL_SCORE and set it up to sort-of + work, I'm not really sure which renderer I should use. + 2000-09-18 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added $(EXTRA_GNOME_CFLAGS) and |