aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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.