diff options
author | Not Zed <NotZed@Ximian.com> | 2004-01-29 14:26:30 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-01-29 14:26:30 +0800 |
commit | a59ee4cd30692aa5d653ad9f3deccb306c583a7d (patch) | |
tree | 68137535a21f81ab5724a42dea0a097aa452b9a3 /mail/ChangeLog | |
parent | 3629f67f594ac7d21a777f01317cf2cb95774588 (diff) | |
download | gsoc2013-evolution-a59ee4cd30692aa5d653ad9f3deccb306c583a7d.tar.gz gsoc2013-evolution-a59ee4cd30692aa5d653ad9f3deccb306c583a7d.tar.zst gsoc2013-evolution-a59ee4cd30692aa5d653ad9f3deccb306c583a7d.zip |
** See bug #53320 and probably others
2004-01-29 Not Zed <NotZed@Ximian.com>
** See bug #53320 and probably others
* message-list.c (message_list_set_folder): NULL out
message_list->folder when we clear it so it isn't left for another
free when we switch again.
2004-01-29 Not Zed <NotZed@Ximian.com>
** See bug #52190.
* message-list.c: Added folder/folder uri to the data stored for
primary/secondary selection, uses a struct to store the data now.
This is needed so when you cut/copy messages, and paste them, it
doesn't end up 'pasting' the messages from the current folder, but
from the one where the copy/cut took place.
(clear_selection): helper to free data inside selection struct.
2004-01-29 Not Zed <NotZed@Ximian.com>
** See bug #53506.
* mail-tools.c (mail_tools_folder_to_url): use a camelurl to do
this properly, and handle fragment folder-paths.
* em-composer-utils.c (em_utils_composer_send_cb): removed
outbox_folder local, not necessary.
svn path=/trunk/; revision=24511
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 31173327ba..1151a322d7 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,32 @@ +2004-01-29 Not Zed <NotZed@Ximian.com> + + ** See bug #53320 and probably others + + * message-list.c (message_list_set_folder): NULL out + message_list->folder when we clear it so it isn't left for another + free when we switch again. + +2004-01-29 Not Zed <NotZed@Ximian.com> + + ** See bug #52190. + + * message-list.c: Added folder/folder uri to the data stored for + primary/secondary selection, uses a struct to store the data now. + This is needed so when you cut/copy messages, and paste them, it + doesn't end up 'pasting' the messages from the current folder, but + from the one where the copy/cut took place. + (clear_selection): helper to free data inside selection struct. + +2004-01-29 Not Zed <NotZed@Ximian.com> + + ** See bug #53506. + + * mail-tools.c (mail_tools_folder_to_url): use a camelurl to do + this properly, and handle fragment folder-paths. + + * em-composer-utils.c (em_utils_composer_send_cb): removed + outbox_folder local, not necessary. + 2004-01-28 Jeffrey Stedfast <fejj@ximian.com> * em-folder-tree-model.c (em_folder_tree_model_add_store): If the |