diff options
| author | Jan Djärv | 2004-02-03 16:36:29 +0000 |
|---|---|---|
| committer | Jan Djärv | 2004-02-03 16:36:29 +0000 |
| commit | 69eff41f7eea76db81a9e4a441d7daf747a3cf68 (patch) | |
| tree | 580e65ef24e3c16190de9c2dccc91a78af9ee0cc /src/ChangeLog | |
| parent | b4715a729383e91f79dd9eaa56cca7b49f51229c (diff) | |
| download | emacs-69eff41f7eea76db81a9e4a441d7daf747a3cf68.tar.gz emacs-69eff41f7eea76db81a9e4a441d7daf747a3cf68.zip | |
Added C support for drag and drop (xterm.h, xterm.c, xfns.c and xselect.c)
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 76d63cab844..4bda31d9a01 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2004-02-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xterm.h: Add x_handle_dnd_message, x_check_property_data, | ||
| 4 | x_fill_property_data, x_property_data_to_lisp and check_x_display_info. | ||
| 5 | |||
| 6 | * xterm.c (handle_one_xevent): Call x_handle_dnd_message for | ||
| 7 | ClientMessages. | ||
| 8 | |||
| 9 | * xselect.c: Include termhooks.h and X11/Xproto.h | ||
| 10 | (x_check_property_data, x_fill_property_data) | ||
| 11 | (x_property_data_to_lisp, mouse_position_for_drop) | ||
| 12 | (Fx_get_atom_name, x_handle_dnd_message): New functions for DND support. | ||
| 13 | (Fx_send_client_event): Moved here from xfns.c. | ||
| 14 | (syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message. | ||
| 15 | |||
| 16 | * xfns.c (x-send-client-message): Moved to xselect.c | ||
| 17 | (Fx_change_window_property): Add optional arguments TYPE, FORMAT and | ||
| 18 | OUTER_P. | ||
| 19 | (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P, | ||
| 20 | VECTOR_RET_P. Handle AnyPropertyType. Call x_property_data_to_lisp | ||
| 21 | if vector_ret_p is true. | ||
| 22 | (syms_of_xfns): Sx_send_client_message moved to xselect.c. | ||
| 23 | |||
| 24 | |||
| 1 | 2004-02-02 Eli Zaretskii <eliz@elta.co.il> | 25 | 2004-02-02 Eli Zaretskii <eliz@elta.co.il> |
| 2 | 26 | ||
| 3 | * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the | 27 | * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the |