aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2008-04-23 08:56:42 +0000
committerYAMAMOTO Mitsuharu2008-04-23 08:56:42 +0000
commit1289aeb85cb7c330283fa3049f7f11f092055004 (patch)
treee8d1cb50409931ca29c851282a569df90477bd93 /src/ChangeLog
parent415cf4bcd1677c6ce10b0fcbadd15b1e9e207561 (diff)
downloademacs-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/ChangeLog29
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 @@
12008-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
12008-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 302008-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]: