aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog25
1 files changed, 15 insertions, 10 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 1679f25074..ae7bf1a4e4 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,9 @@
+2001-03-22 Jeffrey Stedfast <fejj@ximian.com>
+
+ * mail-accounts.c (mail_double_click): New callback to handle a
+ double-click event in the account clist.
+ (construct): Setup the double-click event for the account list.
+
2001-03-22 Radek Doulik <rodo@ximian.com>
* mail-display.c (mail_display_new): connect to button_press_event
@@ -6,9 +12,8 @@
address fields and on links, later we should add popups for images
and maybe some more? any ideas?
(html_iframe_created): new signal handler, takes care of
- connecting to button_press_event of all iframes
- : plus bunch of empty methods for popup menu items - to be
- implemented
+ connecting to button_press_event of all iframes : plus bunch of
+ empty methods for popup menu items - to be implemented
(html_motion_notify_event): new handler, highlights addresses by
underline
(html_enter_notify_event): take care of enter event
@@ -32,25 +37,25 @@
0-part messages
* mail-config-druid.c (incoming_check, incoming_type_changed,
- transport_check, transport_type_changed):
- * mail-account-editor.c (transport_type_changed, source_check):
- Use the new URL part macros
+ transport_check, transport_type_changed): * mail-account-editor.c
+ (transport_type_changed, source_check): Use the new URL part
+ macros
* mail-config.c (check_service_check): Use provider authtype list
if not connecting.
2001-03-20 Miguel de Icaza <miguel@ximian.com>
- * folder-browser-factory.c: Added new icons.
+ * folder-browser-factory.c: Added new icons.
2001-03-18 Miguel de Icaza <miguel@ximian.com>
- * folder-browser-factory.c: Remove duplicated verb.
+ * folder-browser-factory.c: Remove duplicated verb.
2001-03-20 Iain Holmes <iain@ximian.com>
- * importers/evolution-mbox-importer.c (process_item_fn): Step the parser
- so that it will import more than one message.
+ * importers/evolution-mbox-importer.c (process_item_fn): Step the
+ parser so that it will import more than one message.
2001-03-20 JP Rosevear <jpr@ximian.com>