summaryrefslogtreecommitdiff
path: root/lisp/x-dnd.el
Commit message (Collapse)AuthorAgeFilesLines
* * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)Jan Djärv2004-10-311-0/+5
| | | | | (x-dnd-types-alist, x-dnd-open-file-other-window) (x-dnd-known-types): Add :version.
* * x-dnd.el (x-dnd-protocol-alist): Document update.Jan Djärv2004-08-311-7/+10
| | | | | (x-dnd-known-types): Defcustom it. (x-dnd-handle-motif): Print message-atom in error message.
* * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improved errorJan Djärv2004-04-191-9/+9
| | | | messages.
* * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text): UseJan Djärv2004-04-021-2/+9
| | | | utf-16le on little endian machines and utf-16be otherwise.
* * x-dnd.el: Mention support for Motif in commentary.Jan Djärv2004-02-151-3/+2
| | | | (x-dnd-handle-drag-n-drop-event): Ditto.
* x-dnd.el: Add COMPOUND_TEXT, handle FILE_NAME correctly, add Motif (CDE)Jan Djärv2004-02-101-26/+294
| | | | protocol.
* * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warningJan Djärv2004-02-051-2/+1
|
* Resolve CVS conflictsMiles Bader2004-02-031-2/+1
|
* Fix typo.Jan Djärv2004-02-031-1/+1
|
* * x-dnd.el: New file for drag and drop.Jan Djärv2004-02-031-0/+605
* 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.