YAMAMOTO Mitsuharu
4d4983fdb3
(syms_of_macselect) <mac-apple-event-map>:
...
Initialize to nil. Keymap is now created in lisp/term/mac-win.el.
2005-12-11 01:06:29 +00:00
YAMAMOTO Mitsuharu
28714a27a1
Include keymap.h.
...
(mac_ready_for_apple_events): New variable.
(Vmac_apple_event_map, Qmac_apple_event_class)
(Qmac_apple_event_id): New variables.
(syms_of_macselect): Initialize them.
(Qundefined, mac_store_apple_event): Add externs.
(struct apple_event_binding): New struct.
(find_event_binding_fun, find_event_binding)
(mac_find_apple_event_spec, defer_apple_events)
(mac_handle_apple_event, init_apple_event_handler)
(copy_scrap_flavor_data): New functions.
(Fmac_process_deferred_apple_events): New defun.
(syms_of_macselect): Defsubr it.
(mac_store_services_event): Fix extern.
(mac_handle_service_event): Don't allocate Lisp objects during
asynchronous input processing. Use mac_store_services_event
instead of mac_store_application_menu_event.
2005-12-10 01:49:44 +00:00
YAMAMOTO Mitsuharu
99f963e4ea
(Fx_own_selection_internal): Follow error conventions.
...
(Fx_get_selection_internal, Fx_selection_owner_p)
(Fx_selection_exists_p): Doc fixes. (syms_of_macselect)
<selection-converter-alist>: Likewise.
2005-07-23 07:50:27 +00:00
YAMAMOTO Mitsuharu
10b8ef61c0
(get_scrap_target_type_list): Avoid NULL pointer dereference.
2005-07-14 09:23:12 +00:00
Lute Kamstra
4fc5845fe8
Update FSF's address.
2005-07-04 16:49:24 +00:00
YAMAMOTO Mitsuharu
3f2bf04a77
(syms_of_macselect) [MAC_OSX]: Apply a change that was previously
...
mentioned but actually not applied.
2005-05-13 02:28:53 +00:00
YAMAMOTO Mitsuharu
956c0f10b5
(x_own_selection): Accept Lisp string as result of
...
selection converter function.
(x_clear_frame_selections): Don't call x-lost-selection-functions
if Emacs is not owner of the selection.
(Vmac_services_selection): Put variable and initialization in
#ifdef MAC_OSX.
(syms_of_macselect) [MAC_OSX]: Set default value of
Vmac_services_selection to PRIMARY.
2005-05-06 08:03:08 +00:00
Miles Bader
0ed4adfc2c
Add arch tagline
2005-04-25 01:46:56 +00:00
YAMAMOTO Mitsuharu
944cda7903
New file for selection processing on Mac OS.
2005-04-24 05:58:47 +00:00