Improve and document the language-change event on MS-Windows.
commitef26de54ddcfb89774a35fdc9bc4951877c58adc
authorEli Zaretskii <eliz@gnu.org>
Sat, 23 Jun 2012 12:39:23 +0000 (23 15:39 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 23 Jun 2012 12:39:23 +0000 (23 15:39 +0300)
tree40f88d4a51a983d47693317ee2d3d3977498cb6e
parentde2824bc081c3690df8ab731656b666ecb650704
Improve and document the language-change event on MS-Windows.

 src/keyboard.c (kbd_buffer_get_event): Include the codepage and the
 language ID in the event parameters.
 src/w32term.c (w32_read_socket): Put the new keyboard codepage into
 event.code, not the obscure "character set ID".
 doc/lispref/commands.texi (Misc Events): Document the language-change event.
doc/lispref/ChangeLog
doc/lispref/commands.texi
src/ChangeLog
src/keyboard.c
src/w32term.c