* x-dnd.el: New file for drag and drop.
authorJan Djärv <jan.h.d@swipnet.se>
Tue, 3 Feb 2004 16:55:30 +0000 (16:55 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Tue, 3 Feb 2004 16:55:30 +0000 (16:55 +0000)
commit133aad747dac3476722b7c75ef1578e2e905d8f9
treec55c2e9a67043a4037c0d53dd66fb218d7a4f3f5
parent69eff41f7eea76db81a9e4a441d7daf747a3cf68
* x-dnd.el: New file for drag and drop.

* term/x-win.el: require x-dnd, set after-make-frame-functions
to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
drag-n-drop event.

* dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
(dired-dnd-do-ask-action, dired-dnd-handle-local-file)
(dired-dnd-handle-file): New functions for drag and drop support.
(dired-mode): Initialize drag and drop if x-dnd present.
lisp/ChangeLog
lisp/dired.el
lisp/term/x-win.el
lisp/x-dnd.el [new file with mode: 0644]