diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-08-09 09:09:55 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-08-09 09:09:55 +0800 |
commit | b9a9cd3a8699c350dc6746c595e4de3e030545c4 (patch) | |
tree | 525676e7afd76aa1babe4fdf6dfe8ab8d16a1feb /mail/ChangeLog | |
parent | 4b65801638f2d6b4cfefb9cc13966a7557e2f946 (diff) | |
download | gsoc2013-evolution-b9a9cd3a8699c350dc6746c595e4de3e030545c4.tar gsoc2013-evolution-b9a9cd3a8699c350dc6746c595e4de3e030545c4.tar.gz gsoc2013-evolution-b9a9cd3a8699c350dc6746c595e4de3e030545c4.tar.bz2 gsoc2013-evolution-b9a9cd3a8699c350dc6746c595e4de3e030545c4.tar.lz gsoc2013-evolution-b9a9cd3a8699c350dc6746c595e4de3e030545c4.tar.xz gsoc2013-evolution-b9a9cd3a8699c350dc6746c595e4de3e030545c4.tar.zst gsoc2013-evolution-b9a9cd3a8699c350dc6746c595e4de3e030545c4.zip |
New convenience function with params of a normal Gtk callback function. We
2000-08-08 Jeffrey Stedfast <fejj@helixcode.com>
* mail-ops.c (view_msg): New convenience function with params of a
normal Gtk callback function. We also now create a new
FolderBrowser object so that the message-view window isn't tied to
the display in the main window
(view_message): Now calls view_msg (this function is a bonobo
callback and can't be used with gtk widgets)
(edit_msg): Same idea as view_msg()
(edit_message): Again, same as view_message()
* message-list.c (on_right_click): Callback for creating an
e-popup-menu
(message_list_init): Added a right_click event to trigger a pop-up
menu to be displayed
svn path=/trunk/; revision=4619
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index da283d361e..dfed8018b3 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,19 @@ +2000-08-08 Jeffrey Stedfast <fejj@helixcode.com> + + * mail-ops.c (view_msg): New convenience function with params of a + normal Gtk callback function. We also now create a new + FolderBrowser object so that the message-view window isn't tied to + the display in the main window + (view_message): Now calls view_msg (this function is a bonobo + callback and can't be used with gtk widgets) + (edit_msg): Same idea as view_msg() + (edit_message): Again, same as view_message() + + * message-list.c (on_right_click): Callback for creating an + e-popup-menu + (message_list_init): Added a right_click event to trigger a pop-up + menu to be displayed + 2000-08-08 Dan Winship <danw@helixcode.com> * mail-config-gui.c: Add "Don't delete messages from server" |