comparison lisp/ChangeLog.7 @ 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 885e5368ecb2
comparison
equal deleted inserted replaced
96405:65bb6ad0a9d5 96406:ce3cca778d10
1678 1678
1679 * language/korea-util.el (isearch-toggle-korean-input-method) 1679 * language/korea-util.el (isearch-toggle-korean-input-method)
1680 (isearch-hangul-switch-symbol-ksc, isearch-hangul-switch-hanja): 1680 (isearch-hangul-switch-symbol-ksc, isearch-hangul-switch-hanja):
1681 New functions. 1681 New functions.
1682 (korean-key-bindings): Renamed from exit-korean-environment-data. 1682 (korean-key-bindings): Renamed from exit-korean-environment-data.
1683 Initialized apropriately. 1683 Initialized appropriately.
1684 (setup-korean-environment): Setup key bindings according to 1684 (setup-korean-environment): Setup key bindings according to
1685 korean-key-bindings. 1685 korean-key-bindings.
1686 (exit-korean-environment): Revert key bindings only if the current 1686 (exit-korean-environment): Revert key bindings only if the current
1687 key bindings is the same as what set by setup-korean-environment. 1687 key bindings is the same as what set by setup-korean-environment.
1688 1688
7155 (set-language-environment-coding-systems): New function. 7155 (set-language-environment-coding-systems): New function.
7156 (list-subset-p): New function. 7156 (list-subset-p): New function.
7157 (select-safe-coding-system): New function. 7157 (select-safe-coding-system): New function.
7158 (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP. 7158 (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP.
7159 (set-language-info-alist): New optionla arg PARENTS. Call 7159 (set-language-info-alist): New optionla arg PARENTS. Call
7160 set-language-info with apropriate DESCRIBE-MAP and SETUP-MAP args. 7160 set-language-info with appropriate DESCRIBE-MAP and SETUP-MAP args.
7161 (set-language-environment-coding-systems): New function. 7161 (set-language-environment-coding-systems): New function.
7162 7162
7163 * international/mule-conf.el: Adjusted for the change of the 7163 * international/mule-conf.el: Adjusted for the change of the
7164 format of make-coding-system's 6th argument. Initialize 7164 format of make-coding-system's 6th argument. Initialize
7165 coding-category-iso-7-tight to iso-2022-jp. 7165 coding-category-iso-7-tight to iso-2022-jp.