aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog39
1 files changed, 39 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 36a589d6722..b7d8fc5d564 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,42 @@
12000-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
12000-09-06 Gerd Moellmann <gerd@gnu.org> 402000-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;