diff options
author | Not Zed <NotZed@Ximian.com> | 2002-09-24 09:16:12 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-09-24 09:16:12 +0800 |
commit | a65c7bb4769b16dda87c1bdf2cb06784b4090d4a (patch) | |
tree | 8e77d9424cf98f558b57a1174c621bb014740ec8 /camel/ChangeLog | |
parent | 5ca425852cab78a782c1b354555f7c9c380d8e02 (diff) | |
download | gsoc2013-evolution-a65c7bb4769b16dda87c1bdf2cb06784b4090d4a.tar.gz gsoc2013-evolution-a65c7bb4769b16dda87c1bdf2cb06784b4090d4a.tar.zst gsoc2013-evolution-a65c7bb4769b16dda87c1bdf2cb06784b4090d4a.zip |
If we have no data written to a key, dont add it, or its partition header.
2002-09-24 Not Zed <NotZed@Ximian.com>
* camel-text-index.c (text_index_compress_nosync): If we have no
data written to a key, dont add it, or its partition header.
2002-09-23 Not Zed <NotZed@Ximian.com>
* camel-block-file.c (sync_nolock): Mark root block dirty if we're
going to sync it.
(camel_key_file_finalise): de-count the active list if we close
it.
* camel-text-index.c (text_index_delete): Implement.
(text_index_compress_nosync): Use index_delete when we're finished
with the old one, so it is properly deactivated.
* camel-index.c (camel_index_delete): Remove api call. Mark index
deleted in new state variable.
(camel_index_*): Wrap all calls in check for deleted state.
svn path=/trunk/; revision=18189
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 320eebc4c1..ac6d0eb5ea 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,23 @@ +2002-09-24 Not Zed <NotZed@Ximian.com> + + * camel-text-index.c (text_index_compress_nosync): If we have no + data written to a key, dont add it, or its partition header. + +2002-09-23 Not Zed <NotZed@Ximian.com> + + * camel-block-file.c (sync_nolock): Mark root block dirty if we're + going to sync it. + (camel_key_file_finalise): de-count the active list if we close + it. + + * camel-text-index.c (text_index_delete): Implement. + (text_index_compress_nosync): Use index_delete when we're finished + with the old one, so it is properly deactivated. + + * camel-index.c (camel_index_delete): Remove api call. Mark index + deleted in new state variable. + (camel_index_*): Wrap all calls in check for deleted state. + 2002-09-23 Jeffrey Stedfast <fejj@ximian.com> * camel-folder.c (transfer_message_to): If the original message is |