+2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
+
+ * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
+ (x-dnd-types-alist, x-dnd-open-file-other-window)
+ (x-dnd-known-types): Add :version.
+
2004-10-31 John Paul Wallington <jpw@gnu.org>
* ibuffer.el (group ibuffer): Add :version keyword.
the wanted action as car and the wanted type as cdr. The wanted action
can be copy, move, link, ask or private.
The default value for this variable is `x-dnd-default-test-function'."
+ :version "21.4"
:type 'symbol
:group 'x)
for that.
The function shall return the action done (move, copy, link or private)
if some action was made, or nil if the URL is ignored."
+ :version "21.4"
:type 'alist
:group 'x)
call to `x-dnd-test-function'. DATA is the drop data.
The function shall return the action used (copy, move, link or private) if drop
is successful, nil if not."
+ :version "21.4"
:type 'alist
:group 'x)
(defcustom x-dnd-open-file-other-window nil
"If non-nil, always use find-file-other-window to open dropped files."
+ :version "21.4"
:type 'boolean
:group 'x)
)
"The types accepted by default for dropped data.
The types are chosen in the order they appear in the list."
+ :version "21.4"
:type '(repeat string)
:group 'x
)