Mercurial > emacs
changeset 85919:b2be0877a9f3
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 04 Nov 2007 01:26:09 +0000 |
parents | 8f26c84d222f |
children | e5cfe61bd903 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Nov 04 01:25:49 2007 +0000 +++ b/lisp/ChangeLog Sun Nov 04 01:26:09 2007 +0000 @@ -1,3 +1,16 @@ +2007-11-04 Glenn Morris <rgm@gnu.org> + + * net/tls.el: Don't require rx when compiling. + (tls-end-of-info): Rewrite without using rx. + (open-tls-stream): Use with-current-buffer. + +2007-11-04 Riccardo Murri <riccardo.murri@gmail.com> + + * net/tls.el: Require rx when compiling. + (tls-end-of-info): New variable. + (open-tls-stream): Keep reading input until `tls-end-of-info' is + matched. + 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu> * register.el (append-to-register, prepend-to-register):