comparison src/ChangeLog @ 53811:dce224f6353c

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 04 Feb 2004 22:19:00 +0000
parents 251e31909e96
children 783b7274147f
comparison
equal deleted inserted replaced
53810:8e3fcb111ffd 53811:dce224f6353c
1 2004-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
1 2004-02-04 Kenichi Handa <handa@m17n.org> 6 2004-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,
4 eight-bit-control, and eight-bit-graphic correctly. 9 eight-bit-control, and eight-bit-graphic correctly.
5 10
19 24
20 * xselect.c: Include termhooks.h and X11/Xproto.h 25 * xselect.c: Include termhooks.h and X11/Xproto.h
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
36 2004-02-02 Eli Zaretskii <eliz@elta.co.il> 40 2004-02-02 Eli Zaretskii <eliz@elta.co.il>
37 41
38 * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the 42 * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the
39 basename of FILE relative to it, not FILE itself. 43 basename of FILE relative to it, not FILE itself.
76 80
77 * process.h: Add extern to synch_process_termsig. 81 * process.h: Add extern to synch_process_termsig.
78 82
79 2004-01-27 Steven Tamm <steventamm@mac.com> 83 2004-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
86 2004-01-26 Richard M. Stallman <rms@gnu.org> 89 2004-01-26 Richard M. Stallman <rms@gnu.org>
87 90
88 * search.c (Freplace_match): Handle nonexistent 91 * search.c (Freplace_match): Handle nonexistent
89 back-references properly. 92 back-references properly.