Mercurial > emacs
diff doc/misc/ChangeLog @ 96406:ce3cca778d10
Fix typos.
* lisp/net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
(sasl-find-mechanism, sasl-next-step):
* lisp/net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
(sasl-ntlm-response): Fix typos in docstrings.
* doc/misc/sasl.texi (Mechanisms): Fix typos.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Sun, 29 Jun 2008 01:51:51 +0000 |
| parents | c3309dba6542 |
| children | d22e0da08fa9 |
line wrap: on
line diff
--- a/doc/misc/ChangeLog Sun Jun 29 01:32:25 2008 +0000 +++ b/doc/misc/ChangeLog Sun Jun 29 01:51:51 2008 +0000 @@ -1,3 +1,7 @@ +2008-06-28 Juanma Barranquero <lekktu@gmail.com> + + * sasl.texi (Mechanisms): Fix typos. + 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com> * calc.texi (Killing from the stack): Mention using normal Emacs @@ -5,8 +9,8 @@ 2008-06-21 Michael Albinus <michael.albinus@gmx.de> - * tramp.texi (Password handling): Renamed from "Password - caching". Add `auth-source' mechanism. + * tramp.texi (Password handling): Renamed from "Password caching". + Add `auth-source' mechanism. (Connection caching): Tramp reopens the connection automatically, when the operating system on the remote host has been changed.
