Mercurial > emacs
comparison lisp/ChangeLog @ 31432:d616c4851906
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 07 Sep 2000 02:55:04 +0000 |
parents | 30013197de14 |
children | 79896a32090f |
comparison
equal
deleted
inserted
replaced
31431:cd529b4126c1 | 31432:d616c4851906 |
---|---|
1 2000-09-07 Kenichi Handa <handa@etl.go.jp> | |
2 | |
3 * help.el (help-make-xrefs): Adjusted for the change of | |
4 help-xref-mule-regexp. | |
5 (help-insert-xref-button): New function. | |
6 | |
7 * international/mule-cmds.el (help-xref-mule-regexp-template): | |
8 Include the pattern for character set. | |
9 (leim): New group. | |
10 | |
11 * international/quail.el: Don't require face. | |
12 (quail): New group. | |
13 (quail-other-command): Dummy command to make quail-help works | |
14 better. | |
15 (quail-keyboard-layout-alist): Add Keyboard type "jp106". | |
16 (quail-keyboard-layout-substitution): New variable. | |
17 (quail-update-keyboard-layout): New function. | |
18 (quail-keyboard-layout-type): New customizable variable. | |
19 (quail-set-keyboard-layout): Call quail-update-keyboard-layout. | |
20 (quail-keyboard-translate): Pay attention to | |
21 quail-keyboard-layout-substitution. | |
22 (quail-insert-kbd-layout): New function. | |
23 (quail-show-keyboard-layout): New function. | |
24 (quail-get-translation): If the definition is a vector of length | |
25 1, and the element is a string of lenght 1, return the character | |
26 in that string. | |
27 (quail-update-current-translations): Fix the case of | |
28 relative-index out of range. | |
29 (quail-build-decode-map, quail-insert-decode-map): New Functions. | |
30 (quail-help): Show keyboard layout by quail-insert-kbd-layout. | |
31 Show key sequences for all avairable characters. | |
32 (quail-help-insert-keymap-description): Don't show such verbose | |
33 key bindings as quail-self-insert-command. | |
34 | |
35 * international/titdic-cnv.el (quail-cxterm-package-ext-info): | |
36 Format changed, and each element now have extra documentations. | |
37 (tit-process-header): Delete invalid characters from TIT-PROMPT. | |
38 Adjusted for the change of quail-cxterm-package-ext-info. | |
39 | |
1 2000-09-06 Gerd Moellmann <gerd@gnu.org> | 40 2000-09-06 Gerd Moellmann <gerd@gnu.org> |
2 | 41 |
3 * vc-hooks.el (toplevel): Don't require `vc' during compilation; | 42 * vc-hooks.el (toplevel): Don't require `vc' during compilation; |
4 requiring it leads to a recursive loading of vc.el and vc-hooks.el | 43 requiring it leads to a recursive loading of vc.el and vc-hooks.el |
5 during bootstrap. | 44 during bootstrap. |