aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-02-13 09:09:56 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-02-13 09:09:56 +0800
commit926cc83a341feadd27be90c183b0346691f82363 (patch)
tree43e8c4abcb2ba943fd72a8f792393b04dda91170 /mail/ChangeLog
parent55e51212a7bbb7aa80ea8778cc908db960fd24a6 (diff)
downloadgsoc2013-evolution-926cc83a341feadd27be90c183b0346691f82363.tar
gsoc2013-evolution-926cc83a341feadd27be90c183b0346691f82363.tar.gz
gsoc2013-evolution-926cc83a341feadd27be90c183b0346691f82363.tar.bz2
gsoc2013-evolution-926cc83a341feadd27be90c183b0346691f82363.tar.lz
gsoc2013-evolution-926cc83a341feadd27be90c183b0346691f82363.tar.xz
gsoc2013-evolution-926cc83a341feadd27be90c183b0346691f82363.tar.zst
gsoc2013-evolution-926cc83a341feadd27be90c183b0346691f82363.zip
Fixed a bug.
2002-02-12 Jeffrey Stedfast <fejj@ximian.com> * message-tag-followup.c (set_widget_values): Fixed a bug. * mail-callbacks.c (flag_for_followup): If only 1 message is selected and it happens to already be marked for follow-up, set the value of the flag on the editor so the settings are restored. * folder-browser-ui.c: Set the pixmaps on MarkAsRead, MarkAsUnread and MarkAsImportant bonobo verbs. Also connect to flag-for-followup verb. (folder_browser_ui_set_selection_state): Added MessageFollowUpFlag verb to the array of verb strings. * folder-browser.c: Set key accelerators on the follow-up right-click menu items to match Outlook. svn path=/trunk/; revision=15702
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 431839223e..24d3881708 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,22 @@
2002-02-12 Jeffrey Stedfast <fejj@ximian.com>
+ * message-tag-followup.c (set_widget_values): Fixed a bug.
+
+ * mail-callbacks.c (flag_for_followup): If only 1 message is
+ selected and it happens to already be marked for follow-up, set
+ the value of the flag on the editor so the settings are restored.
+
+ * folder-browser-ui.c: Set the pixmaps on MarkAsRead, MarkAsUnread
+ and MarkAsImportant bonobo verbs. Also connect to
+ flag-for-followup verb.
+ (folder_browser_ui_set_selection_state): Added MessageFollowUpFlag
+ verb to the array of verb strings.
+
+ * folder-browser.c: Set key accelerators on the follow-up
+ right-click menu items to match Outlook.
+
+2002-02-12 Jeffrey Stedfast <fejj@ximian.com>
+
* mail-callbacks.c (create_msg_composer): No longer need to call
e_msg_composer_show_sig_file(). This gets handled auto-magically
by a signal emition when the default From address chooser gets