From 2cf2e3960b7ae7c5363af29fb135014e27b8e208 Mon Sep 17 00:00:00 2001
From: Brendan Cully <brendan@kublai.com>
Date: Sun, 11 Dec 2005 23:12:41 +0000
Subject: [PATCH] # changelog commit

---
 ChangeLog | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index c6649669..cba50832 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+2005-12-11 22:51:29  Brendan Cully  <brendan@kublai.com>  (brendan)
+
+	* buffy.c, imap/command.c, imap/imap.c, imap/imap.h,
+	imap/imap_private.h, imap/util.c: IMAP command batching code, used
+	to pipeline mailbox poll requests. Up to 10 poll commands will be
+	sent at a time (tunable in imap_private.h). This is a huge win on
+	my currently awful wireless link. It takes a knife to a lot of
+	fundamental IMAP code (mostly for the better), so it may have
+	destabilised things. Time for some brave (or lazy
+	non-Changelog-reading) testers to report... next up, IDLE
+	support.
+                                 
+2005-12-10 07:06:44  Brendan Cully  <brendan@kublai.com>  (brendan)
+
+	* imap/browse.c, imap/command.c, imap/imap.c, imap/imap_private.h,
+	imap/util.c: Set up a command pipeline. Currently everything still
+	runs a single command from start to finish before moving on, but
+	this creates the infrastructure to pipeline mailbox polling
+	calls. Bitter experience at the end of a flaky wireless link
+	teaches me that this can be useful.
+
+	* imap/auth_anon.c, imap/auth_cram.c, imap/auth_gss.c,
+	imap/auth_sasl.c, imap/browse.c, imap/command.c, imap/imap.c,
+	imap/imap_private.h, imap/message.c, imap/util.c: Move IMAP
+	response buffer out of command into IMAP_DATA. Ironically this is
+	to prepare for pipelined commands.
+
 2005-11-24 12:50:27  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
 
 	* curs_main.c, pattern.c: mutt/2142 suggests that the change
-- 
2.40.0