From: Jan Djärv Date: Sun, 15 Feb 2004 12:30:04 +0000 (+0000) Subject: * x-dnd.el: Mention support for Motif in commentary. X-Git-Tag: ttn-vms-21-2-B4~7628 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=49f87d230f4a0a265f1d327033d9f70c7684b230;p=emacs.git * x-dnd.el: Mention support for Motif in commentary. (x-dnd-handle-drag-n-drop-event): Ditto. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b85692e27ec..945fdaa80dc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-02-15 Jan Dj,Ad(Brv + + * x-dnd.el: Mention support for Motif in commentary. + (x-dnd-handle-drag-n-drop-event): Ditto. + 2004-02-14 Jonathan Yavner * ses.el: Delete function ses-build-load-map and distribute its diff --git a/lisp/x-dnd.el b/lisp/x-dnd.el index 14681ae7497..91ca053afa2 100644 --- a/lisp/x-dnd.el +++ b/lisp/x-dnd.el @@ -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)))