diff options
author | Not Zed <NotZed@Ximian.com> | 2003-06-17 11:15:46 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-06-17 11:15:46 +0800 |
commit | cec1fb093d53dc08d92b0e2f245640817c5a0fc2 (patch) | |
tree | ae5151f6d38efa9ffcefea9b9b1c51ea7174bee9 /mail/ChangeLog | |
parent | c574e976632b6178e04f453b023df5691b6af23d (diff) | |
download | gsoc2013-evolution-cec1fb093d53dc08d92b0e2f245640817c5a0fc2.tar gsoc2013-evolution-cec1fb093d53dc08d92b0e2f245640817c5a0fc2.tar.gz gsoc2013-evolution-cec1fb093d53dc08d92b0e2f245640817c5a0fc2.tar.bz2 gsoc2013-evolution-cec1fb093d53dc08d92b0e2f245640817c5a0fc2.tar.lz gsoc2013-evolution-cec1fb093d53dc08d92b0e2f245640817c5a0fc2.tar.xz gsoc2013-evolution-cec1fb093d53dc08d92b0e2f245640817c5a0fc2.tar.zst gsoc2013-evolution-cec1fb093d53dc08d92b0e2f245640817c5a0fc2.zip |
** See bug #44609
2003-06-16 Not Zed <NotZed@Ximian.com>
** See bug #44609
* mail-vfolder.c (vfolder_edit_rule): put the ok/cancel buttons in
the stupid gnome 2 order.
** See bug #33593
* message-list.c (on_selection_changed_cmd): also listedn to
selection changed events, since the etable api has changed.
(get_selected_cb): helper for above.
(message_list_construct): hook to selection change signal.
* mail-callbacks.c (composer_send_queued_cb): Unref the composer
to match the ref composer_send_cb();
** See bug #44519
* message-browser.c (message_browser_message_list_built): We want
to disconnect from the messagelist, not folderbrowser signal.
svn path=/trunk/; revision=21452
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 49241e0cee..a45d74992b 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,25 @@ +2003-06-16 Not Zed <NotZed@Ximian.com> + + ** See bug #44609 + + * mail-vfolder.c (vfolder_edit_rule): put the ok/cancel buttons in + the stupid gnome 2 order. + + ** See bug #33593 + + * message-list.c (on_selection_changed_cmd): also listedn to + selection changed events, since the etable api has changed. + (get_selected_cb): helper for above. + (message_list_construct): hook to selection change signal. + + * mail-callbacks.c (composer_send_queued_cb): Unref the composer + to match the ref composer_send_cb(); + + ** See bug #44519 + + * message-browser.c (message_browser_message_list_built): We want + to disconnect from the messagelist, not folderbrowser signal. + 2003-06-11 Jeffrey Stedfast <fejj@ximian.com> * mail-format.c (format_mime_part): We only really want to use |