]> git.eshelyaron.com Git - emacs.git/commit
Make ignoring modifiers on IME input optional
authorEli Zaretskii <eliz@gnu.org>
Sat, 21 Nov 2020 08:14:55 +0000 (10:14 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 21 Nov 2020 08:14:55 +0000 (10:14 +0200)
commit86cbc9d216c724e6be5db27fb33df2ca0c7d9804
treeeab69db320484877da47356a6bf01ae9f825e3f1
parent32b97bb9e0d91522a76c984b594be35343bf9fe3
Make ignoring modifiers on IME input optional

By default, ignore modifier keys on IME input, but add
a variable to get back old behavior.
* src/w32fns.c (syms_of_w32fns): New variable
w32-ignore-modifiers-on-IME-input.
(w32_wnd_proc): Use it to ignore modifier keys when IME input is
used.  (Bug#44641)

* etc/NEWS: Announce the change and the new variable.
etc/NEWS
src/w32fns.c