]> git.eshelyaron.com Git - emacs.git/commit
Fix drag and drop behaviour on NS (bug#30929)
authorAlan Third <alan@idiocy.org>
Sat, 5 Jan 2019 16:11:37 +0000 (16:11 +0000)
committerAlan Third <alan@idiocy.org>
Thu, 10 Jan 2019 19:24:19 +0000 (19:24 +0000)
commitc342b26371480316024e1e5d63cd8b3f035dda69
treeec999f6d48e5737528f48f9c0224de5db8a13d10
parent7ae0a24c87c2bbefe78717d5e89cf3fe14f4af4c
Fix drag and drop behaviour on NS (bug#30929)

* doc/emacs/macos.texi (Mac / GNUstep Events): Describe the new drag
and drop behaviour.
* lisp/term/ns-win.el (ns-drag-n-drop): Handle the new event format.
(ns-drag-n-drop-other-frame):
(ns-drag-n-drop-as-text):
(ns-drag-n-drop-as-text-other-frame): Remove functions and key
bindings.
* src/nsterm.m ([EmacsView performDragOperation:]): Send Emacs event
in new format without setting any modifiers.
doc/emacs/macos.texi
etc/NEWS
lisp/term/ns-win.el
src/nsterm.m