comparison lisp/ChangeLog @ 56599:35a105adc159

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 04 Aug 2004 13:03:26 +0000
parents eb864aaf90b0
children f139a56bb0f0 4a196c3bd2d8
comparison
equal deleted inserted replaced
56598:3caaa79fcb7e 56599:35a105adc159
1 2004-08-04 Kenichi Handa <handa@m17n.org>
2
3 * international/encoded-kb.el (encoded-kbd-setup-keymap): Fix
4 previous change.
5
6 2004-08-03 Kenichi Handa <handa@m17n.org>
7
8 * international/encoded-kb.el: The following changes are to
9 utilize key-translation-map instead of minor mode map.
10 (encoded-kbd-iso2022-non-ascii-map): Delete it.
11 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12 (encoded-kbd-last-key): New function.
13 (encoded-kbd-iso2022-single-shift): New function.
14 (encoded-kbd-iso2022-designation)
15 (encoded-kbd-self-insert-iso2022-7bit)
16 (encoded-kbd-self-insert-iso2022-8bit)
17 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
18 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
19 key-translation-map.
20 (encoded-kbd-setup-keymap): Setup key-translation-map.
21 (saved-key-translation-map): New variable.
22 (encoded-kbd-mode): Save/restore key-translation-map. Adjusted
23 for the change of encoded-kbd-setup-keymap.
24
1 2004-08-02 Kim F. Storm <storm@cua.dk> 25 2004-08-02 Kim F. Storm <storm@cua.dk>
2 26
3 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges 27 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
4 and call compute-motion with nil for topos and width to get proper 28 and call compute-motion with nil for topos and width to get proper
5 usable width and height for both window and non-window systems. 29 usable width and height for both window and non-window systems.