Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist) | Jan Djärv | 2004-10-31 | 1 | -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ärv | 2004-08-31 | 1 | -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 error | Jan Djärv | 2004-04-19 | 1 | -9/+9 |
| | | | | messages. | ||||
* | * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text): Use | Jan Djärv | 2004-04-02 | 1 | -2/+9 |
| | | | | utf-16le on little endian machines and utf-16be otherwise. | ||||
* | * x-dnd.el: Mention support for Motif in commentary. | Jan Djärv | 2004-02-15 | 1 | -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ärv | 2004-02-10 | 1 | -26/+294 |
| | | | | protocol. | ||||
* | * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning | Jan Djärv | 2004-02-05 | 1 | -2/+1 |
| | |||||
* | Resolve CVS conflicts | Miles Bader | 2004-02-03 | 1 | -2/+1 |
| | |||||
* | Fix typo. | Jan Djärv | 2004-02-03 | 1 | -1/+1 |
| | |||||
* | * x-dnd.el: New file for drag and drop. | Jan Djärv | 2004-02-03 | 1 | -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. |