]> git.eshelyaron.com Git - emacs.git/commitdiff
* x-dnd.el: Mention support for Motif in commentary.
authorJan Djärv <jan.h.d@swipnet.se>
Sun, 15 Feb 2004 12:30:04 +0000 (12:30 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Sun, 15 Feb 2004 12:30:04 +0000 (12:30 +0000)
(x-dnd-handle-drag-n-drop-event): Ditto.

lisp/ChangeLog
lisp/x-dnd.el

index b85692e27ec2cb595012d148ac6be05a1ffda741..945fdaa80dc83160c766c045b6e883aeeb1e4c38 100644 (file)
@@ -1,3 +1,8 @@
+2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * x-dnd.el: Mention support for Motif in commentary.
+       (x-dnd-handle-drag-n-drop-event): Ditto.
+
 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
 
        * ses.el: Delete function ses-build-load-map and distribute its
index 14681ae7497176353405cb0a458ae2032bc72a71..91ca053afa23a30fb206538849bf3abf1b78525d 100644 (file)
@@ -27,7 +27,7 @@
 ;;; Commentary:
 
 ;; This file provides the drop part only.  Currently supported protocols
-;; are XDND and the old KDE 1.x protocol.
+;; are XDND, Motif and the old KDE 1.x protocol.
 
 ;;; Code:
 
@@ -449,8 +449,7 @@ nil if not."
 
 (defun x-dnd-handle-drag-n-drop-event (event)
   "Receive drag and drop events (X client messages).
-Currently XDND and old KDE 1.x protocols are recognized.
-TODO: Add Motif and OpenWindows."
+Currently XDND, Motif and old KDE 1.x protocols are recognized."
   (interactive "e")
   (let* ((client-message (car (cdr (cdr event))))
         (window (posn-window (event-start event)))