aboutsummaryrefslogtreecommitdiffstats
path: root/src/macselect.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (syms_of_macselect) <mac-apple-event-map>:YAMAMOTO Mitsuharu2005-12-111-1/+1
| | | | Initialize to nil. Keymap is now created in lisp/term/mac-win.el.
* Include keymap.h.YAMAMOTO Mitsuharu2005-12-101-82/+411
| | | | | | | | | | | | | | | | | | | (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.
* (Fx_own_selection_internal): Follow error conventions.YAMAMOTO Mitsuharu2005-07-231-6/+6
| | | | | | (Fx_get_selection_internal, Fx_selection_owner_p) (Fx_selection_exists_p): Doc fixes. (syms_of_macselect) <selection-converter-alist>: Likewise.
* (get_scrap_target_type_list): Avoid NULL pointer dereference.YAMAMOTO Mitsuharu2005-07-141-1/+3
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (syms_of_macselect) [MAC_OSX]: Apply a change that was previouslyYAMAMOTO Mitsuharu2005-05-131-1/+3
| | | | mentioned but actually not applied.
* (x_own_selection): Accept Lisp string as result ofYAMAMOTO Mitsuharu2005-05-061-5/+11
| | | | | | | | | | 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.
* Add arch taglineMiles Bader2005-04-251-0/+3
|
* New file for selection processing on Mac OS.YAMAMOTO Mitsuharu2005-04-241-0/+1118