diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-04-24 05:16:00 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-04-24 05:16:00 +0800 |
commit | 373b8669f5e8b377ba0d17d938641e8650551abb (patch) | |
tree | d63d1ce1faa9fc617c84058fa6ad704580eaf7fc /mail/ChangeLog | |
parent | 23faa57aef230148a5ab1c746a325be4ba029b02 (diff) | |
download | gsoc2013-evolution-373b8669f5e8b377ba0d17d938641e8650551abb.tar gsoc2013-evolution-373b8669f5e8b377ba0d17d938641e8650551abb.tar.gz gsoc2013-evolution-373b8669f5e8b377ba0d17d938641e8650551abb.tar.bz2 gsoc2013-evolution-373b8669f5e8b377ba0d17d938641e8650551abb.tar.lz gsoc2013-evolution-373b8669f5e8b377ba0d17d938641e8650551abb.tar.xz gsoc2013-evolution-373b8669f5e8b377ba0d17d938641e8650551abb.tar.zst gsoc2013-evolution-373b8669f5e8b377ba0d17d938641e8650551abb.zip |
Use the message-browser widget rather than the mail-view window.
2001-04-23 Jeffrey Stedfast <fejj@ximian.com>
* mail-callbacks.c (do_view_message): Use the message-browser
widget rather than the mail-view window.
* mail-view.c: Removed.
* folder-browser.c: Added a folder_loaded signal.
* message-browser.[c,h]: New window to solve all our message
browsing needs. This replaces mail-view.c.
* message-list.c (message_list_select_uid): New function needed by
the new message-browser window.
svn path=/trunk/; revision=9525
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1ceda1f344..d42fca5110 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,18 @@ +2001-04-23 Jeffrey Stedfast <fejj@ximian.com> + + * mail-callbacks.c (do_view_message): Use the message-browser + widget rather than the mail-view window. + + * mail-view.c: Removed. + + * folder-browser.c: Added a folder_loaded signal. + + * message-browser.[c,h]: New window to solve all our message + browsing needs. This replaces mail-view.c. + + * message-list.c (message_list_select_uid): New function needed by + the new message-browser window. + 2001-04-23 Dan Winship <danw@ximian.com> * mail-callbacks.c (save_msg): Append a "/" to the result of @@ -14,10 +29,10 @@ 2001-04-22 Gediminas Paulauskas <menesis@delfi.lt> - * folder-browser.c, mail-autofilter.c, mail-callbacks.c, mail-ops.c, - mail-summary.c, mail-vfolder.c: use system = EVOLUTION_DATADIR "/file" - instead of g_strdup_printf. Rename userrules to user (and system) to be - consistent. + * folder-browser.c, mail-autofilter.c, mail-callbacks.c, + mail-ops.c, mail-summary.c, mail-vfolder.c: use system = + EVOLUTION_DATADIR "/file" instead of g_strdup_printf. Rename + userrules to user (and system) to be consistent. * mail-send-recv.c: set window icon to send-receive.xpm |