comparison src/ChangeLog @ 71964:562fb27e7dfd

*** empty log message ***
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Tue, 18 Jul 2006 03:00:19 +0000
parents b904c76fa243
children df9c2080845c
comparison
equal deleted inserted replaced
71963:a6c0f6b0c790 71964:562fb27e7dfd
1 2006-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * macterm.c (keycode_to_xkeysym): Remove function. All uses now
4 directly lookup keycode_to_xkeysym_table.
5 [USE_MAC_TSM] (mac_handle_text_input_event): Don't construct
6 ASCII_KEYSTROKE_EVENT for non-zero keycode_to_xkeysym_table entries.
7 (XTread_socket): Use character codes to construct keypad key events.
8 (mac_initialize_display_info) [MAC_OSX]: Use CGDisplaySamplesPerPixel.
9 (x_delete_display): Apply 2006-07-04 change for xterm.c.
10
1 2006-07-17 Kim F. Storm <storm@cua.dk> 11 2006-07-17 Kim F. Storm <storm@cua.dk>
2 12
3 * xdisp.c (handle_single_display_spec): Ensure the right value of 13 * xdisp.c (handle_single_display_spec): Ensure the right value of
4 it->position is saved by push_it. 14 it->position is saved by push_it.
5 (pop_it): Restore it->object for GET_FROM_BUFFER and GET_FROM_STRING. 15 (pop_it): Restore it->object for GET_FROM_BUFFER and GET_FROM_STRING.