comparison src/ChangeLog @ 80522:020ac20bda39

*** empty log message ***
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Wed, 23 Apr 2008 08:56:42 +0000
parents d55279d4ddcf
children 2cd2ae2b0528 df6f9d73861f
comparison
equal deleted inserted replaced
80521:3a0a49151716 80522:020ac20bda39
1 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
4 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
5 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
6 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
7 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
8 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
9 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
10 Likewise.
11
12 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
13 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range):
14 (mac_ax_number_of_characters): Add externs.
15 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
16 [USE_MAC_TSM]: Likewise.
17 (mac_handle_text_input_event) [MAC_OSX]:
18 Handle kEventTextInputOffsetToPos for no active input area case.
19 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
20 (mac_handle_document_access_event)
21 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
22 (install_application_handler) [MAC_OSX]: Register handlers for
23 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
24 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
25 Register mac_handle_document_access_event.
26
27 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
28 Make functions non-static.
29
1 2008-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 30 2008-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 31
3 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]: 32 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
4 Make function non-static. 33 Make function non-static.
5 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]: 34 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]: