aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog36
1 files changed, 36 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index a4969527e6..abde61e489 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,14 @@
+2003-08-22 Not Zed <NotZed@Ximian.com>
+
+ * mail-format.c (write_date): translate the local time format.
+
+2003-08-20 David Woodhouse <dwmw2@infradead.org>
+
+ * mail-format.c (write_date): Use e_utf8_strftime() to generate
+ localised time; avoid gratuitous extra translation and array of
+ day names, and the autoconf magic which made Not Zed dislike the
+ inclusion of the timezone name.
+
2003-08-14 Jeffrey Stedfast <fejj@ximian.com>
* mail-ops.c (mail_send_message): Don't abort at the first failure
@@ -101,6 +112,31 @@
2003-08-05 Not Zed <NotZed@Ximian.com>
+ ** See bug #32732
+
+ * message-list.c (mail_regen_list): use thread_new.
+
+ * mail-local.c (reconfigure_response): use thread_new.
+
+ * mail-display.c (stream_write_or_redisplay_when_loaded): use
+ thread_new.
+
+ * mail-config.c (mail_config_check_service): use thread_new rather
+ than queue.
+
+ * mail-callbacks.c (view_msg): change to use mail_get_messages(),
+ fixes FIXME.
+ (do_view_messages): handle get_messages callback.
+ (do_view_message): removed.
+
+ * mail-ops.c (mail_get_folderinfo): Use a new thread thread
+ semantic.
+ (mail_save_part): "
+ (mail_store_set_offline): "
+ (mail_sync_folder): use queued_slow thread queue.
+ (mail_expunge_folder): "
+ (mail_empty_trash): "
+
** See bug #47224. Hook onto clicked rather than button_pressed,
so that dnd works.