comparison src/ChangeLog @ 67461:29c746e855e1

*** empty log message ***
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Sat, 10 Dec 2005 01:50:23 +0000
parents d239ab55a73a
children 76e4d7c8d043
comparison
equal deleted inserted replaced
67460:d74c30ee3772 67461:29c746e855e1
1 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * Makefile.in (macselect.o): Depend on keymap.h.
4
5 * emacs.c (main) [MAC_OS8]: Call syms_of_keymap before
6 syms_of_macselect.
7
8 * image.c (init_image) [MAC_OS]: Don't call EnterMovies.
9 [!HAVE_GIF && MAC_OS] (gif_load): Call EnterMovies.
10
11 * keyboard.c (Qmac_apple_event) [MAC_OS]: New variable.
12 (syms_of_keyboard) [MAC_OS]: Initialize it.
13 (make_lispy_event) [MAC_OS]: Build lisp event for MAC_APPLE_EVENT.
14
15 * mac.c (Qundecoded_file_name): New variable.
16 (syms_of_mac): Initialize it.
17 (mac_aelist_to_lisp, mac_aedesc_to_lisp): New functions.
18 [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): New
19 function.
20 (Fmac_coerce_ae_data): New defun.
21 (syms_of_mac): Defsubr it.
22
23 * macselect.c: Include keymap.h.
24 (mac_ready_for_apple_events): New variable.
25 (Vmac_apple_event_map, Qmac_apple_event_class)
26 (Qmac_apple_event_id): New variables.
27 (syms_of_macselect): Initialize them.
28 (Qundefined, mac_store_apple_event): Add externs.
29 (struct apple_event_binding): New struct.
30 (find_event_binding_fun, find_event_binding)
31 (mac_find_apple_event_spec, defer_apple_events)
32 (mac_handle_apple_event, init_apple_event_handler)
33 (copy_scrap_flavor_data): New functions.
34 (Fmac_process_deferred_apple_events): New defun.
35 (syms_of_macselect): Defsubr it.
36 (mac_store_services_event): Fix extern.
37 (mac_handle_service_event): Don't allocate Lisp objects during
38 asynchronous input processing. Use mac_store_services_event
39 instead of mac_store_application_menu_event.
40
41 * macterm.c (Qmac_ready_for_drag_n_drop, Qapplication, Qabout)
42 (Qpreferences): Remove variables.
43 (syms_of_macterm) : Don't initialize them.
44 (Qhicommand) [USE_CARBON_EVENTS]: New variable.
45 (syms_of_macterm) [USE_CARBON_EVENTS]: Initialize it.
46 (init_required_apple_events, do_ae_open_application)
47 (do_ae_print_documents, do_ae_open_documents)
48 (do_ae_quit_application): Remove functions and prototypes.
49 (mac_ready_for_apple_events, Qundefined, init_apple_event_handler)
50 (mac_find_apple_event_spec): Add externs.
51 (mac_store_application_menu_event): Remove function.
52 (mac_store_apple_event, mac_make_lispy_event_code): New functions.
53 (mac_handle_command_event): Create Apple event from Carbon event.
54 Use mac_store_apple_event instead of mac_store_application_menu_event.
55 [MAC_OSX] (mac_store_services_event): Likewise.
56 (struct SelectionRange, SelectionRange): Remove struct and typedef.
57 [MAC_OS8] (main): Call init_apple_event_handler instead of
58 init_required_apple_events.
59 (mac_initialize) [MAC_OSX]: Likewise.
60 [!USE_CARBON_EVENTS] (mac_wait_next_event): Use
61 mac_ready_for_apple_events instead of Qmac_ready_for_drag_n_drop.
62
63 * macterm.h (mac_make_lispy_event_code, mac_aedesc_to_lisp): Add
64 externs.
65 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]: Likewise.
66 (Fmac_get_preference): Add EXFUN.
67
68 * termhooks.h (enum event_kind) [MAC_OS]: Add new MAC_APPLE_EVENT
69 event.
70
1 2005-12-09 Richard M. Stallman <rms@gnu.org> 71 2005-12-09 Richard M. Stallman <rms@gnu.org>
2 72
3 * xfns.c (Fx_create_frame): Reinstate previous change. 73 * xfns.c (Fx_create_frame): Reinstate previous change.
4 74
5 2005-12-09 Eli Zaretskii <eliz@gnu.org> 75 2005-12-09 Eli Zaretskii <eliz@gnu.org>