From 49f87d230f4a0a265f1d327033d9f70c7684b230 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Sun, 15 Feb 2004 12:30:04 +0000 Subject: [PATCH] * x-dnd.el: Mention support for Motif in commentary. (x-dnd-handle-drag-n-drop-event): Ditto. --- lisp/ChangeLog | 5 +++++ lisp/x-dnd.el | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) 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))) -- 2.39.2