aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-05-17 02:30:16 +0800
committerDan Winship <danw@src.gnome.org>2001-05-17 02:30:16 +0800
commit866d1a8d52430183e527c4812c669728e7bda38c (patch)
tree739f6f2736991f38b3e940d346e1e1c9449b1c10 /mail/ChangeLog
parent71002d1544cdbcf825377602dd738c15f910b93b (diff)
downloadgsoc2013-evolution-866d1a8d52430183e527c4812c669728e7bda38c.tar
gsoc2013-evolution-866d1a8d52430183e527c4812c669728e7bda38c.tar.gz
gsoc2013-evolution-866d1a8d52430183e527c4812c669728e7bda38c.tar.bz2
gsoc2013-evolution-866d1a8d52430183e527c4812c669728e7bda38c.tar.lz
gsoc2013-evolution-866d1a8d52430183e527c4812c669728e7bda38c.tar.xz
gsoc2013-evolution-866d1a8d52430183e527c4812c669728e7bda38c.tar.zst
gsoc2013-evolution-866d1a8d52430183e527c4812c669728e7bda38c.zip
Deal with full-header mode in addition to source mode
* mail-display.c (mail_display_redisplay): Deal with full-header mode in addition to source mode * mail-format.c (write_field_row_begin): Add WRITE_NOCOLUMNS flag to write the header in a single table cell rather than two. Output the second columns's "<td>" when not in NOCOLUMNS mode. Don't include the ":" in the passed-in header name. (write_date, write_address): Update for write_field_row_begin changes. (write_text_field): Genericified and updated from write_subject. (write_headers): Deal with both normal and full-header mode. svn path=/trunk/; revision=9850
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 c30573b8f6..a3b5431668 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,17 @@
+2001-05-16 Dan Winship <danw@ximian.com>
+
+ * mail-display.c (mail_display_redisplay): Deal with full-header
+ mode in addition to source mode
+
+ * mail-format.c (write_field_row_begin): Add WRITE_NOCOLUMNS flag
+ to write the header in a single table cell rather than two. Output
+ the second columns's "<td>" when not in NOCOLUMNS mode. Don't
+ include the ":" in the passed-in header name.
+ (write_date, write_address): Update for write_field_row_begin
+ changes.
+ (write_text_field): Genericified and updated from write_subject.
+ (write_headers): Deal with both normal and full-header mode.
+
2001-05-15 Dan Winship <danw@ximian.com>
* mail-display.c (on_url_requested): Load http images if the user