diff options
| author | Kenichi Handa | 2003-04-11 03:58:22 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-04-11 03:58:22 +0000 |
| commit | 17388a6277f5e4ed891def2c5fc4a40580cd8032 (patch) | |
| tree | fed4f534b083df19fa00c78038d72e15e63d0cc5 /lisp/ChangeLog | |
| parent | 389144243f4235ba0cd408992da809a781f8be5f (diff) | |
| download | emacs-17388a6277f5e4ed891def2c5fc4a40580cd8032.tar.gz emacs-17388a6277f5e4ed891def2c5fc4a40580cd8032.zip | |
* international/quail.el (quail-guidance-str)
(quail-guidance-frame): New variables.
(quail-guidance-win): Delete this variable.
(quail-setup-overlays): Make overlay not rear-advancing.
(quail-kill-guidance-buf): Delete this function.
(quail-activate): Add/remove quail-show-guidance to/from
post-command-hook.
(quail-input-method): Don't setup quail-guidance-buf. Initialize
quail-guidance-str to "".
(quail-start-translation): Call quail-show-guidance at first.
(quail-start-conversion): Likewise.
(quail-terminate-translation): Don't erase quail-guidance-buf.
(quail-update-translation): Stretch overlays if their starting and
ending positions are same.
(quail-update-current-translations): Check the width of the
current window, not the width of quail-guidance-win.
(quail-make-guidance-frame): Delete the arg BUF. Fix position
calculation. Don't set the window buffer, just return the new
frame.
(quail-minibuffer-message): New function.
(quail-show-guidance): Renamed from quail-show-guidance-buf. Use
message and quail-minibuffer-message to display the guidance.
(quail-hide-guidance): Renamed from quail-hide-guidance-buf. Only
delete quail-guidance-frame.
(quail-update-guidance): Just update quail-guidance-str, not
display it.
(quail-get-translations): Renamed from quail-show-translations.
Return a string instead of inserting it in quail-guaidance-buf.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 74b574ecb3c..e3c0b9d2d14 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,36 @@ | |||
| 1 | 2003-04-11 Kenichi Handa <handa@m17n.org> | 1 | 2003-04-11 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | * international/quail.el (quail-guidance-str) | ||
| 4 | (quail-guidance-frame): New variables. | ||
| 5 | (quail-guidance-win): Delete this variable. | ||
| 6 | (quail-setup-overlays): Make overlay not rear-advancing. | ||
| 7 | (quail-kill-guidance-buf): Delete this function. | ||
| 8 | (quail-activate): Add/remove quail-show-guidance to/from | ||
| 9 | post-command-hook. | ||
| 10 | (quail-input-method): Don't setup quail-guidance-buf. Initialize | ||
| 11 | quail-guidance-str to "". | ||
| 12 | (quail-start-translation): Call quail-show-guidance at first. | ||
| 13 | (quail-start-conversion): Likewise. | ||
| 14 | (quail-terminate-translation): Don't erase quail-guidance-buf. | ||
| 15 | (quail-update-translation): Stretch overlays if their starting and | ||
| 16 | ending positions are same. | ||
| 17 | (quail-update-current-translations): Check the width of the | ||
| 18 | current window, not the width of quail-guidance-win. | ||
| 19 | (quail-make-guidance-frame): Delete the arg BUF. Fix position | ||
| 20 | calculation. Don't set the window buffer, just return the new | ||
| 21 | frame. | ||
| 22 | (quail-minibuffer-message): New function. | ||
| 23 | (quail-show-guidance): Renamed from quail-show-guidance-buf. Use | ||
| 24 | message and quail-minibuffer-message to display the guidance. | ||
| 25 | (quail-hide-guidance): Renamed from quail-hide-guidance-buf. Only | ||
| 26 | delete quail-guidance-frame. | ||
| 27 | (quail-update-guidance): Just update quail-guidance-str, not | ||
| 28 | display it. | ||
| 29 | (quail-get-translations): Renamed from quail-show-translations. | ||
| 30 | Return a string instead of inserting it in quail-guaidance-buf. | ||
| 31 | |||
| 32 | 2003-04-11 Kenichi Handa <handa@m17n.org> | ||
| 33 | |||
| 3 | * international/mule-cmds.el (sort-coding-systems): Set lower | 34 | * international/mule-cmds.el (sort-coding-systems): Set lower |
| 4 | priority to a utf-16 base coding system. Set higher priority to a | 35 | priority to a utf-16 base coding system. Set higher priority to a |
| 5 | coding system listed in coding-category-list. | 36 | coding system listed in coding-category-list. |