diff options
| author | Eli Zaretskii | 2020-04-13 16:33:57 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2020-04-13 16:33:57 +0300 |
| commit | fc336a46553919206d9ac621d1ea5e9740477e18 (patch) | |
| tree | df041d7e4797e957b979071ffeb64731d85dab1f /etc | |
| parent | 61da72dc2df46603a25b0cde2aea82f8f2e7faf8 (diff) | |
| download | emacs-fc336a46553919206d9ac621d1ea5e9740477e18.tar.gz emacs-fc336a46553919206d9ac621d1ea5e9740477e18.zip | |
Document the new 'w32-get/set-ime-open-status' functions
* doc/emacs/msdos.texi (Windows Keyboard): Document
'w32-set-ime-open-status'.
* etc/NEWS: Announce the new IME-related functions.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -379,6 +379,13 @@ coding-system-for-{read,write} or call 'set-process-coding-system'. | |||
| 379 | 'module-file-suffix' now has the value ".dylib" on macOS, but the | 379 | 'module-file-suffix' now has the value ".dylib" on macOS, but the |
| 380 | ".so" suffix is supported as well. | 380 | ".so" suffix is supported as well. |
| 381 | 381 | ||
| 382 | +++ | ||
| 383 | ** On MS-Windows, Emacs can now toggle the IME. | ||
| 384 | A new function 'w32-set-ime-open-status' can now be used to disable | ||
| 385 | and enable the MS-Windows native Input Method Editor (IME) at run | ||
| 386 | time. A companion function 'w32-get-ime-open-status' returns the | ||
| 387 | current IME activation status. | ||
| 388 | |||
| 382 | 389 | ||
| 383 | ---------------------------------------------------------------------- | 390 | ---------------------------------------------------------------------- |
| 384 | This file is part of GNU Emacs. | 391 | This file is part of GNU Emacs. |