Allow sending \n instead of \r\n on 'shell streams.
[gnus] / lisp / ChangeLog
index a401713..12a7a07 100644 (file)
@@ -5,6 +5,13 @@
        (nnimap-request-group): Don't make `M-g' bug out on group with no
        marks.
        (nnoo): Required, so that other packages can require nnimap.
+       (nnimap-wait-for-response): Be a bit more lax in finding the end of the
+       command we're looking for.  This helps when the server sends more
+       responses after we've gotten everything we expected.
+       (nnimap): Add a `newlinep' field to keep track of end-of-line
+       conventions.
+       Don't send CRLF to things that don't want it.
+       (nnimap-request-accept-article): Ditto.
 
 2010-09-18  Julien Danjou  <julien@danjou.info>