Mercurial > emacs
changeset 53949:7edbce1dd20a
* x-dnd.el: Mention support for Motif in commentary.
(x-dnd-handle-drag-n-drop-event): Ditto.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Sun, 15 Feb 2004 12:30:04 +0000 |
parents | d76a6bf89265 |
children | 8ce984e04166 |
files | lisp/ChangeLog lisp/x-dnd.el |
diffstat | 2 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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
--- 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)))