diff options
author | Not Zed <NotZed@Ximian.com> | 2004-05-07 15:08:09 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-05-07 15:08:09 +0800 |
commit | 4e919deeff40049f3ca1dda409d21ea84f7700bd (patch) | |
tree | cdfc42e2141a824966f86522d59e03ad1bda5d28 /camel/ChangeLog | |
parent | 27176351ae38247a7b7c656e73727d704b12c63e (diff) | |
download | gsoc2013-evolution-4e919deeff40049f3ca1dda409d21ea84f7700bd.tar.gz gsoc2013-evolution-4e919deeff40049f3ca1dda409d21ea84f7700bd.tar.zst gsoc2013-evolution-4e919deeff40049f3ca1dda409d21ea84f7700bd.zip |
properly set the parent nodes for the re-parented phantom-node children.
2004-05-07 Not Zed <NotZed@Ximian.com>
* camel-folder-thread.c (thread_summary): properly set the parent
nodes for the re-parented phantom-node children. Wasn't that fun
to debug!
* camel-folder-thread.h: make order and re bitfields, saves 4
bytes/node.
svn path=/trunk/; revision=25822
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 864fafa413..bcd209d453 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2004-05-07 Not Zed <NotZed@Ximian.com> + + * camel-folder-thread.c (thread_summary): properly set the parent + nodes for the re-parented phantom-node children. Wasn't that fun + to debug! + + * camel-folder-thread.h: make order and re bitfields, saves 4 + bytes/node. + 2004-05-06 Not Zed <NotZed@Ximian.com> * providers/imap/camel-imap-store.c (connect_to_server): set |