diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-08 05:21:16 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-08 05:21:16 +0800 |
commit | 2b29d7310a6287f425f8f8ebe73fa0ace7f58f4f (patch) | |
tree | 3f4cc9c1fa6af99cd6acd39d058aa3beee6feb14 /mail/ChangeLog | |
parent | 2d33aa8a7781502e3d5297409dda389553cc8953 (diff) | |
download | gsoc2013-evolution-2b29d7310a6287f425f8f8ebe73fa0ace7f58f4f.tar gsoc2013-evolution-2b29d7310a6287f425f8f8ebe73fa0ace7f58f4f.tar.gz gsoc2013-evolution-2b29d7310a6287f425f8f8ebe73fa0ace7f58f4f.tar.bz2 gsoc2013-evolution-2b29d7310a6287f425f8f8ebe73fa0ace7f58f4f.tar.lz gsoc2013-evolution-2b29d7310a6287f425f8f8ebe73fa0ace7f58f4f.tar.xz gsoc2013-evolution-2b29d7310a6287f425f8f8ebe73fa0ace7f58f4f.tar.zst gsoc2013-evolution-2b29d7310a6287f425f8f8ebe73fa0ace7f58f4f.zip |
Add another argument "clast" pointing to the container before the current
* message-thread.c (remove_node): Add another argument "clast"
pointing to the container before the current one in the list,
which it can update if that turns out to be the one that it
removed.
(group_root_set): Update for remove_node change, and remove both
nodes in the "subjects are common" case. Fixes a bug that would
cause the message list to be truncated if this rule was invoked.
svn path=/trunk/; revision=3961
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index d45f11c222..f33cafe649 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,15 @@ 2000-07-07 Dan Winship <danw@helixcode.com> + * message-thread.c (remove_node): Add another argument "clast" + pointing to the container before the current one in the list, + which it can update if that turns out to be the one that it + removed. + (group_root_set): Update for remove_node change, and remove both + nodes in the "subjects are common" case. Fixes a bug that would + cause the message list to be truncated if this rule was invoked. + +2000-07-07 Dan Winship <danw@helixcode.com> + * message-list.c: Lots of changes. Store uids as node data on the tree nodes and use those rather than rows where possible. (The concept of "row" is just getting too complicated.) Get rid of the |