diff options
author | Not Zed <NotZed@Ximian.com> | 2002-04-26 13:13:45 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-04-26 13:13:45 +0800 |
commit | df00976fe425356187dbbd72b8080ae4a1d9dd01 (patch) | |
tree | 83b4b4c1abd23bf1287323893266e9c320037207 /camel/ChangeLog | |
parent | 8358adf1acfb1a3c679f9f9fa71106c037587103 (diff) | |
download | gsoc2013-evolution-df00976fe425356187dbbd72b8080ae4a1d9dd01.tar.gz gsoc2013-evolution-df00976fe425356187dbbd72b8080ae4a1d9dd01.tar.zst gsoc2013-evolution-df00976fe425356187dbbd72b8080ae4a1d9dd01.zip |
Remove the excessive \n's, after printfs.
2002-04-26 Not Zed <NotZed@Ximian.com>
* camel-block-file.c (block_file_validate_root): Remove the
excessive \n's, after printfs.
* camel-text-index.c (text_index_compress_nosync): @!#$@#$!@$#!.
Since the rename op was fixed, this broke compression's rename,
resulting in the index 'vanishing' after every compress
(i.e. after every reindex). Fix this code to account for the
fixed rename operation.
svn path=/trunk/; revision=16591
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 93e331f462..f454cad21b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,14 @@ +2002-04-26 Not Zed <NotZed@Ximian.com> + + * camel-block-file.c (block_file_validate_root): Remove the + excessive \n's, after printfs. + + * camel-text-index.c (text_index_compress_nosync): @!#$@#$!@$#!. + Since the rename op was fixed, this broke compression's rename, + resulting in the index 'vanishing' after every compress + (i.e. after every reindex). Fix this code to account for the + fixed rename operation. + 2002-04-25 Jeffrey Stedfast <fejj@ximian.com> * providers/smtp/camel-smtp-transport.c (smtp_rcpt): Don't put a |