X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=29f678c512c88365e9e7853d19fe072755a2f9b3;hb=91c762b26aeb17dfd2c5b8330745a66bb4b285b9;hp=d220b2c82d279eed466bbb9274f3d64fbf339a83;hpb=dd9999893908f883d69f8a2cbe8261e801860dff;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d220b2c82..29f678c51 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,26 @@ +2013-06-10 Albert Krewinkel + + * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten + stream managing functions by using open-protocol-stream to do most of + the work. Has the nice benefit of enabling STARTTLS. + Wait for capabilities after STARTTLS: following RFC5804, the server + sends new capabilities after successfully establishing a TLS connection + with the client. The client should update the cached list of + capabilities, but we just ignore the answer for now. + (sieve-manage-network-p, sieve-manage-network-open) + (sieve-manage-starttls-p, sieve-manage-starttls-open) + (sieve-manage-forward, sieve-manage-streams) + (sieve-manage-stream-alist): Remove unneeded functions neither in the + API, nor called by any other function. + Enable Multibyte for SieveManage buffers: The parser won't properly + handle umlauts and line endings unless multibyte is turned on in the + process buffer. + +2013-06-11 Lars Magne Ingebrigtsen + + * eww.el (eww-tag-input): Support password fields. + (eww-submit): Support POST. + 2013-06-10 Lars Magne Ingebrigtsen * eww.el (eww-tag-form): Protect against degenerate forms.