Improve and document the language-change event on MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Sat, 23 Jun 2012 12:39:23 +0000 (15:39 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 23 Jun 2012 12:39:23 +0000 (15:39 +0300)
commit0bd8297f9cee150f34cbab14c71825d21d7bf91c
tree16a94bc4ac8fa7ea10b3de78584695a3d364487d
parent63def6b6d1acb18d90c705687359edd4f4c2f49a
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