# HG changeset patch # User Jan Dj¸«£rv # Date 1076848204 0 # Node ID 7edbce1dd20ad8f33bbc5eb8e8b3db4d8663c7f8 # Parent d76a6bf892651e700967d2cee31d157f1cab3e5a * x-dnd.el: Mention support for Motif in commentary. (x-dnd-handle-drag-n-drop-event): Ditto. diff -r d76a6bf89265 -r 7edbce1dd20a lisp/ChangeLog --- a/lisp/ChangeLog Sun Feb 15 07:47:45 2004 +0000 +++ b/lisp/ChangeLog Sun Feb 15 12:30:04 2004 +0000 @@ -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 -r d76a6bf89265 -r 7edbce1dd20a lisp/x-dnd.el --- a/lisp/x-dnd.el Sun Feb 15 07:47:45 2004 +0000 +++ b/lisp/x-dnd.el Sun Feb 15 12:30:04 2004 +0000 @@ -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 @@ (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)))