aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-06-23 15:39:23 +0300
committerEli Zaretskii2012-06-23 15:39:23 +0300
commit0bd8297f9cee150f34cbab14c71825d21d7bf91c (patch)
tree16a94bc4ac8fa7ea10b3de78584695a3d364487d /src/ChangeLog
parent63def6b6d1acb18d90c705687359edd4f4c2f49a (diff)
downloademacs-0bd8297f9cee150f34cbab14c71825d21d7bf91c.tar.gz
emacs-0bd8297f9cee150f34cbab14c71825d21d7bf91c.zip
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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2266ccc49ef..a01a93f86e9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12012-06-23 Eli Zaretskii <eliz@gnu.org>
2
3 * keyboard.c (kbd_buffer_get_event): Include the codepage and the
4 language ID in the event parameters.
5
6 * w32term.c (w32_read_socket): Put the new keyboard codepage into
7 event.code, not the obscure "character set ID".
8
12012-06-23 Chong Yidong <cyd@gnu.org> 92012-06-23 Chong Yidong <cyd@gnu.org>
2 10
3 * xmenu.c (x_menu_wait_for_event): Adapt GTK3 to new xg_select. 11 * xmenu.c (x_menu_wait_for_event): Adapt GTK3 to new xg_select.