diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-11-07 04:05:25 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-11-07 04:05:25 +0800 |
commit | d893466560f87581cb14322a39446d14d9c405f3 (patch) | |
tree | 2df38b2359f76bee5d8da41f902fd1d334b0406f /mail/ChangeLog | |
parent | 85eeb237455da92df0019afdcadbf767a548a365 (diff) | |
download | gsoc2013-evolution-d893466560f87581cb14322a39446d14d9c405f3.tar gsoc2013-evolution-d893466560f87581cb14322a39446d14d9c405f3.tar.gz gsoc2013-evolution-d893466560f87581cb14322a39446d14d9c405f3.tar.bz2 gsoc2013-evolution-d893466560f87581cb14322a39446d14d9c405f3.tar.lz gsoc2013-evolution-d893466560f87581cb14322a39446d14d9c405f3.tar.xz gsoc2013-evolution-d893466560f87581cb14322a39446d14d9c405f3.tar.zst gsoc2013-evolution-d893466560f87581cb14322a39446d14d9c405f3.zip |
Updated to have the same menu items as the new right-click menu -
2000-11-06 Jeffrey Stedfast <fejj@helixcode.com>
* folder-browser-factory.c: Updated to have the same menu items as
the new right-click menu - eventually these 2 menus should be the
same.
* folder-browser.c (on_right_click): Now correctly handles the
case of multiple selection.
* mail-callbacks.c (enumerate_msg): Make public so it can be used
in other source files (it's a useful function!)
svn path=/trunk/; revision=6419
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 5d207a45bb..846a503e69 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2000-11-06 Jeffrey Stedfast <fejj@helixcode.com> + + * folder-browser-factory.c: Updated to have the same menu items as + the new right-click menu - eventually these 2 menus should be the + same. + + * folder-browser.c (on_right_click): Now correctly handles the + case of multiple selection. + + * mail-callbacks.c (enumerate_msg): Make public so it can be used + in other source files (it's a useful function!) + 2000-11-05 Jeffrey Stedfast <fejj@helixcode.com> * folder-browser.c (on_right_click): Added an "Undelete" option to |