diff options
author | Dan Winship <danw@src.gnome.org> | 2000-06-02 08:34:06 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-06-02 08:34:06 +0800 |
commit | 9f325587d4b11c0959d5d6aa415236250da073d9 (patch) | |
tree | 580fa35f90832a0e80432a403e9f45eff1400874 /mail/ChangeLog | |
parent | 9b20ec31fa7fa1a438d124a6909ab2f722ab8a79 (diff) | |
download | gsoc2013-evolution-9f325587d4b11c0959d5d6aa415236250da073d9.tar gsoc2013-evolution-9f325587d4b11c0959d5d6aa415236250da073d9.tar.gz gsoc2013-evolution-9f325587d4b11c0959d5d6aa415236250da073d9.tar.bz2 gsoc2013-evolution-9f325587d4b11c0959d5d6aa415236250da073d9.tar.lz gsoc2013-evolution-9f325587d4b11c0959d5d6aa415236250da073d9.tar.xz gsoc2013-evolution-9f325587d4b11c0959d5d6aa415236250da073d9.tar.zst gsoc2013-evolution-9f325587d4b11c0959d5d6aa415236250da073d9.zip |
Add a quick hack to move the selection down a row when you delete a
* mail-ops.c (delete_msg): Add a quick hack to move the selection
down a row when you delete a message.
svn path=/trunk/; revision=3355
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 04882c150b..152dcb04b3 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,8 @@ 2000-06-01 Dan Winship <danw@helixcode.com> + * mail-ops.c (delete_msg): Add a quick hack to move the selection + down a row when you delete a message. + * mail-format.c (handle_message_rfc822): use <blockquote> rather than <center><table border=1 width=95%> to frame the embedded message. If <pre> text in the subtable won't fit in the 95% width, |