diff options
| author | Stefan Monnier | 2004-02-04 22:19:00 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-02-04 22:19:00 +0000 |
| commit | da75761f2f3bfa38ce4e8840374de19b9af32b92 (patch) | |
| tree | 8766c69bf9402142e89b13c81f3b0be27bdbc613 /src | |
| parent | 9cadd46cf0bd439ad64b0e9a5bea1d9e304122e0 (diff) | |
| download | emacs-da75761f2f3bfa38ce4e8840374de19b9af32b92.tar.gz emacs-da75761f2f3bfa38ce4e8840374de19b9af32b92.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 17 |
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 @@ | |||
| 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, |
| @@ -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 | ||
| 36 | 2004-02-02 Eli Zaretskii <eliz@elta.co.il> | 40 | 2004-02-02 Eli Zaretskii <eliz@elta.co.il> |
| 37 | 41 | ||
| @@ -78,10 +82,9 @@ | |||
| 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 | ||