diff options
author | Not Zed <NotZed@Ximian.com> | 2004-04-14 16:25:43 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-04-14 16:25:43 +0800 |
commit | 2864da8135dfd208bb5a4cc3d51cbcc006cf0586 (patch) | |
tree | 23112dcd594ec08c62d6ff3f63228fa14dd75891 /mail/ChangeLog | |
parent | 8bdc418acddf276242c2419dfeaa1c9d83262dd6 (diff) | |
download | gsoc2013-evolution-2864da8135dfd208bb5a4cc3d51cbcc006cf0586.tar.gz gsoc2013-evolution-2864da8135dfd208bb5a4cc3d51cbcc006cf0586.tar.zst gsoc2013-evolution-2864da8135dfd208bb5a4cc3d51cbcc006cf0586.zip |
** See bug #56149.
2004-04-14 Not Zed <NotZed@Ximian.com>
** See bug #56149.
* em-folder-view.c (emfv_edit_cut): similar to below, use focus to
determine who we select from.
(emfv_edit_copy): ditto.
* message-list.c: Remove primary selection stuff. It just annoys.
* em-folder-browser.c (emfb_edit_copy): use focus rather than
selection owner to determine who to copy from.
(emfb_edit_cut): similarly.
svn path=/trunk/; revision=25455
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 2df893d3c1..044234d450 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,17 @@ 2004-04-14 Not Zed <NotZed@Ximian.com> + ** See bug #56149. + + * em-folder-view.c (emfv_edit_cut): similar to below, use focus to + determine who we select from. + (emfv_edit_copy): ditto. + + * message-list.c: Remove primary selection stuff. It just annoys. + + * em-folder-browser.c (emfb_edit_copy): use focus rather than + selection owner to determine who to copy from. + (emfb_edit_cut): similarly. + * em-format.c (emf_multipart_related): hmm, use the right pointer when iterating the pending uri list. |