aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
author5 <NotZed@Ximian.com>2001-10-26 08:37:52 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-10-26 08:37:52 +0800
commit5b449d9ca73f3b7428f18c75af49d9d0cf8f36ce (patch)
treee60b95d8f22e5b1408919f13f5965ba57082ea23 /camel/ChangeLog
parentb822bc381f5370d64329d8892c8745a8708b214c (diff)
downloadgsoc2013-evolution-5b449d9ca73f3b7428f18c75af49d9d0cf8f36ce.tar
gsoc2013-evolution-5b449d9ca73f3b7428f18c75af49d9d0cf8f36ce.tar.gz
gsoc2013-evolution-5b449d9ca73f3b7428f18c75af49d9d0cf8f36ce.tar.bz2
gsoc2013-evolution-5b449d9ca73f3b7428f18c75af49d9d0cf8f36ce.tar.lz
gsoc2013-evolution-5b449d9ca73f3b7428f18c75af49d9d0cf8f36ce.tar.xz
gsoc2013-evolution-5b449d9ca73f3b7428f18c75af49d9d0cf8f36ce.tar.zst
gsoc2013-evolution-5b449d9ca73f3b7428f18c75af49d9d0cf8f36ce.zip
Remove the stupid warning that should never have been there in the first
2001-10-25 <NotZed@Ximian.com> * camel-search-private.c (utf8_get): Remove the stupid warning that should never have been there in the first place. * camel-sasl-digest-md5.c (digest_response): s/iconv/e_iconv/ * camel-pgp-context.c (pgp_verify): " * camel-mime-utils.c (rfc2047_decode_word, rfc2047_decode_word, append_8bit, rfc2047_encode_word, rfc2184_decode, header_decode_param): " * camel-mime-part-utils.c (convert_buffer, convert_buffer): " * camel-mime-filter-charset.c (reset, complete, filter): " svn path=/trunk/; revision=14113
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 1d727a244d..cda9bb8b36 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,31 @@
+2001-10-25 <NotZed@Ximian.com>
+
+ * camel-search-private.c (utf8_get): Remove the stupid warning
+ that should never have been there in the first place.
+
+ * camel-sasl-digest-md5.c (digest_response): s/iconv/e_iconv/
+
+ * camel-pgp-context.c (pgp_verify): "
+
+ * camel-mime-utils.c (rfc2047_decode_word, rfc2047_decode_word,
+ append_8bit, rfc2047_encode_word, rfc2184_decode,
+ header_decode_param): "
+
+ * camel-mime-part-utils.c (convert_buffer, convert_buffer): "
+
+ * camel-mime-filter-charset.c (reset, complete, filter): "
+
+2001-10-24 <NotZed@Ximian.com>
+
+ * camel-mime-filter-basic.c (complete): For qp decoding, if the
+ data isn't really qp encoded, we could possible grow the buffer by
+ upto 2 bytes above the input size, fix allocations/assertions
+ appropraitely.
+
+ * camel-vee-folder.c (folder_changed_change): If we're not
+ autoupdate, only search for new matches against changed uid's that
+ we dont already have.
+
2001-10-24 Dan Winship <danw@ximian.com>
* providers/imap/camel-imap-store.c (unsubscribe_folder): Don't