Mercurial > emacs
comparison lisp/ChangeLog @ 99682:ea8cf739773d
* international/mule-cmds.el (update-leim-list-file): Simplify.
(prefer-coding-system, find-coding-systems-for-charsets):
Fix docstring typos.
(select-safe-coding-system, input-method-exit-on-first-char)
(language-info-alist, language-info-custom-alist): Reflow docstrings.
(toggle-input-method, read-multilingual-string): Doc fixes.
Reflow docstrings.
(locale-name-match, sort-coding-systems, find-multibyte-characters)
(read-char-by-name): Use `string-match-p'.
(get-char-code-property, put-char-code-property)
(char-code-property-description): Be silent while loading uni-* files.
(ucs-names): Use `dotimes-with-progress-reporter', because loading
the Unicode character names is *slow*.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 18 Nov 2008 01:35:25 +0000 |
parents | 1d9acf55fb04 |
children | 0dc2933fc901 |
comparison
equal
deleted
inserted
replaced
99681:7398b4444d68 | 99682:ea8cf739773d |
---|---|
1 2008-11-18 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * international/mule-cmds.el (update-leim-list-file): Simplify. | |
4 (prefer-coding-system, find-coding-systems-for-charsets): | |
5 Fix docstring typos. | |
6 (select-safe-coding-system, input-method-exit-on-first-char) | |
7 (language-info-alist, language-info-custom-alist): Reflow docstrings. | |
8 (toggle-input-method, read-multilingual-string): Doc fixes. | |
9 Reflow docstrings. | |
10 (locale-name-match, sort-coding-systems, find-multibyte-characters) | |
11 (read-char-by-name): Use `string-match-p'. | |
12 (get-char-code-property, put-char-code-property) | |
13 (char-code-property-description): Be silent while loading uni-* files. | |
14 (ucs-names): Use `dotimes-with-progress-reporter', because loading | |
15 the Unicode character names is *slow*. | |
16 | |
1 2008-11-17 Chong Yidong <cyd@stupidchicken.com> | 17 2008-11-17 Chong Yidong <cyd@stupidchicken.com> |
2 | 18 |
3 * wid-edit.el (widget-image-insert): Don't add a mouse-face. | 19 * wid-edit.el (widget-image-insert): Don't add a mouse-face. |
4 | 20 |
5 * cus-edit.el (custom-group-value-create): Don't insert docstring | 21 * cus-edit.el (custom-group-value-create): Don't insert docstring twice. |
6 twice. | |
7 | 22 |
8 2008-11-17 Juanma Barranquero <lekktu@gmail.com> | 23 2008-11-17 Juanma Barranquero <lekktu@gmail.com> |
9 | 24 |
10 * international/mule-cmds.el (ucs-completions): Mark as risky. | 25 * international/mule-cmds.el (ucs-completions): Mark as risky. |
11 | 26 |