]> git.eshelyaron.com Git - emacs.git/commit
Allow dragging and dropping multiple actions
authorPo Lu <luangruo@yahoo.com>
Thu, 24 Mar 2022 01:42:47 +0000 (09:42 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 24 Mar 2022 01:42:47 +0000 (09:42 +0800)
commit17393c0db0fbd4ba9b7ddcdc668974ef8a65107d
treee7ba375a3a7f75a1868f78c8c9ab328bfd3f278e
parentac3bb7e75413c1df60cf2de5c29e999df518a62d
Allow dragging and dropping multiple actions

* doc/lispref/frames.texi (Drag and Drop): Document new meaning
of `action'.
* lisp/term/haiku-win.el (x-begin-drag): Correct for new meaning
of `action'.
* src/xfns.c (Fx_begin_drag): Handle new alist meaning of
`action'.
* src/xterm.c (x_dnd_begin_drag_and_drop): New parameters
`ask_action_list', `ask_action_names' and `n_ask_actions'.
* src/xterm.h: Update prototypes.
doc/lispref/frames.texi
lisp/term/haiku-win.el
src/xfns.c
src/xterm.c
src/xterm.h