Mercurial > emacs
comparison lisp/ChangeLog @ 102657:b8f0ba733f16
Fix typos.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 19 Mar 2009 09:35:58 +0000 |
parents | e34cdd6bbf86 |
children | 3bd929838554 |
comparison
equal
deleted
inserted
replaced
102656:ffa382f6551e | 102657:b8f0ba733f16 |
---|---|
8 | 8 |
9 * mail/supercite.el (sc-version): Fix typo in interactive spec. | 9 * mail/supercite.el (sc-version): Fix typo in interactive spec. |
10 | 10 |
11 2009-03-19 Kenichi Handa <handa@m17n.org> | 11 2009-03-19 Kenichi Handa <handa@m17n.org> |
12 | 12 |
13 * international/quail.el (quail-update-leim-list-file): Save | 13 * international/quail.el (quail-update-leim-list-file): |
14 leim-list.el in utf-8. | 14 Save leim-list.el in utf-8. |
15 | 15 |
16 * international/mule-cmds.el (leim-list-header): Use utf-8 coding | 16 * international/mule-cmds.el (leim-list-header): |
17 tag. | 17 Use utf-8 coding tag. |
18 | 18 |
19 * term/ns-win.el: Call create-defualt-fontset, not | 19 * term/ns-win.el: Call create-default-fontset, not |
20 setup-default-fontset. Call create-fontset-from-fontset-spec | 20 setup-default-fontset. Call create-fontset-from-fontset-spec |
21 within condition-case. | 21 within condition-case. |
22 | 22 |
23 * term/w32-win.el (w32-initialize-window-system): Call | 23 * term/w32-win.el (w32-initialize-window-system): |
24 create-defualt-fontset, not setup-default-fontset. Call | 24 Call create-default-fontset, not setup-default-fontset. |
25 create-fontset-from-fontset-spec within condition-case. | 25 Call create-fontset-from-fontset-spec within condition-case. |
26 | 26 |
27 * term/x-win.el (x-initialize-window-system): Call | 27 * term/x-win.el (x-initialize-window-system): |
28 create-defualt-fontset, not setup-default-fontset. Call | 28 Call create-default-fontset, not setup-default-fontset. |
29 create-fontset-from-fontset-spec within condition-case. | 29 Call create-fontset-from-fontset-spec within condition-case. |
30 | 30 |
31 * international/fontset.el (create-default-fontset): New function. | 31 * international/fontset.el (create-default-fontset): New function. |
32 (create-fontset-from-x-resource): Use display-warning instead of | 32 (create-fontset-from-x-resource): Use display-warning instead of |
33 message. | 33 message. |
34 | 34 |