diff options
| author | YAMAMOTO Mitsuharu | 2008-04-23 08:56:42 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2008-04-23 08:56:42 +0000 |
| commit | 1289aeb85cb7c330283fa3049f7f11f092055004 (patch) | |
| tree | e8d1cb50409931ca29c851282a569df90477bd93 /src/ChangeLog | |
| parent | 415cf4bcd1677c6ce10b0fcbadd15b1e9e207561 (diff) | |
| download | emacs-1289aeb85cb7c330283fa3049f7f11f092055004.tar.gz emacs-1289aeb85cb7c330283fa3049f7f11f092055004.zip | |
(x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
Make functions non-static.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index aaa49be146d..456d03c07b3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,32 @@ | |||
| 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]: |