diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-03-16 12:40:07 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-03-16 12:40:07 +0800 |
commit | 0ae3f73824ac55fab40594bc0ee16812d0f3bbf4 (patch) | |
tree | c4808047014183a58436b3740a9bc6b5f8c0836b /mail/ChangeLog | |
parent | 4c1a78e6124b25de8bbdd35298d6bd8959b31d0a (diff) | |
download | gsoc2013-evolution-0ae3f73824ac55fab40594bc0ee16812d0f3bbf4.tar.gz gsoc2013-evolution-0ae3f73824ac55fab40594bc0ee16812d0f3bbf4.tar.zst gsoc2013-evolution-0ae3f73824ac55fab40594bc0ee16812d0f3bbf4.zip |
Draw colour rectangles for each of the colour items and set a closure on
2002-03-15 Jeffrey Stedfast <fejj@ximian.com>
* folder-browser.c (on_right_click): Draw colour rectangles for
each of the colour items and set a closure on each.
(colourise_msg): colourise the message, yo.
svn path=/trunk/; revision=16187
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 6812a1bfe1..c33e4ba7b4 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,11 @@ 2002-03-15 Jeffrey Stedfast <fejj@ximian.com> + * folder-browser.c (on_right_click): Draw colour rectangles for + each of the colour items and set a closure on each. + (colourise_msg): colourise the message, yo. + +2002-03-15 Jeffrey Stedfast <fejj@ximian.com> + * mail-callbacks.c (colour_msg): New callback to set a colour on a message. |