aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog97
1 files changed, 97 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4fa4093631f..4994e7e8d6a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,100 @@
12005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * emacs.c (main) [MAC_OS8]: Undo previous change.
4
5 * macselect.c (syms_of_macselect) <mac-apple-event-map>:
6 Initialize to nil. Keymap is now created in lisp/term/mac-win.el.
7
82005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9
10 * Makefile.in (macselect.o): Depend on keymap.h.
11
12 * emacs.c (main) [MAC_OS8]: Call syms_of_keymap before
13 syms_of_macselect.
14
15 * image.c (init_image) [MAC_OS]: Don't call EnterMovies.
16 [!HAVE_GIF && MAC_OS] (gif_load): Call EnterMovies.
17
18 * keyboard.c (Qmac_apple_event) [MAC_OS]: New variable.
19 (syms_of_keyboard) [MAC_OS]: Initialize it.
20 (make_lispy_event) [MAC_OS]: Build lisp event for MAC_APPLE_EVENT.
21
22 * mac.c (Qundecoded_file_name): New variable.
23 (syms_of_mac): Initialize it.
24 (mac_aelist_to_lisp, mac_aedesc_to_lisp): New functions.
25 [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): New
26 function.
27 (Fmac_coerce_ae_data): New defun.
28 (syms_of_mac): Defsubr it.
29
30 * macselect.c: Include keymap.h.
31 (mac_ready_for_apple_events): New variable.
32 (Vmac_apple_event_map, Qmac_apple_event_class)
33 (Qmac_apple_event_id): New variables.
34 (syms_of_macselect): Initialize them.
35 (Qundefined, mac_store_apple_event): Add externs.
36 (struct apple_event_binding): New struct.
37 (find_event_binding_fun, find_event_binding)
38 (mac_find_apple_event_spec, defer_apple_events)
39 (mac_handle_apple_event, init_apple_event_handler)
40 (copy_scrap_flavor_data): New functions.
41 (Fmac_process_deferred_apple_events): New defun.
42 (syms_of_macselect): Defsubr it.
43 (mac_store_services_event): Fix extern.
44 (mac_handle_service_event): Don't allocate Lisp objects during
45 asynchronous input processing. Use mac_store_services_event
46 instead of mac_store_application_menu_event.
47
48 * macterm.c (Qmac_ready_for_drag_n_drop, Qapplication, Qabout)
49 (Qpreferences): Remove variables.
50 (syms_of_macterm) : Don't initialize them.
51 (Qhicommand) [USE_CARBON_EVENTS]: New variable.
52 (syms_of_macterm) [USE_CARBON_EVENTS]: Initialize it.
53 (init_required_apple_events, do_ae_open_application)
54 (do_ae_print_documents, do_ae_open_documents)
55 (do_ae_quit_application): Remove functions and prototypes.
56 (mac_ready_for_apple_events, Qundefined, init_apple_event_handler)
57 (mac_find_apple_event_spec): Add externs.
58 (mac_store_application_menu_event): Remove function.
59 (mac_store_apple_event, mac_make_lispy_event_code): New functions.
60 (mac_handle_command_event): Create Apple event from Carbon event.
61 Use mac_store_apple_event instead of mac_store_application_menu_event.
62 [MAC_OSX] (mac_store_services_event): Likewise.
63 (struct SelectionRange, SelectionRange): Remove struct and typedef.
64 [MAC_OS8] (main): Call init_apple_event_handler instead of
65 init_required_apple_events.
66 (mac_initialize) [MAC_OSX]: Likewise.
67 [!USE_CARBON_EVENTS] (mac_wait_next_event): Use
68 mac_ready_for_apple_events instead of Qmac_ready_for_drag_n_drop.
69
70 * macterm.h (mac_make_lispy_event_code, mac_aedesc_to_lisp): Add
71 externs.
72 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]: Likewise.
73 (Fmac_get_preference): Add EXFUN.
74
75 * termhooks.h (enum event_kind) [MAC_OS]: Add new MAC_APPLE_EVENT
76 event.
77
782005-12-09 Richard M. Stallman <rms@gnu.org>
79
80 * xfns.c (Fx_create_frame): Reinstate previous change.
81
822005-12-09 Eli Zaretskii <eliz@gnu.org>
83
84 * w32fns.c (w32_abort) [__GNUC__]: Add instructions for attaching
85 GDB to the abort dialog.
86
872005-12-09 Kyotaro HORIGUCHI <horiguti@meadowy.org> (tiny change)
88
89 * indent.c (Fvertical_motion): Force move if starting on
90 stretch glyph.
91
922005-12-08 Richard M. Stallman <rms@gnu.org>
93
94 * lread.c (read_escape) <\s>: Don't treat strings specially.
95
96 * xfns.c (Fx_create_frame): Comment out previous change.
97
12005-12-07 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> 982005-12-07 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu>
2 99
3 * xfns.c (Fx_create_frame): Initialize Vdefault_minibuffer_frame, 100 * xfns.c (Fx_create_frame): Initialize Vdefault_minibuffer_frame,