Mercurial > emacs
changeset 61131:c1bccf491869
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 30 Mar 2005 11:33:41 +0000 |
parents | 71175894291a |
children | d1a713ac3941 |
files | etc/NEWS |
diffstat | 1 files changed, 10 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Wed Mar 30 10:25:10 2005 +0000 +++ b/etc/NEWS Wed Mar 30 11:33:41 2005 +0000 @@ -107,9 +107,16 @@ * Changes in Emacs 22.1 -** In Thai language environment, such word-oriented commands as M-f, -M-b, M-d, M-DEL, M-t, and M-q are remapped to commands that recognize -Thai word segument. +** Improved Thai support. A new minor mode `thai-word-mode' (which is +automatically activated if you select Thai as a language +environment) changes key bindings of most word-oriented commands to +versions which recognize Thai words. Affected commands are + M-f (forward-word) + M-b (backward-word) + M-d (kill-word) + M-DEL (backward-kill-word) + M-t (transpose-words) + M-q (fill-paragraph) ** iso-acc.el is now obsolete. Use one of the latin input methods instead.