aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-10-23 09:48:05 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-10-23 09:48:05 +0800
commit113bb17ac1b2e89c64bbcd768d5688cb776cfb3f (patch)
treeeec29dd433e5eee24a5f8568d8190a79e1ede12b /mail/ChangeLog
parentd012fd43ca8746ba12919ba5b3111ba9bab352e0 (diff)
downloadgsoc2013-evolution-113bb17ac1b2e89c64bbcd768d5688cb776cfb3f.tar
gsoc2013-evolution-113bb17ac1b2e89c64bbcd768d5688cb776cfb3f.tar.gz
gsoc2013-evolution-113bb17ac1b2e89c64bbcd768d5688cb776cfb3f.tar.bz2
gsoc2013-evolution-113bb17ac1b2e89c64bbcd768d5688cb776cfb3f.tar.lz
gsoc2013-evolution-113bb17ac1b2e89c64bbcd768d5688cb776cfb3f.tar.xz
gsoc2013-evolution-113bb17ac1b2e89c64bbcd768d5688cb776cfb3f.tar.zst
gsoc2013-evolution-113bb17ac1b2e89c64bbcd768d5688cb776cfb3f.zip
New fun macro.
2001-10-22 Jeffrey Stedfast <fejj@ximian.com> * mail-display.h (mail_html_write_string): New fun macro. * mail-format.c (write_one_text_plain_chunk): Use gtk_html_write instead of mail_html_write so we avoid strdup'ing the text. (handle_text_plain_flowed): Use the mail_html_write_string macro. (handle_message_rfc822): Here too. (mail_format_raw_message): We can do it here also... (attachment_header): We can do it a little bit here... (write_address): A microscopic bit here... (write_hr): same. svn path=/trunk/; revision=13925
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index bf83c70308..f40d824709 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,16 @@
+2001-10-22 Jeffrey Stedfast <fejj@ximian.com>
+
+ * mail-display.h (mail_html_write_string): New fun macro.
+
+ * mail-format.c (write_one_text_plain_chunk): Use gtk_html_write
+ instead of mail_html_write so we avoid strdup'ing the text.
+ (handle_text_plain_flowed): Use the mail_html_write_string macro.
+ (handle_message_rfc822): Here too.
+ (mail_format_raw_message): We can do it here also...
+ (attachment_header): We can do it a little bit here...
+ (write_address): A microscopic bit here...
+ (write_hr): same.
+
2001-10-22 Anna Marie Dirks <anna@ximian.com>
* mail-config.glade: Added several new accelerators to the edit account
@@ -20,6 +33,7 @@
* mail-display.c (on_url_requested): Use the new Camel->GtkHTML
stream - this means we don't have to chew up nearly as much
memory...yay!
+ (try_part_urls): Here too.
2001-10-22 Ettore Perazzoli <ettore@ximian.com>