comparison src/ChangeLog @ 94307:df6f9d73861f

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1126
author Miles Bader <miles@gnu.org>
date Thu, 24 Apr 2008 05:11:07 +0000
parents b47239d57d36 020ac20bda39
children bfca17635a9f
comparison
equal deleted inserted replaced
94306:efca1113a630 94307:df6f9d73861f
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-23 Stefan Monnier <monnier@iro.umontreal.ca> 30 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2 31
3 * fileio.c (Vread_file_name_function, Vread_file_name_predicate) 32 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
4 (read_file_name_completion_ignore_case, insert_default_directory) 33 (read_file_name_completion_ignore_case, insert_default_directory)
5 (Qdefault_directory): Move to minibuffer.el. 34 (Qdefault_directory): Move to minibuffer.el.