aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
1 files changed, 10 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f96f7740548..67de3ded325 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * keymap.c (Vmouse_events): Rename from Vmenu_events.
4 (syms_of_keymap): Add mouse-[45], header-line, and mode-line to it.
5
12004-02-04 Kenichi Handa <handa@m17n.org> 62004-02-04 Kenichi Handa <handa@m17n.org>
2 7
3 * fns.c (Fset_char_table_range): Handle charsets ascii, 8 * fns.c (Fset_char_table_range): Handle charsets ascii,
@@ -21,17 +26,16 @@
21 (x_check_property_data, x_fill_property_data) 26 (x_check_property_data, x_fill_property_data)
22 (x_property_data_to_lisp, mouse_position_for_drop) 27 (x_property_data_to_lisp, mouse_position_for_drop)
23 (Fx_get_atom_name, x_handle_dnd_message): New functions for DND support. 28 (Fx_get_atom_name, x_handle_dnd_message): New functions for DND support.
24 (Fx_send_client_event): Moved here from xfns.c. 29 (Fx_send_client_event): Move here from xfns.c.
25 (syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message. 30 (syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message.
26 31
27 * xfns.c (x-send-client-message): Moved to xselect.c 32 * xfns.c (x-send-client-message): Move to xselect.c
28 (Fx_change_window_property): Add optional arguments TYPE, FORMAT and 33 (Fx_change_window_property): Add optional arguments TYPE, FORMAT and
29 OUTER_P. 34 OUTER_P.
30 (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P, 35 (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P,
31 VECTOR_RET_P. Handle AnyPropertyType. Call x_property_data_to_lisp 36 VECTOR_RET_P. Handle AnyPropertyType. Call x_property_data_to_lisp
32 if vector_ret_p is true. 37 if vector_ret_p is true.
33 (syms_of_xfns): Sx_send_client_message moved to xselect.c. 38 (syms_of_xfns): Sx_send_client_message moved to xselect.c.
34
35 39
362004-02-02 Eli Zaretskii <eliz@elta.co.il> 402004-02-02 Eli Zaretskii <eliz@elta.co.il>
37 41
@@ -78,10 +82,9 @@
78 82
792004-01-27 Steven Tamm <steventamm@mac.com> 832004-01-27 Steven Tamm <steventamm@mac.com>
80 84
81 * macterm.c (make_mac_frame, make_mac_terminal_frame): Move 85 * macterm.c (make_mac_frame, make_mac_terminal_frame):
82 setting of scroll bars from make_mac_frame to 86 Move setting of scroll bars from make_mac_frame to
83 make_mac_terminal_frame to prevent clobbering of 87 make_mac_terminal_frame to prevent clobbering of scroll-bar-mode.
84 scroll-bar-mode.
85 88
862004-01-26 Richard M. Stallman <rms@gnu.org> 892004-01-26 Richard M. Stallman <rms@gnu.org>
87 90