aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2005-12-11 22:42:40 +0000
committerKaroly Lorentey2005-12-11 22:42:40 +0000
commitbe3d2d66d2dff979604134c5dc5fb506ded4aa54 (patch)
tree683fc7324392d0023e995b593a627c294375aba1 /src/ChangeLog
parent16986fcfcca94e88e620c38775e15f758aa44935 (diff)
parentac8fcf0f17ab5d81f3b30db5599337d000ad12d9 (diff)
downloademacs-be3d2d66d2dff979604134c5dc5fb506ded4aa54.tar.gz
emacs-be3d2d66d2dff979604134c5dc5fb506ded4aa54.zip
Merged in changes from CVS trunk.
Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-667 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-669 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-670 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-157 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-158 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-159 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-160 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-161 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-162 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-163 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-164 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-165 Update from CVS: texi/message.texi: Fix default values. * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-166 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-167 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-168 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-448
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,